Unnamed: 0
int64
3
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
2
430
labels
stringlengths
4
347
body
stringlengths
5
237k
index
stringclasses
7 values
text_combine
stringlengths
96
237k
label
stringclasses
2 values
text
stringlengths
96
219k
binary_label
int64
0
1
6,741
9,040,148,509
IssuesEvent
2019-02-10 13:58:17
FriendsOfREDAXO/cache_warmup
https://api.github.com/repos/FriendsOfREDAXO/cache_warmup
closed
Mit YForm 3 testen und Conflicts anpassen
compatibility good first issue
Cache-Warmup erwartet zur Zeit noch YForm 2, das ist in der `package.yml` unter `conflicts` definiert: https://github.com/FriendsOfREDAXO/cache_warmup/blob/a24b590a475d0c4966c739d023577cf7825563e7/package.yml#L40 TODO: 1. Prüfen, ob Cache-Warmup für die Verwendung mit YForm 3 angepasst werden muss, ob sich also an den Feldtypen etwas geändert hat: https://github.com/FriendsOfREDAXO/cache_warmup/blob/a24b590a475d0c4966c739d023577cf7825563e7/lib/selector.php#L72 Falls ja: Cache-Warmup so anpassen, dass es sowohl mit YForm 2 als auch mit dem neuen YForm 3 funktioniert. 2. Conflicts anpassen
True
Mit YForm 3 testen und Conflicts anpassen - Cache-Warmup erwartet zur Zeit noch YForm 2, das ist in der `package.yml` unter `conflicts` definiert: https://github.com/FriendsOfREDAXO/cache_warmup/blob/a24b590a475d0c4966c739d023577cf7825563e7/package.yml#L40 TODO: 1. Prüfen, ob Cache-Warmup für die Verwendung mit YForm 3 angepasst werden muss, ob sich also an den Feldtypen etwas geändert hat: https://github.com/FriendsOfREDAXO/cache_warmup/blob/a24b590a475d0c4966c739d023577cf7825563e7/lib/selector.php#L72 Falls ja: Cache-Warmup so anpassen, dass es sowohl mit YForm 2 als auch mit dem neuen YForm 3 funktioniert. 2. Conflicts anpassen
comp
mit yform testen und conflicts anpassen cache warmup erwartet zur zeit noch yform das ist in der package yml unter conflicts definiert todo prüfen ob cache warmup für die verwendung mit yform angepasst werden muss ob sich also an den feldtypen etwas geändert hat falls ja cache warmup so anpassen dass es sowohl mit yform als auch mit dem neuen yform funktioniert conflicts anpassen
1
7,478
9,739,474,752
IssuesEvent
2019-06-01 11:48:48
JurassiCraftTeam/JurassiCraft2
https://api.github.com/repos/JurassiCraftTeam/JurassiCraft2
closed
Broken vines in Biomes O' Plenty biomes with Jurassicraft
1.12.2 bug incompatibility severe
When using Biomes O' Plenty (BOP) together with Jurassicraft, there are random purple blocks appearing in all BOP biomes, which should contain vines on trees. For example Tropical Rainforest, Temperate Rainforest, Lush Swamp and so on. All extended vanilla biomes work fine, like Jungle or Swampland. I have no liteloader, **this is not a liteloader issue.** When loading affected biome chunks, everything looks fine at first, except there are no vines on the trees. After a few seconds, purple blocks start popping all over the place. I've found out that those blocks behave exactly as vines growing, but for some reason, they are not vines. F3 shows that they are "minecraft:air" , but they have facing information, as a vine should have. I can't pick them up with middle mouse click in creative and I can destroy them by hitting them. Also, their hitbox is the same as vine hitbox. MCEdit shows that there are some blocks where vines should be, but they have ID 4095 for some reason, although such ID should not be used at all. My guess is that for some reason, BOP generates these blocks instead of correct vine blocks and vine growing algorithm assumes they are air, because their ID is invalid. I don't know if the problem comes from Jurassicraft or BOP, I've looked at both source codes and can't see anything wrong, but I am not a modder and I am sure I missed something. I am reporting it here, because Jurassicraft overrides minecraft:vine and maybe it breaks something. I've tested: - latest version of **Jurassicraft 1.12.2-2.1.20** - both latest Release version of **BOP 1.12.2-7.0.1.2419** and latest Beta version **BOP 1.12.2-7.0.1.2425** - latest **Forge 1.12.2 - 14.23.5.2808** and oldest **Forge** supported by LLibrary, which is **1.12.2 - 14.23.5.2772** The issue is present in all tested versions. Here is the [debug.log](https://github.com/JurassiCraftTeam/JurassiCraft2/files/2800455/debug.log) and screenshots of such blocks and MCEdit screenshot with block information: ![2019-01-27_19 28 54](https://user-images.githubusercontent.com/12608598/51805731-2e015980-2271-11e9-9189-bace28840058.png) ![2019-01-27_19 29 24](https://user-images.githubusercontent.com/12608598/51805739-35286780-2271-11e9-9045-1a870c637d15.png) ![mcedit](https://user-images.githubusercontent.com/12608598/51805740-3a85b200-2271-11e9-841a-8e8b268f5043.png)
True
Broken vines in Biomes O' Plenty biomes with Jurassicraft - When using Biomes O' Plenty (BOP) together with Jurassicraft, there are random purple blocks appearing in all BOP biomes, which should contain vines on trees. For example Tropical Rainforest, Temperate Rainforest, Lush Swamp and so on. All extended vanilla biomes work fine, like Jungle or Swampland. I have no liteloader, **this is not a liteloader issue.** When loading affected biome chunks, everything looks fine at first, except there are no vines on the trees. After a few seconds, purple blocks start popping all over the place. I've found out that those blocks behave exactly as vines growing, but for some reason, they are not vines. F3 shows that they are "minecraft:air" , but they have facing information, as a vine should have. I can't pick them up with middle mouse click in creative and I can destroy them by hitting them. Also, their hitbox is the same as vine hitbox. MCEdit shows that there are some blocks where vines should be, but they have ID 4095 for some reason, although such ID should not be used at all. My guess is that for some reason, BOP generates these blocks instead of correct vine blocks and vine growing algorithm assumes they are air, because their ID is invalid. I don't know if the problem comes from Jurassicraft or BOP, I've looked at both source codes and can't see anything wrong, but I am not a modder and I am sure I missed something. I am reporting it here, because Jurassicraft overrides minecraft:vine and maybe it breaks something. I've tested: - latest version of **Jurassicraft 1.12.2-2.1.20** - both latest Release version of **BOP 1.12.2-7.0.1.2419** and latest Beta version **BOP 1.12.2-7.0.1.2425** - latest **Forge 1.12.2 - 14.23.5.2808** and oldest **Forge** supported by LLibrary, which is **1.12.2 - 14.23.5.2772** The issue is present in all tested versions. Here is the [debug.log](https://github.com/JurassiCraftTeam/JurassiCraft2/files/2800455/debug.log) and screenshots of such blocks and MCEdit screenshot with block information: ![2019-01-27_19 28 54](https://user-images.githubusercontent.com/12608598/51805731-2e015980-2271-11e9-9189-bace28840058.png) ![2019-01-27_19 29 24](https://user-images.githubusercontent.com/12608598/51805739-35286780-2271-11e9-9045-1a870c637d15.png) ![mcedit](https://user-images.githubusercontent.com/12608598/51805740-3a85b200-2271-11e9-841a-8e8b268f5043.png)
comp
broken vines in biomes o plenty biomes with jurassicraft when using biomes o plenty bop together with jurassicraft there are random purple blocks appearing in all bop biomes which should contain vines on trees for example tropical rainforest temperate rainforest lush swamp and so on all extended vanilla biomes work fine like jungle or swampland i have no liteloader this is not a liteloader issue when loading affected biome chunks everything looks fine at first except there are no vines on the trees after a few seconds purple blocks start popping all over the place i ve found out that those blocks behave exactly as vines growing but for some reason they are not vines shows that they are minecraft air but they have facing information as a vine should have i can t pick them up with middle mouse click in creative and i can destroy them by hitting them also their hitbox is the same as vine hitbox mcedit shows that there are some blocks where vines should be but they have id for some reason although such id should not be used at all my guess is that for some reason bop generates these blocks instead of correct vine blocks and vine growing algorithm assumes they are air because their id is invalid i don t know if the problem comes from jurassicraft or bop i ve looked at both source codes and can t see anything wrong but i am not a modder and i am sure i missed something i am reporting it here because jurassicraft overrides minecraft vine and maybe it breaks something i ve tested latest version of jurassicraft both latest release version of bop and latest beta version bop latest forge and oldest forge supported by llibrary which is the issue is present in all tested versions here is the and screenshots of such blocks and mcedit screenshot with block information
1
12,249
14,478,220,831
IssuesEvent
2020-12-10 08:01:52
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
P1-[4.0 Bug Hunting]-[Incompatible with MySQL]-No warning for using `group by asc/desc` and wrong results returned
challenge-program severity/moderate sig/planner status/help-wanted type/bug type/compatibility
## Description Bug Hunter issue tidb-challenge-program/bug-hunting-issue#97 --- ## Bug Report ### 1. What did you do? ```` mysql> create table t0 (id int ); Query OK, 0 rows affected (0.01 sec) mysql> insert into t0 values (0), (1), (2); Query OK, 3 rows affected (0.00 sec) Records: 3 Duplicates: 0 Warnings: 0 mysql> select * from t0 group by id asc; +------+ | id | +------+ | 2 | | 0 | | 1 | +------+ 3 rows in set (0.00 sec) ```` ### 2. What did you expect to see? ```` mysql> select * from t0 group by id asc; +------+ | id | +------+ | 0 | | 1 | | 2 | +------+ 3 rows in set, 1 warning (0.00 sec) mysql> show warnings; +---------+------+---------------------------------------------------------------------------------------------------------------------------------------+ | Level | Code | Message | +---------+------+---------------------------------------------------------------------------------------------------------------------------------------+ | Warning | 1287 | 'GROUP BY with ASC/DESC' is deprecated and will be removed in a future release. Please use GROUP BY ... ORDER BY ... ASC/DESC instead | +---------+------+---------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) ```` ### 3. What did you see instead? No warnings. ### 4. What version of TiDB are you using? (`tidb-server -V` or run `select tidb_version();` on TiDB) Reproducible on master branch: ```` commit 8369ffd500f3fb235d8b584ac4298b2e59d8db55 (HEAD -> master, origin/master, origin/HEAD) Author: Soup <ilovesoup@gmail.com> Date: Tue May 26 15:38:29 2020 +0800 ```` ```` mysql> select tidb_version(); +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | tidb_version() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Release Version: None Edition: None Git Commit Hash: None Git Branch: None UTC Build Time: None GoVersion: go1.13.4 Race Enabled: false TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306 Check Table Before Drop: false | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) ```` ## SIG slack channel [#sig-planner](https://slack.tidb.io/invite?team=tidb-community&channel=sig-planner&ref=high-performance) ## Score - 300 ## Mentor * @lzmhhh123
True
P1-[4.0 Bug Hunting]-[Incompatible with MySQL]-No warning for using `group by asc/desc` and wrong results returned - ## Description Bug Hunter issue tidb-challenge-program/bug-hunting-issue#97 --- ## Bug Report ### 1. What did you do? ```` mysql> create table t0 (id int ); Query OK, 0 rows affected (0.01 sec) mysql> insert into t0 values (0), (1), (2); Query OK, 3 rows affected (0.00 sec) Records: 3 Duplicates: 0 Warnings: 0 mysql> select * from t0 group by id asc; +------+ | id | +------+ | 2 | | 0 | | 1 | +------+ 3 rows in set (0.00 sec) ```` ### 2. What did you expect to see? ```` mysql> select * from t0 group by id asc; +------+ | id | +------+ | 0 | | 1 | | 2 | +------+ 3 rows in set, 1 warning (0.00 sec) mysql> show warnings; +---------+------+---------------------------------------------------------------------------------------------------------------------------------------+ | Level | Code | Message | +---------+------+---------------------------------------------------------------------------------------------------------------------------------------+ | Warning | 1287 | 'GROUP BY with ASC/DESC' is deprecated and will be removed in a future release. Please use GROUP BY ... ORDER BY ... ASC/DESC instead | +---------+------+---------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) ```` ### 3. What did you see instead? No warnings. ### 4. What version of TiDB are you using? (`tidb-server -V` or run `select tidb_version();` on TiDB) Reproducible on master branch: ```` commit 8369ffd500f3fb235d8b584ac4298b2e59d8db55 (HEAD -> master, origin/master, origin/HEAD) Author: Soup <ilovesoup@gmail.com> Date: Tue May 26 15:38:29 2020 +0800 ```` ```` mysql> select tidb_version(); +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | tidb_version() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Release Version: None Edition: None Git Commit Hash: None Git Branch: None UTC Build Time: None GoVersion: go1.13.4 Race Enabled: false TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306 Check Table Before Drop: false | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) ```` ## SIG slack channel [#sig-planner](https://slack.tidb.io/invite?team=tidb-community&channel=sig-planner&ref=high-performance) ## Score - 300 ## Mentor * @lzmhhh123
comp
no warning for using group by asc desc and wrong results returned description bug hunter issue tidb challenge program bug hunting issue bug report what did you do mysql create table id int query ok rows affected sec mysql insert into values query ok rows affected sec records duplicates warnings mysql select from group by id asc id rows in set sec what did you expect to see mysql select from group by id asc id rows in set warning sec mysql show warnings level code message warning group by with asc desc is deprecated and will be removed in a future release please use group by order by asc desc instead row in set sec what did you see instead no warnings what version of tidb are you using tidb server v or run select tidb version on tidb reproducible on master branch commit head master origin master origin head author soup date tue may mysql select tidb version tidb version release version none edition none git commit hash none git branch none utc build time none goversion race enabled false tikv min version check table before drop false row in set sec sig slack channel score mentor
1
6,160
8,570,306,211
IssuesEvent
2018-11-11 18:59:21
WRI-Cities/static-GTFS-manager
https://api.github.com/repos/WRI-Cities/static-GTFS-manager
closed
Packaging for Linux
compatibliity help wanted
Since static-GTFS-manager seems to be an application designed for desktop use, could you provide packages such as AppImage, .deb, .app for each release? That would ease program installation & running for users on Linux, like the .exe for Windows users.
True
Packaging for Linux - Since static-GTFS-manager seems to be an application designed for desktop use, could you provide packages such as AppImage, .deb, .app for each release? That would ease program installation & running for users on Linux, like the .exe for Windows users.
comp
packaging for linux since static gtfs manager seems to be an application designed for desktop use could you provide packages such as appimage deb app for each release that would ease program installation running for users on linux like the exe for windows users
1
7,619
9,881,918,035
IssuesEvent
2019-06-24 15:39:17
Alexander-Miller/treemacs
https://api.github.com/repos/Alexander-Miller/treemacs
closed
Problem with wanderlust
Compatibility External
When using with https://github.com/wanderlust/wanderlust, I get the following error when sending a message: ``` Debugger entered--Lisp error: (error "Attempt to delete main window of frame #<frame ema...") signal(error ("Attempt to delete main window of frame #<frame ema...")) error("Attempt to delete main window of frame %s" #<frame emacs@michel 0x562078d0d7c0>) delete-window() wl-draft-hide(#<buffer .drafts/1389>) wl-draft-normal-send-func(#<buffer .drafts/1389> t) wl-draft-send(t) wl-draft-send-and-exit() funcall-interactively(wl-draft-send-and-exit) call-interactively(wl-draft-send-and-exit nil nil) command-execute(wl-draft-send-and-exit) ``` It seems to boil down to the following code: ``` (or (one-window-p) (delete-window)) ``` To be clear, I'm not sure if the problem here is with Wanderlust or treemacs.
True
Problem with wanderlust - When using with https://github.com/wanderlust/wanderlust, I get the following error when sending a message: ``` Debugger entered--Lisp error: (error "Attempt to delete main window of frame #<frame ema...") signal(error ("Attempt to delete main window of frame #<frame ema...")) error("Attempt to delete main window of frame %s" #<frame emacs@michel 0x562078d0d7c0>) delete-window() wl-draft-hide(#<buffer .drafts/1389>) wl-draft-normal-send-func(#<buffer .drafts/1389> t) wl-draft-send(t) wl-draft-send-and-exit() funcall-interactively(wl-draft-send-and-exit) call-interactively(wl-draft-send-and-exit nil nil) command-execute(wl-draft-send-and-exit) ``` It seems to boil down to the following code: ``` (or (one-window-p) (delete-window)) ``` To be clear, I'm not sure if the problem here is with Wanderlust or treemacs.
comp
problem with wanderlust when using with i get the following error when sending a message debugger entered lisp error error attempt to delete main window of frame frame ema signal error attempt to delete main window of frame frame ema error attempt to delete main window of frame s delete window wl draft hide wl draft normal send func t wl draft send t wl draft send and exit funcall interactively wl draft send and exit call interactively wl draft send and exit nil nil command execute wl draft send and exit it seems to boil down to the following code or one window p delete window to be clear i m not sure if the problem here is with wanderlust or treemacs
1
22,161
6,229,584,681
IssuesEvent
2017-07-11 04:41:03
XceedBoucherS/TestImport5
https://api.github.com/repos/XceedBoucherS/TestImport5
closed
ColorPicker: Allow Localization
CodePlex
<b>emartin[CodePlex]</b> <br />Extracted from this discussion: http://wpftoolkit.codeplex.com/discussions/430383 Hi, I wanna use ColorPicker, however, the default language was english. I prefer other language, how i can set?or is there any way that i can set the text in the control?
1.0
ColorPicker: Allow Localization - <b>emartin[CodePlex]</b> <br />Extracted from this discussion: http://wpftoolkit.codeplex.com/discussions/430383 Hi, I wanna use ColorPicker, however, the default language was english. I prefer other language, how i can set?or is there any way that i can set the text in the control?
non_comp
colorpicker allow localization emartin extracted from this discussion hi i wanna use colorpicker however the default language was english i prefer other language how i can set or is there any way that i can set the text in the control
0
11,935
14,074,640,280
IssuesEvent
2020-11-04 07:42:44
topcoder-platform/tc-auth-lib
https://api.github.com/repos/topcoder-platform/tc-auth-lib
closed
Firefox: Not able to view the Sign up button in the auth0 popup.
QA Pass in Prod browser_compatibility_auth0
Description: Not able to view the Sign up button in the auth0 popup. Also No scroll bar is available. ![image](https://user-images.githubusercontent.com/55895538/94543125-98f40680-0284-11eb-86d3-86d27c1d5abc.png)
True
Firefox: Not able to view the Sign up button in the auth0 popup. - Description: Not able to view the Sign up button in the auth0 popup. Also No scroll bar is available. ![image](https://user-images.githubusercontent.com/55895538/94543125-98f40680-0284-11eb-86d3-86d27c1d5abc.png)
comp
firefox not able to view the sign up button in the popup description not able to view the sign up button in the popup also no scroll bar is available
1
303,569
26,217,093,372
IssuesEvent
2023-01-04 11:55:50
saleor/saleor-dashboard
https://api.github.com/repos/saleor/saleor-dashboard
closed
Cypress test fail: should be able to update product type with product attribute. TC: SALEOR_1503
tests
**Known bug for versions:** v35: false **Additional Info:** Spec: As an admin I want to manage attributes in product types **For: QA** Link: https://github.com/saleor/saleor-dashboard/issues/2780
1.0
Cypress test fail: should be able to update product type with product attribute. TC: SALEOR_1503 - **Known bug for versions:** v35: false **Additional Info:** Spec: As an admin I want to manage attributes in product types **For: QA** Link: https://github.com/saleor/saleor-dashboard/issues/2780
non_comp
cypress test fail should be able to update product type with product attribute tc saleor known bug for versions false additional info spec as an admin i want to manage attributes in product types for qa link
0
31,459
14,972,093,202
IssuesEvent
2021-01-27 22:13:58
JuliaLang/julia
https://api.github.com/repos/JuliaLang/julia
closed
inference regression on `afoldl`
performance regression
I tried my big algebra package on 1.6.0-beta1. Many parts are slightly faster, but one important part is many times slower. I found several problems but the shortest MWE is ``` struct Perm d::Vector{Int} end function Perm(x::Integer...) if isempty(x) return Perm(Int[]) end d=Int.(1:max(x...)) for i in 1:length(x)-1 d[x[i]]=x[i+1] end d[x[end]]=x[1] Perm(d) end struct SymmetricGroup gens::Vector{Perm} end SymmetricGroup(n::Int)=SymmetricGroup([Perm(i,i+1) for i in 1:n-1]) using BenchmarkTools # on julia 1.5.3 @btime SymmetricGroup(20) 1.080 μs (39 allocations: 3.72 KiB) # on julia 1.6.0-beta1 @btime SymmetricGroup(20) 7.658 μs (115 allocations: 6.39 KiB) ```
True
inference regression on `afoldl` - I tried my big algebra package on 1.6.0-beta1. Many parts are slightly faster, but one important part is many times slower. I found several problems but the shortest MWE is ``` struct Perm d::Vector{Int} end function Perm(x::Integer...) if isempty(x) return Perm(Int[]) end d=Int.(1:max(x...)) for i in 1:length(x)-1 d[x[i]]=x[i+1] end d[x[end]]=x[1] Perm(d) end struct SymmetricGroup gens::Vector{Perm} end SymmetricGroup(n::Int)=SymmetricGroup([Perm(i,i+1) for i in 1:n-1]) using BenchmarkTools # on julia 1.5.3 @btime SymmetricGroup(20) 1.080 μs (39 allocations: 3.72 KiB) # on julia 1.6.0-beta1 @btime SymmetricGroup(20) 7.658 μs (115 allocations: 6.39 KiB) ```
non_comp
inference regression on afoldl i tried my big algebra package on many parts are slightly faster but one important part is many times slower i found several problems but the shortest mwe is struct perm d vector int end function perm x integer if isempty x return perm int end d int max x for i in length x d x end d x perm d end struct symmetricgroup gens vector perm end symmetricgroup n int symmetricgroup using benchmarktools on julia btime symmetricgroup μs allocations kib on julia btime symmetricgroup μs allocations kib
0
10,802
12,804,118,675
IssuesEvent
2020-07-03 03:19:43
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Static web page failed to load with error: "Uncaught TypeError: Super expression must either be null or a function" if you have terser-webpack-plugin with version 1.3.0
babel / webpack compatibility with other tools dependencies inactive
**Describe the bug** Static web page failed to load with error: "Uncaught TypeError: Super expression must either be null or a function" if you have terser-webpack-plugin with version 1.3.0. Any warnings or error during build time. the start script works without any error. v5.3.18 **To Reproduce** Steps to reproduce the behavior: 1. add terser-webpack-plugin with version 1.3.0 to your devDependencies. 2. run build-storybook -c .storybook -o public 3. run npx http-server public 4. Open provided url and check error in the browser console. update of terser-webpack-plugin to the version 2.3.5 fixes the issue. But maybe it makes sense to add a check.
True
Static web page failed to load with error: "Uncaught TypeError: Super expression must either be null or a function" if you have terser-webpack-plugin with version 1.3.0 - **Describe the bug** Static web page failed to load with error: "Uncaught TypeError: Super expression must either be null or a function" if you have terser-webpack-plugin with version 1.3.0. Any warnings or error during build time. the start script works without any error. v5.3.18 **To Reproduce** Steps to reproduce the behavior: 1. add terser-webpack-plugin with version 1.3.0 to your devDependencies. 2. run build-storybook -c .storybook -o public 3. run npx http-server public 4. Open provided url and check error in the browser console. update of terser-webpack-plugin to the version 2.3.5 fixes the issue. But maybe it makes sense to add a check.
comp
static web page failed to load with error uncaught typeerror super expression must either be null or a function if you have terser webpack plugin with version describe the bug static web page failed to load with error uncaught typeerror super expression must either be null or a function if you have terser webpack plugin with version any warnings or error during build time the start script works without any error to reproduce steps to reproduce the behavior add terser webpack plugin with version to your devdependencies run build storybook c storybook o public run npx http server public open provided url and check error in the browser console update of terser webpack plugin to the version fixes the issue but maybe it makes sense to add a check
1
2,171
4,931,789,798
IssuesEvent
2016-11-28 11:23:04
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Conflict with WooCommerce: Call to a member function is_downloadable() on null while editing product in admin
compatibility wait for feedback woocommerce
### What did you expect to happen? I have WooCommerce 2.6.8 installed, when I enable Yoast SEO. Product editing screen should work properly. ### What happened instead? Some of my product edit screens go blank. After enabling debug mode, I see following error ``` <div itemscope itemtype="<br /> <b>Fatal error</b>: Call to a member function is_downloadable() on null in <b>/public_html/wp-content/plugins/woocommerce/includes/wc-template-functions.php</b> on line <b>701</b><br /> ``` Corresponding code is ``` function woocommerce_get_product_schema() { global $product; $schema = "Product"; // Downloadable product schema handling if ( $product->is_downloadable() ) { // **LINE 701** switch ( $product->download_type ) { case 'application' : $schema = "SoftwareApplication"; break; case 'music' : $schema = "MusicAlbum"; break; default : $schema = "Product"; break; } } return 'http://schema.org/' . $schema; } ``` With some debugging, $product variable get null here. It looks like Yoast SEO somehow changing this global variable. ### How can we reproduce this behavior? 1. Install Divi 1. Install WooCommerce, 1. Setup products with some variations 1. Install Yoast SEO plugin and configure. I am not sure much about the configurations but this is what I did. ### Technical info * WordPress version: 4.6.1 * Yoast SEO version: 3.8 * WooCommerce: 2.6.8 * Divi Builder: 1.3.10
True
Conflict with WooCommerce: Call to a member function is_downloadable() on null while editing product in admin - ### What did you expect to happen? I have WooCommerce 2.6.8 installed, when I enable Yoast SEO. Product editing screen should work properly. ### What happened instead? Some of my product edit screens go blank. After enabling debug mode, I see following error ``` <div itemscope itemtype="<br /> <b>Fatal error</b>: Call to a member function is_downloadable() on null in <b>/public_html/wp-content/plugins/woocommerce/includes/wc-template-functions.php</b> on line <b>701</b><br /> ``` Corresponding code is ``` function woocommerce_get_product_schema() { global $product; $schema = "Product"; // Downloadable product schema handling if ( $product->is_downloadable() ) { // **LINE 701** switch ( $product->download_type ) { case 'application' : $schema = "SoftwareApplication"; break; case 'music' : $schema = "MusicAlbum"; break; default : $schema = "Product"; break; } } return 'http://schema.org/' . $schema; } ``` With some debugging, $product variable get null here. It looks like Yoast SEO somehow changing this global variable. ### How can we reproduce this behavior? 1. Install Divi 1. Install WooCommerce, 1. Setup products with some variations 1. Install Yoast SEO plugin and configure. I am not sure much about the configurations but this is what I did. ### Technical info * WordPress version: 4.6.1 * Yoast SEO version: 3.8 * WooCommerce: 2.6.8 * Divi Builder: 1.3.10
comp
conflict with woocommerce call to a member function is downloadable on null while editing product in admin what did you expect to happen i have woocommerce installed when i enable yoast seo product editing screen should work properly what happened instead some of my product edit screens go blank after enabling debug mode i see following error fatal error call to a member function is downloadable on null in public html wp content plugins woocommerce includes wc template functions php on line corresponding code is function woocommerce get product schema global product schema product downloadable product schema handling if product is downloadable line switch product download type case application schema softwareapplication break case music schema musicalbum break default schema product break return schema with some debugging product variable get null here it looks like yoast seo somehow changing this global variable how can we reproduce this behavior install divi install woocommerce setup products with some variations install yoast seo plugin and configure i am not sure much about the configurations but this is what i did technical info wordpress version yoast seo version woocommerce divi builder
1
133,612
29,487,825,102
IssuesEvent
2023-06-02 11:09:18
eclipse/che
https://api.github.com/repos/eclipse/che
opened
The extensions list is empty
kind/bug severity/blocker area/editor/vscode
### Describe the bug The `Extensions` list is empty in VS Code. ### Che version next (development version) ### Steps to reproduce Open the `Extensions` list in VS Code. ### Expected behavior The extensions list should be loaded from Open VSX. ### Runtime OpenShift ### Screenshots ![image](https://github.com/eclipse/che/assets/1636395/d0e4e3c6-9ca0-47c5-a507-fcdd0d3b6ac6) ### Installation method chectl/next ### Environment Linux ### Eclipse Che Logs ```shell 2023-06-02 10:58:54.371 [error] Error: Failed Installing Extensions: ms-ceintl.vscode-language-pack-uk at e.ExtensionManagementCLI.installExtensions (/checode/checode-linux-libc/out/vs/server/node/server.main.js:114:122) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async b.o (/checode/checode-linux-libc/out/vs/server/node/server.main.js:151:38425) at async b.j (/checode/checode-linux-libc/out/vs/server/node/server.main.js:151:37213) at async b.scanExtensions (/checode/checode-linux-libc/out/vs/server/node/server.main.js:151:36864) at async f.call (/checode/checode-linux-libc/out/vs/server/node/server.main.js:151:40409) ``` ``` ### Additional context _No response_
1.0
The extensions list is empty - ### Describe the bug The `Extensions` list is empty in VS Code. ### Che version next (development version) ### Steps to reproduce Open the `Extensions` list in VS Code. ### Expected behavior The extensions list should be loaded from Open VSX. ### Runtime OpenShift ### Screenshots ![image](https://github.com/eclipse/che/assets/1636395/d0e4e3c6-9ca0-47c5-a507-fcdd0d3b6ac6) ### Installation method chectl/next ### Environment Linux ### Eclipse Che Logs ```shell 2023-06-02 10:58:54.371 [error] Error: Failed Installing Extensions: ms-ceintl.vscode-language-pack-uk at e.ExtensionManagementCLI.installExtensions (/checode/checode-linux-libc/out/vs/server/node/server.main.js:114:122) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async b.o (/checode/checode-linux-libc/out/vs/server/node/server.main.js:151:38425) at async b.j (/checode/checode-linux-libc/out/vs/server/node/server.main.js:151:37213) at async b.scanExtensions (/checode/checode-linux-libc/out/vs/server/node/server.main.js:151:36864) at async f.call (/checode/checode-linux-libc/out/vs/server/node/server.main.js:151:40409) ``` ``` ### Additional context _No response_
non_comp
the extensions list is empty describe the bug the extensions list is empty in vs code che version next development version steps to reproduce open the extensions list in vs code expected behavior the extensions list should be loaded from open vsx runtime openshift screenshots installation method chectl next environment linux eclipse che logs shell error failed installing extensions ms ceintl vscode language pack uk at e extensionmanagementcli installextensions checode checode linux libc out vs server node server main js at processticksandrejections node internal process task queues at async b o checode checode linux libc out vs server node server main js at async b j checode checode linux libc out vs server node server main js at async b scanextensions checode checode linux libc out vs server node server main js at async f call checode checode linux libc out vs server node server main js additional context no response
0
90,129
15,856,079,395
IssuesEvent
2021-04-08 01:28:15
rgordon95/pugDemo
https://api.github.com/repos/rgordon95/pugDemo
opened
CVE-2018-20834 (High) detected in tar-2.2.1.tgz
security vulnerability
## CVE-2018-20834 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.1.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.1.tgz">https://registry.npmjs.org/tar/-/tar-2.2.1.tgz</a></p> <p>Path to dependency file: /pugDemo/package.json</p> <p>Path to vulnerable library: pugDemo/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - gulp-sass-4.0.2.tgz (Root Library) - node-sass-4.11.0.tgz - node-gyp-3.8.0.tgz - :x: **tar-2.2.1.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2). <p>Publish Date: 2019-04-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20834>CVE-2018-20834</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-2018-20834">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20834</a></p> <p>Release Date: 2019-04-30</p> <p>Fix Resolution: tar - 2.2.2,4.4.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-2018-20834 (High) detected in tar-2.2.1.tgz - ## CVE-2018-20834 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.1.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.1.tgz">https://registry.npmjs.org/tar/-/tar-2.2.1.tgz</a></p> <p>Path to dependency file: /pugDemo/package.json</p> <p>Path to vulnerable library: pugDemo/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - gulp-sass-4.0.2.tgz (Root Library) - node-sass-4.11.0.tgz - node-gyp-3.8.0.tgz - :x: **tar-2.2.1.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2). <p>Publish Date: 2019-04-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20834>CVE-2018-20834</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-2018-20834">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20834</a></p> <p>Release Date: 2019-04-30</p> <p>Fix Resolution: tar - 2.2.2,4.4.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_comp
cve high detected in tar tgz cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file pugdemo package json path to vulnerable library pugdemo node modules tar package json dependency hierarchy gulp sass tgz root library node sass tgz node gyp tgz x tar tgz vulnerable library vulnerability details a vulnerability was found in node tar before version excluding version an arbitrary file overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system in conjunction with a later plain file with the same name as the hardlink this plain file content replaces the existing file content a patch has been applied to node tar publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction 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 tar step up your open source security game with whitesource
0
156,210
19,829,231,124
IssuesEvent
2022-01-20 10:12:49
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
Vulnerability roundup 101: sqlite-3.33.0: 1 advisory [5.5]
1.severity: security
[search](https://search.nix.gsc.io/?q=sqlite&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=sqlite+in%3Apath&type=Code) * [ ] [CVE-2021-20227](https://nvd.nist.gov/vuln/detail/CVE-2021-20227) CVSSv3=5.5 (nixos-20.09) Scanned versions: nixos-20.09: c7e905b6a97. Cc @edolstra Cc @np
True
Vulnerability roundup 101: sqlite-3.33.0: 1 advisory [5.5] - [search](https://search.nix.gsc.io/?q=sqlite&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=sqlite+in%3Apath&type=Code) * [ ] [CVE-2021-20227](https://nvd.nist.gov/vuln/detail/CVE-2021-20227) CVSSv3=5.5 (nixos-20.09) Scanned versions: nixos-20.09: c7e905b6a97. Cc @edolstra Cc @np
non_comp
vulnerability roundup sqlite advisory nixos scanned versions nixos cc edolstra cc np
0
606
2,545,759,015
IssuesEvent
2015-01-29 19:13:24
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Visual clutter in Hathor > Global Configuration
No Code Attached Yet
The permission section in hathor > global configuration is somewhat distorted/misplaced. This is how it looks like in firexfox 35.0.1: ![hathor_firefox](https://cloud.githubusercontent.com/assets/9270310/5937764/fbdbdb3a-a6f3-11e4-969a-b1b58c897e83.png) And here a screenshot taken from IE 11: ![hathor_ie](https://cloud.githubusercontent.com/assets/9270310/5937777/2227ad28-a6f4-11e4-9741-9e8d164c5305.png) It displays nice though in google chrome. Tested with latest staging.
1.0
Visual clutter in Hathor > Global Configuration - The permission section in hathor > global configuration is somewhat distorted/misplaced. This is how it looks like in firexfox 35.0.1: ![hathor_firefox](https://cloud.githubusercontent.com/assets/9270310/5937764/fbdbdb3a-a6f3-11e4-969a-b1b58c897e83.png) And here a screenshot taken from IE 11: ![hathor_ie](https://cloud.githubusercontent.com/assets/9270310/5937777/2227ad28-a6f4-11e4-9741-9e8d164c5305.png) It displays nice though in google chrome. Tested with latest staging.
non_comp
visual clutter in hathor global configuration the permission section in hathor global configuration is somewhat distorted misplaced this is how it looks like in firexfox and here a screenshot taken from ie it displays nice though in google chrome tested with latest staging
0
19,795
27,455,611,176
IssuesEvent
2023-03-02 21:04:55
apache/echarts
https://api.github.com/repos/apache/echarts
closed
Ecart can't be displayed in the ’飞视‘ browser on the smart TV
bug pending compatibility stale waiting-for: author
### Version 5.0.2 ### Steps to reproduce open it ### What is expected? display ### What is actually happening? blank <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
True
Ecart can't be displayed in the ’飞视‘ browser on the smart TV - ### Version 5.0.2 ### Steps to reproduce open it ### What is expected? display ### What is actually happening? blank <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
comp
ecart can t be displayed in the ’飞视‘ browser on the smart tv version steps to reproduce open it what is expected display what is actually happening blank
1
134,975
12,643,217,867
IssuesEvent
2020-06-16 09:26:35
crate/crate-howtos
https://api.github.com/repos/crate/crate-howtos
opened
softlayer.rst appears to be out-of-date
documentation out-of-date
### Documentation feedback <!--Please do not edit or remove the following information --> - Page title: Run CrateDB on Softlayer - Page URL: https://crate.io/docs/crate/howtos/en/latest/deployment/cloud/softlayer.html - Source: https://github.com/crate/crate-howtos/blob/master/docs/deployment/cloud/softlayer.rst --- <!-- Please add your comments here --> this page appears to be out-of-date
1.0
softlayer.rst appears to be out-of-date - ### Documentation feedback <!--Please do not edit or remove the following information --> - Page title: Run CrateDB on Softlayer - Page URL: https://crate.io/docs/crate/howtos/en/latest/deployment/cloud/softlayer.html - Source: https://github.com/crate/crate-howtos/blob/master/docs/deployment/cloud/softlayer.rst --- <!-- Please add your comments here --> this page appears to be out-of-date
non_comp
softlayer rst appears to be out of date documentation feedback page title run cratedb on softlayer page url source this page appears to be out of date
0
11,682
13,754,022,939
IssuesEvent
2020-10-06 16:22:10
TerraForged/TerraForged
https://api.github.com/repos/TerraForged/TerraForged
closed
Terraforged and Nature's Aura incompatibility
bug compatibility
**Description** Nature's Aura is a mod revolving around performing rituals and crafting things to utilize the nature's magic. The main method of doing this is the Ritual of The Forest, where you place a variety of things around a tree sapling, let the sapling grow, and then the process begins. I had tried to do this several times, but nothing happened after the tree grew. Looking into the Github issues for Nature's Aura, another guy was digging through the files and found that Terraforged was the cause of the issue. Apparently, Nature's Aura has different magic types for different dimensions, and somehow it gets confused with Terraforged because it might be considering it to be a new dimension, despite it being the overworld. I'm not really a code or fancy computer guy, so his findings on Github may be more helpful. **How to reproduce** I have a pretty long list of mods installed right now, but the vast majority of them are just decorative or other things that I doubt would effect this mod, but I will put them here anyway to be a good boy. The easiest way for me to do it would probably be to put a screenshot of the mods, so I'll do that. To recreate the issue, get the Nature's Aura book, and perform the Ritual of the Forest exactly how it describes (it even has a helpful template). If the same issue occurs, the tree should grow (by either time or bonemeal) and nothing will happen instead of the shiny and glow-y ritual of the forest. (I provided the mod list I had, however I had tested it with just Terraforged and Nature'S Aura and it still did not work) ![image](https://user-images.githubusercontent.com/26839988/80650663-67abac00-8a42-11ea-83d8-b513bdc1b738.png) **Additional information** Here is the mod page for Nature's Aura: https://www.curseforge.com/minecraft/mc-mods/natures-aura And Here is the Github of the guy who figured this out: https://github.com/Ellpeck/NaturesAura/issues/101 This is an image of the ritual after complete set-up, but it is not doing what it should. A video of it working correctly is on the mod page. This picture was taken with every mod except for Nature's Aura, Nature's Aura's dependencies, and Terraforged removed. ![image](https://user-images.githubusercontent.com/26839988/80651633-3d5aee00-8a44-11ea-939f-235691c1be46.png)
True
Terraforged and Nature's Aura incompatibility - **Description** Nature's Aura is a mod revolving around performing rituals and crafting things to utilize the nature's magic. The main method of doing this is the Ritual of The Forest, where you place a variety of things around a tree sapling, let the sapling grow, and then the process begins. I had tried to do this several times, but nothing happened after the tree grew. Looking into the Github issues for Nature's Aura, another guy was digging through the files and found that Terraforged was the cause of the issue. Apparently, Nature's Aura has different magic types for different dimensions, and somehow it gets confused with Terraforged because it might be considering it to be a new dimension, despite it being the overworld. I'm not really a code or fancy computer guy, so his findings on Github may be more helpful. **How to reproduce** I have a pretty long list of mods installed right now, but the vast majority of them are just decorative or other things that I doubt would effect this mod, but I will put them here anyway to be a good boy. The easiest way for me to do it would probably be to put a screenshot of the mods, so I'll do that. To recreate the issue, get the Nature's Aura book, and perform the Ritual of the Forest exactly how it describes (it even has a helpful template). If the same issue occurs, the tree should grow (by either time or bonemeal) and nothing will happen instead of the shiny and glow-y ritual of the forest. (I provided the mod list I had, however I had tested it with just Terraforged and Nature'S Aura and it still did not work) ![image](https://user-images.githubusercontent.com/26839988/80650663-67abac00-8a42-11ea-83d8-b513bdc1b738.png) **Additional information** Here is the mod page for Nature's Aura: https://www.curseforge.com/minecraft/mc-mods/natures-aura And Here is the Github of the guy who figured this out: https://github.com/Ellpeck/NaturesAura/issues/101 This is an image of the ritual after complete set-up, but it is not doing what it should. A video of it working correctly is on the mod page. This picture was taken with every mod except for Nature's Aura, Nature's Aura's dependencies, and Terraforged removed. ![image](https://user-images.githubusercontent.com/26839988/80651633-3d5aee00-8a44-11ea-939f-235691c1be46.png)
comp
terraforged and nature s aura incompatibility description nature s aura is a mod revolving around performing rituals and crafting things to utilize the nature s magic the main method of doing this is the ritual of the forest where you place a variety of things around a tree sapling let the sapling grow and then the process begins i had tried to do this several times but nothing happened after the tree grew looking into the github issues for nature s aura another guy was digging through the files and found that terraforged was the cause of the issue apparently nature s aura has different magic types for different dimensions and somehow it gets confused with terraforged because it might be considering it to be a new dimension despite it being the overworld i m not really a code or fancy computer guy so his findings on github may be more helpful how to reproduce i have a pretty long list of mods installed right now but the vast majority of them are just decorative or other things that i doubt would effect this mod but i will put them here anyway to be a good boy the easiest way for me to do it would probably be to put a screenshot of the mods so i ll do that to recreate the issue get the nature s aura book and perform the ritual of the forest exactly how it describes it even has a helpful template if the same issue occurs the tree should grow by either time or bonemeal and nothing will happen instead of the shiny and glow y ritual of the forest i provided the mod list i had however i had tested it with just terraforged and nature s aura and it still did not work additional information here is the mod page for nature s aura and here is the github of the guy who figured this out this is an image of the ritual after complete set up but it is not doing what it should a video of it working correctly is on the mod page this picture was taken with every mod except for nature s aura nature s aura s dependencies and terraforged removed
1
17,853
24,629,014,359
IssuesEvent
2022-10-16 21:45:53
logfellow/logstash-logback-encoder
https://api.github.com/repos/logfellow/logstash-logback-encoder
closed
ShortenedThrowableConverter: <exclude> and <exclusions> are mutually exclusive
not-backwards-compatible
Suppose the following configuration: ```xml <throwableConverter class="net.logstash.logback.stacktrace.ShortenedThrowableConverter"> <exclude>pattern1</exclude> <exclusions>${STACK_EXCLUSIONS}</exclusions> <exclude>pattern2</exclude> </throwableConverter> ``` Using the `<exclusions>` with an environment variable is an easy way to configure additional exclusion patterns in addition to those already configured in the XML file. However, it happens that `<exclusions>` clears the exclusions already configured and replace them with new values. This sample configuration results in only TWO exclusion patterns with the first one being ignored... To avoid confusion the `<exclusions>` keyword should ADD new patterns instead of replacing those already defined.
True
ShortenedThrowableConverter: <exclude> and <exclusions> are mutually exclusive - Suppose the following configuration: ```xml <throwableConverter class="net.logstash.logback.stacktrace.ShortenedThrowableConverter"> <exclude>pattern1</exclude> <exclusions>${STACK_EXCLUSIONS}</exclusions> <exclude>pattern2</exclude> </throwableConverter> ``` Using the `<exclusions>` with an environment variable is an easy way to configure additional exclusion patterns in addition to those already configured in the XML file. However, it happens that `<exclusions>` clears the exclusions already configured and replace them with new values. This sample configuration results in only TWO exclusion patterns with the first one being ignored... To avoid confusion the `<exclusions>` keyword should ADD new patterns instead of replacing those already defined.
comp
shortenedthrowableconverter and are mutually exclusive suppose the following configuration xml stack exclusions using the with an environment variable is an easy way to configure additional exclusion patterns in addition to those already configured in the xml file however it happens that clears the exclusions already configured and replace them with new values this sample configuration results in only two exclusion patterns with the first one being ignored to avoid confusion the keyword should add new patterns instead of replacing those already defined
1
294,364
22,148,931,058
IssuesEvent
2022-06-03 14:48:03
casper-network/docs
https://api.github.com/repos/casper-network/docs
closed
[Discovery] Best practices for Casper contracts
documentation L2
Create a set of guidelines for writing secure smart contracts for the Casper Network. A discovery phase is captured in card #82.
1.0
[Discovery] Best practices for Casper contracts - Create a set of guidelines for writing secure smart contracts for the Casper Network. A discovery phase is captured in card #82.
non_comp
best practices for casper contracts create a set of guidelines for writing secure smart contracts for the casper network a discovery phase is captured in card
0
3,281
6,225,552,269
IssuesEvent
2017-07-10 16:25:56
w3c/ortc
https://api.github.com/repos/w3c/ortc
closed
Key Shortening: Sync with WebRTC 1.0
1.0 compatibility issue
The following merged WebRTC 1.0 PRs relates to ORTC as well: https://github.com/w3c/webrtc-pc/pull/1453 (Key shortening text)
True
Key Shortening: Sync with WebRTC 1.0 - The following merged WebRTC 1.0 PRs relates to ORTC as well: https://github.com/w3c/webrtc-pc/pull/1453 (Key shortening text)
comp
key shortening sync with webrtc the following merged webrtc prs relates to ortc as well key shortening text
1
232,813
18,910,046,822
IssuesEvent
2021-11-16 13:15:34
wazuh/wazuh-qa
https://api.github.com/repos/wazuh/wazuh-qa
opened
Design and implement API integration tests for multiprocessing
test/integration feature/framework feature/api
This issue is part of the epic https://github.com/wazuh/wazuh/issues/10780. The epic issue mentioned aims to make the Wazuh API capable of running both local and distributed API requests in parallel. With this development, we will need to design and implement new QA integration tests to check that the multiprocessing is being performed correctly in the DAPI module. We should test that child processes are being created when it is needed, API requests are not waiting for others to finish, etc. We will also need to take into account that some endpoints will have critical sections that cannot be run in parallel. This is going to be reviewed in the issue https://github.com/wazuh/wazuh/issues/10792. We should consider testing these sections.
1.0
Design and implement API integration tests for multiprocessing - This issue is part of the epic https://github.com/wazuh/wazuh/issues/10780. The epic issue mentioned aims to make the Wazuh API capable of running both local and distributed API requests in parallel. With this development, we will need to design and implement new QA integration tests to check that the multiprocessing is being performed correctly in the DAPI module. We should test that child processes are being created when it is needed, API requests are not waiting for others to finish, etc. We will also need to take into account that some endpoints will have critical sections that cannot be run in parallel. This is going to be reviewed in the issue https://github.com/wazuh/wazuh/issues/10792. We should consider testing these sections.
non_comp
design and implement api integration tests for multiprocessing this issue is part of the epic the epic issue mentioned aims to make the wazuh api capable of running both local and distributed api requests in parallel with this development we will need to design and implement new qa integration tests to check that the multiprocessing is being performed correctly in the dapi module we should test that child processes are being created when it is needed api requests are not waiting for others to finish etc we will also need to take into account that some endpoints will have critical sections that cannot be run in parallel this is going to be reviewed in the issue we should consider testing these sections
0
5,211
7,761,979,299
IssuesEvent
2018-06-01 11:56:26
GuimDev/ProvisionsTeamFormation
https://api.github.com/repos/GuimDev/ProvisionsTeamFormation
opened
Compatibility with other custom maker addons
Back office Compatibility Evolution Fundamental (GL)
We need to make support for custom maker addons. Addon like : Destinations, WaypointIt, TweakIt with specific point. https://github.com/GuimDev/ProvisionsTeamFormation/blob/dev/function/uiLoop.lua#L475 Example : > ZO_PreHookHandler(ZO_WorldMap, "OnShow", UpdateInventoryContent) > ZO_PreHookHandler(ZO_WorldMap, "OnHide", UpdateMapFilters) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_POI_UPDATED, OnDestPOIUpdate) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_PLAYER_ACTIVATED, UpdateMapFilters) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_ACHIEVEMENT_UPDATED, OnAchievementUpdate) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_QUEST_ADDED, RegisterQuest) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_QUEST_OFFERED, RegisterNPC) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_QUEST_COMPLETE, RegisterQuestDone) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_QUEST_REMOVED, RegisterQuestCancelled) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_GAMEPAD_PREFERRED_MODE_CHANGED, OnGamepadPreferredModeChanged) How to do fix it : - Make folder "compatibility" and one file by addon. - Pop-up : "Do you want to enable the compatibility mode ? Yes ->Show custom marker". - `Try ... catch ...` ! No choice ! 10 issues => Stop loading the compatibility mode/functions. TF have to work if compatibility mode crash.
True
Compatibility with other custom maker addons - We need to make support for custom maker addons. Addon like : Destinations, WaypointIt, TweakIt with specific point. https://github.com/GuimDev/ProvisionsTeamFormation/blob/dev/function/uiLoop.lua#L475 Example : > ZO_PreHookHandler(ZO_WorldMap, "OnShow", UpdateInventoryContent) > ZO_PreHookHandler(ZO_WorldMap, "OnHide", UpdateMapFilters) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_POI_UPDATED, OnDestPOIUpdate) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_PLAYER_ACTIVATED, UpdateMapFilters) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_ACHIEVEMENT_UPDATED, OnAchievementUpdate) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_QUEST_ADDED, RegisterQuest) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_QUEST_OFFERED, RegisterNPC) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_QUEST_COMPLETE, RegisterQuestDone) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_QUEST_REMOVED, RegisterQuestCancelled) > EVENT_MANAGER:RegisterForEvent("Destinations", EVENT_GAMEPAD_PREFERRED_MODE_CHANGED, OnGamepadPreferredModeChanged) How to do fix it : - Make folder "compatibility" and one file by addon. - Pop-up : "Do you want to enable the compatibility mode ? Yes ->Show custom marker". - `Try ... catch ...` ! No choice ! 10 issues => Stop loading the compatibility mode/functions. TF have to work if compatibility mode crash.
comp
compatibility with other custom maker addons we need to make support for custom maker addons addon like destinations waypointit tweakit with specific point example zo prehookhandler zo worldmap onshow updateinventorycontent zo prehookhandler zo worldmap onhide updatemapfilters event manager registerforevent destinations event poi updated ondestpoiupdate event manager registerforevent destinations event player activated updatemapfilters event manager registerforevent destinations event achievement updated onachievementupdate event manager registerforevent destinations event quest added registerquest event manager registerforevent destinations event quest offered registernpc event manager registerforevent destinations event quest complete registerquestdone event manager registerforevent destinations event quest removed registerquestcancelled event manager registerforevent destinations event gamepad preferred mode changed ongamepadpreferredmodechanged how to do fix it make folder compatibility and one file by addon pop up do you want to enable the compatibility mode yes show custom marker try catch no choice issues stop loading the compatibility mode functions tf have to work if compatibility mode crash
1
18,281
25,274,126,232
IssuesEvent
2022-11-16 11:23:38
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
closed
Age of Chivalry (17510)
Game compatibility - Unofficial
# Compatibility Report - Name of the game with compatibility issues: Age of Chivalry - Steam AppID of the game: 17510 ## System Information - GPU: <!-- e.g. RX 580 or GTX 970 --> RX 6800 XT - Driver/LLVM version: Mesa 21.3.6/13.0.1 - Kernel version: 5.16.10 - Link to full system information report as [Gist](https://gist.github.com/bernharl/4ec0313e5b98a5406740ef10013cfcce): - Proton version: Proton 7.0-1 (Though i have tested every version available in the Steam menu, the logs I provide is from 7.0-1). ## I confirm: - [v] that I haven't found an existing compatibility report for this game. - [v] that I have checked whether there are updates for my system available. <!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and attach the generated $HOME/steam-$APPID.log to this issue report as a file. (Proton logs compress well if needed.)--> [steam-17510.log](https://github.com/ValveSoftware/Proton/files/8101947/steam-17510.log) ## Symptoms <!-- What's the problem? --> I can launch the game fine from proton 5 and above, but in all version where the game launches I cannot start a match without it crashing in the load screen. As far as I can tell the game is based on Source SDK 2007. ## Reproduction - Launch game - Press "start a campaign" and try to start the match with default settings. - Game crashes during loading <!-- 1. You can find the Steam AppID in the URL of the shop page of the game. e.g. for `The Witcher 3: Wild Hunt` the AppID is `292030`. 2. You can find your driver and Linux version, as well as your graphics processor's name in the system information report of Steam. 3. You can retrieve a full system information report by clicking `Help` > `System Information` in the Steam client on your machine. 4. Please copy it to your clipboard by pressing `Ctrl+A` and then `Ctrl+C`. Then paste it in a [Gist](https://gist.github.com/) and post the link in this issue. 5. Please search for open issues and pull requests by the name of the game and find out whether they are relevant and should be referenced above. -->
True
Age of Chivalry (17510) - # Compatibility Report - Name of the game with compatibility issues: Age of Chivalry - Steam AppID of the game: 17510 ## System Information - GPU: <!-- e.g. RX 580 or GTX 970 --> RX 6800 XT - Driver/LLVM version: Mesa 21.3.6/13.0.1 - Kernel version: 5.16.10 - Link to full system information report as [Gist](https://gist.github.com/bernharl/4ec0313e5b98a5406740ef10013cfcce): - Proton version: Proton 7.0-1 (Though i have tested every version available in the Steam menu, the logs I provide is from 7.0-1). ## I confirm: - [v] that I haven't found an existing compatibility report for this game. - [v] that I have checked whether there are updates for my system available. <!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and attach the generated $HOME/steam-$APPID.log to this issue report as a file. (Proton logs compress well if needed.)--> [steam-17510.log](https://github.com/ValveSoftware/Proton/files/8101947/steam-17510.log) ## Symptoms <!-- What's the problem? --> I can launch the game fine from proton 5 and above, but in all version where the game launches I cannot start a match without it crashing in the load screen. As far as I can tell the game is based on Source SDK 2007. ## Reproduction - Launch game - Press "start a campaign" and try to start the match with default settings. - Game crashes during loading <!-- 1. You can find the Steam AppID in the URL of the shop page of the game. e.g. for `The Witcher 3: Wild Hunt` the AppID is `292030`. 2. You can find your driver and Linux version, as well as your graphics processor's name in the system information report of Steam. 3. You can retrieve a full system information report by clicking `Help` > `System Information` in the Steam client on your machine. 4. Please copy it to your clipboard by pressing `Ctrl+A` and then `Ctrl+C`. Then paste it in a [Gist](https://gist.github.com/) and post the link in this issue. 5. Please search for open issues and pull requests by the name of the game and find out whether they are relevant and should be referenced above. -->
comp
age of chivalry compatibility report name of the game with compatibility issues age of chivalry steam appid of the game system information gpu rx xt driver llvm version mesa kernel version link to full system information report as proton version proton though i have tested every version available in the steam menu the logs i provide is from i confirm that i haven t found an existing compatibility report for this game that i have checked whether there are updates for my system available please add proton log command to the game s launch options and attach the generated home steam appid log to this issue report as a file proton logs compress well if needed symptoms i can launch the game fine from proton and above but in all version where the game launches i cannot start a match without it crashing in the load screen as far as i can tell the game is based on source sdk reproduction launch game press start a campaign and try to start the match with default settings game crashes during loading you can find the steam appid in the url of the shop page of the game e g for the witcher wild hunt the appid is you can find your driver and linux version as well as your graphics processor s name in the system information report of steam you can retrieve a full system information report by clicking help system information in the steam client on your machine please copy it to your clipboard by pressing ctrl a and then ctrl c then paste it in a and post the link in this issue please search for open issues and pull requests by the name of the game and find out whether they are relevant and should be referenced above
1
10,483
12,422,833,449
IssuesEvent
2020-05-24 01:00:25
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
Foreach behavior
php7 incompatibility
https://wiki.php.net/rfc/php7_foreach We already didn't match PHP5. Some of the ways we didn't match PHP5 do match PHP7, others don't. Most (all?) of this is so edge-case that it might not be worth it, a lot of this stuff has very deep perf implications for HHVM, so much so that we just can't take the massive perf hit to match stupid edge cases. We should see where we actually differ, how hard it would be to change, and then document the rest as deliberate inconsistencies.
True
Foreach behavior - https://wiki.php.net/rfc/php7_foreach We already didn't match PHP5. Some of the ways we didn't match PHP5 do match PHP7, others don't. Most (all?) of this is so edge-case that it might not be worth it, a lot of this stuff has very deep perf implications for HHVM, so much so that we just can't take the massive perf hit to match stupid edge cases. We should see where we actually differ, how hard it would be to change, and then document the rest as deliberate inconsistencies.
comp
foreach behavior we already didn t match some of the ways we didn t match do match others don t most all of this is so edge case that it might not be worth it a lot of this stuff has very deep perf implications for hhvm so much so that we just can t take the massive perf hit to match stupid edge cases we should see where we actually differ how hard it would be to change and then document the rest as deliberate inconsistencies
1
915
2,772,242,678
IssuesEvent
2015-05-02 13:40:33
lidel/yt-looper
https://api.github.com/repos/lidel/yt-looper
closed
Imgur: use HTML5 <video> player for GIFs
enhancement performance ux
https://yt.aergia.eu/#i=h385k10 should be rendered the same way as in https://i.imgur.com/h385k10.gifv Speed gain is colossal: GIF: 18M WEBM: 331K
True
Imgur: use HTML5 <video> player for GIFs - https://yt.aergia.eu/#i=h385k10 should be rendered the same way as in https://i.imgur.com/h385k10.gifv Speed gain is colossal: GIF: 18M WEBM: 331K
non_comp
imgur use player for gifs should be rendered the same way as in speed gain is colossal gif webm
0
9,557
11,599,298,436
IssuesEvent
2020-02-25 01:47:01
woocommerce/action-scheduler
https://api.github.com/repos/woocommerce/action-scheduler
closed
Remove composer autoloading
compatibility
After an initial report in #463, testing for #464 and a followup PR #468, I've concluded that composer autoloading needs to be completely removed from AS. ### From #464: > So, I suggest to remove "classmap" and add "files": ``` "autoload": { "files": ["action-scheduler.php"] }, ``` If you have two plugin active that are both configured to autoload a file named `example.php` only the `example.php` in the plugin that has its autoloader registered first will be autoloaded. Composer does not compare the files to determine whether they contain the same code. Instead, it assumes the files are duplicates. ### Current AS configuration: ``` "autoload": { "classmap": [ "classes/", "deprecated/", "lib/" ] ``` If all plugins using AS updated to this configuration via composer then AS would not get initialized. The autoloader in the containing plugins would already have a class map for all the AS classes and the `class_exists( 'ActionScheduler_Versions' )` check returns true ### Code change in #468: While this PR does correct the issue of initializing AS, the classmap(s) used are in the order that the plugin autoloaders are registered (thereby breaking the latest version logic). Since the `functions.php` isn't autoloaded, the `functions.php` used is from the latest registered version.
True
Remove composer autoloading - After an initial report in #463, testing for #464 and a followup PR #468, I've concluded that composer autoloading needs to be completely removed from AS. ### From #464: > So, I suggest to remove "classmap" and add "files": ``` "autoload": { "files": ["action-scheduler.php"] }, ``` If you have two plugin active that are both configured to autoload a file named `example.php` only the `example.php` in the plugin that has its autoloader registered first will be autoloaded. Composer does not compare the files to determine whether they contain the same code. Instead, it assumes the files are duplicates. ### Current AS configuration: ``` "autoload": { "classmap": [ "classes/", "deprecated/", "lib/" ] ``` If all plugins using AS updated to this configuration via composer then AS would not get initialized. The autoloader in the containing plugins would already have a class map for all the AS classes and the `class_exists( 'ActionScheduler_Versions' )` check returns true ### Code change in #468: While this PR does correct the issue of initializing AS, the classmap(s) used are in the order that the plugin autoloaders are registered (thereby breaking the latest version logic). Since the `functions.php` isn't autoloaded, the `functions.php` used is from the latest registered version.
comp
remove composer autoloading after an initial report in testing for and a followup pr i ve concluded that composer autoloading needs to be completely removed from as from so i suggest to remove classmap and add files autoload files if you have two plugin active that are both configured to autoload a file named example php only the example php in the plugin that has its autoloader registered first will be autoloaded composer does not compare the files to determine whether they contain the same code instead it assumes the files are duplicates current as configuration autoload classmap classes deprecated lib if all plugins using as updated to this configuration via composer then as would not get initialized the autoloader in the containing plugins would already have a class map for all the as classes and the class exists actionscheduler versions check returns true code change in while this pr does correct the issue of initializing as the classmap s used are in the order that the plugin autoloaders are registered thereby breaking the latest version logic since the functions php isn t autoloaded the functions php used is from the latest registered version
1
80,293
7,744,252,464
IssuesEvent
2018-05-29 14:56:11
SciencesPo/isari
https://api.github.com/repos/SciencesPo/isari
closed
Perte d'informations sur le calendrier
bug à tester
On a perdu des informations sur le calendrier des champs Date : "mois" et "année" ont disparu dans le haut du calendrier. ![image](https://user-images.githubusercontent.com/22589536/40535813-772ebfd2-600a-11e8-8e6c-ef94fb8d20de.png) Applicable sur tous les champs Dates des formulaires ainsi que dans les filtres Dates des tableaux.
1.0
Perte d'informations sur le calendrier - On a perdu des informations sur le calendrier des champs Date : "mois" et "année" ont disparu dans le haut du calendrier. ![image](https://user-images.githubusercontent.com/22589536/40535813-772ebfd2-600a-11e8-8e6c-ef94fb8d20de.png) Applicable sur tous les champs Dates des formulaires ainsi que dans les filtres Dates des tableaux.
non_comp
perte d informations sur le calendrier on a perdu des informations sur le calendrier des champs date mois et année ont disparu dans le haut du calendrier applicable sur tous les champs dates des formulaires ainsi que dans les filtres dates des tableaux
0
4,290
7,034,392,409
IssuesEvent
2017-12-27 16:30:47
LLK/scratch-vm
https://api.github.com/repos/LLK/scratch-vm
closed
Pen project incompatibility
bug compatibility needs-discussion
### Expected Behavior _Please describe what should happen_ https://scratch.mit.edu/projects/113451797/#editor ### Actual Behavior _Describe what actually happens_ https://llk.github.io/scratch-gui/develop/#113451797 ![image](https://user-images.githubusercontent.com/654102/33898574-de14ea32-df36-11e7-8f95-b9635a70fbd3.png) --- @ericrosenbaum I believe this is an issue with the translation of pen blocks into scratch 3. I assume that the brightness/saturation is set all the way down, and it isn't being reset correctly?
True
Pen project incompatibility - ### Expected Behavior _Please describe what should happen_ https://scratch.mit.edu/projects/113451797/#editor ### Actual Behavior _Describe what actually happens_ https://llk.github.io/scratch-gui/develop/#113451797 ![image](https://user-images.githubusercontent.com/654102/33898574-de14ea32-df36-11e7-8f95-b9635a70fbd3.png) --- @ericrosenbaum I believe this is an issue with the translation of pen blocks into scratch 3. I assume that the brightness/saturation is set all the way down, and it isn't being reset correctly?
comp
pen project incompatibility expected behavior please describe what should happen actual behavior describe what actually happens ericrosenbaum i believe this is an issue with the translation of pen blocks into scratch i assume that the brightness saturation is set all the way down and it isn t being reset correctly
1
203,419
23,154,916,836
IssuesEvent
2022-07-29 12:05:26
turkdevops/prism
https://api.github.com/repos/turkdevops/prism
closed
CVE-2021-35065 (High) detected in multiple libraries - autoclosed
security vulnerability
## CVE-2021-35065 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-5.1.2.tgz</b>, <b>glob-parent-3.1.0.tgz</b>, <b>glob-parent-5.1.1.tgz</b></p></summary> <p> <details><summary><b>glob-parent-5.1.2.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/mocha/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - mocha-9.1.2.tgz (Root Library) - chokidar-3.5.2.tgz - :x: **glob-parent-5.1.2.tgz** (Vulnerable Library) </details> <details><summary><b>glob-parent-3.1.0.tgz</b></p></summary> <p>Strips glob magic from a string to provide the parent directory path</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - gulp-4.0.2.tgz (Root Library) - vinyl-fs-3.0.3.tgz - glob-stream-6.1.0.tgz - :x: **glob-parent-3.1.0.tgz** (Vulnerable Library) </details> <details><summary><b>glob-parent-5.1.1.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/fast-glob/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - del-6.0.0.tgz (Root Library) - globby-11.0.1.tgz - fast-glob-3.2.4.tgz - :x: **glob-parent-5.1.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/turkdevops/prism/commit/5db2688a34c193ee9e41db7d1582c723828b54a5">5db2688a34c193ee9e41db7d1582c723828b54a5</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package glob-parent before 6.0.1 are vulnerable to Regular Expression Denial of Service (ReDoS) <p>Publish Date: 2021-06-22 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-35065>CVE-2021-35065</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-cj88-88mr-972w">https://github.com/advisories/GHSA-cj88-88mr-972w</a></p> <p>Release Date: 2021-06-22</p> <p>Fix Resolution (glob-parent): 6.0.1</p> <p>Direct dependency fix Resolution (mocha): 9.1.4</p><p>Fix Resolution (glob-parent): 6.0.1</p> <p>Direct dependency fix Resolution (del): 6.1.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-35065 (High) detected in multiple libraries - autoclosed - ## CVE-2021-35065 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-5.1.2.tgz</b>, <b>glob-parent-3.1.0.tgz</b>, <b>glob-parent-5.1.1.tgz</b></p></summary> <p> <details><summary><b>glob-parent-5.1.2.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/mocha/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - mocha-9.1.2.tgz (Root Library) - chokidar-3.5.2.tgz - :x: **glob-parent-5.1.2.tgz** (Vulnerable Library) </details> <details><summary><b>glob-parent-3.1.0.tgz</b></p></summary> <p>Strips glob magic from a string to provide the parent directory path</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - gulp-4.0.2.tgz (Root Library) - vinyl-fs-3.0.3.tgz - glob-stream-6.1.0.tgz - :x: **glob-parent-3.1.0.tgz** (Vulnerable Library) </details> <details><summary><b>glob-parent-5.1.1.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/fast-glob/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - del-6.0.0.tgz (Root Library) - globby-11.0.1.tgz - fast-glob-3.2.4.tgz - :x: **glob-parent-5.1.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/turkdevops/prism/commit/5db2688a34c193ee9e41db7d1582c723828b54a5">5db2688a34c193ee9e41db7d1582c723828b54a5</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package glob-parent before 6.0.1 are vulnerable to Regular Expression Denial of Service (ReDoS) <p>Publish Date: 2021-06-22 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-35065>CVE-2021-35065</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-cj88-88mr-972w">https://github.com/advisories/GHSA-cj88-88mr-972w</a></p> <p>Release Date: 2021-06-22</p> <p>Fix Resolution (glob-parent): 6.0.1</p> <p>Direct dependency fix Resolution (mocha): 9.1.4</p><p>Fix Resolution (glob-parent): 6.0.1</p> <p>Direct dependency fix Resolution (del): 6.1.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries glob parent tgz glob parent tgz glob parent tgz glob parent tgz extract the non magic parent path from a glob string library home page a href path to dependency file package json path to vulnerable library node modules mocha node modules glob parent package json dependency hierarchy mocha tgz root library chokidar tgz x glob parent tgz vulnerable library glob parent tgz strips glob magic from a string to provide the parent directory path library home page a href path to dependency file package json path to vulnerable library node modules glob parent package json dependency hierarchy gulp tgz root library vinyl fs tgz glob stream tgz x glob parent tgz vulnerable library glob parent tgz extract the non magic parent path from a glob string library home page a href path to dependency file package json path to vulnerable library node modules fast glob node modules glob parent package json dependency hierarchy del tgz root library globby tgz fast glob tgz x glob parent tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package glob parent before are vulnerable to regular expression denial of service redos 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 glob parent direct dependency fix resolution mocha fix resolution glob parent direct dependency fix resolution del step up your open source security game with mend
0
5,735
8,201,165,006
IssuesEvent
2018-09-01 14:27:03
SkyrimLL/SDPlus
https://api.github.com/repos/SkyrimLL/SDPlus
opened
Compatibility issues with HASTE.esp
Compatibility Enslavement quest wontfix
The mod HASTE (gone from Nexus but still available in Steam - https://steamcommunity.com/sharedfiles/filedetails/?id=1271894898 ) adds several tweaks for the game, including making Thugs part of the Bandit faction. This breaks the Thugs quest in SD+ while you are enslaved. Possible workarounds if the Thugs show up while enslaved: - Use the safe word option to stop enslavement and get attacked by the thugs - Manually surrender to the thugs - Edit HASTE.esp in the CK editor and remove the new faction assignment
True
Compatibility issues with HASTE.esp - The mod HASTE (gone from Nexus but still available in Steam - https://steamcommunity.com/sharedfiles/filedetails/?id=1271894898 ) adds several tweaks for the game, including making Thugs part of the Bandit faction. This breaks the Thugs quest in SD+ while you are enslaved. Possible workarounds if the Thugs show up while enslaved: - Use the safe word option to stop enslavement and get attacked by the thugs - Manually surrender to the thugs - Edit HASTE.esp in the CK editor and remove the new faction assignment
comp
compatibility issues with haste esp the mod haste gone from nexus but still available in steam adds several tweaks for the game including making thugs part of the bandit faction this breaks the thugs quest in sd while you are enslaved possible workarounds if the thugs show up while enslaved use the safe word option to stop enslavement and get attacked by the thugs manually surrender to the thugs edit haste esp in the ck editor and remove the new faction assignment
1
18,677
26,014,763,575
IssuesEvent
2022-12-21 07:17:08
fxmorin/MoreCulling
https://api.github.com/repos/fxmorin/MoreCulling
closed
[1.19.2] Crash with Create
Awaiting Response Mod Compatibility
Crash with Create when placing `create:*_wall` block next to `create:*_window_pane`. These blocks: https://ibb.co/NtBv855 Crashlog: [crash-2022-12-19_10.44.24-client.txt](https://github.com/fxmorin/MoreCulling/files/10256933/crash-2022-12-19_10.44.24-client.txt)
True
[1.19.2] Crash with Create - Crash with Create when placing `create:*_wall` block next to `create:*_window_pane`. These blocks: https://ibb.co/NtBv855 Crashlog: [crash-2022-12-19_10.44.24-client.txt](https://github.com/fxmorin/MoreCulling/files/10256933/crash-2022-12-19_10.44.24-client.txt)
comp
crash with create crash with create when placing create wall block next to create window pane these blocks crashlog
1
19,501
27,080,039,763
IssuesEvent
2023-02-14 13:25:06
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
Problem when query contains nested CAST in presense of JOIN
bug sql-compatibility comp-joins comp-optimizers
<b>Context </b> We meet this problem when using Tableau V. 2019-4 (www.tableau.com). **Error** ``` :Code: 43, e.displayText() = DB::Exception: Second argument to CAST must be a constant string describing type (version 20.3.3.6 (official build)) ``` [stacktrace.txt](https://github.com/ClickHouse/ClickHouse/files/4586028/stacktrace.txt) **Environment** CH v 20.3.3.6 Proc. Intel Core i7 @ 2500 Mz, 4 procs, 16 go Ubuntu v 5.3.0-23 **Test Case** The problem is too strange to be described in a few words. So, we have to resort to a test case. *Building* ```sql CREATE TABLE APPLICATION ( `Name` LowCardinality(String), `Base` LowCardinality(String) ) ENGINE = Memory(); insert into table APPLICATION values ('ApplicationA', 'BaseA'), ('ApplicationB', 'BaseB') , ('ApplicationC', 'BaseC'); CREATE TABLE DATABASE_IO ( `Application` LowCardinality(String), `Base` LowCardinality(String), `Date` DateTime, `Ios` UInt32 ) ENGINE = MergeTree() ORDER BY Date; insert into table DATABASE_IO values ('AppA', 'BaseA', '2020-01-01 00:00:00', 1000); ``` *query* ``` SELECT `APPLICATION`.`Name` AS `App`, CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS DATE) AS `date` FROM `DATABASE_IO` INNER JOIN `APPLICATION` ON (`DATABASE_IO`.`Base` = `APPLICATION`.`Base`) WHERE ( CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS TIMESTAMP) >= toDateTime('2020-01-01 00:00:00') ) ``` The execution of this request fails : <tt>Second argument to CAST must be a constant…</tt> We should think that CH does not support nested CAST, which is not the case: ``` select CAST(CAST(toDate('2020-01-01') AS DATE) AS TIMESTAMP)> ``` ...works fine : **It is strange to note that the problem disappears if we modify the expression of the request a little, or DATABASE_IO engine.** Here is a list of these changes: *Mod 1 : remove clause WHERE* ```sql SELECT `APPLICATION`.`Name` AS `App`, CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS DATE) AS `date` FROM `DATABASE_IO` INNER JOIN `APPLICATION` ON (`DATABASE_IO`.`Base` = `APPLICATION`.`Base`) ``` *Mod 2 : remove clause JOIN* ```sql SELECT CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS DATE) AS `date` FROM `DATABASE_IO` WHERE ( CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS TIMESTAMP) >= toDateTime('2020-01-01 00:00:00') ) ``` *Mod 3 : remove a nested CAST* ```sql SELECT `Application`.`Name` AS `App`, CAST(`DATABASE_IO`.`Date` AS DATE) AS `date` --- nested CAST removed FROM `DATABASE_IO` INNER JOIN `Application` ON (`DATABASE_IO`.`Base` = `Application`.`Base`) WHERE ( CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS TIMESTAMP) >= toDateTime('2020-01-01 00:00:00') ) ``` *Mod 4 : Duplicate table DATABASE_IO to DATABASE_IOmem with ENGINE=Memory()* ```sql CREATE TABLE gdr_pg2.DATABASE_IOmem ( `Application` LowCardinality(String), `Base` LowCardinality(String), `Date` DateTime, `Ios` UInt32 ) ENGINE = Memory() insert into table DATABASE_IOmem select * from DATABASE_IO ``` ```sql SELECT `APPLICATION`.`Name` AS `App`, CAST(CAST(`DATABASE_IOmem`.`Date` AS DATE) AS DATE) AS `date` FROM `DATABASE_IOmem` INNER JOIN `Application` ON (`DATABASE_IOmem`.`Base` = `APPLICATION`.`Base`) WHERE ( CAST(CAST(`DATABASE_IOmem`.`Date` AS DATE) AS TIMESTAMP) >= toDateTime('2020-01-01 00:00:00') ) ```
True
Problem when query contains nested CAST in presense of JOIN - <b>Context </b> We meet this problem when using Tableau V. 2019-4 (www.tableau.com). **Error** ``` :Code: 43, e.displayText() = DB::Exception: Second argument to CAST must be a constant string describing type (version 20.3.3.6 (official build)) ``` [stacktrace.txt](https://github.com/ClickHouse/ClickHouse/files/4586028/stacktrace.txt) **Environment** CH v 20.3.3.6 Proc. Intel Core i7 @ 2500 Mz, 4 procs, 16 go Ubuntu v 5.3.0-23 **Test Case** The problem is too strange to be described in a few words. So, we have to resort to a test case. *Building* ```sql CREATE TABLE APPLICATION ( `Name` LowCardinality(String), `Base` LowCardinality(String) ) ENGINE = Memory(); insert into table APPLICATION values ('ApplicationA', 'BaseA'), ('ApplicationB', 'BaseB') , ('ApplicationC', 'BaseC'); CREATE TABLE DATABASE_IO ( `Application` LowCardinality(String), `Base` LowCardinality(String), `Date` DateTime, `Ios` UInt32 ) ENGINE = MergeTree() ORDER BY Date; insert into table DATABASE_IO values ('AppA', 'BaseA', '2020-01-01 00:00:00', 1000); ``` *query* ``` SELECT `APPLICATION`.`Name` AS `App`, CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS DATE) AS `date` FROM `DATABASE_IO` INNER JOIN `APPLICATION` ON (`DATABASE_IO`.`Base` = `APPLICATION`.`Base`) WHERE ( CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS TIMESTAMP) >= toDateTime('2020-01-01 00:00:00') ) ``` The execution of this request fails : <tt>Second argument to CAST must be a constant…</tt> We should think that CH does not support nested CAST, which is not the case: ``` select CAST(CAST(toDate('2020-01-01') AS DATE) AS TIMESTAMP)> ``` ...works fine : **It is strange to note that the problem disappears if we modify the expression of the request a little, or DATABASE_IO engine.** Here is a list of these changes: *Mod 1 : remove clause WHERE* ```sql SELECT `APPLICATION`.`Name` AS `App`, CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS DATE) AS `date` FROM `DATABASE_IO` INNER JOIN `APPLICATION` ON (`DATABASE_IO`.`Base` = `APPLICATION`.`Base`) ``` *Mod 2 : remove clause JOIN* ```sql SELECT CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS DATE) AS `date` FROM `DATABASE_IO` WHERE ( CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS TIMESTAMP) >= toDateTime('2020-01-01 00:00:00') ) ``` *Mod 3 : remove a nested CAST* ```sql SELECT `Application`.`Name` AS `App`, CAST(`DATABASE_IO`.`Date` AS DATE) AS `date` --- nested CAST removed FROM `DATABASE_IO` INNER JOIN `Application` ON (`DATABASE_IO`.`Base` = `Application`.`Base`) WHERE ( CAST(CAST(`DATABASE_IO`.`Date` AS DATE) AS TIMESTAMP) >= toDateTime('2020-01-01 00:00:00') ) ``` *Mod 4 : Duplicate table DATABASE_IO to DATABASE_IOmem with ENGINE=Memory()* ```sql CREATE TABLE gdr_pg2.DATABASE_IOmem ( `Application` LowCardinality(String), `Base` LowCardinality(String), `Date` DateTime, `Ios` UInt32 ) ENGINE = Memory() insert into table DATABASE_IOmem select * from DATABASE_IO ``` ```sql SELECT `APPLICATION`.`Name` AS `App`, CAST(CAST(`DATABASE_IOmem`.`Date` AS DATE) AS DATE) AS `date` FROM `DATABASE_IOmem` INNER JOIN `Application` ON (`DATABASE_IOmem`.`Base` = `APPLICATION`.`Base`) WHERE ( CAST(CAST(`DATABASE_IOmem`.`Date` AS DATE) AS TIMESTAMP) >= toDateTime('2020-01-01 00:00:00') ) ```
comp
problem when query contains nested cast in presense of join context we meet this problem when using tableau v error code e displaytext db exception second argument to cast must be a constant string describing type version official build environment ch v proc intel core mz procs go ubuntu v test case the problem is too strange to be described in a few words so we have to resort to a test case building sql create table application name lowcardinality string base lowcardinality string engine memory insert into table application values applicationa basea applicationb baseb applicationc basec create table database io application lowcardinality string base lowcardinality string date datetime ios engine mergetree order by date insert into table database io values appa basea query select application name as app cast cast database io date as date as date as date from database io inner join application on database io base application base where cast cast database io date as date as timestamp todatetime the execution of this request fails second argument to cast must be a constant… we should think that ch does not support nested cast which is not the case select cast cast todate as date as timestamp works fine it is strange to note that the problem disappears if we modify the expression of the request a little or database io engine here is a list of these changes mod   remove clause where sql select application name as app cast cast database io date as date as date as date from database io inner join application on database io base application base mod   remove clause join sql select cast cast database io date as date as date as date from database io where cast cast database io date as date as timestamp todatetime mod   remove a nested cast sql select application name as app cast database io date as date as date nested cast removed from database io inner join application on database io base application base where cast cast database io date as date as timestamp todatetime mod   duplicate table database io to database iomem with engine memory sql create table gdr database iomem application lowcardinality string base lowcardinality string date datetime ios engine memory insert into table database iomem select from database io sql select application name as app cast cast database iomem date as date as date as date from database iomem inner join application on database iomem base application base where cast cast database iomem date as date as timestamp todatetime
1
160,182
20,099,671,053
IssuesEvent
2022-02-07 01:21:36
bsbtd/Teste
https://api.github.com/repos/bsbtd/Teste
opened
CVE-2022-0437 (Medium) detected in karma-4.4.1.tgz
security vulnerability
## CVE-2022-0437 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>karma-4.4.1.tgz</b></p></summary> <p>Spectacular Test Runner for JavaScript.</p> <p>Library home page: <a href="https://registry.npmjs.org/karma/-/karma-4.4.1.tgz">https://registry.npmjs.org/karma/-/karma-4.4.1.tgz</a></p> <p>Path to dependency file: /aws-mobile-appsync-chat-starter-angular/package.json</p> <p>Path to vulnerable library: /Teste/aws-mobile-appsync-chat-starter-angular/node_modules/karma/package.json</p> <p> Dependency Hierarchy: - :x: **karma-4.4.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Cross-site Scripting (XSS) - DOM in NPM karma prior to 6.3.14. <p>Publish Date: 2022-02-05 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0437>CVE-2022-0437</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0437">https://nvd.nist.gov/vuln/detail/CVE-2022-0437</a></p> <p>Release Date: 2022-02-05</p> <p>Fix Resolution: karma - v6.3.14</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-0437 (Medium) detected in karma-4.4.1.tgz - ## CVE-2022-0437 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>karma-4.4.1.tgz</b></p></summary> <p>Spectacular Test Runner for JavaScript.</p> <p>Library home page: <a href="https://registry.npmjs.org/karma/-/karma-4.4.1.tgz">https://registry.npmjs.org/karma/-/karma-4.4.1.tgz</a></p> <p>Path to dependency file: /aws-mobile-appsync-chat-starter-angular/package.json</p> <p>Path to vulnerable library: /Teste/aws-mobile-appsync-chat-starter-angular/node_modules/karma/package.json</p> <p> Dependency Hierarchy: - :x: **karma-4.4.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Cross-site Scripting (XSS) - DOM in NPM karma prior to 6.3.14. <p>Publish Date: 2022-02-05 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0437>CVE-2022-0437</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0437">https://nvd.nist.gov/vuln/detail/CVE-2022-0437</a></p> <p>Release Date: 2022-02-05</p> <p>Fix Resolution: karma - v6.3.14</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve medium detected in karma tgz cve medium severity vulnerability vulnerable library karma tgz spectacular test runner for javascript library home page a href path to dependency file aws mobile appsync chat starter angular package json path to vulnerable library teste aws mobile appsync chat starter angular node modules karma package json dependency hierarchy x karma tgz vulnerable library found in base branch master vulnerability details cross site scripting xss dom in npm karma prior to publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution karma step up your open source security game with whitesource
0
393,428
26,991,496,882
IssuesEvent
2023-02-09 20:19:19
supabase/auth-helpers
https://api.github.com/repos/supabase/auth-helpers
opened
Explain usage of `invalidateAll`
documentation
# Improve documentation ## Link [Synchronizing the Page Store](https://github.com/supabase/auth-helpers/blob/main/packages/sveltekit/README.md#synchronizing-the-page-store) ## Describe the problem The following line is confusing: > If some data is not updated on signin/signout you can fall back to `invalidateAll()`. As a new user of Supabase (and experienced with SvelteKit and Firebase but not super familiar with usage of `invalidate`/`invalidateAll`) I don't understand what that line is telling me to do. Specifically this bit: "If some data is not updated". I think it would be helpful to expand on: - When could data potentially not be updated? What data/where? - How can I tell that that's happening and how can I call `invalidateAll` properly? If the example could handle that case, that would be helpful as well.
1.0
Explain usage of `invalidateAll` - # Improve documentation ## Link [Synchronizing the Page Store](https://github.com/supabase/auth-helpers/blob/main/packages/sveltekit/README.md#synchronizing-the-page-store) ## Describe the problem The following line is confusing: > If some data is not updated on signin/signout you can fall back to `invalidateAll()`. As a new user of Supabase (and experienced with SvelteKit and Firebase but not super familiar with usage of `invalidate`/`invalidateAll`) I don't understand what that line is telling me to do. Specifically this bit: "If some data is not updated". I think it would be helpful to expand on: - When could data potentially not be updated? What data/where? - How can I tell that that's happening and how can I call `invalidateAll` properly? If the example could handle that case, that would be helpful as well.
non_comp
explain usage of invalidateall improve documentation link describe the problem the following line is confusing if some data is not updated on signin signout you can fall back to invalidateall as a new user of supabase and experienced with sveltekit and firebase but not super familiar with usage of invalidate invalidateall i don t understand what that line is telling me to do specifically this bit if some data is not updated i think it would be helpful to expand on when could data potentially not be updated what data where how can i tell that that s happening and how can i call invalidateall properly if the example could handle that case that would be helpful as well
0
79,308
15,586,126,686
IssuesEvent
2021-03-18 01:13:58
revfactory/task-api
https://api.github.com/repos/revfactory/task-api
opened
CVE-2020-11111 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2020-11111 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: task-api/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.3.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.3.RELEASE.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.activemq.* (aka activemq-jms, activemq-core, activemq-pool, and activemq-pool-jms). <p>Publish Date: 2020-03-31 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11111>CVE-2020-11111</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11113">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11113</a></p> <p>Release Date: 2020-03-31</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.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-11111 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-11111 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: task-api/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.3.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.3.RELEASE.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.activemq.* (aka activemq-jms, activemq-core, activemq-pool, and activemq-pool-jms). <p>Publish Date: 2020-03-31 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11111>CVE-2020-11111</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11113">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11113</a></p> <p>Release Date: 2020-03-31</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.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_comp
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file task api build gradle path to vulnerable library root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library spring boot starter json release jar x jackson databind jar vulnerable library vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache activemq aka activemq jms activemq core activemq pool and activemq pool jms publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact 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 com fasterxml jackson core jackson databind step up your open source security game with whitesource
0
201,919
23,045,946,073
IssuesEvent
2022-07-23 22:40:32
turkdevops/javascript-sdk
https://api.github.com/repos/turkdevops/javascript-sdk
closed
WS-2020-0450 (Medium) detected in handlebars-4.0.12.tgz - autoclosed
security vulnerability
## WS-2020-0450 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.12.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - jsdoc-to-markdown-4.0.1.tgz (Root Library) - dmd-3.0.12.tgz - :x: **handlebars-4.0.12.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/javascript-sdk/commit/2ed96566365ee89d8a9b1250ccd7c049281ed09c">2ed96566365ee89d8a9b1250ccd7c049281ed09c</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Handlebars before 4.6.0 vulnerable to Prototype Pollution. Prototype access to the template engine allows for potential code execution, which may lead to Denial Of Service (DoS). <p>Publish Date: 2020-01-09 <p>URL: <a href=https://github.com/handlebars-lang/handlebars.js/commit/33a3b46bc205f768f8edbc67241c68591fe3472c>WS-2020-0450</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-01-09</p> <p>Fix Resolution (handlebars): 4.1.2-0</p> <p>Direct dependency fix Resolution (jsdoc-to-markdown): 5.0.0-node12.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2020-0450 (Medium) detected in handlebars-4.0.12.tgz - autoclosed - ## WS-2020-0450 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.12.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - jsdoc-to-markdown-4.0.1.tgz (Root Library) - dmd-3.0.12.tgz - :x: **handlebars-4.0.12.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/javascript-sdk/commit/2ed96566365ee89d8a9b1250ccd7c049281ed09c">2ed96566365ee89d8a9b1250ccd7c049281ed09c</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Handlebars before 4.6.0 vulnerable to Prototype Pollution. Prototype access to the template engine allows for potential code execution, which may lead to Denial Of Service (DoS). <p>Publish Date: 2020-01-09 <p>URL: <a href=https://github.com/handlebars-lang/handlebars.js/commit/33a3b46bc205f768f8edbc67241c68591fe3472c>WS-2020-0450</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-01-09</p> <p>Fix Resolution (handlebars): 4.1.2-0</p> <p>Direct dependency fix Resolution (jsdoc-to-markdown): 5.0.0-node12.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
ws medium detected in handlebars tgz autoclosed ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy jsdoc to markdown tgz root library dmd tgz x handlebars tgz vulnerable library found in head commit a href found in base branch master vulnerability details handlebars before vulnerable to prototype pollution prototype access to the template engine allows for potential code execution which may lead to denial of service dos publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution handlebars direct dependency fix resolution jsdoc to markdown step up your open source security game with mend
0
118,100
17,576,352,460
IssuesEvent
2021-08-15 17:32:48
turkdevops/brackets
https://api.github.com/repos/turkdevops/brackets
reopened
CVE-2017-16026 (Medium) detected in request-2.42.0.tgz, request-2.9.153.tgz
security vulnerability
## CVE-2017-16026 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>request-2.42.0.tgz</b>, <b>request-2.9.153.tgz</b></p></summary> <p> <details><summary><b>request-2.42.0.tgz</b></p></summary> <p>Simplified HTTP request client.</p> <p>Library home page: <a href="https://registry.npmjs.org/request/-/request-2.42.0.tgz">https://registry.npmjs.org/request/-/request-2.42.0.tgz</a></p> <p>Path to dependency file: brackets/package.json</p> <p>Path to vulnerable library: brackets/node_modules/phantomjs/node_modules/request/package.json</p> <p> Dependency Hierarchy: - phantomjs-1.9.18.tgz (Root Library) - :x: **request-2.42.0.tgz** (Vulnerable Library) </details> <details><summary><b>request-2.9.153.tgz</b></p></summary> <p>Simplified HTTP request client.</p> <p>Library home page: <a href="https://registry.npmjs.org/request/-/request-2.9.153.tgz">https://registry.npmjs.org/request/-/request-2.9.153.tgz</a></p> <p>Path to dependency file: brackets/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/package.json</p> <p>Path to vulnerable library: /src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/node_modules/request/package.json</p> <p> Dependency Hierarchy: - :x: **request-2.9.153.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/turkdevops/brackets/commit/38b389e26019954346ecebf98a10c2f5fa9a0488">38b389e26019954346ecebf98a10c2f5fa9a0488</a></p> <p>Found in base branch: <b>checkTravis</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> Request is an http client. If a request is made using ```multipart```, and the body type is a ```number```, then the specified number of non-zero memory is passed in the body. This affects Request >=2.2.6 <2.47.0 || >2.51.0 <=2.67.0. <p>Publish Date: 2018-06-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16026>CVE-2017-16026</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-16026">https://nvd.nist.gov/vuln/detail/CVE-2017-16026</a></p> <p>Release Date: 2018-06-04</p> <p>Fix Resolution: 2.47.1,2.67.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2017-16026 (Medium) detected in request-2.42.0.tgz, request-2.9.153.tgz - ## CVE-2017-16026 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>request-2.42.0.tgz</b>, <b>request-2.9.153.tgz</b></p></summary> <p> <details><summary><b>request-2.42.0.tgz</b></p></summary> <p>Simplified HTTP request client.</p> <p>Library home page: <a href="https://registry.npmjs.org/request/-/request-2.42.0.tgz">https://registry.npmjs.org/request/-/request-2.42.0.tgz</a></p> <p>Path to dependency file: brackets/package.json</p> <p>Path to vulnerable library: brackets/node_modules/phantomjs/node_modules/request/package.json</p> <p> Dependency Hierarchy: - phantomjs-1.9.18.tgz (Root Library) - :x: **request-2.42.0.tgz** (Vulnerable Library) </details> <details><summary><b>request-2.9.153.tgz</b></p></summary> <p>Simplified HTTP request client.</p> <p>Library home page: <a href="https://registry.npmjs.org/request/-/request-2.9.153.tgz">https://registry.npmjs.org/request/-/request-2.9.153.tgz</a></p> <p>Path to dependency file: brackets/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/package.json</p> <p>Path to vulnerable library: /src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/node_modules/request/package.json</p> <p> Dependency Hierarchy: - :x: **request-2.9.153.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/turkdevops/brackets/commit/38b389e26019954346ecebf98a10c2f5fa9a0488">38b389e26019954346ecebf98a10c2f5fa9a0488</a></p> <p>Found in base branch: <b>checkTravis</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> Request is an http client. If a request is made using ```multipart```, and the body type is a ```number```, then the specified number of non-zero memory is passed in the body. This affects Request >=2.2.6 <2.47.0 || >2.51.0 <=2.67.0. <p>Publish Date: 2018-06-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16026>CVE-2017-16026</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-16026">https://nvd.nist.gov/vuln/detail/CVE-2017-16026</a></p> <p>Release Date: 2018-06-04</p> <p>Fix Resolution: 2.47.1,2.67.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve medium detected in request tgz request tgz cve medium severity vulnerability vulnerable libraries request tgz request tgz request tgz simplified http request client library home page a href path to dependency file brackets package json path to vulnerable library brackets node modules phantomjs node modules request package json dependency hierarchy phantomjs tgz root library x request tgz vulnerable library request tgz simplified http request client library home page a href path to dependency file brackets src extensions default javascriptquickedit unittest files jquery ui package json path to vulnerable library src extensions default javascriptquickedit unittest files jquery ui node modules request package json dependency hierarchy x request tgz vulnerable library found in head commit a href found in base branch checktravis vulnerability details request is an http client if a request is made using multipart and the body type is a number then the specified number of non zero memory is passed in the body this affects request publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
971
3,437,991,163
IssuesEvent
2015-12-13 17:20:28
tshemsedinov/impress
https://api.github.com/repos/tshemsedinov/impress
closed
Add / for directory index
compatibility
When http path is a directory but it contains no / at the end, we should redirect to new URL with /
True
Add / for directory index - When http path is a directory but it contains no / at the end, we should redirect to new URL with /
comp
add for directory index when http path is a directory but it contains no at the end we should redirect to new url with
1
259,813
8,200,325,596
IssuesEvent
2018-09-01 02:35:58
LessWrong2/Lesswrong2
https://api.github.com/repos/LessWrong2/Lesswrong2
closed
Notifications page blank when no notifications
2. Medium Priority (Easy) 4. Bug
I have no notifications. I click the notifications icon in the top right, click "All Notifications" and am taken to https://www.lesserwrong.com/inbox?select=Notifications this page is totally blank.
1.0
Notifications page blank when no notifications - I have no notifications. I click the notifications icon in the top right, click "All Notifications" and am taken to https://www.lesserwrong.com/inbox?select=Notifications this page is totally blank.
non_comp
notifications page blank when no notifications i have no notifications i click the notifications icon in the top right click all notifications and am taken to this page is totally blank
0
530,031
15,414,987,789
IssuesEvent
2021-03-05 01:32:19
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
opened
[Coverity CID :219516] Improper use of negative value in tests/drivers/timer/nrf_rtc_timer/src/main.c
Coverity bug priority: low
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/tests/drivers/timer/nrf_rtc_timer/src/main.c Category: Integer handling issues Function: `test_stress` Component: Tests CID: [219516](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=219516) Details: https://github.com/zephyrproject-rtos/zephyr/blob/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/tests/drivers/timer/nrf_rtc_timer/src/main.c#L278 Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v32951/p12996. Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
1.0
[Coverity CID :219516] Improper use of negative value in tests/drivers/timer/nrf_rtc_timer/src/main.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/tests/drivers/timer/nrf_rtc_timer/src/main.c Category: Integer handling issues Function: `test_stress` Component: Tests CID: [219516](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=219516) Details: https://github.com/zephyrproject-rtos/zephyr/blob/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/tests/drivers/timer/nrf_rtc_timer/src/main.c#L278 Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v32951/p12996. Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
non_comp
improper use of negative value in tests drivers timer nrf rtc timer src main c static code scan issues found in file category integer handling issues function test stress component tests cid details please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file
0
9,902
11,905,283,873
IssuesEvent
2020-03-30 18:17:52
OneSignal/OneSignal-iOS-SDK
https://api.github.com/repos/OneSignal/OneSignal-iOS-SDK
closed
UIScene / SwiftUI Compatibility - WindowScene (effects In-App Message Displaying)
Compatibility Issue Reproducible
## Issue - WindowScene ### iOS API behavior change In order to show your own `UIWindow` you need now set `windowScene` which is a `UIWindowScene` type if your app is using a `UIScene`, otherwise it will not show. ## Resulting OneSignal SDK Issues This issue results in In-App Messages not showing for app that have switched to using Scenes in their app. ## Solution ### Overview of SDK changes In the OneSignal 2.13.0 SDK we add a `UIWindow` to display an IAM in [`webViewContentFinishedLoading`](https://github.com/OneSignal/OneSignal-iOS-SDK/blob/2.13.0/iOS_SDK/OneSignalSDK/Source/OSMessagingController.m#L640) where we need to add a line to at `self.window.windowScene`. ### Which UIWindowScene to use? The most straightforward `UIWindowScene` to use is `UIApplication.sharedApplication.keyWindow.windowScene`. It is safe to use for apps that do not have multiple scenes. For multiple scene apps Apple recommends to ["track windows manually"](https://developer.apple.com/videos/play/wwdc2019/212/?time=2425) instead of using `keyWindow`. For an SDK this means picking a good default behavior, and providing an API for developers to pick the scene, if necessary. Since most apps will be single Scene apps using `keyWindow.windowScene` will be the best default. Even if the app does have multiple scenes this value will still be available and will always be a visible window. If `keyWindow` isn't picking a good window for the OneSignal In-App Message for your app you can set the key window with `makeKeyWindow`. *Please open a new issue if this behavior does not work after this ticket is closed.* ## References * [Consumer Level - How to multitask with Split View on your iPad](https://www.youtube.com/watch?v=nSBZKr5kXYM) * [UIApplication Deprecations](https://developer.apple.com/videos/play/wwdc2019/212/?time=2374) * https://stackoverflow.com/questions/57060606/uiwindow-not-showing-over-content-in-ios-13 * https://developer.apple.com/documentation/uikit/app_and_environment/scenes/supporting_multiple_windows_on_ipad
True
UIScene / SwiftUI Compatibility - WindowScene (effects In-App Message Displaying) - ## Issue - WindowScene ### iOS API behavior change In order to show your own `UIWindow` you need now set `windowScene` which is a `UIWindowScene` type if your app is using a `UIScene`, otherwise it will not show. ## Resulting OneSignal SDK Issues This issue results in In-App Messages not showing for app that have switched to using Scenes in their app. ## Solution ### Overview of SDK changes In the OneSignal 2.13.0 SDK we add a `UIWindow` to display an IAM in [`webViewContentFinishedLoading`](https://github.com/OneSignal/OneSignal-iOS-SDK/blob/2.13.0/iOS_SDK/OneSignalSDK/Source/OSMessagingController.m#L640) where we need to add a line to at `self.window.windowScene`. ### Which UIWindowScene to use? The most straightforward `UIWindowScene` to use is `UIApplication.sharedApplication.keyWindow.windowScene`. It is safe to use for apps that do not have multiple scenes. For multiple scene apps Apple recommends to ["track windows manually"](https://developer.apple.com/videos/play/wwdc2019/212/?time=2425) instead of using `keyWindow`. For an SDK this means picking a good default behavior, and providing an API for developers to pick the scene, if necessary. Since most apps will be single Scene apps using `keyWindow.windowScene` will be the best default. Even if the app does have multiple scenes this value will still be available and will always be a visible window. If `keyWindow` isn't picking a good window for the OneSignal In-App Message for your app you can set the key window with `makeKeyWindow`. *Please open a new issue if this behavior does not work after this ticket is closed.* ## References * [Consumer Level - How to multitask with Split View on your iPad](https://www.youtube.com/watch?v=nSBZKr5kXYM) * [UIApplication Deprecations](https://developer.apple.com/videos/play/wwdc2019/212/?time=2374) * https://stackoverflow.com/questions/57060606/uiwindow-not-showing-over-content-in-ios-13 * https://developer.apple.com/documentation/uikit/app_and_environment/scenes/supporting_multiple_windows_on_ipad
comp
uiscene swiftui compatibility windowscene effects in app message displaying issue windowscene ios api behavior change in order to show your own uiwindow you need now set windowscene which is a uiwindowscene type if your app is using a uiscene otherwise it will not show resulting onesignal sdk issues this issue results in in app messages not showing for app that have switched to using scenes in their app solution overview of sdk changes in the onesignal sdk we add a uiwindow to display an iam in where we need to add a line to at self window windowscene which uiwindowscene to use the most straightforward uiwindowscene to use is uiapplication sharedapplication keywindow windowscene it is safe to use for apps that do not have multiple scenes for multiple scene apps apple recommends to instead of using keywindow for an sdk this means picking a good default behavior and providing an api for developers to pick the scene if necessary since most apps will be single scene apps using keywindow windowscene will be the best default even if the app does have multiple scenes this value will still be available and will always be a visible window if keywindow isn t picking a good window for the onesignal in app message for your app you can set the key window with makekeywindow please open a new issue if this behavior does not work after this ticket is closed references
1
7,917
10,126,713,343
IssuesEvent
2019-08-01 08:35:01
arcticicestudio/nord-jetbrains
https://api.github.com/repos/arcticicestudio/nord-jetbrains
opened
Diagram Theme Support
context-plugin-support scope-compatibility scope-ux type-feature
[JetBrains core product version 2019.2] introduced theme support][idea-207533] for [_Diagrams_][d]. Add the available theme keys to better match Nord's style. [idea-207533]: https://youtrack.jetbrains.com/issue/IDEA-207533 [d]: https://www.jetbrains.com/help/idea/diagrams.html
True
Diagram Theme Support - [JetBrains core product version 2019.2] introduced theme support][idea-207533] for [_Diagrams_][d]. Add the available theme keys to better match Nord's style. [idea-207533]: https://youtrack.jetbrains.com/issue/IDEA-207533 [d]: https://www.jetbrains.com/help/idea/diagrams.html
comp
diagram theme support introduced theme support for add the available theme keys to better match nord s style
1
102,527
22,032,848,378
IssuesEvent
2022-05-28 05:21:45
NicoVIII/Andromeda-for-GOG
https://api.github.com/repos/NicoVIII/Andromeda-for-GOG
closed
Add CodeTour
code
With the CodeTour extension for VScode it is possible to record Tours with comments and explain the structure of the project. https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour This is a nice approach to make code easier to understand for new developers, so I want to try that.
1.0
Add CodeTour - With the CodeTour extension for VScode it is possible to record Tours with comments and explain the structure of the project. https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour This is a nice approach to make code easier to understand for new developers, so I want to try that.
non_comp
add codetour with the codetour extension for vscode it is possible to record tours with comments and explain the structure of the project this is a nice approach to make code easier to understand for new developers so i want to try that
0
12,547
14,861,370,203
IssuesEvent
2021-01-18 22:40:46
Cazsius/Spice-of-Life-Carrot-Edition
https://api.github.com/repos/Cazsius/Spice-of-Life-Carrot-Edition
closed
Compatibility Issue with First Aid
compatibility
Using both mods causes you to spawn with no health. And when a heart is gained, it completely depletes all health from the player, but somehow doesn't kill them (until the player takes ANY form of damage after, thus dying instantly). In the First Aid interface, the entire body becomes red showing 0 hearts on every single part of the body. I am posting this because someone already posted this problem 2 weeks ago to the First Aid github, but was wondering if this mod was partly responsible since First Aid usually works with additional health to your character. The link to this problem is below containing the logs. https://github.com/ichttt/FirstAid/issues/111
True
Compatibility Issue with First Aid - Using both mods causes you to spawn with no health. And when a heart is gained, it completely depletes all health from the player, but somehow doesn't kill them (until the player takes ANY form of damage after, thus dying instantly). In the First Aid interface, the entire body becomes red showing 0 hearts on every single part of the body. I am posting this because someone already posted this problem 2 weeks ago to the First Aid github, but was wondering if this mod was partly responsible since First Aid usually works with additional health to your character. The link to this problem is below containing the logs. https://github.com/ichttt/FirstAid/issues/111
comp
compatibility issue with first aid using both mods causes you to spawn with no health and when a heart is gained it completely depletes all health from the player but somehow doesn t kill them until the player takes any form of damage after thus dying instantly in the first aid interface the entire body becomes red showing hearts on every single part of the body i am posting this because someone already posted this problem weeks ago to the first aid github but was wondering if this mod was partly responsible since first aid usually works with additional health to your character the link to this problem is below containing the logs
1
77,038
21,657,828,803
IssuesEvent
2022-05-06 15:46:40
OpenLiberty/space-rover-mission
https://api.github.com/repos/OpenLiberty/space-rover-mission
opened
Create new video of Space Rover Mission Build 2
documentation build #2
Need to create a video of the gameplay of the Space Rover Mission Build 2 - The video should highlight the technologies used, as well as how to play the game.
1.0
Create new video of Space Rover Mission Build 2 - Need to create a video of the gameplay of the Space Rover Mission Build 2 - The video should highlight the technologies used, as well as how to play the game.
non_comp
create new video of space rover mission build need to create a video of the gameplay of the space rover mission build the video should highlight the technologies used as well as how to play the game
0
14,788
5,791,330,344
IssuesEvent
2017-05-02 05:20:08
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
configure does not work on macOS if sed is GNU sed
stat:awaiting tensorflower type:build/install
### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: no - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: macOS 10.12.4 - **TensorFlow installed from (source or binary)**: source - **TensorFlow version (use command below)**: Current head: 3ce228e ### Describe the problem If sed is GNU sed on macOS, configure fails with `sed: can't read : No such file or directory`.
1.0
configure does not work on macOS if sed is GNU sed - ### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: no - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: macOS 10.12.4 - **TensorFlow installed from (source or binary)**: source - **TensorFlow version (use command below)**: Current head: 3ce228e ### Describe the problem If sed is GNU sed on macOS, configure fails with `sed: can't read : No such file or directory`.
non_comp
configure does not work on macos if sed is gnu sed system information have i written custom code as opposed to using a stock example script provided in tensorflow no os platform and distribution e g linux ubuntu macos tensorflow installed from source or binary source tensorflow version use command below current head describe the problem if sed is gnu sed on macos configure fails with sed can t read no such file or directory
0
20,821
31,147,257,502
IssuesEvent
2023-08-16 07:28:51
fugue-project/fugue
https://api.github.com/repos/fugue-project/fugue
closed
[COMPATIBILITY] Deprecate python 3.7 support
python deprecation compatibility
Python 3.7 end of life happened in June 2023, 0.8.6 is our last Fugue version to support python 3.7. It has several major bug fixes, and after this release, there will be breaking changes that will not work with Python 3.7.
True
[COMPATIBILITY] Deprecate python 3.7 support - Python 3.7 end of life happened in June 2023, 0.8.6 is our last Fugue version to support python 3.7. It has several major bug fixes, and after this release, there will be breaking changes that will not work with Python 3.7.
comp
deprecate python support python end of life happened in june is our last fugue version to support python it has several major bug fixes and after this release there will be breaking changes that will not work with python
1
17,132
23,648,440,416
IssuesEvent
2022-08-26 02:31:58
ISID/iPLAss
https://api.github.com/repos/ISID/iPLAss
closed
Lucene、非推奨化していた旧来の設定方式であるFulltextSearchLuceneServiceを削除
refactoring compatibility notes
Lucene、非推奨化していた旧来の設定方式であるorg.iplass.mtp.impl.fulltextsearch.FulltextSearchLuceneServiceを削除。 #578 で非推奨化した旧来の設定方法をなくし、org.iplass.mtp.impl.fulltextsearch.lucene.LuceneFulltextSearchService利用に統一。 ### Compatibility notes org.iplass.mtp.impl.fulltextsearch.FulltextSearchLuceneServiceを利用してLuceneを利用している場合、org.iplass.mtp.impl.fulltextsearch.lucene.LuceneFulltextSearchServiceを利用する形に設定ファイルにて変更する必要があります。
True
Lucene、非推奨化していた旧来の設定方式であるFulltextSearchLuceneServiceを削除 - Lucene、非推奨化していた旧来の設定方式であるorg.iplass.mtp.impl.fulltextsearch.FulltextSearchLuceneServiceを削除。 #578 で非推奨化した旧来の設定方法をなくし、org.iplass.mtp.impl.fulltextsearch.lucene.LuceneFulltextSearchService利用に統一。 ### Compatibility notes org.iplass.mtp.impl.fulltextsearch.FulltextSearchLuceneServiceを利用してLuceneを利用している場合、org.iplass.mtp.impl.fulltextsearch.lucene.LuceneFulltextSearchServiceを利用する形に設定ファイルにて変更する必要があります。
comp
lucene、非推奨化していた旧来の設定方式であるfulltextsearchluceneserviceを削除 lucene、非推奨化していた旧来の設定方式であるorg iplass mtp impl fulltextsearch fulltextsearchluceneserviceを削除。 で非推奨化した旧来の設定方法をなくし、org iplass mtp impl fulltextsearch lucene lucenefulltextsearchservice利用に統一。 compatibility notes org iplass mtp impl fulltextsearch fulltextsearchluceneserviceを利用してluceneを利用している場合、org iplass mtp impl fulltextsearch lucene lucenefulltextsearchserviceを利用する形に設定ファイルにて変更する必要があります。
1
186,414
6,735,841,756
IssuesEvent
2017-10-18 23:55:36
bitshares/bitshares-ui
https://api.github.com/repos/bitshares/bitshares-ui
reopened
[.5] Fields Don't Clear When Switching Between Markets in Exchange
bug high priority
Not sure if this is intentional or what is the best way to do it but I personally think that when you change markets then any data in the Price, Quantity, and Total fields should be cleared. The data is no longer applicable in the new market and a mistake could be made if the user doesn't notice the old data there. We just discussed similar problems in issues #533 (solved with #564) and #568 with data not clearing. I propose clearing old data when switching or executing commands be the standard practice. This could also be a problem when switching accounts. Let's say I have an order ready to send in one account then I switch to check something in another. I am looking at the same order ready to go and might forget which account I am using. I just think it is safer to clear always.
1.0
[.5] Fields Don't Clear When Switching Between Markets in Exchange - Not sure if this is intentional or what is the best way to do it but I personally think that when you change markets then any data in the Price, Quantity, and Total fields should be cleared. The data is no longer applicable in the new market and a mistake could be made if the user doesn't notice the old data there. We just discussed similar problems in issues #533 (solved with #564) and #568 with data not clearing. I propose clearing old data when switching or executing commands be the standard practice. This could also be a problem when switching accounts. Let's say I have an order ready to send in one account then I switch to check something in another. I am looking at the same order ready to go and might forget which account I am using. I just think it is safer to clear always.
non_comp
fields don t clear when switching between markets in exchange not sure if this is intentional or what is the best way to do it but i personally think that when you change markets then any data in the price quantity and total fields should be cleared the data is no longer applicable in the new market and a mistake could be made if the user doesn t notice the old data there we just discussed similar problems in issues solved with and with data not clearing i propose clearing old data when switching or executing commands be the standard practice this could also be a problem when switching accounts let s say i have an order ready to send in one account then i switch to check something in another i am looking at the same order ready to go and might forget which account i am using i just think it is safer to clear always
0
443,028
30,870,910,354
IssuesEvent
2023-08-03 11:16:06
wagtail/wagtail
https://api.github.com/repos/wagtail/wagtail
opened
WAGTAILADMIN_BASE_URL is required, but optional
Documentation
### Pertinent section of the Wagtail docs The documentation on [WAGTAILADMIN_BASE_URL](https://docs.wagtail.org/en/v5.1/reference/settings.html#wagtailadmin-base-url) says (emphasis mine): > This is the base URL used by the Wagtail admin site. It is typically used for generating URLs to include in notification emails. > **If this setting is not present, Wagtail will try to fall back to request.site.root_url or to the request’s host name.** Yet if you do not configure it, Wagtail will issue a warning: `(wagtailadmin.W003) The WAGTAILADMIN_BASE_URL setting is not defined` https://github.com/wagtail/wagtail/blob/801eccc9304561ffe974b6e16bd977198910726d/wagtail/admin/checks.py#L175-L183 In addition, the ["Settings" section of "Integrating Wagtail into a Django project"](https://docs.wagtail.org/en/v5.1/getting_started/integrating_into_django.html#settings), doesn't mention this setting. ### Details If`WAGTAILADMIN_BASE_URL` should always be configured, then the docs should reflect this.
1.0
WAGTAILADMIN_BASE_URL is required, but optional - ### Pertinent section of the Wagtail docs The documentation on [WAGTAILADMIN_BASE_URL](https://docs.wagtail.org/en/v5.1/reference/settings.html#wagtailadmin-base-url) says (emphasis mine): > This is the base URL used by the Wagtail admin site. It is typically used for generating URLs to include in notification emails. > **If this setting is not present, Wagtail will try to fall back to request.site.root_url or to the request’s host name.** Yet if you do not configure it, Wagtail will issue a warning: `(wagtailadmin.W003) The WAGTAILADMIN_BASE_URL setting is not defined` https://github.com/wagtail/wagtail/blob/801eccc9304561ffe974b6e16bd977198910726d/wagtail/admin/checks.py#L175-L183 In addition, the ["Settings" section of "Integrating Wagtail into a Django project"](https://docs.wagtail.org/en/v5.1/getting_started/integrating_into_django.html#settings), doesn't mention this setting. ### Details If`WAGTAILADMIN_BASE_URL` should always be configured, then the docs should reflect this.
non_comp
wagtailadmin base url is required but optional pertinent section of the wagtail docs the documentation on says emphasis mine this is the base url used by the wagtail admin site it is typically used for generating urls to include in notification emails if this setting is not present wagtail will try to fall back to request site root url or to the request’s host name yet if you do not configure it wagtail will issue a warning wagtailadmin the wagtailadmin base url setting is not defined in addition the doesn t mention this setting details if wagtailadmin base url should always be configured then the docs should reflect this
0
5,339
7,838,615,252
IssuesEvent
2018-06-18 10:53:42
mike42/escpos-php
https://api.github.com/repos/mike42/escpos-php
closed
Epson TM-T82II Thai language support
printer-compatibility
The sentence you want to print out. > ทดสอบการพิมพ์ภาษาไทย เลขที่บิล วันที่ ชื่อผู้ขาย But what was printed out. [https://i.stack.imgur.com/YmtZc.jpg](url) code ``` use Mike42\Escpos\Printer; use Mike42\Escpos\PrintConnectors\WindowsPrintConnector; use Mike42\Escpos\CapabilityProfile; $profile = CapabilityProfile::load('default'); $connector = new WindowsPrintConnector("EPSON TM-T82II Receipt"); $printer = new Printer($connector, $profile); $printer -> selectPrintMode(Printer::MODE_DOUBLE_WIDTH); $printer -> text("ทดสอบการพิมพ์ภาษาไทย\n"); $printer -> selectPrintMode(); $printer -> text("เลขที่บิล วันที่ เวลา ชื่อผู้ขาย.\n"); ``` Help me fix it.
True
Epson TM-T82II Thai language support - The sentence you want to print out. > ทดสอบการพิมพ์ภาษาไทย เลขที่บิล วันที่ ชื่อผู้ขาย But what was printed out. [https://i.stack.imgur.com/YmtZc.jpg](url) code ``` use Mike42\Escpos\Printer; use Mike42\Escpos\PrintConnectors\WindowsPrintConnector; use Mike42\Escpos\CapabilityProfile; $profile = CapabilityProfile::load('default'); $connector = new WindowsPrintConnector("EPSON TM-T82II Receipt"); $printer = new Printer($connector, $profile); $printer -> selectPrintMode(Printer::MODE_DOUBLE_WIDTH); $printer -> text("ทดสอบการพิมพ์ภาษาไทย\n"); $printer -> selectPrintMode(); $printer -> text("เลขที่บิล วันที่ เวลา ชื่อผู้ขาย.\n"); ``` Help me fix it.
comp
epson tm thai language support the sentence you want to print out ทดสอบการพิมพ์ภาษาไทย เลขที่บิล วันที่ ชื่อผู้ขาย but what was printed out url code use escpos printer use escpos printconnectors windowsprintconnector use escpos capabilityprofile profile capabilityprofile load default connector new windowsprintconnector epson tm receipt printer new printer connector profile printer selectprintmode printer mode double width printer text ทดสอบการพิมพ์ภาษาไทย n printer selectprintmode printer text เลขที่บิล วันที่ เวลา ชื่อผู้ขาย n help me fix it
1
4,803
7,696,902,742
IssuesEvent
2018-05-18 16:49:18
cityofaustin/techstack
https://api.github.com/repos/cityofaustin/techstack
opened
automating Image Gallery component for AAC foster process page
Feature: Foster Application Feature: In-page Images Feature: Process Size: S Team: Dev
@cthibaultatx is designing the Image Gallery component for the AAC foster Process page. There may be an opportunity for us to automate the updating of images in this gallery. Before our meeting with Erin and Lorien from AAC on 5/29, let's see what we can learn about the data sourcing options to see if this is even feasible. Depending on the complexity, this might be an opportunity for an ATX Hack for Change project.
1.0
automating Image Gallery component for AAC foster process page - @cthibaultatx is designing the Image Gallery component for the AAC foster Process page. There may be an opportunity for us to automate the updating of images in this gallery. Before our meeting with Erin and Lorien from AAC on 5/29, let's see what we can learn about the data sourcing options to see if this is even feasible. Depending on the complexity, this might be an opportunity for an ATX Hack for Change project.
non_comp
automating image gallery component for aac foster process page cthibaultatx is designing the image gallery component for the aac foster process page there may be an opportunity for us to automate the updating of images in this gallery before our meeting with erin and lorien from aac on let s see what we can learn about the data sourcing options to see if this is even feasible depending on the complexity this might be an opportunity for an atx hack for change project
0
7,177
9,460,857,291
IssuesEvent
2019-04-17 12:08:06
arcticicestudio/nord-jetbrains-editor
https://api.github.com/repos/arcticicestudio/nord-jetbrains-editor
closed
Font Override does not work with Nord Color Scheme
Hacktoberfest context-ui-support scope-compatibility scope-ux type-improvement
I installed it via the Plugin but now I cannot use the Font override
True
Font Override does not work with Nord Color Scheme - I installed it via the Plugin but now I cannot use the Font override
comp
font override does not work with nord color scheme i installed it via the plugin but now i cannot use the font override
1
8
2,491,878,012
IssuesEvent
2015-01-04 03:57:02
MightyPirates/OpenComputers
https://api.github.com/repos/MightyPirates/OpenComputers
closed
"debug.runCommand()" always returns "Unknown command." on Cauldron
incompatibility
Any time I use the runCommand method, it always returns the same values ![debugcard](https://cloud.githubusercontent.com/assets/580880/5565472/438eea3e-8eb3-11e4-9136-f847a7ea8f3e.png) Other debug card features work properly, but I cannot get runCommand to return anything else. I have tried a few other methods to proxy the debug card to ensure that wasn't the issue (such as component.proxy( component.list( "debug")())). The debug card seems to work fine aside from runCommand. **Game Details:** * Using OC Version 1.4.3.21-beta.1 * Cauldron Version 1.1236.05.212 * SMP Server, new world after upgrade to new OC * I've tried in Creative and Survival mode * Debug Card is enabled. When it is disabled I do get a different error. * I have tried in Tier 3 Cases and Creative Cases * Deleted Config files to reset defaults Am I doing something wrong? Edit: I think I was having the same issue with OC v1.4.1.14 as well, but I have since upgraded and am not certain
True
"debug.runCommand()" always returns "Unknown command." on Cauldron - Any time I use the runCommand method, it always returns the same values ![debugcard](https://cloud.githubusercontent.com/assets/580880/5565472/438eea3e-8eb3-11e4-9136-f847a7ea8f3e.png) Other debug card features work properly, but I cannot get runCommand to return anything else. I have tried a few other methods to proxy the debug card to ensure that wasn't the issue (such as component.proxy( component.list( "debug")())). The debug card seems to work fine aside from runCommand. **Game Details:** * Using OC Version 1.4.3.21-beta.1 * Cauldron Version 1.1236.05.212 * SMP Server, new world after upgrade to new OC * I've tried in Creative and Survival mode * Debug Card is enabled. When it is disabled I do get a different error. * I have tried in Tier 3 Cases and Creative Cases * Deleted Config files to reset defaults Am I doing something wrong? Edit: I think I was having the same issue with OC v1.4.1.14 as well, but I have since upgraded and am not certain
comp
debug runcommand always returns unknown command on cauldron any time i use the runcommand method it always returns the same values other debug card features work properly but i cannot get runcommand to return anything else i have tried a few other methods to proxy the debug card to ensure that wasn t the issue such as component proxy component list debug the debug card seems to work fine aside from runcommand game details using oc version beta cauldron version smp server new world after upgrade to new oc i ve tried in creative and survival mode debug card is enabled when it is disabled i do get a different error i have tried in tier cases and creative cases deleted config files to reset defaults am i doing something wrong edit i think i was having the same issue with oc as well but i have since upgraded and am not certain
1
10,794
12,798,222,767
IssuesEvent
2020-07-02 13:36:44
ionic-team/capacitor
https://api.github.com/repos/ionic-team/capacitor
closed
Cordova plugin not working: cordova-plugin-inapppurchase
cordova-compat known incompatible cordova plugin workaround
[cordova-plugin-inapppurchase](https://github.com/AlexDisler/cordova-plugin-inapppurchase) has a hardcoded (native layer) requirement of a file existing at `www/manifest.json`, but when using Capacitor the location is at `public/manifest.json`. Native layer code: ```java context.getAssets().open("www/manifest.json"); ``` Could Capacitor add a symlinked dir (`www` -> `public`) for better compatibility or maybe a way to configure the [Android webdir](https://github.com/ionic-team/capacitor/blob/1c4a3a929af39d47cd20ceae046fcb025e09130a/cli/src/config.ts#L34) to `www`? Edit: I guess in my case I can easily add the symlink myself and check it into version control, but maybe other cordova plugins relies on assets being located in `www` and it would be an easy way to make those plugins compatible out of the box.
True
Cordova plugin not working: cordova-plugin-inapppurchase - [cordova-plugin-inapppurchase](https://github.com/AlexDisler/cordova-plugin-inapppurchase) has a hardcoded (native layer) requirement of a file existing at `www/manifest.json`, but when using Capacitor the location is at `public/manifest.json`. Native layer code: ```java context.getAssets().open("www/manifest.json"); ``` Could Capacitor add a symlinked dir (`www` -> `public`) for better compatibility or maybe a way to configure the [Android webdir](https://github.com/ionic-team/capacitor/blob/1c4a3a929af39d47cd20ceae046fcb025e09130a/cli/src/config.ts#L34) to `www`? Edit: I guess in my case I can easily add the symlink myself and check it into version control, but maybe other cordova plugins relies on assets being located in `www` and it would be an easy way to make those plugins compatible out of the box.
comp
cordova plugin not working cordova plugin inapppurchase has a hardcoded native layer requirement of a file existing at www manifest json but when using capacitor the location is at public manifest json native layer code java context getassets open www manifest json could capacitor add a symlinked dir www public for better compatibility or maybe a way to configure the to www edit i guess in my case i can easily add the symlink myself and check it into version control but maybe other cordova plugins relies on assets being located in www and it would be an easy way to make those plugins compatible out of the box
1
188,315
14,443,624,315
IssuesEvent
2020-12-07 19:56:41
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
Tenderly/ethparis-zippo: ethereum/swarm/pss/forwarding_test.go; 3 LoC
fresh test tiny
Found a possible issue in [Tenderly/ethparis-zippo](https://www.github.com/Tenderly/ethparis-zippo) at [ethereum/swarm/pss/forwarding_test.go](https://github.com/Tenderly/ethparis-zippo/blob/e59dcc8283c594cf540e553fb2d378d9467a2f93/ethereum/swarm/pss/forwarding_test.go#L234-L236) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to c at line 235 may start a goroutine [Click here to see the code in its original context.](https://github.com/Tenderly/ethparis-zippo/blob/e59dcc8283c594cf540e553fb2d378d9467a2f93/ethereum/swarm/pss/forwarding_test.go#L234-L236) <details> <summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary> ```go for _, c := range testCases { testForwardMsg(t, ps, &c) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: e59dcc8283c594cf540e553fb2d378d9467a2f93
1.0
Tenderly/ethparis-zippo: ethereum/swarm/pss/forwarding_test.go; 3 LoC - Found a possible issue in [Tenderly/ethparis-zippo](https://www.github.com/Tenderly/ethparis-zippo) at [ethereum/swarm/pss/forwarding_test.go](https://github.com/Tenderly/ethparis-zippo/blob/e59dcc8283c594cf540e553fb2d378d9467a2f93/ethereum/swarm/pss/forwarding_test.go#L234-L236) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to c at line 235 may start a goroutine [Click here to see the code in its original context.](https://github.com/Tenderly/ethparis-zippo/blob/e59dcc8283c594cf540e553fb2d378d9467a2f93/ethereum/swarm/pss/forwarding_test.go#L234-L236) <details> <summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary> ```go for _, c := range testCases { testForwardMsg(t, ps, &c) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: e59dcc8283c594cf540e553fb2d378d9467a2f93
non_comp
tenderly ethparis zippo ethereum swarm pss forwarding test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to c at line may start a goroutine click here to show the line s of go which triggered the analyzer go for c range testcases testforwardmsg t ps c leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
0
7,870
10,084,622,786
IssuesEvent
2019-07-25 16:04:02
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
facebook & messenger images not shown (https issue)
Compatibility Waiting for repro
besides the issues with the cosmote apps I posted here: https://github.com/AdguardTeam/AdguardForAndroid/issues/2891 I found another issue with facebook apps (facebook & messenger): when https filtering is on for these two and dns is dns-over-https (cloudflare or google, doesn't matter), issues with images arise, they aren't shown, just a circle in the center and when I press it nothing happens, if I disable https filtering or change from dns-over-https to regular dns, everything works fine, At first I used the no-https filtering option, but I finally opted for the second one, because I'm using the internal browser, the device is rooted, and adguard is running in proxy mode with certificate in the system store
True
facebook & messenger images not shown (https issue) - besides the issues with the cosmote apps I posted here: https://github.com/AdguardTeam/AdguardForAndroid/issues/2891 I found another issue with facebook apps (facebook & messenger): when https filtering is on for these two and dns is dns-over-https (cloudflare or google, doesn't matter), issues with images arise, they aren't shown, just a circle in the center and when I press it nothing happens, if I disable https filtering or change from dns-over-https to regular dns, everything works fine, At first I used the no-https filtering option, but I finally opted for the second one, because I'm using the internal browser, the device is rooted, and adguard is running in proxy mode with certificate in the system store
comp
facebook messenger images not shown https issue besides the issues with the cosmote apps i posted here i found another issue with facebook apps facebook messenger when https filtering is on for these two and dns is dns over https cloudflare or google doesn t matter issues with images arise they aren t shown just a circle in the center and when i press it nothing happens if i disable https filtering or change from dns over https to regular dns everything works fine at first i used the no https filtering option but i finally opted for the second one because i m using the internal browser the device is rooted and adguard is running in proxy mode with certificate in the system store
1
3,664
6,541,636,563
IssuesEvent
2017-09-01 20:59:27
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Adding a reference to Microsoft.CodeAnalysis.CSharp.Scripting to an ASP.NET Core Web Application breaks Razor views.
4 - In Review Area-Compilers Bug Tenet-Compatibility
**Version Used**: .NETCore.App 1.1.2 and 2.0 Preview 2 **Steps to Reproduce**: Add reference Microsoft.CodeAnalysis.CSharp.Scripting (any 2.0 version) to an ASP.NET Core Web Application **Expected Behavior**: Razor views still render correctly **Actual Behavior**: System.ArgumentException: Must include private members unless emitting a ref assembly. ``` Parameter name: IncludePrivateMembers at Microsoft.CodeAnalysis.Compilation.Emit(Stream peStream, Stream pdbStream, Stream xmlDocumentationStream, Stream win32Resources, IEnumerable`1 manifestResources, EmitOptions options, IMethodSymbol debugEntryPoint, Stream sourceLinkStream, IEnumerable`1 embeddedTexts, Stream metadataPEStream, CancellationToken cancellationToken) at Microsoft.AspNetCore.Mvc.Razor.Internal.DefaultRoslynCompilationService.Compile(RelativeFileInfo fileInfo, String compilationContent) at Microsoft.AspNetCore.Mvc.Razor.Internal.RazorCompilationService.Compile(RelativeFileInfo file) at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.CreateCacheEntry(String relativePath, String normalizedPath, Func`2 compile) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.GetOrAdd(String relativePath, Func`2 compile) at Microsoft.AspNetCore.Mvc.Razor.Internal.DefaultRazorPageFactoryProvider.CreateFactory(String relativePath) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.CreateCacheResult(HashSet`1 expirationTokens, String relativePath, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.OnCacheMiss(ViewLocationExpanderContext expanderContext, ViewLocationCacheKey cacheKey) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.LocatePageFromViewLocations(ActionContext actionContext, String pageName, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.ViewEngines.CompositeViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor.FindView(ActionContext actionContext, ViewResult viewResult) at Microsoft.AspNetCore.Mvc.ViewResult.<ExecuteResultAsync>d__26.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultAsync>d__30.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextResultFilterAsync>d__28.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResultExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextResourceFilter>d__22.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__20.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.<Invoke>d__7.MoveNext() ```
True
Adding a reference to Microsoft.CodeAnalysis.CSharp.Scripting to an ASP.NET Core Web Application breaks Razor views. - **Version Used**: .NETCore.App 1.1.2 and 2.0 Preview 2 **Steps to Reproduce**: Add reference Microsoft.CodeAnalysis.CSharp.Scripting (any 2.0 version) to an ASP.NET Core Web Application **Expected Behavior**: Razor views still render correctly **Actual Behavior**: System.ArgumentException: Must include private members unless emitting a ref assembly. ``` Parameter name: IncludePrivateMembers at Microsoft.CodeAnalysis.Compilation.Emit(Stream peStream, Stream pdbStream, Stream xmlDocumentationStream, Stream win32Resources, IEnumerable`1 manifestResources, EmitOptions options, IMethodSymbol debugEntryPoint, Stream sourceLinkStream, IEnumerable`1 embeddedTexts, Stream metadataPEStream, CancellationToken cancellationToken) at Microsoft.AspNetCore.Mvc.Razor.Internal.DefaultRoslynCompilationService.Compile(RelativeFileInfo fileInfo, String compilationContent) at Microsoft.AspNetCore.Mvc.Razor.Internal.RazorCompilationService.Compile(RelativeFileInfo file) at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.CreateCacheEntry(String relativePath, String normalizedPath, Func`2 compile) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.GetOrAdd(String relativePath, Func`2 compile) at Microsoft.AspNetCore.Mvc.Razor.Internal.DefaultRazorPageFactoryProvider.CreateFactory(String relativePath) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.CreateCacheResult(HashSet`1 expirationTokens, String relativePath, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.OnCacheMiss(ViewLocationExpanderContext expanderContext, ViewLocationCacheKey cacheKey) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.LocatePageFromViewLocations(ActionContext actionContext, String pageName, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.ViewEngines.CompositeViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage) at Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor.FindView(ActionContext actionContext, ViewResult viewResult) at Microsoft.AspNetCore.Mvc.ViewResult.<ExecuteResultAsync>d__26.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultAsync>d__30.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextResultFilterAsync>d__28.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResultExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextResourceFilter>d__22.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__20.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.<Invoke>d__7.MoveNext() ```
comp
adding a reference to microsoft codeanalysis csharp scripting to an asp net core web application breaks razor views version used netcore app and preview steps to reproduce add reference microsoft codeanalysis csharp scripting any version to an asp net core web application expected behavior razor views still render correctly actual behavior system argumentexception must include private members unless emitting a ref assembly parameter name includeprivatemembers at microsoft codeanalysis compilation emit stream pestream stream pdbstream stream xmldocumentationstream stream ienumerable manifestresources emitoptions options imethodsymbol debugentrypoint stream sourcelinkstream ienumerable embeddedtexts stream metadatapestream cancellationtoken cancellationtoken at microsoft aspnetcore mvc razor internal defaultroslyncompilationservice compile relativefileinfo fileinfo string compilationcontent at microsoft aspnetcore mvc razor internal razorcompilationservice compile relativefileinfo file at microsoft aspnetcore mvc razor internal compilercache createcacheentry string relativepath string normalizedpath func compile end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at microsoft aspnetcore mvc razor internal compilercache getoradd string relativepath func compile at microsoft aspnetcore mvc razor internal defaultrazorpagefactoryprovider createfactory string relativepath at microsoft aspnetcore mvc razor razorviewengine createcacheresult hashset expirationtokens string relativepath boolean ismainpage at microsoft aspnetcore mvc razor razorviewengine oncachemiss viewlocationexpandercontext expandercontext viewlocationcachekey cachekey at microsoft aspnetcore mvc razor razorviewengine locatepagefromviewlocations actioncontext actioncontext string pagename boolean ismainpage at microsoft aspnetcore mvc razor razorviewengine findview actioncontext context string viewname boolean ismainpage at microsoft aspnetcore mvc viewengines compositeviewengine findview actioncontext context string viewname boolean ismainpage at microsoft aspnetcore mvc viewfeatures internal viewresultexecutor findview actioncontext actioncontext viewresult viewresult at microsoft aspnetcore mvc viewresult d movenext end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at microsoft aspnetcore mvc internal controlleractioninvoker d movenext end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at microsoft aspnetcore mvc internal controlleractioninvoker d movenext end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at microsoft aspnetcore mvc internal controlleractioninvoker rethrow resultexecutedcontext context at microsoft aspnetcore mvc internal controlleractioninvoker next state next scope scope object state boolean iscompleted at microsoft aspnetcore mvc internal controlleractioninvoker d movenext end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at microsoft aspnetcore mvc internal controlleractioninvoker rethrow resourceexecutedcontext context at microsoft aspnetcore mvc internal controlleractioninvoker next state next scope scope object state boolean iscompleted at microsoft aspnetcore mvc internal controlleractioninvoker d movenext end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at microsoft aspnetcore builder routermiddleware d movenext end of stack trace from previous location where exception was thrown at system runtime exceptionservices exceptiondispatchinfo throw at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at microsoft aspnetcore diagnostics developerexceptionpagemiddleware d movenext
1
13,435
15,857,615,805
IssuesEvent
2021-04-08 05:12:16
AirtestProject/Airtest
https://api.github.com/repos/AirtestProject/Airtest
closed
poco自动识别控件位置,会有偏移
compatibility
(请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。) **(重要!问题分类)** * 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues * 控件识别、树状结构、poco库报错 -> https://github.com/AirtestProject/Poco/issues * 图像识别、设备控制相关问题 -> 按下面的步骤 **描述问题bug** (简洁清晰得概括一下遇到的问题是什么。或者是报错的traceback信息。) 有时候使用poco录制功能,鼠标放置的位置和poco实际框选的位置有些偏移 ``` (在这里粘贴traceback或其他报错信息) ``` **相关截图** (贴出遇到问题时的截图内容,如果有的话) (在AirtestIDE里产生的图像和设备相关的问题,请贴一些AirtestIDE控制台黑窗口相关报错信息) ![image](https://user-images.githubusercontent.com/59159115/112714636-2784d000-8f16-11eb-96cf-36c554b50a15.png) **python 版本:** `python3.8` **airtest 版本:** `1.0.81` > airtest版本通过`pip freeze`可以命令可以查到 **设备:** - 型号: [Galaxy A6s] - 系统: [Android 8.1] - (别的信息) **其他相关环境信息** (其他运行环境,例如在linux ubuntu16.04上运行异常,在windows上正常。) 运行环境 window10
True
poco自动识别控件位置,会有偏移 - (请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。) **(重要!问题分类)** * 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues * 控件识别、树状结构、poco库报错 -> https://github.com/AirtestProject/Poco/issues * 图像识别、设备控制相关问题 -> 按下面的步骤 **描述问题bug** (简洁清晰得概括一下遇到的问题是什么。或者是报错的traceback信息。) 有时候使用poco录制功能,鼠标放置的位置和poco实际框选的位置有些偏移 ``` (在这里粘贴traceback或其他报错信息) ``` **相关截图** (贴出遇到问题时的截图内容,如果有的话) (在AirtestIDE里产生的图像和设备相关的问题,请贴一些AirtestIDE控制台黑窗口相关报错信息) ![image](https://user-images.githubusercontent.com/59159115/112714636-2784d000-8f16-11eb-96cf-36c554b50a15.png) **python 版本:** `python3.8` **airtest 版本:** `1.0.81` > airtest版本通过`pip freeze`可以命令可以查到 **设备:** - 型号: [Galaxy A6s] - 系统: [Android 8.1] - (别的信息) **其他相关环境信息** (其他运行环境,例如在linux ubuntu16.04上运行异常,在windows上正常。) 运行环境 window10
comp
poco自动识别控件位置,会有偏移 请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。 重要!问题分类 测试开发环境airtestide使用问题 控件识别、树状结构、poco库报错 图像识别、设备控制相关问题 按下面的步骤 描述问题bug 简洁清晰得概括一下遇到的问题是什么。或者是报错的traceback信息。 有时候使用poco录制功能,鼠标放置的位置和poco实际框选的位置有些偏移 (在这里粘贴traceback或其他报错信息) 相关截图 贴出遇到问题时的截图内容,如果有的话 在airtestide里产生的图像和设备相关的问题,请贴一些airtestide控制台黑窗口相关报错信息 python 版本 airtest 版本 airtest版本通过 pip freeze 可以命令可以查到 设备 型号 系统 别的信息 其他相关环境信息 其他运行环境,例如在linux ,在windows上正常。 运行环境
1
52,319
10,821,869,627
IssuesEvent
2019-11-08 19:45:13
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
Placement of a water sensor (or other components) during gameplay
Code Feature request
When placing a water sensor, there is no way to place it back on the floor of the sub. When your character is crouched, the water sensor can be placed slightly above the ground, but not on it. This is an issue because water will still remain if the pump is triggered by a water sensor.
1.0
Placement of a water sensor (or other components) during gameplay - When placing a water sensor, there is no way to place it back on the floor of the sub. When your character is crouched, the water sensor can be placed slightly above the ground, but not on it. This is an issue because water will still remain if the pump is triggered by a water sensor.
non_comp
placement of a water sensor or other components during gameplay when placing a water sensor there is no way to place it back on the floor of the sub when your character is crouched the water sensor can be placed slightly above the ground but not on it this is an issue because water will still remain if the pump is triggered by a water sensor
0
226,857
7,523,846,533
IssuesEvent
2018-04-13 03:32:35
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Fix ops-user permissions for clusters in non-DRS envs
kind/bug priority/p1 team/foundation
**Details:** @zjs and @hickeng have [noted](https://github.com/vmware/vic/pull/7667#discussion_r180607660) that an entity can only be assigned one role for a particular user in vSphere. In the current code for granting permissions to entities for the ops-user, we assign two roles to the cluster entity in a non-DRS env - see https://github.com/vmware/vic/blob/feature/robo/lib/install/opsuser/opsuser.go#L192 and https://github.com/vmware/vic/blob/feature/robo/lib/install/opsuser/opsuser.go#L223. We should fix this logic so that these roles' privileges are pooled together into a new role and then assigned to the cluster if both sets of privileges are needed on that level. **Acceptance Criteria:** * [x] ops-user permission grant logic for non-DRS cluster fixed * [x] `Group5-Functional-Tests/5-25-OPS-User-Grant.robot` passes * [x] `Group5-Functional-Tests/5-25-OPS-User-Grant.robot` updated to add an extra case where a container is run with a volume that has been created earlier with `volume create` * [x] No effect on DRS envs
1.0
Fix ops-user permissions for clusters in non-DRS envs - **Details:** @zjs and @hickeng have [noted](https://github.com/vmware/vic/pull/7667#discussion_r180607660) that an entity can only be assigned one role for a particular user in vSphere. In the current code for granting permissions to entities for the ops-user, we assign two roles to the cluster entity in a non-DRS env - see https://github.com/vmware/vic/blob/feature/robo/lib/install/opsuser/opsuser.go#L192 and https://github.com/vmware/vic/blob/feature/robo/lib/install/opsuser/opsuser.go#L223. We should fix this logic so that these roles' privileges are pooled together into a new role and then assigned to the cluster if both sets of privileges are needed on that level. **Acceptance Criteria:** * [x] ops-user permission grant logic for non-DRS cluster fixed * [x] `Group5-Functional-Tests/5-25-OPS-User-Grant.robot` passes * [x] `Group5-Functional-Tests/5-25-OPS-User-Grant.robot` updated to add an extra case where a container is run with a volume that has been created earlier with `volume create` * [x] No effect on DRS envs
non_comp
fix ops user permissions for clusters in non drs envs details zjs and hickeng have that an entity can only be assigned one role for a particular user in vsphere in the current code for granting permissions to entities for the ops user we assign two roles to the cluster entity in a non drs env see and we should fix this logic so that these roles privileges are pooled together into a new role and then assigned to the cluster if both sets of privileges are needed on that level acceptance criteria ops user permission grant logic for non drs cluster fixed functional tests ops user grant robot passes functional tests ops user grant robot updated to add an extra case where a container is run with a volume that has been created earlier with volume create no effect on drs envs
0
39,774
12,701,096,260
IssuesEvent
2020-06-22 17:30:44
LevyForchh/juice-shop
https://api.github.com/repos/LevyForchh/juice-shop
opened
WS-2016-0047 (High) detected in jws-0.2.6.tgz
security vulnerability
## WS-2016-0047 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jws-0.2.6.tgz</b></p></summary> <p>Implementation of JSON Web Signatures</p> <p>Library home page: <a href="https://registry.npmjs.org/jws/-/jws-0.2.6.tgz">https://registry.npmjs.org/jws/-/jws-0.2.6.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/juice-shop/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/juice-shop/node_modules/jws/package.json</p> <p> Dependency Hierarchy: - jsonwebtoken-0.4.0.tgz (Root Library) - :x: **jws-0.2.6.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/LevyForchh/juice-shop/commit/40829d30a4d209aa599a54d219fd3661878cd6ed">40829d30a4d209aa599a54d219fd3661878cd6ed</a></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> Since "algorithm" isn't enforced in jws.verify(), a malicious user could choose what algorithm is sent to the server. If the server is expecting RSA but is sent HMAC-SHA with RSA's public key, the server will think the public key is actually an HMAC private key. This could be used to forge any data an attacker wants. <p>Publish Date: 2015-04-08 <p>URL: <a href=https://github.com/brianloveswords/node-jws/commit/585d0e1e97b6747c10cf5b7689ccc5618a89b299#diff-344abb4793f97df9b0926d791bb452e6>WS-2016-0047</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: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - 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://nodesecurity.io/advisories/88">https://nodesecurity.io/advisories/88</a></p> <p>Release Date: 2016-07-26</p> <p>Fix Resolution: Update to version 3.0.0 or later.</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"jws","packageVersion":"0.2.6","isTransitiveDependency":true,"dependencyTree":"jsonwebtoken:0.4.0;jws:0.2.6","isMinimumFixVersionAvailable":false}],"vulnerabilityIdentifier":"WS-2016-0047","vulnerabilityDetails":"Since \"algorithm\" isn\u0027t enforced in jws.verify(), a malicious user could choose what algorithm is sent to the server. If the server is expecting RSA but is sent HMAC-SHA with RSA\u0027s public key, the server will think the public key is actually an HMAC private key. This could be used to forge any data an attacker wants.","vulnerabilityUrl":"https://github.com/brianloveswords/node-jws/commit/585d0e1e97b6747c10cf5b7689ccc5618a89b299#diff-344abb4793f97df9b0926d791bb452e6","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Changed","C":"High","UI":"Required","AV":"Adjacent","I":"High"},"extraData":{}}</REMEDIATE> -->
True
WS-2016-0047 (High) detected in jws-0.2.6.tgz - ## WS-2016-0047 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jws-0.2.6.tgz</b></p></summary> <p>Implementation of JSON Web Signatures</p> <p>Library home page: <a href="https://registry.npmjs.org/jws/-/jws-0.2.6.tgz">https://registry.npmjs.org/jws/-/jws-0.2.6.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/juice-shop/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/juice-shop/node_modules/jws/package.json</p> <p> Dependency Hierarchy: - jsonwebtoken-0.4.0.tgz (Root Library) - :x: **jws-0.2.6.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/LevyForchh/juice-shop/commit/40829d30a4d209aa599a54d219fd3661878cd6ed">40829d30a4d209aa599a54d219fd3661878cd6ed</a></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> Since "algorithm" isn't enforced in jws.verify(), a malicious user could choose what algorithm is sent to the server. If the server is expecting RSA but is sent HMAC-SHA with RSA's public key, the server will think the public key is actually an HMAC private key. This could be used to forge any data an attacker wants. <p>Publish Date: 2015-04-08 <p>URL: <a href=https://github.com/brianloveswords/node-jws/commit/585d0e1e97b6747c10cf5b7689ccc5618a89b299#diff-344abb4793f97df9b0926d791bb452e6>WS-2016-0047</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: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - 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://nodesecurity.io/advisories/88">https://nodesecurity.io/advisories/88</a></p> <p>Release Date: 2016-07-26</p> <p>Fix Resolution: Update to version 3.0.0 or later.</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"jws","packageVersion":"0.2.6","isTransitiveDependency":true,"dependencyTree":"jsonwebtoken:0.4.0;jws:0.2.6","isMinimumFixVersionAvailable":false}],"vulnerabilityIdentifier":"WS-2016-0047","vulnerabilityDetails":"Since \"algorithm\" isn\u0027t enforced in jws.verify(), a malicious user could choose what algorithm is sent to the server. If the server is expecting RSA but is sent HMAC-SHA with RSA\u0027s public key, the server will think the public key is actually an HMAC private key. This could be used to forge any data an attacker wants.","vulnerabilityUrl":"https://github.com/brianloveswords/node-jws/commit/585d0e1e97b6747c10cf5b7689ccc5618a89b299#diff-344abb4793f97df9b0926d791bb452e6","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Changed","C":"High","UI":"Required","AV":"Adjacent","I":"High"},"extraData":{}}</REMEDIATE> -->
non_comp
ws high detected in jws tgz ws high severity vulnerability vulnerable library jws tgz implementation of json web signatures library home page a href path to dependency file tmp ws scm juice shop package json path to vulnerable library tmp ws scm juice shop node modules jws package json dependency hierarchy jsonwebtoken tgz root library x jws tgz vulnerable library found in head commit a href vulnerability details since algorithm isn t enforced in jws verify a malicious user could choose what algorithm is sent to the server if the server is expecting rsa but is sent hmac sha with rsa s public key the server will think the public key is actually an hmac private key this could be used to forge any data an attacker wants publish date url a href cvss score details base score metrics exploitability metrics attack vector adjacent attack complexity high privileges required none user interaction required scope changed impact metrics confidentiality impact high 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 update to version or later isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier ws vulnerabilitydetails since algorithm isn enforced in jws verify a malicious user could choose what algorithm is sent to the server if the server is expecting rsa but is sent hmac sha with rsa public key the server will think the public key is actually an hmac private key this could be used to forge any data an attacker wants vulnerabilityurl
0
4,154
6,955,500,593
IssuesEvent
2017-12-07 07:57:33
LMMS/lmms
https://api.github.com/repos/LMMS/lmms
closed
Redirect notes to VSTs
compatibility enhancement
My suggestion is to add a feature where we can direct midi/notes to VSTs. I don't have that many examples where this would benefit, but here they are: - [Kerovee](https://www.kvraudio.com/product/kerovee-by-g200kg) - [GSnap](http://www.gvst.co.uk/gsnap.htm)
True
Redirect notes to VSTs - My suggestion is to add a feature where we can direct midi/notes to VSTs. I don't have that many examples where this would benefit, but here they are: - [Kerovee](https://www.kvraudio.com/product/kerovee-by-g200kg) - [GSnap](http://www.gvst.co.uk/gsnap.htm)
comp
redirect notes to vsts my suggestion is to add a feature where we can direct midi notes to vsts i don t have that many examples where this would benefit but here they are
1
189,802
15,207,366,210
IssuesEvent
2021-02-17 00:02:18
operator-framework/operator-sdk
https://api.github.com/repos/operator-framework/operator-sdk
closed
Migration guide from 0.19 to 1.0+ is outdate and missing steps after 1.3.0 release
kind/documentation
## Bug Report #### What did you do? Try to upgrade a project which is 0.19 to. the latest version available by following https://sdk.operatorframework.io/docs/building-operators/golang/migration/ #### What did you expect to see? All worked by following the steps provided. #### What did you see instead? Under which circumstances? It will not work because with the plugin v3 released by default in the 1.3.0 release it is missing steps such as: - Check [sigs.k8s.io/controller-runtime release docs from 0.7.0+ version]( https://github.com/kubernetes-sigs/controller-runtime/releases ) for breaking changes. Replace: ```go func (r *<MyKind>Reconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) { ctx := context.Background() log := r.Log.WithValues("cronjob", req.NamespacedName) ``` With: ```go func (r *<MyKind>Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) { log := r.Log.WithValues("cronjob", req.NamespacedName) ``` #### Environment **Operator type:** /language go $ operator-sdk version: 1.3.0 #### Additional context To know more about the changes between v2 to v3 plugin versions check the PR: https://github.com/kubernetes-sigs/kubebuilder/pull/1916/
1.0
Migration guide from 0.19 to 1.0+ is outdate and missing steps after 1.3.0 release - ## Bug Report #### What did you do? Try to upgrade a project which is 0.19 to. the latest version available by following https://sdk.operatorframework.io/docs/building-operators/golang/migration/ #### What did you expect to see? All worked by following the steps provided. #### What did you see instead? Under which circumstances? It will not work because with the plugin v3 released by default in the 1.3.0 release it is missing steps such as: - Check [sigs.k8s.io/controller-runtime release docs from 0.7.0+ version]( https://github.com/kubernetes-sigs/controller-runtime/releases ) for breaking changes. Replace: ```go func (r *<MyKind>Reconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) { ctx := context.Background() log := r.Log.WithValues("cronjob", req.NamespacedName) ``` With: ```go func (r *<MyKind>Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) { log := r.Log.WithValues("cronjob", req.NamespacedName) ``` #### Environment **Operator type:** /language go $ operator-sdk version: 1.3.0 #### Additional context To know more about the changes between v2 to v3 plugin versions check the PR: https://github.com/kubernetes-sigs/kubebuilder/pull/1916/
non_comp
migration guide from to is outdate and missing steps after release bug report what did you do try to upgrade a project which is to the latest version available by following what did you expect to see all worked by following the steps provided what did you see instead under which circumstances it will not work because with the plugin released by default in the release it is missing steps such as check for breaking changes replace go func r reconciler reconcile req ctrl request ctrl result error ctx context background log r log withvalues cronjob req namespacedname with go func r reconciler reconcile ctx context context req ctrl request ctrl result error log r log withvalues cronjob req namespacedname environment operator type language go operator sdk version additional context to know more about the changes between to plugin versions check the pr
0
16,458
22,286,281,494
IssuesEvent
2022-06-11 17:26:38
AlphaNodes/additionals
https://api.github.com/repos/AlphaNodes/additionals
closed
Do not work with redmine5
compatibility
I try to update redmine from 4.2.5 to 5.0.0 I have redmine in docker. docker-compose.yml ``` version: '3.9' services: postgres: image: postgres:14.2-alpine volumes: - postgres-data:/var/lib/postgresql/data # env_file: # - ./.env environment: - 'POSTGRES_PASSWORD=password' - 'POSTGRES_DB=redmine' redmine: image: redmine:5-alpine restart: always volumes: - redmine-files:/usr/src/redmine/files - redmine-plugins:/usr/src/redmine/plugins ports: - 80:3000 depends_on: - postgres # env_file: # - ./.env environment: - 'REDMINE_DB_POSTGRES=postgres' - 'REDMINE_DB_DATABASE=redmine' - 'REDMINE_DB_PASSWORD=password' volumes: postgres-data: redmine-files: redmine-plugins: ``` And I get this log from redmine-container: ``` redmine_1 | Your Gemfile lists the gem puma (>= 0) more than once. redmine_1 | You should probably keep only one of them. redmine_1 | Remove any duplicate entries and specify the gem only once. redmine_1 | While it's not a problem now, it could cause errors if you change the version of one of them later. redmine_1 | The Gemfile's dependencies are satisfied redmine_1 | W, [2022-05-02T18:06:04.117466 #17] WARN -- : Creating scope :system. Overwriting existing method Enumeration.system. redmine_1 | W, [2022-05-02T18:06:04.258574 #17] WARN -- : Creating scope :sorted. Overwriting existing method User.sorted. redmine_1 | W, [2022-05-02T18:06:04.283363 #17] WARN -- : Creating scope :visible. Overwriting existing method Principal.visible. redmine_1 | => Booting Puma redmine_1 | => Rails 6.1.4.7 application starting in production redmine_1 | => Run `bin/rails server --help` for more startup options redmine_1 | W, [2022-05-02T18:06:10.228852 #1] WARN -- : Creating scope :system. Overwriting existing method Enumeration.system. redmine_1 | W, [2022-05-02T18:06:10.357435 #1] WARN -- : Creating scope :sorted. Overwriting existing method User.sorted. redmine_1 | W, [2022-05-02T18:06:10.376834 #1] WARN -- : Creating scope :visible. Overwriting existing method Principal.visible. redmine_1 | W, [2022-05-02T18:06:10.474244 #1] WARN -- : DEPRECATION WARNING: Application#self.accept_rss_auth is deprecated and will be removed in Redmine 6.0. Please use #self.accept_atom_auth instead. (called from <class:DashboardsController> at /usr/src/redmine/plugins/additionals/app/controllers/dashboards_controller.rb:9) redmine_1 | Exiting redmine_1 | /usr/src/redmine/app/controllers/application_controller.rb:637:in `accept_rss_auth': undefined method `accept_atom_auth' for Class:Class (NoMethodError) redmine_1 | redmine_1 | self.class.accept_atom_auth(*actions) redmine_1 | ^^^^^^^^^^^^^^^^^ redmine_1 | from /usr/src/redmine/plugins/additionals/app/controllers/dashboards_controller.rb:9:in `<class:DashboardsController>' redmine_1 | from /usr/src/redmine/plugins/additionals/app/controllers/dashboards_controller.rb:3:in `<top (required)>' redmine_1 | from /usr/local/bundle/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' redmine_1 | from /usr/local/bundle/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/kernel.rb:27:in `require' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader/helpers.rb:95:in `const_get' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader/helpers.rb:95:in `cget' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:237:in `block (2 levels) in eager_load' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader/helpers.rb:26:in `block in ls' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader/helpers.rb:18:in `each_child' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader/helpers.rb:18:in `ls' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:232:in `block in eager_load' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:217:in `synchronize' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:217:in `eager_load' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:317:in `each' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:317:in `eager_load_all' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/application/finisher.rb:133:in `block in <module:Finisher>' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/initializable.rb:32:in `instance_exec' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/initializable.rb:32:in `run' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/initializable.rb:61:in `block in run_initializers' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:228:in `block in tsort_each' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:431:in `each_strongly_connected_component_from' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:349:in `block in each_strongly_connected_component' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `each' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `call' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `each_strongly_connected_component' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:226:in `tsort_each' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:205:in `tsort_each' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/initializable.rb:60:in `run_initializers' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/application.rb:391:in `initialize!' redmine_1 | from /usr/src/redmine/config/environment.rb:16:in `<top (required)>' redmine_1 | from /usr/local/bundle/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' redmine_1 | from /usr/local/bundle/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/kernel.rb:35:in `require' redmine_1 | from /usr/local/bundle/gems/activesupport-6.1.4.7/lib/active_support/dependencies.rb:332:in `block in require' redmine_1 | from /usr/local/bundle/gems/activesupport-6.1.4.7/lib/active_support/dependencies.rb:299:in `load_dependency' redmine_1 | from /usr/local/bundle/gems/activesupport-6.1.4.7/lib/active_support/dependencies.rb:332:in `require' redmine_1 | from config.ru:3:in `block in <main>' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `eval' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `new_from_string' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:105:in `load_file' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:66:in `parse_file' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:349:in `build_app_and_options_from_config' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:249:in `app' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:422:in `wrapped_app' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:312:in `block in start' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:379:in `handle_profiling' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:311:in `start' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/commands/server/server_command.rb:39:in `start' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/commands/server/server_command.rb:144:in `block in perform' redmine_1 | from <internal:kernel>:90:in `tap' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/commands/server/server_command.rb:135:in `perform' redmine_1 | from /usr/local/bundle/gems/thor-1.2.1/lib/thor/command.rb:27:in `run' redmine_1 | from /usr/local/bundle/gems/thor-1.2.1/lib/thor/invocation.rb:127:in `invoke_command' redmine_1 | from /usr/local/bundle/gems/thor-1.2.1/lib/thor.rb:392:in `dispatch' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/command/base.rb:69:in `perform' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/command.rb:48:in `invoke' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/commands.rb:18:in `<top (required)>' redmine_1 | from bin/rails:4:in `require' redmine_1 | from bin/rails:4:in `<main>' redmine-admin5_redmine_1 exited with code 1 ``` with redmine:4.2.5-alpine all works! without plugin "aditionals" with redmine:5.0.0-alpine also all works!
True
Do not work with redmine5 - I try to update redmine from 4.2.5 to 5.0.0 I have redmine in docker. docker-compose.yml ``` version: '3.9' services: postgres: image: postgres:14.2-alpine volumes: - postgres-data:/var/lib/postgresql/data # env_file: # - ./.env environment: - 'POSTGRES_PASSWORD=password' - 'POSTGRES_DB=redmine' redmine: image: redmine:5-alpine restart: always volumes: - redmine-files:/usr/src/redmine/files - redmine-plugins:/usr/src/redmine/plugins ports: - 80:3000 depends_on: - postgres # env_file: # - ./.env environment: - 'REDMINE_DB_POSTGRES=postgres' - 'REDMINE_DB_DATABASE=redmine' - 'REDMINE_DB_PASSWORD=password' volumes: postgres-data: redmine-files: redmine-plugins: ``` And I get this log from redmine-container: ``` redmine_1 | Your Gemfile lists the gem puma (>= 0) more than once. redmine_1 | You should probably keep only one of them. redmine_1 | Remove any duplicate entries and specify the gem only once. redmine_1 | While it's not a problem now, it could cause errors if you change the version of one of them later. redmine_1 | The Gemfile's dependencies are satisfied redmine_1 | W, [2022-05-02T18:06:04.117466 #17] WARN -- : Creating scope :system. Overwriting existing method Enumeration.system. redmine_1 | W, [2022-05-02T18:06:04.258574 #17] WARN -- : Creating scope :sorted. Overwriting existing method User.sorted. redmine_1 | W, [2022-05-02T18:06:04.283363 #17] WARN -- : Creating scope :visible. Overwriting existing method Principal.visible. redmine_1 | => Booting Puma redmine_1 | => Rails 6.1.4.7 application starting in production redmine_1 | => Run `bin/rails server --help` for more startup options redmine_1 | W, [2022-05-02T18:06:10.228852 #1] WARN -- : Creating scope :system. Overwriting existing method Enumeration.system. redmine_1 | W, [2022-05-02T18:06:10.357435 #1] WARN -- : Creating scope :sorted. Overwriting existing method User.sorted. redmine_1 | W, [2022-05-02T18:06:10.376834 #1] WARN -- : Creating scope :visible. Overwriting existing method Principal.visible. redmine_1 | W, [2022-05-02T18:06:10.474244 #1] WARN -- : DEPRECATION WARNING: Application#self.accept_rss_auth is deprecated and will be removed in Redmine 6.0. Please use #self.accept_atom_auth instead. (called from <class:DashboardsController> at /usr/src/redmine/plugins/additionals/app/controllers/dashboards_controller.rb:9) redmine_1 | Exiting redmine_1 | /usr/src/redmine/app/controllers/application_controller.rb:637:in `accept_rss_auth': undefined method `accept_atom_auth' for Class:Class (NoMethodError) redmine_1 | redmine_1 | self.class.accept_atom_auth(*actions) redmine_1 | ^^^^^^^^^^^^^^^^^ redmine_1 | from /usr/src/redmine/plugins/additionals/app/controllers/dashboards_controller.rb:9:in `<class:DashboardsController>' redmine_1 | from /usr/src/redmine/plugins/additionals/app/controllers/dashboards_controller.rb:3:in `<top (required)>' redmine_1 | from /usr/local/bundle/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' redmine_1 | from /usr/local/bundle/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/kernel.rb:27:in `require' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader/helpers.rb:95:in `const_get' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader/helpers.rb:95:in `cget' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:237:in `block (2 levels) in eager_load' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader/helpers.rb:26:in `block in ls' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader/helpers.rb:18:in `each_child' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader/helpers.rb:18:in `ls' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:232:in `block in eager_load' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:217:in `synchronize' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:217:in `eager_load' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:317:in `each' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/loader.rb:317:in `eager_load_all' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/application/finisher.rb:133:in `block in <module:Finisher>' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/initializable.rb:32:in `instance_exec' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/initializable.rb:32:in `run' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/initializable.rb:61:in `block in run_initializers' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:228:in `block in tsort_each' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:431:in `each_strongly_connected_component_from' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:349:in `block in each_strongly_connected_component' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `each' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `call' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `each_strongly_connected_component' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:226:in `tsort_each' redmine_1 | from /usr/local/lib/ruby/3.1.0/tsort.rb:205:in `tsort_each' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/initializable.rb:60:in `run_initializers' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/application.rb:391:in `initialize!' redmine_1 | from /usr/src/redmine/config/environment.rb:16:in `<top (required)>' redmine_1 | from /usr/local/bundle/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' redmine_1 | from /usr/local/bundle/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' redmine_1 | from /usr/local/bundle/gems/zeitwerk-2.5.4/lib/zeitwerk/kernel.rb:35:in `require' redmine_1 | from /usr/local/bundle/gems/activesupport-6.1.4.7/lib/active_support/dependencies.rb:332:in `block in require' redmine_1 | from /usr/local/bundle/gems/activesupport-6.1.4.7/lib/active_support/dependencies.rb:299:in `load_dependency' redmine_1 | from /usr/local/bundle/gems/activesupport-6.1.4.7/lib/active_support/dependencies.rb:332:in `require' redmine_1 | from config.ru:3:in `block in <main>' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `eval' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `new_from_string' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:105:in `load_file' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:66:in `parse_file' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:349:in `build_app_and_options_from_config' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:249:in `app' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:422:in `wrapped_app' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:312:in `block in start' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:379:in `handle_profiling' redmine_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:311:in `start' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/commands/server/server_command.rb:39:in `start' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/commands/server/server_command.rb:144:in `block in perform' redmine_1 | from <internal:kernel>:90:in `tap' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/commands/server/server_command.rb:135:in `perform' redmine_1 | from /usr/local/bundle/gems/thor-1.2.1/lib/thor/command.rb:27:in `run' redmine_1 | from /usr/local/bundle/gems/thor-1.2.1/lib/thor/invocation.rb:127:in `invoke_command' redmine_1 | from /usr/local/bundle/gems/thor-1.2.1/lib/thor.rb:392:in `dispatch' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/command/base.rb:69:in `perform' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/command.rb:48:in `invoke' redmine_1 | from /usr/local/bundle/gems/railties-6.1.4.7/lib/rails/commands.rb:18:in `<top (required)>' redmine_1 | from bin/rails:4:in `require' redmine_1 | from bin/rails:4:in `<main>' redmine-admin5_redmine_1 exited with code 1 ``` with redmine:4.2.5-alpine all works! without plugin "aditionals" with redmine:5.0.0-alpine also all works!
comp
do not work with i try to update redmine from to i have redmine in docker docker compose yml version services postgres image postgres alpine volumes postgres data var lib postgresql data env file env environment postgres password password postgres db redmine redmine image redmine alpine restart always volumes redmine files usr src redmine files redmine plugins usr src redmine plugins ports depends on postgres env file env environment redmine db postgres postgres redmine db database redmine redmine db password password volumes postgres data redmine files redmine plugins and i get this log from redmine container redmine your gemfile lists the gem puma more than once redmine you should probably keep only one of them redmine remove any duplicate entries and specify the gem only once redmine while it s not a problem now it could cause errors if you change the version of one of them later redmine the gemfile s dependencies are satisfied redmine w warn creating scope system overwriting existing method enumeration system redmine w warn creating scope sorted overwriting existing method user sorted redmine w warn creating scope visible overwriting existing method principal visible redmine booting puma redmine rails application starting in production redmine run bin rails server help for more startup options redmine w warn creating scope system overwriting existing method enumeration system redmine w warn creating scope sorted overwriting existing method user sorted redmine w warn creating scope visible overwriting existing method principal visible redmine w warn deprecation warning application self accept rss auth is deprecated and will be removed in redmine please use self accept atom auth instead called from at usr src redmine plugins additionals app controllers dashboards controller rb redmine exiting redmine usr src redmine app controllers application controller rb in accept rss auth undefined method accept atom auth for class class nomethoderror redmine redmine self class accept atom auth actions redmine redmine from usr src redmine plugins additionals app controllers dashboards controller rb in redmine from usr src redmine plugins additionals app controllers dashboards controller rb in redmine from usr local bundle gems polyglot lib polyglot rb in require redmine from usr local bundle gems polyglot lib polyglot rb in require redmine from usr local bundle gems zeitwerk lib zeitwerk kernel rb in require redmine from usr local bundle gems zeitwerk lib zeitwerk loader helpers rb in const get redmine from usr local bundle gems zeitwerk lib zeitwerk loader helpers rb in cget redmine from usr local bundle gems zeitwerk lib zeitwerk loader rb in block levels in eager load redmine from usr local bundle gems zeitwerk lib zeitwerk loader helpers rb in block in ls redmine from usr local bundle gems zeitwerk lib zeitwerk loader helpers rb in each child redmine from usr local bundle gems zeitwerk lib zeitwerk loader helpers rb in ls redmine from usr local bundle gems zeitwerk lib zeitwerk loader rb in block in eager load redmine from usr local bundle gems zeitwerk lib zeitwerk loader rb in synchronize redmine from usr local bundle gems zeitwerk lib zeitwerk loader rb in eager load redmine from usr local bundle gems zeitwerk lib zeitwerk loader rb in each redmine from usr local bundle gems zeitwerk lib zeitwerk loader rb in eager load all redmine from usr local bundle gems railties lib rails application finisher rb in block in redmine from usr local bundle gems railties lib rails initializable rb in instance exec redmine from usr local bundle gems railties lib rails initializable rb in run redmine from usr local bundle gems railties lib rails initializable rb in block in run initializers redmine from usr local lib ruby tsort rb in block in tsort each redmine from usr local lib ruby tsort rb in block levels in each strongly connected component redmine from usr local lib ruby tsort rb in each strongly connected component from redmine from usr local lib ruby tsort rb in block in each strongly connected component redmine from usr local lib ruby tsort rb in each redmine from usr local lib ruby tsort rb in call redmine from usr local lib ruby tsort rb in each strongly connected component redmine from usr local lib ruby tsort rb in tsort each redmine from usr local lib ruby tsort rb in tsort each redmine from usr local bundle gems railties lib rails initializable rb in run initializers redmine from usr local bundle gems railties lib rails application rb in initialize redmine from usr src redmine config environment rb in redmine from usr local bundle gems polyglot lib polyglot rb in require redmine from usr local bundle gems polyglot lib polyglot rb in require redmine from usr local bundle gems zeitwerk lib zeitwerk kernel rb in require redmine from usr local bundle gems activesupport lib active support dependencies rb in block in require redmine from usr local bundle gems activesupport lib active support dependencies rb in load dependency redmine from usr local bundle gems activesupport lib active support dependencies rb in require redmine from config ru in block in redmine from usr local bundle gems rack lib rack builder rb in eval redmine from usr local bundle gems rack lib rack builder rb in new from string redmine from usr local bundle gems rack lib rack builder rb in load file redmine from usr local bundle gems rack lib rack builder rb in parse file redmine from usr local bundle gems rack lib rack server rb in build app and options from config redmine from usr local bundle gems rack lib rack server rb in app redmine from usr local bundle gems rack lib rack server rb in wrapped app redmine from usr local bundle gems rack lib rack server rb in block in start redmine from usr local bundle gems rack lib rack server rb in handle profiling redmine from usr local bundle gems rack lib rack server rb in start redmine from usr local bundle gems railties lib rails commands server server command rb in start redmine from usr local bundle gems railties lib rails commands server server command rb in block in perform redmine from in tap redmine from usr local bundle gems railties lib rails commands server server command rb in perform redmine from usr local bundle gems thor lib thor command rb in run redmine from usr local bundle gems thor lib thor invocation rb in invoke command redmine from usr local bundle gems thor lib thor rb in dispatch redmine from usr local bundle gems railties lib rails command base rb in perform redmine from usr local bundle gems railties lib rails command rb in invoke redmine from usr local bundle gems railties lib rails commands rb in redmine from bin rails in require redmine from bin rails in redmine redmine exited with code with redmine alpine all works without plugin aditionals with redmine alpine also all works
1
10,149
4,016,364,401
IssuesEvent
2016-05-15 15:09:25
TedGoas/Cerberus
https://api.github.com/repos/TedGoas/Cerberus
closed
Closing </table> for mso is too much?
bug code cleanup
Isn´t the closing </table> for mso at https://github.com/TedGoas/Cerberus/blob/master/cerberus-fluid.html#L212 too much?: <!--[if mso]> </td> </tr> </table> <![endif]--> We can´t find an opening <table> for mso, thanks.
1.0
Closing </table> for mso is too much? - Isn´t the closing </table> for mso at https://github.com/TedGoas/Cerberus/blob/master/cerberus-fluid.html#L212 too much?: <!--[if mso]> </td> </tr> </table> <![endif]--> We can´t find an opening <table> for mso, thanks.
non_comp
closing for mso is too much isn´t the closing for mso at too much we can´t find an opening for mso thanks
0
4,797
7,404,360,495
IssuesEvent
2018-03-20 04:13:41
PrinceOfAmber/Cyclic
https://api.github.com/repos/PrinceOfAmber/Cyclic
closed
[Bug]Autonomous User Block Bug
bug: gameplay done [pending release] mod compatibility
Minecraft version & Mod Version: Minecraft 1.12.2 Cyclic-1.12.2-1.14.3 Pixelmon-1.12.2-6.2.2(downloaded at https://www.reforged.gg/) Single player or Server: Single player Describe problem (what you were doing / what happened): When I Use Autonomous User Block to automatic harvest Pixelmon mod's Apricorn Tree,the output doesn't have Apricorn instantly: ![2333](https://user-images.githubusercontent.com/20417547/37550236-c09934e4-29c4-11e8-8a95-9efd9af795a7.gif) A few movements later: ![image](https://user-images.githubusercontent.com/20417547/37550402-97f1b7f2-29c7-11e8-934f-e804a00b89e6.png) Crash log (if any):None
True
[Bug]Autonomous User Block Bug - Minecraft version & Mod Version: Minecraft 1.12.2 Cyclic-1.12.2-1.14.3 Pixelmon-1.12.2-6.2.2(downloaded at https://www.reforged.gg/) Single player or Server: Single player Describe problem (what you were doing / what happened): When I Use Autonomous User Block to automatic harvest Pixelmon mod's Apricorn Tree,the output doesn't have Apricorn instantly: ![2333](https://user-images.githubusercontent.com/20417547/37550236-c09934e4-29c4-11e8-8a95-9efd9af795a7.gif) A few movements later: ![image](https://user-images.githubusercontent.com/20417547/37550402-97f1b7f2-29c7-11e8-934f-e804a00b89e6.png) Crash log (if any):None
comp
autonomous user block bug minecraft version mod version minecraft cyclic pixelmon downloaded at single player or server single player describe problem what you were doing what happened when i use autonomous user block to automatic harvest pixelmon mod s apricorn tree the output doesn t have apricorn instantly a few movements later crash log if any none
1
1,013
3,478,855,390
IssuesEvent
2015-12-28 15:54:42
AdguardTeam/AdguardForWindows
https://api.github.com/repos/AdguardTeam/AdguardForWindows
closed
Check compatibility with Avira Antivirus Pro
Cannot reproduce Compatibility
@gshumihin user complaints on BSOD's. Windows 10 x64
True
Check compatibility with Avira Antivirus Pro - @gshumihin user complaints on BSOD's. Windows 10 x64
comp
check compatibility with avira antivirus pro gshumihin user complaints on bsod s windows
1
4,645
7,275,876,464
IssuesEvent
2018-02-21 14:52:53
torbengb/bank2ynab
https://api.github.com/repos/torbengb/bank2ynab
opened
%%y-%%m-%%d causes "ValueError" in Python 2
bug compatibility help wanted
Script language: Python 2.7 Operating system: MacOS X What did you DO? (steps to reproduce) [SE Nordea] using the date format `%%y-%%m-%%d` works with Python 3, but fails on Python 2.7. What did you EXPECT to happen? Should work with same format specification, regardless of Python version. Can you provide other helpful information? Described [here in Swedish](https://github.com/davols/nordea-ynab-convert/issues/1#issuecomment-367332527) (sorry!)
True
%%y-%%m-%%d causes "ValueError" in Python 2 - Script language: Python 2.7 Operating system: MacOS X What did you DO? (steps to reproduce) [SE Nordea] using the date format `%%y-%%m-%%d` works with Python 3, but fails on Python 2.7. What did you EXPECT to happen? Should work with same format specification, regardless of Python version. Can you provide other helpful information? Described [here in Swedish](https://github.com/davols/nordea-ynab-convert/issues/1#issuecomment-367332527) (sorry!)
comp
y m d causes valueerror in python script language python operating system macos x what did you do steps to reproduce using the date format y m d works with python but fails on python what did you expect to happen should work with same format specification regardless of python version can you provide other helpful information described sorry
1
329,189
24,210,896,653
IssuesEvent
2022-09-25 21:34:25
robert-altom/test
https://api.github.com/repos/robert-altom/test
opened
Add more examples for callComponentMethod() in docs
documentation Doing
--- <sub>You can find the original issue from GitLab [here](https://gitlab.com/altom/altunity/altunitytester/-/issues/930).</sub>
1.0
Add more examples for callComponentMethod() in docs - --- <sub>You can find the original issue from GitLab [here](https://gitlab.com/altom/altunity/altunitytester/-/issues/930).</sub>
non_comp
add more examples for callcomponentmethod in docs you can find the original issue from gitlab
0
43,500
5,638,896,171
IssuesEvent
2017-04-06 13:10:19
fabric8io/fabric8-ux
https://api.github.com/repos/fabric8io/fabric8-ux
closed
VISUALS (SPECS): Holistic Review of WI Detail Panel
visual design
Verification Requirements:
 Refer to previous visual story: [VISUALS: Holistic Review of WI Detail Panel](https://github.com/fabric8io/fabric8-ux/issues/285), then: - Add specifications to previous visuals work - Post new visuals to InVision, review with UX team members - Link to InVision prototypes from this story - Tag story as "Ready for Development"
1.0
VISUALS (SPECS): Holistic Review of WI Detail Panel - Verification Requirements:
 Refer to previous visual story: [VISUALS: Holistic Review of WI Detail Panel](https://github.com/fabric8io/fabric8-ux/issues/285), then: - Add specifications to previous visuals work - Post new visuals to InVision, review with UX team members - Link to InVision prototypes from this story - Tag story as "Ready for Development"
non_comp
visuals specs holistic review of wi detail panel verification requirements 
 refer to previous visual story then add specifications to previous visuals work post new visuals to invision review with ux team members link to invision prototypes from this story tag story as ready for development
0
5,368
7,855,432,179
IssuesEvent
2018-06-21 01:46:03
cormacrelf/angular-skyhook
https://api.github.com/repos/cormacrelf/angular-skyhook
closed
TypeScript < 2.7 broken because of unique symbol usage
bug compatibility
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.html Tokens.ts has a unique symbol. Fails in eg Angular 5 projects with `expected “=“`. Cast it to symbol for backwards compatibility.
True
TypeScript < 2.7 broken because of unique symbol usage - https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.html Tokens.ts has a unique symbol. Fails in eg Angular 5 projects with `expected “=“`. Cast it to symbol for backwards compatibility.
comp
typescript broken because of unique symbol usage tokens ts has a unique symbol fails in eg angular projects with expected “ “ cast it to symbol for backwards compatibility
1
11,377
13,325,115,790
IssuesEvent
2020-08-27 09:28:21
fourMs/MGT-python
https://api.github.com/repos/fourMs/MGT-python
closed
mg_show() should return self
compatibility enhancement
This is just a small modification, I am only creating an issue to document the change. Returning the `self` will simply provide a "forward link" for chaining if the user would like to do something like `MgObject.show().motion().show()`.
True
mg_show() should return self - This is just a small modification, I am only creating an issue to document the change. Returning the `self` will simply provide a "forward link" for chaining if the user would like to do something like `MgObject.show().motion().show()`.
comp
mg show should return self this is just a small modification i am only creating an issue to document the change returning the self will simply provide a forward link for chaining if the user would like to do something like mgobject show motion show
1
345,880
10,374,486,365
IssuesEvent
2019-09-09 09:42:42
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Token revocation does not happen when token encryption enabled
Affected/5.7.0 Affected/5.7.0-KM Priority/Highest Severity/Critical Type/Bug WUM
Affected: IS KM 5.7.0 WUM after 2019-06-14 Steps to reproduce: - Get the IS KM 5.7.0 WUM pack on 2019-06-14. - Enabled the token encryption as per the documentation[1]. - Then generate a token using password grant type for 'openid' scope. - Revoke the generated token. - Invoke /userinfo endpoint. Token is not revoked and still valid. With further analysis identified that this is a regression from [2] [1] https://docs.wso2.com/display/AM260/Encrypting+OAuth+Keys [2] https://github.com/wso2/product-is/issues/4654
1.0
Token revocation does not happen when token encryption enabled - Affected: IS KM 5.7.0 WUM after 2019-06-14 Steps to reproduce: - Get the IS KM 5.7.0 WUM pack on 2019-06-14. - Enabled the token encryption as per the documentation[1]. - Then generate a token using password grant type for 'openid' scope. - Revoke the generated token. - Invoke /userinfo endpoint. Token is not revoked and still valid. With further analysis identified that this is a regression from [2] [1] https://docs.wso2.com/display/AM260/Encrypting+OAuth+Keys [2] https://github.com/wso2/product-is/issues/4654
non_comp
token revocation does not happen when token encryption enabled affected is km wum after steps to reproduce get the is km wum pack on enabled the token encryption as per the documentation then generate a token using password grant type for openid scope revoke the generated token invoke userinfo endpoint token is not revoked and still valid with further analysis identified that this is a regression from
0
1,435
3,956,034,420
IssuesEvent
2016-04-30 00:10:59
sass/sass
https://api.github.com/repos/sass/sass
closed
Sass/SCSS does not enable/recognize the use of CSS Grid Layout's named lines & template area syntax
CSS Compatibility Feature
With the current versions of Sass/SCSS, users cannot reliably be able to use CSS Grid Layout Module Level 1's named line syntax or its template. It seems a moderate issue since the Grid Layout Module has had the latter a very mature & stable feature with its availability in modern browsers such as Edge (the others are removing Grid Layout module from their flag real soon) for some time (+2 years) & the former has also been a stable feature in the spec for years now but merely had named lines surrounded by square brackets (see example below) about ~6-8 months ago. With the module mature enough to consider for serious prototyping with it & legitimate anticipation for its availability this year in Safari 7 & upcoming versions of Firefox & Chrome this year outside of flags, it seems worthwhile to make this officially an issue. ## Example 1: Named line syntax not being able to work w/ Sass/SCSS The following code utilizing CSS Grid named lines capabilities will error out by Sass ```sass .wrapper display: grid grid-template-columns: [col1-start] 9fr [col1-end] 10px [col2-start] 3fr [col2-end] // This will cause Sass to throw errors grid-template-rows: auto ``` ## Example 2: `grid-template-areas` not being able to work w/ Sass/SCSS ```scss .wrapper display: grid width: 90% margin: 0 auto grid-template-columns: 9fr 1.875em 3fr grid-template-rows: auto grid-template-areas: "header header header" "content . sidebar" "footer footer footer" // ^ The following will throw ```
True
Sass/SCSS does not enable/recognize the use of CSS Grid Layout's named lines & template area syntax - With the current versions of Sass/SCSS, users cannot reliably be able to use CSS Grid Layout Module Level 1's named line syntax or its template. It seems a moderate issue since the Grid Layout Module has had the latter a very mature & stable feature with its availability in modern browsers such as Edge (the others are removing Grid Layout module from their flag real soon) for some time (+2 years) & the former has also been a stable feature in the spec for years now but merely had named lines surrounded by square brackets (see example below) about ~6-8 months ago. With the module mature enough to consider for serious prototyping with it & legitimate anticipation for its availability this year in Safari 7 & upcoming versions of Firefox & Chrome this year outside of flags, it seems worthwhile to make this officially an issue. ## Example 1: Named line syntax not being able to work w/ Sass/SCSS The following code utilizing CSS Grid named lines capabilities will error out by Sass ```sass .wrapper display: grid grid-template-columns: [col1-start] 9fr [col1-end] 10px [col2-start] 3fr [col2-end] // This will cause Sass to throw errors grid-template-rows: auto ``` ## Example 2: `grid-template-areas` not being able to work w/ Sass/SCSS ```scss .wrapper display: grid width: 90% margin: 0 auto grid-template-columns: 9fr 1.875em 3fr grid-template-rows: auto grid-template-areas: "header header header" "content . sidebar" "footer footer footer" // ^ The following will throw ```
comp
sass scss does not enable recognize the use of css grid layout s named lines template area syntax with the current versions of sass scss users cannot reliably be able to use css grid layout module level s named line syntax or its template it seems a moderate issue since the grid layout module has had the latter a very mature stable feature with its availability in modern browsers such as edge the others are removing grid layout module from their flag real soon for some time years the former has also been a stable feature in the spec for years now but merely had named lines surrounded by square brackets see example below about months ago with the module mature enough to consider for serious prototyping with it legitimate anticipation for its availability this year in safari upcoming versions of firefox chrome this year outside of flags it seems worthwhile to make this officially an issue example named line syntax not being able to work w sass scss the following code utilizing css grid named lines capabilities will error out by sass sass wrapper display grid grid template columns this will cause sass to throw errors grid template rows auto example grid template areas not being able to work w sass scss scss wrapper display grid width margin auto grid template columns grid template rows auto grid template areas header header header content sidebar footer footer footer the following will throw
1
656,853
21,778,236,458
IssuesEvent
2022-05-13 15:48:23
KinsonDigital/CASL
https://api.github.com/repos/KinsonDigital/CASL
opened
🚧Setup dependency labels
high priority preview
### I have done the items below . . . - [X] I have updated the title by replacing the '**_<title_**>' section. ### Description Setup dependency labels to match what the **Velaptor** project has. Go through all of the labels and verify they match. ### Acceptance Criteria **This issue is finished when:** - [ ] Labels match that of **Velaptor** ### ToDo Items - [ ] Draft pull request created and linked to this issue - [X] Priority label added to issue (**_low priority_**, **_medium priority_**, or **_high priority_**) - [X] Issue linked to the proper project - [X] Issue linked to proper milestone - [ ] Unit tests have been written and/or adjusted for code additions or changes - [ ] All unit tests pass ### Issue Dependencies _No response_ ### Related Work _No response_
1.0
🚧Setup dependency labels - ### I have done the items below . . . - [X] I have updated the title by replacing the '**_<title_**>' section. ### Description Setup dependency labels to match what the **Velaptor** project has. Go through all of the labels and verify they match. ### Acceptance Criteria **This issue is finished when:** - [ ] Labels match that of **Velaptor** ### ToDo Items - [ ] Draft pull request created and linked to this issue - [X] Priority label added to issue (**_low priority_**, **_medium priority_**, or **_high priority_**) - [X] Issue linked to the proper project - [X] Issue linked to proper milestone - [ ] Unit tests have been written and/or adjusted for code additions or changes - [ ] All unit tests pass ### Issue Dependencies _No response_ ### Related Work _No response_
non_comp
🚧setup dependency labels i have done the items below i have updated the title by replacing the section description setup dependency labels to match what the velaptor project has go through all of the labels and verify they match acceptance criteria this issue is finished when labels match that of velaptor todo items draft pull request created and linked to this issue priority label added to issue low priority medium priority or high priority issue linked to the proper project issue linked to proper milestone unit tests have been written and or adjusted for code additions or changes all unit tests pass issue dependencies no response related work no response
0
328,145
9,986,821,351
IssuesEvent
2019-07-10 20:06:55
kubernetes-sigs/cluster-api-provider-aws
https://api.github.com/repos/kubernetes-sigs/cluster-api-provider-aws
closed
Deleted machines stay in the list
kind/bug lifecycle/active priority/critical-urgent
/kind bug When you reduce the MachineDeployment replicas, you expect the Machine to be deleted. Instead, the Machine gets DeletionTimestamp to be non-null, but it is still in the list from ```kubectl get machines -n kube-system``` **What did you expect to happen:** The expected behavior is for the machine to disappear. **Anything else you would like to add:** ``` $ kubectl get machines -n kube-system NAME PROVIDERID PHASE aws-machinedeployment-55b569cc66-22c2s aws-machinedeployment-55b569cc66-2b78t aws-machinedeployment-55b569cc66-57dh7 aws-machinedeployment-55b569cc66-667rb aws-machinedeployment-55b569cc66-7c6l4 aws-machinedeployment-55b569cc66-7hsbg aws-machinedeployment-55b569cc66-99wg6 aws-machinedeployment-55b569cc66-b4x5s aws-machinedeployment-55b569cc66-bm6pj aws-machinedeployment-55b569cc66-cbw44 aws-machinedeployment-55b569cc66-cn9q8 aws-machinedeployment-55b569cc66-d7xbt aws-machinedeployment-55b569cc66-fp48r aws-machinedeployment-55b569cc66-gncc5 aws-machinedeployment-55b569cc66-gqfff aws-machinedeployment-55b569cc66-kct75 aws-machinedeployment-55b569cc66-mfh5w aws-machinedeployment-55b569cc66-pksrb aws-machinedeployment-55b569cc66-pr6v2 aws-machinedeployment-55b569cc66-sdxkb aws-machinedeployment-55b569cc66-t66xt aws-machinedeployment-55b569cc66-vpprm aws-machinedeployment-55b569cc66-xmbtl aws-machinedeployment-55b569cc66-xnkb6 ``` ``` kubectl get logs -n cluster-api-system cluster-api-controller-manager-0 E0515 04:19:03.582577 1 controller.go:161] Failed to reconcile MachineSet "kube-system/aws-machinedeployment-55b569cc66": failed to update machine set status: MachineSet.cluster.k8s.io "aws-machinedeployment-55b569cc66" not found E0515 04:19:03.583494 1 event.go:203] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"aws-machinedeployment-55b569cc66.159ea8f27dd7ea7b", GenerateName:"", Namespace:"kube-system", SelfLink:"", UID:"", ResourceVersion:"3243", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, InvolvedObject:v1.ObjectReference{Kind:"MachineSet", Namespace:"kube-system", Name:"aws-machinedeployment-55b569cc66", UID:"d2221a75-768c-11e9-9f2f-065075857702", APIVersion:"cluster.k8s.io/v1alpha1", ResourceVersion:"36841", FieldPath:""}, Reason:"ReconcileError", Message:"failed to update machine set status: MachineSet.cluster.k8s.io \"aws-machinedeployment-55b569cc66\" not found", Source:v1.EventSource{Component:"machineset-controller", Host:""}, FirstTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63693465080, loc:(*time.Location)(0x1edbe80)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf2f02ade2b9fdf0, ext:27585415378440, loc:(*time.Location)(0x1edbe80)}}, Count:28, Type:"Warning", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, Series:(*v1.EventSeries)(nil), Action:"", Related:(*v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'events "aws-machinedeployment-55b569cc66.159ea8f27dd7ea7b" is forbidden: User "system:serviceaccount:cluster-api-system:default" cannot patch resource "events" in API group "" in the namespace "kube-system"' (will not retry!) E0515 04:19:23.354920 1 controller.go:179] Failed to reconcile MachineDeployment "kube-system/aws-machinedeployment": Operation cannot be fulfilled on machinedeployments.cluster.k8s.io "aws-machinedeployment": the object has been modified; please apply your changes to the latest version and try again E0515 04:19:23.356372 1 event.go:203] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"aws-machinedeployment.159ebab3d465f21f", GenerateName:"", Namespace:"kube-system", SelfLink:"", UID:"", ResourceVersion:"28714", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, InvolvedObject:v1.ObjectReference{Kind:"MachineDeployment", Namespace:"kube-system", Name:"aws-machinedeployment", UID:"d21dc156-768c-11e9-9f2f-065075857702", APIVersion:"cluster.k8s.io/v1alpha1", ResourceVersion:"36873", FieldPath:""}, Reason:"ReconcileError", Message:"Operation cannot be fulfilled on machinedeployments.cluster.k8s.io \"aws-machinedeployment\": the object has been modified; please apply your changes to the latest version and try again", Source:v1.EventSource{Component:"machinedeployment-controller", Host:""}, FirstTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63693484602, loc:(*time.Location)(0x1edbe80)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf2f02b2d5282c93, ext:27605187718339, loc:(*time.Location)(0x1edbe80)}}, Count:8, Type:"Warning", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, Series:(*v1.EventSeries)(nil), Action:"", Related:(*v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'events "aws-machinedeployment.159ebab3d465f21f" is forbidden: User "system:serviceaccount:cluster-api-system:default" cannot patch resource "events" in API group "" in the namespace "kube-system"' (will not retry!) ``` **Environment:** - Cluster-api-provider-aws version: - Kubernetes version: (use `kubectl version`): ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.1", GitCommit:"b7394102d6ef778017f2ca4046abbaa23b88c290", GitTreeState:"clean", BuildDate:"2019-04-19T22:12:47Z", GoVersion:"go1.12.4", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.5", GitCommit:"2166946f41b36dea2c4626f90a77706f426cdea2", GitTreeState:"clean", BuildDate:"2019-03-25T15:19:22Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"} ``` - OS (e.g. from `/etc/os-release`): macOS 10.14.5
1.0
Deleted machines stay in the list - /kind bug When you reduce the MachineDeployment replicas, you expect the Machine to be deleted. Instead, the Machine gets DeletionTimestamp to be non-null, but it is still in the list from ```kubectl get machines -n kube-system``` **What did you expect to happen:** The expected behavior is for the machine to disappear. **Anything else you would like to add:** ``` $ kubectl get machines -n kube-system NAME PROVIDERID PHASE aws-machinedeployment-55b569cc66-22c2s aws-machinedeployment-55b569cc66-2b78t aws-machinedeployment-55b569cc66-57dh7 aws-machinedeployment-55b569cc66-667rb aws-machinedeployment-55b569cc66-7c6l4 aws-machinedeployment-55b569cc66-7hsbg aws-machinedeployment-55b569cc66-99wg6 aws-machinedeployment-55b569cc66-b4x5s aws-machinedeployment-55b569cc66-bm6pj aws-machinedeployment-55b569cc66-cbw44 aws-machinedeployment-55b569cc66-cn9q8 aws-machinedeployment-55b569cc66-d7xbt aws-machinedeployment-55b569cc66-fp48r aws-machinedeployment-55b569cc66-gncc5 aws-machinedeployment-55b569cc66-gqfff aws-machinedeployment-55b569cc66-kct75 aws-machinedeployment-55b569cc66-mfh5w aws-machinedeployment-55b569cc66-pksrb aws-machinedeployment-55b569cc66-pr6v2 aws-machinedeployment-55b569cc66-sdxkb aws-machinedeployment-55b569cc66-t66xt aws-machinedeployment-55b569cc66-vpprm aws-machinedeployment-55b569cc66-xmbtl aws-machinedeployment-55b569cc66-xnkb6 ``` ``` kubectl get logs -n cluster-api-system cluster-api-controller-manager-0 E0515 04:19:03.582577 1 controller.go:161] Failed to reconcile MachineSet "kube-system/aws-machinedeployment-55b569cc66": failed to update machine set status: MachineSet.cluster.k8s.io "aws-machinedeployment-55b569cc66" not found E0515 04:19:03.583494 1 event.go:203] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"aws-machinedeployment-55b569cc66.159ea8f27dd7ea7b", GenerateName:"", Namespace:"kube-system", SelfLink:"", UID:"", ResourceVersion:"3243", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, InvolvedObject:v1.ObjectReference{Kind:"MachineSet", Namespace:"kube-system", Name:"aws-machinedeployment-55b569cc66", UID:"d2221a75-768c-11e9-9f2f-065075857702", APIVersion:"cluster.k8s.io/v1alpha1", ResourceVersion:"36841", FieldPath:""}, Reason:"ReconcileError", Message:"failed to update machine set status: MachineSet.cluster.k8s.io \"aws-machinedeployment-55b569cc66\" not found", Source:v1.EventSource{Component:"machineset-controller", Host:""}, FirstTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63693465080, loc:(*time.Location)(0x1edbe80)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf2f02ade2b9fdf0, ext:27585415378440, loc:(*time.Location)(0x1edbe80)}}, Count:28, Type:"Warning", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, Series:(*v1.EventSeries)(nil), Action:"", Related:(*v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'events "aws-machinedeployment-55b569cc66.159ea8f27dd7ea7b" is forbidden: User "system:serviceaccount:cluster-api-system:default" cannot patch resource "events" in API group "" in the namespace "kube-system"' (will not retry!) E0515 04:19:23.354920 1 controller.go:179] Failed to reconcile MachineDeployment "kube-system/aws-machinedeployment": Operation cannot be fulfilled on machinedeployments.cluster.k8s.io "aws-machinedeployment": the object has been modified; please apply your changes to the latest version and try again E0515 04:19:23.356372 1 event.go:203] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"aws-machinedeployment.159ebab3d465f21f", GenerateName:"", Namespace:"kube-system", SelfLink:"", UID:"", ResourceVersion:"28714", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, InvolvedObject:v1.ObjectReference{Kind:"MachineDeployment", Namespace:"kube-system", Name:"aws-machinedeployment", UID:"d21dc156-768c-11e9-9f2f-065075857702", APIVersion:"cluster.k8s.io/v1alpha1", ResourceVersion:"36873", FieldPath:""}, Reason:"ReconcileError", Message:"Operation cannot be fulfilled on machinedeployments.cluster.k8s.io \"aws-machinedeployment\": the object has been modified; please apply your changes to the latest version and try again", Source:v1.EventSource{Component:"machinedeployment-controller", Host:""}, FirstTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63693484602, loc:(*time.Location)(0x1edbe80)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf2f02b2d5282c93, ext:27605187718339, loc:(*time.Location)(0x1edbe80)}}, Count:8, Type:"Warning", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, Series:(*v1.EventSeries)(nil), Action:"", Related:(*v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'events "aws-machinedeployment.159ebab3d465f21f" is forbidden: User "system:serviceaccount:cluster-api-system:default" cannot patch resource "events" in API group "" in the namespace "kube-system"' (will not retry!) ``` **Environment:** - Cluster-api-provider-aws version: - Kubernetes version: (use `kubectl version`): ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.1", GitCommit:"b7394102d6ef778017f2ca4046abbaa23b88c290", GitTreeState:"clean", BuildDate:"2019-04-19T22:12:47Z", GoVersion:"go1.12.4", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.5", GitCommit:"2166946f41b36dea2c4626f90a77706f426cdea2", GitTreeState:"clean", BuildDate:"2019-03-25T15:19:22Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"} ``` - OS (e.g. from `/etc/os-release`): macOS 10.14.5
non_comp
deleted machines stay in the list kind bug when you reduce the machinedeployment replicas you expect the machine to be deleted instead the machine gets deletiontimestamp to be non null but it is still in the list from kubectl get machines n kube system what did you expect to happen the expected behavior is for the machine to disappear anything else you would like to add kubectl get machines n kube system name providerid phase aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment aws machinedeployment gqfff aws machinedeployment aws machinedeployment aws machinedeployment pksrb aws machinedeployment aws machinedeployment sdxkb aws machinedeployment aws machinedeployment vpprm aws machinedeployment xmbtl aws machinedeployment kubectl get logs n cluster api system cluster api controller manager controller go failed to reconcile machineset kube system aws machinedeployment failed to update machine set status machineset cluster io aws machinedeployment not found event go server rejected event event typemeta typemeta kind apiversion objectmeta objectmeta name aws machinedeployment generatename namespace kube system selflink uid resourceversion generation creationtimestamp time time time time wall ext loc time location nil deletiontimestamp time nil deletiongraceperiodseconds nil labels map string nil annotations map string nil ownerreferences ownerreference nil initializers initializers nil finalizers string nil clustername involvedobject objectreference kind machineset namespace kube system name aws machinedeployment uid apiversion cluster io resourceversion fieldpath reason reconcileerror message failed to update machine set status machineset cluster io aws machinedeployment not found source eventsource component machineset controller host firsttimestamp time time time time wall ext loc time location lasttimestamp time time time time wall ext loc time location count type warning eventtime microtime time time time wall ext loc time location nil series eventseries nil action related objectreference nil reportingcontroller reportinginstance events aws machinedeployment is forbidden user system serviceaccount cluster api system default cannot patch resource events in api group in the namespace kube system will not retry controller go failed to reconcile machinedeployment kube system aws machinedeployment operation cannot be fulfilled on machinedeployments cluster io aws machinedeployment the object has been modified please apply your changes to the latest version and try again event go server rejected event event typemeta typemeta kind apiversion objectmeta objectmeta name aws machinedeployment generatename namespace kube system selflink uid resourceversion generation creationtimestamp time time time time wall ext loc time location nil deletiontimestamp time nil deletiongraceperiodseconds nil labels map string nil annotations map string nil ownerreferences ownerreference nil initializers initializers nil finalizers string nil clustername involvedobject objectreference kind machinedeployment namespace kube system name aws machinedeployment uid apiversion cluster io resourceversion fieldpath reason reconcileerror message operation cannot be fulfilled on machinedeployments cluster io aws machinedeployment the object has been modified please apply your changes to the latest version and try again source eventsource component machinedeployment controller host firsttimestamp time time time time wall ext loc time location lasttimestamp time time time time wall ext loc time location count type warning eventtime microtime time time time wall ext loc time location nil series eventseries nil action related objectreference nil reportingcontroller reportinginstance events aws machinedeployment is forbidden user system serviceaccount cluster api system default cannot patch resource events in api group in the namespace kube system will not retry environment cluster api provider aws version kubernetes version use kubectl version kubectl version client version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform darwin server version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform linux os e g from etc os release macos
0
33,822
7,260,872,438
IssuesEvent
2018-02-18 15:07:29
include-what-you-use/include-what-you-use
https://api.github.com/repos/include-what-you-use/include-what-you-use
closed
tells me I need ext/alloc_traits.h but not why
Priority-Medium Type-Defect
Originally reported on Google Code with ID 163 ``` The full include-list for ../hc/hc.cpp: #include <ctype.h> // for isalpha, isdigit #include <ext/alloc_traits.h> #include <fcntl.h> // for open, O_RDONLY, O_RDWR #include <stdio.h> // for printf, fwrite, fclose, etc #include <stdlib.h> // for atoi, malloc, qsort, exit, etc #include <string.h> // for strlen, strcpy, strcmp, etc #include <unistd.h> // for close, read, lseek, unlink, etc #include <algorithm> // for min #include <cassert> // for assert #include <cstdarg> // for va_list, va_end, va_start #include <string> // for string #include <vector> // for vector #include "helpcom.h" // for PD_INFO, setint, etc #include "port.h" // for BYTE, VOIDPTR, VOIDCONSTPTR #include "unix.h" // for strlwr, O_BINARY, _MAX_EXT, etc See the source code here: <https://github.com/LegalizeAdulthood/iterated-dynamics> changeset 97459e23a88337fd66eb9f0e3739d85102241c55 ``` Reported by `legalize@xmission.com` on 2014-12-22 22:54:53
1.0
tells me I need ext/alloc_traits.h but not why - Originally reported on Google Code with ID 163 ``` The full include-list for ../hc/hc.cpp: #include <ctype.h> // for isalpha, isdigit #include <ext/alloc_traits.h> #include <fcntl.h> // for open, O_RDONLY, O_RDWR #include <stdio.h> // for printf, fwrite, fclose, etc #include <stdlib.h> // for atoi, malloc, qsort, exit, etc #include <string.h> // for strlen, strcpy, strcmp, etc #include <unistd.h> // for close, read, lseek, unlink, etc #include <algorithm> // for min #include <cassert> // for assert #include <cstdarg> // for va_list, va_end, va_start #include <string> // for string #include <vector> // for vector #include "helpcom.h" // for PD_INFO, setint, etc #include "port.h" // for BYTE, VOIDPTR, VOIDCONSTPTR #include "unix.h" // for strlwr, O_BINARY, _MAX_EXT, etc See the source code here: <https://github.com/LegalizeAdulthood/iterated-dynamics> changeset 97459e23a88337fd66eb9f0e3739d85102241c55 ``` Reported by `legalize@xmission.com` on 2014-12-22 22:54:53
non_comp
tells me i need ext alloc traits h but not why originally reported on google code with id the full include list for hc hc cpp include for isalpha isdigit include include for open o rdonly o rdwr include for printf fwrite fclose etc include for atoi malloc qsort exit etc include for strlen strcpy strcmp etc include for close read lseek unlink etc include for min include for assert include for va list va end va start include for string include for vector include helpcom h for pd info setint etc include port h for byte voidptr voidconstptr include unix h for strlwr o binary max ext etc see the source code here changeset reported by legalize xmission com on
0
814,998
30,533,155,159
IssuesEvent
2023-07-19 15:27:51
bcgov/MFIN-Data-Catalogue
https://api.github.com/repos/bcgov/MFIN-Data-Catalogue
closed
Metadata record should have an immutable endpoint so that consumers / systems can link back to it
enhancement Priority: high incomplete Sprint 3 matrix: moonshots
**OP timer** <!-- OP staff, once you save this, a timer will be generated at https://openplus.monday.com/boards/4092908516. Past the link to the timer here --> --- ## User story As a consumer of data that values its metadata, I want to be able to easily reference the metadata through a URL that doesn't change over over time So that anywhere I refer to the metadata record will stay current regardless of how the metadata values evolves. ## This feature support the following requirements <!-- Describe or link to the requirement --> [alpha release](https://openplus.monday.com/boards/3958997205/pulses/4605939234) ## Additional context <!-- Add any other context or screenshots about the feature request here. --> > **Note**: as meeting at #93 The built in [Drupal node]((https://www.drupal.org/docs/core-modules-and-themes/core-modules/node-module/about-nodes) ID (NID) will be used as a unique identifier. If at some point in the future there is a need to add attributes to the ID, the issue will be re-visited. Paths in Drupal are aliases to the NID, ie `/node/1234`. If a user copies the link from the address bar and uses it in a system outside of Drupal, the link will always resolve even if the path changes. There is currently a field for unique ID that needs to be removed from the data set content type. In the [architecture document](https://bcgov.sharepoint.com/:w:/r/teams/06981/Shared%20Documents/General/architecture/BC-MFIN-Content-Architecture-Living-doc.docx?d=wd7cd5a7fb8454ca29c882a17fe87b27f&csf=1&web=1&e=nmOP8y) make note in the unique id section that this is satisfied by the NID. ## Proposed solution 1. Remove `field_unique_identifier` from data set content type > @CraigClark 2. Update architecture document > @NicoledeGreef <!-- delete things that don't apply --> ## Estimated level of effort - less than 1 day ## Definition of done (DoD) - [ ] `field_unique_identifier` no longer exists on the data set content type - [ ] architecture type has been updated
1.0
Metadata record should have an immutable endpoint so that consumers / systems can link back to it - **OP timer** <!-- OP staff, once you save this, a timer will be generated at https://openplus.monday.com/boards/4092908516. Past the link to the timer here --> --- ## User story As a consumer of data that values its metadata, I want to be able to easily reference the metadata through a URL that doesn't change over over time So that anywhere I refer to the metadata record will stay current regardless of how the metadata values evolves. ## This feature support the following requirements <!-- Describe or link to the requirement --> [alpha release](https://openplus.monday.com/boards/3958997205/pulses/4605939234) ## Additional context <!-- Add any other context or screenshots about the feature request here. --> > **Note**: as meeting at #93 The built in [Drupal node]((https://www.drupal.org/docs/core-modules-and-themes/core-modules/node-module/about-nodes) ID (NID) will be used as a unique identifier. If at some point in the future there is a need to add attributes to the ID, the issue will be re-visited. Paths in Drupal are aliases to the NID, ie `/node/1234`. If a user copies the link from the address bar and uses it in a system outside of Drupal, the link will always resolve even if the path changes. There is currently a field for unique ID that needs to be removed from the data set content type. In the [architecture document](https://bcgov.sharepoint.com/:w:/r/teams/06981/Shared%20Documents/General/architecture/BC-MFIN-Content-Architecture-Living-doc.docx?d=wd7cd5a7fb8454ca29c882a17fe87b27f&csf=1&web=1&e=nmOP8y) make note in the unique id section that this is satisfied by the NID. ## Proposed solution 1. Remove `field_unique_identifier` from data set content type > @CraigClark 2. Update architecture document > @NicoledeGreef <!-- delete things that don't apply --> ## Estimated level of effort - less than 1 day ## Definition of done (DoD) - [ ] `field_unique_identifier` no longer exists on the data set content type - [ ] architecture type has been updated
non_comp
metadata record should have an immutable endpoint so that consumers systems can link back to it op timer user story as a consumer of data that values its metadata i want to be able to easily reference the metadata through a url that doesn t change over over time so that anywhere i refer to the metadata record will stay current regardless of how the metadata values evolves this feature support the following requirements additional context note as meeting at the built in id nid will be used as a unique identifier if at some point in the future there is a need to add attributes to the id the issue will be re visited paths in drupal are aliases to the nid ie node if a user copies the link from the address bar and uses it in a system outside of drupal the link will always resolve even if the path changes there is currently a field for unique id that needs to be removed from the data set content type in the make note in the unique id section that this is satisfied by the nid proposed solution remove field unique identifier from data set content type craigclark update architecture document nicoledegreef estimated level of effort less than day definition of done dod field unique identifier no longer exists on the data set content type architecture type has been updated
0
61,486
14,627,774,844
IssuesEvent
2020-12-23 12:56:58
bitbar/test-samples
https://api.github.com/repos/bitbar/test-samples
opened
CVE-2020-14061 (High) detected in jackson-databind-2.6.0.jar
security vulnerability
## CVE-2020-14061 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.6.0.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: test-samples/samples/testing-frameworks/appium/server-side/image-recognition/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.0/jackson-databind-2.6.0.jar</p> <p> Dependency Hierarchy: - testdroid-api-2.38.jar (Root Library) - :x: **jackson-databind-2.6.0.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/bitbar/test-samples/commit/12af4f854b64888df6e4492ecc94e141388e939a">12af4f854b64888df6e4492ecc94e141388e939a</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> FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oracle.jms.AQjmsQueueConnectionFactory, oracle.jms.AQjmsXATopicConnectionFactory, oracle.jms.AQjmsTopicConnectionFactory, oracle.jms.AQjmsXAQueueConnectionFactory, and oracle.jms.AQjmsXAConnectionFactory (aka weblogic/oracle-aqjms). <p>Publish Date: 2020-06-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14061>CVE-2020-14061</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14061">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14061</a></p> <p>Release Date: 2020-06-14</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.10.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.6.0","isTransitiveDependency":true,"dependencyTree":"com.testdroid:testdroid-api:2.38;com.fasterxml.jackson.core:jackson-databind:2.6.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.0"}],"vulnerabilityIdentifier":"CVE-2020-14061","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oracle.jms.AQjmsQueueConnectionFactory, oracle.jms.AQjmsXATopicConnectionFactory, oracle.jms.AQjmsTopicConnectionFactory, oracle.jms.AQjmsXAQueueConnectionFactory, and oracle.jms.AQjmsXAConnectionFactory (aka weblogic/oracle-aqjms).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14061","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-14061 (High) detected in jackson-databind-2.6.0.jar - ## CVE-2020-14061 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.6.0.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: test-samples/samples/testing-frameworks/appium/server-side/image-recognition/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.0/jackson-databind-2.6.0.jar</p> <p> Dependency Hierarchy: - testdroid-api-2.38.jar (Root Library) - :x: **jackson-databind-2.6.0.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/bitbar/test-samples/commit/12af4f854b64888df6e4492ecc94e141388e939a">12af4f854b64888df6e4492ecc94e141388e939a</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> FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oracle.jms.AQjmsQueueConnectionFactory, oracle.jms.AQjmsXATopicConnectionFactory, oracle.jms.AQjmsTopicConnectionFactory, oracle.jms.AQjmsXAQueueConnectionFactory, and oracle.jms.AQjmsXAConnectionFactory (aka weblogic/oracle-aqjms). <p>Publish Date: 2020-06-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14061>CVE-2020-14061</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14061">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14061</a></p> <p>Release Date: 2020-06-14</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.10.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.6.0","isTransitiveDependency":true,"dependencyTree":"com.testdroid:testdroid-api:2.38;com.fasterxml.jackson.core:jackson-databind:2.6.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.0"}],"vulnerabilityIdentifier":"CVE-2020-14061","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oracle.jms.AQjmsQueueConnectionFactory, oracle.jms.AQjmsXATopicConnectionFactory, oracle.jms.AQjmsTopicConnectionFactory, oracle.jms.AQjmsXAQueueConnectionFactory, and oracle.jms.AQjmsXAConnectionFactory (aka weblogic/oracle-aqjms).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14061","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_comp
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file test samples samples testing frameworks appium server side image recognition pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy testdroid api jar root library x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to oracle jms aqjmsqueueconnectionfactory oracle jms aqjmsxatopicconnectionfactory oracle jms aqjmstopicconnectionfactory oracle jms aqjmsxaqueueconnectionfactory and oracle jms aqjmsxaconnectionfactory aka weblogic oracle aqjms publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact 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 com fasterxml jackson core jackson databind isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to oracle jms aqjmsqueueconnectionfactory oracle jms aqjmsxatopicconnectionfactory oracle jms aqjmstopicconnectionfactory oracle jms aqjmsxaqueueconnectionfactory and oracle jms aqjmsxaconnectionfactory aka weblogic oracle aqjms vulnerabilityurl
0
346,211
24,886,630,805
IssuesEvent
2022-10-28 08:21:04
comicalromance/ped
https://api.github.com/repos/comicalromance/ped
opened
Inaccurate File Name in Quick Start: User Guide
type.DocumentationBug severity.VeryLow
![image.png](https://raw.githubusercontent.com/comicalromance/ped/main/files/b570d8f5-4622-4ae7-8a09-4a2499a4a9dd.png) The file name for the jar file in the User Guide: Quick Start Section is `financialadvisorplanner.jar`, but it is named as `FAP.jar` in the actual GitHub release. Don't be afraid of your FAP.jar! <!--session: 1666944976374-33df21a0-8cde-41dc-8971-353d72e0af17--> <!--Version: Web v3.4.4-->
1.0
Inaccurate File Name in Quick Start: User Guide - ![image.png](https://raw.githubusercontent.com/comicalromance/ped/main/files/b570d8f5-4622-4ae7-8a09-4a2499a4a9dd.png) The file name for the jar file in the User Guide: Quick Start Section is `financialadvisorplanner.jar`, but it is named as `FAP.jar` in the actual GitHub release. Don't be afraid of your FAP.jar! <!--session: 1666944976374-33df21a0-8cde-41dc-8971-353d72e0af17--> <!--Version: Web v3.4.4-->
non_comp
inaccurate file name in quick start user guide the file name for the jar file in the user guide quick start section is financialadvisorplanner jar but it is named as fap jar in the actual github release don t be afraid of your fap jar
0
255,615
8,125,826,944
IssuesEvent
2018-08-16 22:31:09
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
Tecplot reader does not handle FELINESEG zone type.
Bug Likelihood: 3 - Occasional Priority: Normal Severity: 3 - Major Irritation
From customer's email: Does Tecplot reader support 1d. It is failing on this line, with an error export to ZONE. There was an error opening /Users/foo/git/density_gradient/tcl/dg_zero_1eq.dat: Unknown element type for zone ZONE T="ox1" NODES=3100, ELEMENTS=3099, DATAPACKING=BLOCK, ZONETYPE=FELINESEG Thanks, Juan -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2285 Status: Resolved Project: VisIt Tracker: Bug Priority: Normal Subject: Tecplot reader does not handle FELINESEG zone type. Assigned to: Mark Miller Category: Target version: 2.9.2 Author: Kathleen Biagas Start: 05/28/2015 Due date: % Done: 0 Estimated time: Created: 05/28/2015 11:55 am Updated: 06/04/2015 02:46 pm Likelihood: 3 - Occasional Severity: 3 - Major Irritation Found in version: 2.9.0 Impact: Expected Use: OS: All Support Group: Any Description: From customer's email: Does Tecplot reader support 1d. It is failing on this line, with an error export to ZONE. There was an error opening /Users/foo/git/density_gradient/tcl/dg_zero_1eq.dat: Unknown element type for zone ZONE T="ox1" NODES=3100, ELEMENTS=3099, DATAPACKING=BLOCK, ZONETYPE=FELINESEG Thanks, Juan Comments: I adjusted the plugin and vetted the changes with Jeremy
1.0
Tecplot reader does not handle FELINESEG zone type. - From customer's email: Does Tecplot reader support 1d. It is failing on this line, with an error export to ZONE. There was an error opening /Users/foo/git/density_gradient/tcl/dg_zero_1eq.dat: Unknown element type for zone ZONE T="ox1" NODES=3100, ELEMENTS=3099, DATAPACKING=BLOCK, ZONETYPE=FELINESEG Thanks, Juan -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2285 Status: Resolved Project: VisIt Tracker: Bug Priority: Normal Subject: Tecplot reader does not handle FELINESEG zone type. Assigned to: Mark Miller Category: Target version: 2.9.2 Author: Kathleen Biagas Start: 05/28/2015 Due date: % Done: 0 Estimated time: Created: 05/28/2015 11:55 am Updated: 06/04/2015 02:46 pm Likelihood: 3 - Occasional Severity: 3 - Major Irritation Found in version: 2.9.0 Impact: Expected Use: OS: All Support Group: Any Description: From customer's email: Does Tecplot reader support 1d. It is failing on this line, with an error export to ZONE. There was an error opening /Users/foo/git/density_gradient/tcl/dg_zero_1eq.dat: Unknown element type for zone ZONE T="ox1" NODES=3100, ELEMENTS=3099, DATAPACKING=BLOCK, ZONETYPE=FELINESEG Thanks, Juan Comments: I adjusted the plugin and vetted the changes with Jeremy
non_comp
tecplot reader does not handle felineseg zone type from customer s email does tecplot reader support it is failing on this line with an error export to zone there was an error opening users foo git density gradient tcl dg zero dat unknown element type for zone zone t nodes elements datapacking block zonetype felineseg thanks juan redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority normal subject tecplot reader does not handle felineseg zone type assigned to mark miller category target version author kathleen biagas start due date done estimated time created am updated pm likelihood occasional severity major irritation found in version impact expected use os all support group any description from customer s email does tecplot reader support it is failing on this line with an error export to zone there was an error opening users foo git density gradient tcl dg zero dat unknown element type for zone zone t nodes elements datapacking block zonetype felineseg thanks juan comments i adjusted the plugin and vetted the changes with jeremy
0
1,869
4,501,476,483
IssuesEvent
2016-09-01 09:31:54
martiner/gooddata-java
https://api.github.com/repos/martiner/gooddata-java
closed
Migrate to java 8
backward incompatible enhancement
Since it seems there are almost no calls using java 7 during last month, let's move to java 8.
True
Migrate to java 8 - Since it seems there are almost no calls using java 7 during last month, let's move to java 8.
comp
migrate to java since it seems there are almost no calls using java during last month let s move to java
1
172,398
13,304,823,861
IssuesEvent
2020-08-25 17:32:34
LibraryOfCongress/concordia
https://api.github.com/repos/LibraryOfCongress/concordia
closed
User research on the prototype
Activity UI user experience user testing
Gather user feedback on the experience of the original discovery interface vs. the prototype. Goal: to gain insight on which features improve user experience on finding a page to work and transcribing/review. Acceptance criteria: - Review past survey collected - Interview 5 volunteers - Gather and evaluate feedback - Generate recommendations based on research findings Timeline: - Week 1: Recruit interviewees - Week 2: Develop interview guide and testing plan - Week 3: Interviews - Week 4: Evaluation and recommendations
1.0
User research on the prototype - Gather user feedback on the experience of the original discovery interface vs. the prototype. Goal: to gain insight on which features improve user experience on finding a page to work and transcribing/review. Acceptance criteria: - Review past survey collected - Interview 5 volunteers - Gather and evaluate feedback - Generate recommendations based on research findings Timeline: - Week 1: Recruit interviewees - Week 2: Develop interview guide and testing plan - Week 3: Interviews - Week 4: Evaluation and recommendations
non_comp
user research on the prototype gather user feedback on the experience of the original discovery interface vs the prototype goal to gain insight on which features improve user experience on finding a page to work and transcribing review acceptance criteria review past survey collected interview volunteers gather and evaluate feedback generate recommendations based on research findings timeline week recruit interviewees week develop interview guide and testing plan week interviews week evaluation and recommendations
0
758,131
26,544,086,058
IssuesEvent
2023-01-19 22:00:42
redhat-developer/odo
https://api.github.com/repos/redhat-developer/odo
closed
`odo describe component` with Devfile: display remote source code location for each container component
priority/High kind/user-story
/kind user-story ## User Story As an IDE plugin developer or user, I want to know where the source code in the container is located, So that I can specify the mapping between source files on the local machine and the remote container. ## Acceptance Criteria - [ ] `odo describe component` should display the source code location for each container container - [ ] `odo describe component -o json` should display the source code location for each container container - [ ] If the component is not running, it should get the information from the local Devfile. This depends on the values of the following container components fields : - `mountSources` (default value if not set is `true`) - `sourceMapping` (default value if not set is `/projects`) - [ ] It should not report that information if `mountSources` is `false` - [ ] #6498 - [ ] It should also work with components running on Podman ## Examples ``` ▶ odo describe component Name: nodejs-starter Display Name: Node.js Runtime Project Type: Node.js Language: JavaScript Version: 2.1.1 Description: Stack with Node.js 16 Tags: Node.js, Express, ubi8 Running in: Dev Forwarded ports: • 127.0.0.1:40001 -> runtime:3000 • 127.0.0.1:40002 -> runtime:5858 Supported odo features: • Dev: true • Deploy: true • Debug: false Container components: • runtime Project Source: /projects • build Project Source: /project ``` ``` ▶ odo describe component -o json { "devfilePath": "/Users/tkral/Code/odo-examples/nodejs-starter/devfile.yaml", "devfileData": { "devfile": { "schemaVersion": "2.2.0", "metadata": { "name": "nodejs-starter", "version": "2.1.1", "displayName": "Node.js Runtime", "description": "Stack with Node.js 16", "tags": [ "Node.js", "Express", "ubi8" ], "icon": "https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg", "projectType": "Node.js", "language": "JavaScript" }, "components": [ { "name": "runtime", "container": { "image": "registry.access.redhat.com/ubi8/nodejs-16:latest", "projectSource": "/projects" ... ``` ## Links Related to https://github.com/redhat-developer/odo/issues/6419 /kind user-story
1.0
`odo describe component` with Devfile: display remote source code location for each container component - /kind user-story ## User Story As an IDE plugin developer or user, I want to know where the source code in the container is located, So that I can specify the mapping between source files on the local machine and the remote container. ## Acceptance Criteria - [ ] `odo describe component` should display the source code location for each container container - [ ] `odo describe component -o json` should display the source code location for each container container - [ ] If the component is not running, it should get the information from the local Devfile. This depends on the values of the following container components fields : - `mountSources` (default value if not set is `true`) - `sourceMapping` (default value if not set is `/projects`) - [ ] It should not report that information if `mountSources` is `false` - [ ] #6498 - [ ] It should also work with components running on Podman ## Examples ``` ▶ odo describe component Name: nodejs-starter Display Name: Node.js Runtime Project Type: Node.js Language: JavaScript Version: 2.1.1 Description: Stack with Node.js 16 Tags: Node.js, Express, ubi8 Running in: Dev Forwarded ports: • 127.0.0.1:40001 -> runtime:3000 • 127.0.0.1:40002 -> runtime:5858 Supported odo features: • Dev: true • Deploy: true • Debug: false Container components: • runtime Project Source: /projects • build Project Source: /project ``` ``` ▶ odo describe component -o json { "devfilePath": "/Users/tkral/Code/odo-examples/nodejs-starter/devfile.yaml", "devfileData": { "devfile": { "schemaVersion": "2.2.0", "metadata": { "name": "nodejs-starter", "version": "2.1.1", "displayName": "Node.js Runtime", "description": "Stack with Node.js 16", "tags": [ "Node.js", "Express", "ubi8" ], "icon": "https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg", "projectType": "Node.js", "language": "JavaScript" }, "components": [ { "name": "runtime", "container": { "image": "registry.access.redhat.com/ubi8/nodejs-16:latest", "projectSource": "/projects" ... ``` ## Links Related to https://github.com/redhat-developer/odo/issues/6419 /kind user-story
non_comp
odo describe component with devfile display remote source code location for each container component kind user story user story as an ide plugin developer or user i want to know where the source code in the container is located so that i can specify the mapping between source files on the local machine and the remote container acceptance criteria odo describe component should display the source code location for each container container odo describe component o json should display the source code location for each container container if the component is not running it should get the information from the local devfile this depends on the values of the following container components fields mountsources default value if not set is true sourcemapping default value if not set is projects it should not report that information if mountsources is false it should also work with components running on podman examples ▶ odo describe component name nodejs starter display name node js runtime project type node js language javascript version description stack with node js tags node js express running in dev forwarded ports • runtime • runtime supported odo features • dev true • deploy true • debug false container components • runtime project source projects • build project source project ▶ odo describe component o json devfilepath users tkral code odo examples nodejs starter devfile yaml devfiledata devfile schemaversion metadata name nodejs starter version displayname node js runtime description stack with node js tags node js express icon projecttype node js language javascript components name runtime container image registry access redhat com nodejs latest projectsource projects links related to kind user story
0
22,719
3,969,622,540
IssuesEvent
2016-05-04 00:47:56
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
4b71d2e has broken ObjC builds for the Tutorial
category: testing P1 Release blocker type: bug
So another fallout of 4b71d2e, see http://ci.bazel.io/job/Tutorial/PLATFORM_NAME=darwin-x86_64/269/console especially ``` ERROR: /Users/ci/workspace/Tutorial/PLATFORM_NAME/darwin-x86_64/tutorial/ios-app/BUILD:1:1: null failed: ibtoolwrapper failed: error executing command bazel-out/host/bin/external/bazel_tools/tools/objc/ibtoolwrapper bazel-out/local-fastbuild/bin/ios-app/ios-app/ios-app/UrlGet/UrlGetViewController.nib.zip UrlGetViewController.nib ... (remaining 7 argument(s) skipped): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 127. bazel-out/host/bin/external/bazel_tools/tools/objc/ibtoolwrapper: line 32: bazel-out/host/bin/external/bazel_tools/tools/objc/ibtoolwrapper.runfiles/external/bazel_tools/tools/objc/realpath: No such file or directory Target //ios-app:ios-app failed to build ```
1.0
4b71d2e has broken ObjC builds for the Tutorial - So another fallout of 4b71d2e, see http://ci.bazel.io/job/Tutorial/PLATFORM_NAME=darwin-x86_64/269/console especially ``` ERROR: /Users/ci/workspace/Tutorial/PLATFORM_NAME/darwin-x86_64/tutorial/ios-app/BUILD:1:1: null failed: ibtoolwrapper failed: error executing command bazel-out/host/bin/external/bazel_tools/tools/objc/ibtoolwrapper bazel-out/local-fastbuild/bin/ios-app/ios-app/ios-app/UrlGet/UrlGetViewController.nib.zip UrlGetViewController.nib ... (remaining 7 argument(s) skipped): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 127. bazel-out/host/bin/external/bazel_tools/tools/objc/ibtoolwrapper: line 32: bazel-out/host/bin/external/bazel_tools/tools/objc/ibtoolwrapper.runfiles/external/bazel_tools/tools/objc/realpath: No such file or directory Target //ios-app:ios-app failed to build ```
non_comp
has broken objc builds for the tutorial so another fallout of see especially error users ci workspace tutorial platform name darwin tutorial ios app build null failed ibtoolwrapper failed error executing command bazel out host bin external bazel tools tools objc ibtoolwrapper bazel out local fastbuild bin ios app ios app ios app urlget urlgetviewcontroller nib zip urlgetviewcontroller nib remaining argument s skipped com google devtools build lib shell badexitstatusexception process exited with status bazel out host bin external bazel tools tools objc ibtoolwrapper line bazel out host bin external bazel tools tools objc ibtoolwrapper runfiles external bazel tools tools objc realpath no such file or directory target ios app ios app failed to build
0
15,885
20,871,131,957
IssuesEvent
2022-03-22 12:04:37
CobaltWolf/Bluedog-Design-Bureau
https://api.github.com/repos/CobaltWolf/Bluedog-Design-Bureau
closed
Stock cargoPart configs
help wanted balance Compatibility
A number of parts have been given the cargoPart module. This module enables the part to be stored in stock inventory post KSP 1.11. The volume in liters needs to be defined. Optionally, ``stackableQuantity`` can also be defined which determines how many of the same object can be stacked in a single slot. ``` MODULE { name = ModuleCargoPart packedVolume = 200 } ``` Most items that have received the module have had their volume (badly) guesstimated and often just assumed the density of water for solid objets (1kg = 1l). If anyone wants to contribute more accurate volume figures, configure more parts with the module, make stackable etc any such PRs would be appreciated :)
True
Stock cargoPart configs - A number of parts have been given the cargoPart module. This module enables the part to be stored in stock inventory post KSP 1.11. The volume in liters needs to be defined. Optionally, ``stackableQuantity`` can also be defined which determines how many of the same object can be stacked in a single slot. ``` MODULE { name = ModuleCargoPart packedVolume = 200 } ``` Most items that have received the module have had their volume (badly) guesstimated and often just assumed the density of water for solid objets (1kg = 1l). If anyone wants to contribute more accurate volume figures, configure more parts with the module, make stackable etc any such PRs would be appreciated :)
comp
stock cargopart configs a number of parts have been given the cargopart module this module enables the part to be stored in stock inventory post ksp the volume in liters needs to be defined optionally stackablequantity can also be defined which determines how many of the same object can be stacked in a single slot module name modulecargopart packedvolume most items that have received the module have had their volume badly guesstimated and often just assumed the density of water for solid objets if anyone wants to contribute more accurate volume figures configure more parts with the module make stackable etc any such prs would be appreciated
1
451,996
13,044,603,901
IssuesEvent
2020-07-29 05:13:25
teamforus/general
https://api.github.com/repos/teamforus/general
opened
Refresh QR code images (when lost)
Approval: Not requested Priority: Must have Status: Not Planned Type: Change request
Learn more about change requests here: https://bit.ly/39CWeEE ### Requested by: Sponsor ### Change description Physical cards get lost. As a sponsor(/requester) I would like to refresh the QR code so that my old card is "blocked" and can not be used by somebody else.
1.0
Refresh QR code images (when lost) - Learn more about change requests here: https://bit.ly/39CWeEE ### Requested by: Sponsor ### Change description Physical cards get lost. As a sponsor(/requester) I would like to refresh the QR code so that my old card is "blocked" and can not be used by somebody else.
non_comp
refresh qr code images when lost learn more about change requests here requested by sponsor change description physical cards get lost as a sponsor requester i would like to refresh the qr code so that my old card is blocked and can not be used by somebody else
0
82,070
15,646,498,913
IssuesEvent
2021-03-23 01:03:54
jgeraigery/linux
https://api.github.com/repos/jgeraigery/linux
opened
CVE-2019-19058 (Medium) detected in linuxv5.2
security vulnerability
## CVE-2019-19058 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></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>linux/drivers/net/wireless/intel/iwlwifi/fw/dbg.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>linux/drivers/net/wireless/intel/iwlwifi/fw/dbg.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A memory leak in the alloc_sgtable() function in drivers/net/wireless/intel/iwlwifi/fw/dbg.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering alloc_page() failures, aka CID-b4b814fec1a5. <p>Publish Date: 2019-11-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19058>CVE-2019-19058</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19058">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19058</a></p> <p>Release Date: 2019-11-18</p> <p>Fix Resolution: v5.4-rc4</p> </p> </details> <p></p>
True
CVE-2019-19058 (Medium) detected in linuxv5.2 - ## CVE-2019-19058 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></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>linux/drivers/net/wireless/intel/iwlwifi/fw/dbg.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>linux/drivers/net/wireless/intel/iwlwifi/fw/dbg.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A memory leak in the alloc_sgtable() function in drivers/net/wireless/intel/iwlwifi/fw/dbg.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering alloc_page() failures, aka CID-b4b814fec1a5. <p>Publish Date: 2019-11-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19058>CVE-2019-19058</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19058">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19058</a></p> <p>Release Date: 2019-11-18</p> <p>Fix Resolution: v5.4-rc4</p> </p> </details> <p></p>
non_comp
cve medium detected in cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href vulnerable source files linux drivers net wireless intel iwlwifi fw dbg c linux drivers net wireless intel iwlwifi fw dbg c vulnerability details a memory leak in the alloc sgtable function in drivers net wireless intel iwlwifi fw dbg c in the linux kernel through allows attackers to cause a denial of service memory consumption by triggering alloc page failures aka cid publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution
0
18,029
24,897,922,422
IssuesEvent
2022-10-28 17:39:02
heclak/community-a4e-c
https://api.github.com/repos/heclak/community-a4e-c
closed
VIRPIL Throttle causes throttle twitch, APC engage difficulty
Not a Bug Mod Compatibility good first issue
**Describe the bug** APC tries to engage but can't and will eventually kick off (within a matter of seconds, but it varies). In the cockpit it present itself by the throttle violently twitching. ** Solution ** I'm using a VIRPLE throttle quadrant. Figured out I had to add more of a "Dynamic Deadzone" within the Virple software. After doing so, the APC works as intended. Seems the axis is too sensitive for it's own good as far as the A-4 is concerned. It should also be noted that after adding more of a dynamic deadzone, performance in all other DCS modules was unaffected.
True
VIRPIL Throttle causes throttle twitch, APC engage difficulty - **Describe the bug** APC tries to engage but can't and will eventually kick off (within a matter of seconds, but it varies). In the cockpit it present itself by the throttle violently twitching. ** Solution ** I'm using a VIRPLE throttle quadrant. Figured out I had to add more of a "Dynamic Deadzone" within the Virple software. After doing so, the APC works as intended. Seems the axis is too sensitive for it's own good as far as the A-4 is concerned. It should also be noted that after adding more of a dynamic deadzone, performance in all other DCS modules was unaffected.
comp
virpil throttle causes throttle twitch apc engage difficulty describe the bug apc tries to engage but can t and will eventually kick off within a matter of seconds but it varies in the cockpit it present itself by the throttle violently twitching solution i m using a virple throttle quadrant figured out i had to add more of a dynamic deadzone within the virple software after doing so the apc works as intended seems the axis is too sensitive for it s own good as far as the a is concerned it should also be noted that after adding more of a dynamic deadzone performance in all other dcs modules was unaffected
1
36,615
17,796,872,755
IssuesEvent
2021-08-31 23:59:23
microsoft/TypeScript
https://api.github.com/repos/microsoft/TypeScript
opened
Experiment with pre-allocated collections
Needs Investigation Domain: Performance
In some (many?) places, we know in advance how big the array we're building will be but, to keep it packed (vs sparse), we have to push elements one at a time and let the array grow in chunks, generating a bunch of garbage. We hypothesize that allocating the correct size up-front will save us a bunch of GC time. With maps, we less commonly know the final size, but we want to experiment with giving them capacity 1 (rather than the default, 4) in cases where this is the most common size. (Something about symbols? Maybe most aren't merged?) https://chromium-review.googlesource.com/c/v8/v8/+/3122568 https://chromium-review.googlesource.com/c/v8/v8/+/3122502 To play with this, we'll need to patch and build node locally.
True
Experiment with pre-allocated collections - In some (many?) places, we know in advance how big the array we're building will be but, to keep it packed (vs sparse), we have to push elements one at a time and let the array grow in chunks, generating a bunch of garbage. We hypothesize that allocating the correct size up-front will save us a bunch of GC time. With maps, we less commonly know the final size, but we want to experiment with giving them capacity 1 (rather than the default, 4) in cases where this is the most common size. (Something about symbols? Maybe most aren't merged?) https://chromium-review.googlesource.com/c/v8/v8/+/3122568 https://chromium-review.googlesource.com/c/v8/v8/+/3122502 To play with this, we'll need to patch and build node locally.
non_comp
experiment with pre allocated collections in some many places we know in advance how big the array we re building will be but to keep it packed vs sparse we have to push elements one at a time and let the array grow in chunks generating a bunch of garbage we hypothesize that allocating the correct size up front will save us a bunch of gc time with maps we less commonly know the final size but we want to experiment with giving them capacity rather than the default in cases where this is the most common size something about symbols maybe most aren t merged to play with this we ll need to patch and build node locally
0
564,178
16,719,567,867
IssuesEvent
2021-06-10 04:58:54
thomas-lehmann-private/hyperion
https://api.github.com/repos/thomas-lehmann-private/hyperion
closed
Reduce complexity of document reader
complexity:moderate priority:high refactoring
From the static code analysis (codescene.io) the complexity of that DocumentReader class is too high. Splitting into small reader fragments as already done for some parts should now be applied for all parts.
1.0
Reduce complexity of document reader - From the static code analysis (codescene.io) the complexity of that DocumentReader class is too high. Splitting into small reader fragments as already done for some parts should now be applied for all parts.
non_comp
reduce complexity of document reader from the static code analysis codescene io the complexity of that documentreader class is too high splitting into small reader fragments as already done for some parts should now be applied for all parts
0
5,686
8,150,157,376
IssuesEvent
2018-08-22 12:06:18
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Saving a post does not update the Featured Image box
Backwards Compatibility Extensibility [Component] Saving [Type] Help Request
<!-- BEFORE POSTING YOUR ISSUE: - These comments won't show up when you submit the issue. - Try to add as much detail as possible. Be specific! - Please add the version of Gutenberg you are using in the description. - If you're requesting a new feature, explain why you'd like it to be added. - Search this repository for issues and pull requests and whether it has been fixed or reported already. - Ensure you are using the latest code before logging bugs. - Disable all plugins to ensure it's not a plugin conflict issue. - To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress. --> ## Issue Overview If a post is saved the Featured Image panel does not change if changes of the post featured image via the "save_post" hook were fired. ## Steps to Reproduce <!-- Provide a link to a live example, or an unambiguous set of steps to --> <!-- reproduce this bug. Include code to reproduce, if relevant --> 1. In the functions.php add an action on "save_post" which sets a featured image for the saved post; the WP core function "set_post_thumbnail()" helps. Imagine a code like: ``` function test_save_post_hook( $post_id = 0 ) { // change the second parameter to an ID // of an existing image in the media library set_post_thumbnail( $post_id, 44 ); ); add_action( 'save_post', 'test_save_post_hook', 10, 1 ); ``` 2. Create a post with dummy texts and save it as a draft or as a published post (this does not matter here). 3. Look at the Featured Image panel: there is no change. 4. Open the post edit page again: the featured image is displayed. ## Expected Behavior It is expected that the Featured Image panel is updated on any change via the "save_post" hook after saving the post. ## Current Behavior The Featured Image panel is not updated on any change via the "save_post" hook after saving the post. ## Possible Solution Also consider the Featured Image panel when saving the post: was a featured image set, modified or deleted? If so, update the Featured Image panel accordingly.
True
Saving a post does not update the Featured Image box - <!-- BEFORE POSTING YOUR ISSUE: - These comments won't show up when you submit the issue. - Try to add as much detail as possible. Be specific! - Please add the version of Gutenberg you are using in the description. - If you're requesting a new feature, explain why you'd like it to be added. - Search this repository for issues and pull requests and whether it has been fixed or reported already. - Ensure you are using the latest code before logging bugs. - Disable all plugins to ensure it's not a plugin conflict issue. - To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress. --> ## Issue Overview If a post is saved the Featured Image panel does not change if changes of the post featured image via the "save_post" hook were fired. ## Steps to Reproduce <!-- Provide a link to a live example, or an unambiguous set of steps to --> <!-- reproduce this bug. Include code to reproduce, if relevant --> 1. In the functions.php add an action on "save_post" which sets a featured image for the saved post; the WP core function "set_post_thumbnail()" helps. Imagine a code like: ``` function test_save_post_hook( $post_id = 0 ) { // change the second parameter to an ID // of an existing image in the media library set_post_thumbnail( $post_id, 44 ); ); add_action( 'save_post', 'test_save_post_hook', 10, 1 ); ``` 2. Create a post with dummy texts and save it as a draft or as a published post (this does not matter here). 3. Look at the Featured Image panel: there is no change. 4. Open the post edit page again: the featured image is displayed. ## Expected Behavior It is expected that the Featured Image panel is updated on any change via the "save_post" hook after saving the post. ## Current Behavior The Featured Image panel is not updated on any change via the "save_post" hook after saving the post. ## Possible Solution Also consider the Featured Image panel when saving the post: was a featured image set, modified or deleted? If so, update the Featured Image panel accordingly.
comp
saving a post does not update the featured image box before posting your issue these comments won t show up when you submit the issue try to add as much detail as possible be specific please add the version of gutenberg you are using in the description if you re requesting a new feature explain why you d like it to be added search this repository for issues and pull requests and whether it has been fixed or reported already ensure you are using the latest code before logging bugs disable all plugins to ensure it s not a plugin conflict issue to report a security issue please visit the wordpress hackerone program issue overview if a post is saved the featured image panel does not change if changes of the post featured image via the save post hook were fired steps to reproduce in the functions php add an action on save post which sets a featured image for the saved post the wp core function set post thumbnail helps imagine a code like function test save post hook post id change the second parameter to an id of an existing image in the media library set post thumbnail post id add action save post test save post hook create a post with dummy texts and save it as a draft or as a published post this does not matter here look at the featured image panel there is no change open the post edit page again the featured image is displayed expected behavior it is expected that the featured image panel is updated on any change via the save post hook after saving the post current behavior the featured image panel is not updated on any change via the save post hook after saving the post possible solution also consider the featured image panel when saving the post was a featured image set modified or deleted if so update the featured image panel accordingly
1
4,614
7,247,509,862
IssuesEvent
2018-02-15 03:28:33
att/ast
https://api.github.com/repos/att/ast
opened
Locale support is hard (en_US.ISO-8859-15 versus en_US.ISO8859-15 versus en_US.ISO885915)
compatibility
I noticed the `wchar` test reports this error on macOS: ``` ksh.wchar.XXXXXXXX.AC0rc9TN[53]: warning: LC_ALL=en_US.ISO-8859-15 not supported ``` That is because on macOS the canonical spelling is `en_US.ISO8859-15`. Other platforms have similar distinctions with respect to the presence of hyphens and upper versus lowercase letters. In some cases the native locale subsystem normalizes the value so that the hyphens and/or letter case don't matter. In other cases it doesn't which means the unit test is likely to either fail or not test what it expects to test. This makes me wonder why our industry can't manage to agree on something so basic as the interpretation of a locale string.
True
Locale support is hard (en_US.ISO-8859-15 versus en_US.ISO8859-15 versus en_US.ISO885915) - I noticed the `wchar` test reports this error on macOS: ``` ksh.wchar.XXXXXXXX.AC0rc9TN[53]: warning: LC_ALL=en_US.ISO-8859-15 not supported ``` That is because on macOS the canonical spelling is `en_US.ISO8859-15`. Other platforms have similar distinctions with respect to the presence of hyphens and upper versus lowercase letters. In some cases the native locale subsystem normalizes the value so that the hyphens and/or letter case don't matter. In other cases it doesn't which means the unit test is likely to either fail or not test what it expects to test. This makes me wonder why our industry can't manage to agree on something so basic as the interpretation of a locale string.
comp
locale support is hard en us iso versus en us versus en us i noticed the wchar test reports this error on macos ksh wchar xxxxxxxx warning lc all en us iso not supported that is because on macos the canonical spelling is en us other platforms have similar distinctions with respect to the presence of hyphens and upper versus lowercase letters in some cases the native locale subsystem normalizes the value so that the hyphens and or letter case don t matter in other cases it doesn t which means the unit test is likely to either fail or not test what it expects to test this makes me wonder why our industry can t manage to agree on something so basic as the interpretation of a locale string
1
189,874
14,526,376,810
IssuesEvent
2020-12-14 14:09:09
m-tosch/mu
https://api.github.com/repos/m-tosch/mu
closed
find better way to compare Matrix with test values
matrix testing
Current (e.g. "ConstructorFromArrayAssignment" test) ```cpp /** action */ TypeParam obj = this->values; /** assert */ for (typename TestFixture::size_type i = 0; i < obj.size()[0]; i++) { EXPECT_THAT(obj[i], ::testing::Pointwise(::testing::FloatEq(), this->values[i])); } ``` check if the loop can be replaced by something better: - write a compare function call it here? - helper function in Matrix class?
1.0
find better way to compare Matrix with test values - Current (e.g. "ConstructorFromArrayAssignment" test) ```cpp /** action */ TypeParam obj = this->values; /** assert */ for (typename TestFixture::size_type i = 0; i < obj.size()[0]; i++) { EXPECT_THAT(obj[i], ::testing::Pointwise(::testing::FloatEq(), this->values[i])); } ``` check if the loop can be replaced by something better: - write a compare function call it here? - helper function in Matrix class?
non_comp
find better way to compare matrix with test values current e g constructorfromarrayassignment test cpp action typeparam obj this values assert for typename testfixture size type i i obj size i expect that obj testing pointwise testing floateq this values check if the loop can be replaced by something better write a compare function call it here helper function in matrix class
0
19,783
27,434,989,446
IssuesEvent
2023-03-02 06:27:16
openxla/stablehlo
https://api.github.com/repos/openxla/stablehlo
closed
Also run CHLO tests as part of the compatibility suite
Compatibility
At the moment, these tests are skipped because: 1) we don't provide compatibility guarantees for CHLO, 2) CHLO needs to be decomposes to StableHLO to obtain guarantees, 3) the chlo-legalize-to-hlo pass currently lives in the MLIR-HLO repo.
True
Also run CHLO tests as part of the compatibility suite - At the moment, these tests are skipped because: 1) we don't provide compatibility guarantees for CHLO, 2) CHLO needs to be decomposes to StableHLO to obtain guarantees, 3) the chlo-legalize-to-hlo pass currently lives in the MLIR-HLO repo.
comp
also run chlo tests as part of the compatibility suite at the moment these tests are skipped because we don t provide compatibility guarantees for chlo chlo needs to be decomposes to stablehlo to obtain guarantees the chlo legalize to hlo pass currently lives in the mlir hlo repo
1
127,912
10,499,832,121
IssuesEvent
2019-09-26 09:13:18
Omeljusik/teenjob_development
https://api.github.com/repos/Omeljusik/teenjob_development
closed
[Admin_Org] Сделать так, чтобы опубликованные объявления отображались в списке опубликованных в админке
critical major! ready to test
### Запись экрана: https://monosnap.com/file/HU7L9ZrF6SfoYXL5OX61wls6Coxnlb ![image](https://user-images.githubusercontent.com/32821205/64963740-6c9c6080-d8a2-11e9-80e0-86c8ce54f475.png)
1.0
[Admin_Org] Сделать так, чтобы опубликованные объявления отображались в списке опубликованных в админке - ### Запись экрана: https://monosnap.com/file/HU7L9ZrF6SfoYXL5OX61wls6Coxnlb ![image](https://user-images.githubusercontent.com/32821205/64963740-6c9c6080-d8a2-11e9-80e0-86c8ce54f475.png)
non_comp
сделать так чтобы опубликованные объявления отображались в списке опубликованных в админке запись экрана
0
131,875
10,720,507,838
IssuesEvent
2019-10-26 18:10:30
ngregrichardson/LaundryView
https://api.github.com/repos/ngregrichardson/LaundryView
opened
Stress test the alarms (and app)
testing
Make sure alarms still work after app restarts, when the app is closed, when the phone is restarted, etc.
1.0
Stress test the alarms (and app) - Make sure alarms still work after app restarts, when the app is closed, when the phone is restarted, etc.
non_comp
stress test the alarms and app make sure alarms still work after app restarts when the app is closed when the phone is restarted etc
0
16,813
23,170,480,966
IssuesEvent
2022-07-30 16:27:18
TheComputerizer/Music-Triggers
https://api.github.com/repos/TheComputerizer/Music-Triggers
closed
[Forge 1.12.2 - 5.4] Mod Incompatibility w/ Optifine
1.12.2 Incompatibility
EDIT: While optifine 1.12.2_HD_U_F5 does not work with music triggers, version 1.12.2_HD_U_G5 (current latest version) does work. I went through my entire mod list and to see what was causing a crash on startup and it boiled down to Optifine and Music Triggers. The mods immediately worked when either Music Triggers or Optifine was removed. The Optifine version was 1.12.2_HD_U_F5 and Music Triggers is 1.12.2-5.4. Crash Report: <details> ---- Minecraft Crash Report ---- WARNING: coremods are present: OTGCorePlugin (OTG-Core.jar) MixinBooter (!mixinbooter-5.0.jar) Contact their authors BEFORE contacting forge // Shall we play a game? Time: 7/28/22 8:35 PM Description: Initializing game java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.LoadController.handler$zza000$beforeConstructing(LoadController.java:583) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [musictriggers.mixin.json:MixinSoundManager] from phase [DEFAULT] in config [musictriggers.mixin.json] FAILED during PREPARE at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinPrepareError(MixinProcessor.java:590) at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:517) ... 17 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException: Critical problem: musictriggers.mixin.json:MixinSoundManager target net.minecraft.client.audio.SoundManager was loaded too early. at org.spongepowered.asm.mixin.transformer.MixinInfo.readDeclaredTargets(MixinInfo.java:937) at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:871) at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:713) at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:650) at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:514) ... 17 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.LoadController.handler$zza000$beforeConstructing(LoadController.java:583) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1160199824 bytes (1106 MB) / 2147483648 bytes (2048 MB) up to 8589934592 bytes (8192 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2859 Optifine OptiFine_1.12.2_HD_U_F5 7 mods loaded, 7 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:----- |:------------- |:------------ |:------------------------------- |:---------------------------------------- | | L | minecraft | 1.12.2 | minecraft.jar | None | | L | mcp | 9.42 | minecraft.jar | None | | L | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | L | forge | 14.23.5.2859 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | L | otgcore | 1.12.2-v9.3 | minecraft.jar | None | | L | mixinbooter | 5.0 | minecraft.jar | None | | L | musictriggers | 1.12.2-5.4 | musictriggers-1.12.2-5.4-hf.jar | None | Loaded coremods (and transformers): OTGCorePlugin (OTG-Core.jar) com.pg85.otg.forge.asm.excluded.OTGClassTransformer MixinBooter (!mixinbooter-5.0.jar) GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 472.12' Renderer: 'NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2' Launched Version: 1.12.2-forge-14.23.5.2859 LWJGL: 2.9.4 OpenGL: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 472.12, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz OptiFine Version: OptiFine_1.12.2_HD_U_F5 OptiFine Build: 20191204-141934 Render Distance Chunks: 21 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.0 NVIDIA 472.12 OpenGlRenderer: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 4 </details>
True
[Forge 1.12.2 - 5.4] Mod Incompatibility w/ Optifine - EDIT: While optifine 1.12.2_HD_U_F5 does not work with music triggers, version 1.12.2_HD_U_G5 (current latest version) does work. I went through my entire mod list and to see what was causing a crash on startup and it boiled down to Optifine and Music Triggers. The mods immediately worked when either Music Triggers or Optifine was removed. The Optifine version was 1.12.2_HD_U_F5 and Music Triggers is 1.12.2-5.4. Crash Report: <details> ---- Minecraft Crash Report ---- WARNING: coremods are present: OTGCorePlugin (OTG-Core.jar) MixinBooter (!mixinbooter-5.0.jar) Contact their authors BEFORE contacting forge // Shall we play a game? Time: 7/28/22 8:35 PM Description: Initializing game java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.LoadController.handler$zza000$beforeConstructing(LoadController.java:583) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [musictriggers.mixin.json:MixinSoundManager] from phase [DEFAULT] in config [musictriggers.mixin.json] FAILED during PREPARE at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinPrepareError(MixinProcessor.java:590) at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:517) ... 17 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException: Critical problem: musictriggers.mixin.json:MixinSoundManager target net.minecraft.client.audio.SoundManager was loaded too early. at org.spongepowered.asm.mixin.transformer.MixinInfo.readDeclaredTargets(MixinInfo.java:937) at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:871) at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:713) at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:650) at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:514) ... 17 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.LoadController.handler$zza000$beforeConstructing(LoadController.java:583) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1160199824 bytes (1106 MB) / 2147483648 bytes (2048 MB) up to 8589934592 bytes (8192 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2859 Optifine OptiFine_1.12.2_HD_U_F5 7 mods loaded, 7 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:----- |:------------- |:------------ |:------------------------------- |:---------------------------------------- | | L | minecraft | 1.12.2 | minecraft.jar | None | | L | mcp | 9.42 | minecraft.jar | None | | L | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | L | forge | 14.23.5.2859 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | L | otgcore | 1.12.2-v9.3 | minecraft.jar | None | | L | mixinbooter | 5.0 | minecraft.jar | None | | L | musictriggers | 1.12.2-5.4 | musictriggers-1.12.2-5.4-hf.jar | None | Loaded coremods (and transformers): OTGCorePlugin (OTG-Core.jar) com.pg85.otg.forge.asm.excluded.OTGClassTransformer MixinBooter (!mixinbooter-5.0.jar) GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 472.12' Renderer: 'NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2' Launched Version: 1.12.2-forge-14.23.5.2859 LWJGL: 2.9.4 OpenGL: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 472.12, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz OptiFine Version: OptiFine_1.12.2_HD_U_F5 OptiFine Build: 20191204-141934 Render Distance Chunks: 21 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.0 NVIDIA 472.12 OpenGlRenderer: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 4 </details>
comp
mod incompatibility w optifine edit while optifine hd u does not work with music triggers version hd u current latest version does work i went through my entire mod list and to see what was causing a crash on startup and it boiled down to optifine and music triggers the mods immediately worked when either music triggers or optifine was removed the optifine version was hd u and music triggers is crash report minecraft crash report warning coremods are present otgcoreplugin otg core jar mixinbooter mixinbooter jar contact their authors before contacting forge shall we play a game time pm description initializing game java lang reflect invocationtargetexception at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at net minecraftforge fml common loadcontroller handler beforeconstructing loadcontroller java at net minecraftforge fml common loadcontroller distributestatemessage loadcontroller java at net minecraftforge fml common loader loadmods loader java at net minecraftforge fml client fmlclienthandler beginminecraftloading fmlclienthandler java at net minecraft client minecraft func a minecraft java at net minecraft client minecraft func d minecraft java at net minecraft client main main main sourcefile at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at net minecraft launchwrapper launch launch launch java at net minecraft launchwrapper launch main launch java caused by org spongepowered asm mixin throwables mixinapplyerror mixin from phase in config failed during prepare at org spongepowered asm mixin transformer mixinprocessor handlemixinerror mixinprocessor java at org spongepowered asm mixin transformer mixinprocessor handlemixinprepareerror mixinprocessor java at org spongepowered asm mixin transformer mixinprocessor prepareconfigs mixinprocessor java more caused by org spongepowered asm mixin transformer throwables mixintargetalreadyloadedexception critical problem musictriggers mixin json mixinsoundmanager target net minecraft client audio soundmanager was loaded too early at org spongepowered asm mixin transformer mixininfo readdeclaredtargets mixininfo java at org spongepowered asm mixin transformer mixininfo mixininfo java at org spongepowered asm mixin transformer mixinconfig preparemixins mixinconfig java at org spongepowered asm mixin transformer mixinconfig prepare mixinconfig java at org spongepowered asm mixin transformer mixinprocessor prepareconfigs mixinprocessor java more a detailed walkthrough of the error its code path and all known details is as follows head thread client thread stacktrace at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at net minecraftforge fml common loadcontroller handler beforeconstructing loadcontroller java at net minecraftforge fml common loadcontroller distributestatemessage loadcontroller java at net minecraftforge fml common loader loadmods loader java at net minecraftforge fml client fmlclienthandler beginminecraftloading fmlclienthandler java at net minecraft client minecraft func a minecraft java initialization details stacktrace at net minecraft client minecraft func d minecraft java at net minecraft client main main main sourcefile at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at net minecraft launchwrapper launch launch launch java at net minecraft launchwrapper launch main launch java system details details minecraft version operating system windows version java version oracle corporation java vm version java hotspot tm bit server vm mixed mode oracle corporation memory bytes mb bytes mb up to bytes mb jvm flags total xx heapdumppath mojangtricksinteldriversforperformance javaw exe minecraft exe heapdump xx unlockexperimentalvmoptions xx xx xx xx maxgcpausemillis xx intcache cache tcache allocated tallocated fml mcp powered by forge optifine optifine hd u mods loaded mods active states u unloaded l loaded c constructed h pre initialized i initialized j post initialized a available d disabled e errored state id version source signature l minecraft minecraft jar none l mcp minecraft jar none l fml forge jar l forge forge jar l otgcore minecraft jar none l mixinbooter minecraft jar none l musictriggers musictriggers hf jar none loaded coremods and transformers otgcoreplugin otg core jar com otg forge asm excluded otgclasstransformer mixinbooter mixinbooter jar gl info vendor nvidia corporation version nvidia renderer nvidia geforce gtx pcie launched version forge lwjgl opengl nvidia geforce gtx pcie gl version nvidia nvidia corporation gl caps using gl multitexturing using gl texture combiners using framebuffer objects because opengl is supported and separate blending is supported shaders are available because opengl is supported vbos are available because opengl is supported using vbos yes is modded definitely client brand changed to fml forge type client map client txt resource packs current language english us profiler position n a disabled cpu intel r core tm cpu optifine version optifine hd u optifine build render distance chunks mipmaps anisotropic filtering antialiasing multitexture false shaders null openglversion nvidia openglrenderer nvidia geforce gtx pcie openglvendor nvidia corporation cpucount
1