Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
56,431
13,821,179,992
IssuesEvent
2020-10-13 01:40:40
tpaviot/pythonocc-core
https://api.github.com/repos/tpaviot/pythonocc-core
closed
Compile error BOPAlgo_Tools TreatCompound
compilation/build system
I am trying to compile the project, but getting an error: TreatCompound is not a member of BOPAlgo_Tools (see below for long message) I have tried with: pythonocc-core@7.4.0 and pythonocc-core@master opencascade versions 7.4.0 / 7.4.0p1 swig 3.0.12 My assumption is that the error is due to some refactoring, however I would have expected that any of the above versions should have worked. Can anybody help me to get pythonocc-core compile? ``` [ 49%] Building CXX object CMakeFiles/_BOPAlgo.dir/Unix/x86_64-Release-/BOPAlgoPYTHON_wrap.cxx.o /home/common/software/python-pkgs/pythonocc-core/cmake-build/Unix/x86_64-Release-/BOPAlgoPYTHON_wrap.cxx: In function \u2018PyObject* _wrap_BOPAlgo_Tools_TreatCompound(PyObject*, PyObject*)\u2019: /home/common/software/python-pkgs/pythonocc-core/cmake-build/Unix/x86_64-Release-/BOPAlgoPYTHON_wrap.cxx:10055:7: error: \u2018TreatCompound\u2019 is not a member of \u2018BOPAlgo_Tools\u2019 BOPAlgo_Tools::TreatCompound((TopoDS_Shape const &)*arg1,*arg2,*arg3); ^~~~~~~~~~~~~ CMakeFiles/_BOPAlgo.dir/build.make:82: recipe for target 'CMakeFiles/_BOPAlgo.dir/Unix/x86_64-Release-/BOPAlgoPYTHON_wrap.cxx.o' failed make[2]: *** [CMakeFiles/_BOPAlgo.dir/Unix/x86_64-Release-/BOPAlgoPYTHON_wrap.cxx.o] Error 1 CMakeFiles/Makefile2:9471: recipe for target 'CMakeFiles/_BOPAlgo.dir/all' failed make[1]: *** [CMakeFiles/_BOPAlgo.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2 ```
1.0
Compile error BOPAlgo_Tools TreatCompound - I am trying to compile the project, but getting an error: TreatCompound is not a member of BOPAlgo_Tools (see below for long message) I have tried with: pythonocc-core@7.4.0 and pythonocc-core@master opencascade versions 7.4.0 / 7.4.0p1 swig 3.0.12 My assumption is that the error is due to some refactoring, however I would have expected that any of the above versions should have worked. Can anybody help me to get pythonocc-core compile? ``` [ 49%] Building CXX object CMakeFiles/_BOPAlgo.dir/Unix/x86_64-Release-/BOPAlgoPYTHON_wrap.cxx.o /home/common/software/python-pkgs/pythonocc-core/cmake-build/Unix/x86_64-Release-/BOPAlgoPYTHON_wrap.cxx: In function \u2018PyObject* _wrap_BOPAlgo_Tools_TreatCompound(PyObject*, PyObject*)\u2019: /home/common/software/python-pkgs/pythonocc-core/cmake-build/Unix/x86_64-Release-/BOPAlgoPYTHON_wrap.cxx:10055:7: error: \u2018TreatCompound\u2019 is not a member of \u2018BOPAlgo_Tools\u2019 BOPAlgo_Tools::TreatCompound((TopoDS_Shape const &)*arg1,*arg2,*arg3); ^~~~~~~~~~~~~ CMakeFiles/_BOPAlgo.dir/build.make:82: recipe for target 'CMakeFiles/_BOPAlgo.dir/Unix/x86_64-Release-/BOPAlgoPYTHON_wrap.cxx.o' failed make[2]: *** [CMakeFiles/_BOPAlgo.dir/Unix/x86_64-Release-/BOPAlgoPYTHON_wrap.cxx.o] Error 1 CMakeFiles/Makefile2:9471: recipe for target 'CMakeFiles/_BOPAlgo.dir/all' failed make[1]: *** [CMakeFiles/_BOPAlgo.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2 ```
non_defect
compile error bopalgo tools treatcompound i am trying to compile the project but getting an error treatcompound is not a member of bopalgo tools see below for long message i have tried with pythonocc core and pythonocc core master opencascade versions swig my assumption is that the error is due to some refactoring however i would have expected that any of the above versions should have worked can anybody help me to get pythonocc core compile building cxx object cmakefiles bopalgo dir unix release bopalgopython wrap cxx o home common software python pkgs pythonocc core cmake build unix release bopalgopython wrap cxx in function wrap bopalgo tools treatcompound pyobject pyobject home common software python pkgs pythonocc core cmake build unix release bopalgopython wrap cxx error is not a member of tools bopalgo tools treatcompound topods shape const cmakefiles bopalgo dir build make recipe for target cmakefiles bopalgo dir unix release bopalgopython wrap cxx o failed make error cmakefiles recipe for target cmakefiles bopalgo dir all failed make error makefile recipe for target all failed make error
0
541,814
15,834,370,599
IssuesEvent
2021-04-06 16:42:04
AY2021S2-CS2103T-W10-2/tp
https://api.github.com/repos/AY2021S2-CS2103T-W10-2/tp
closed
[PE-D] Maximum Quantity value not stated
priority.Medium severity.Low type.Chore
When trying to add a large quantity to an item, an error message of maximum value exceeded. ![image.png](https://raw.githubusercontent.com/justgnohUG/ped/main/files/1655341b-09f2-4e7d-8559-6cd09debd142.png) There is no mention of maximum quantity. ![image.png](https://raw.githubusercontent.com/justgnohUG/ped/main/files/7e752770-c182-4963-84c2-70fe63ef3095.png) <!--session: 1617429915572-7ea4bbe5-9f37-4e7b-97d5-95926028d84a--> ------------- Labels: `severity.Medium` `type.DocumentationBug` original: justgnohUG/ped#5
1.0
[PE-D] Maximum Quantity value not stated - When trying to add a large quantity to an item, an error message of maximum value exceeded. ![image.png](https://raw.githubusercontent.com/justgnohUG/ped/main/files/1655341b-09f2-4e7d-8559-6cd09debd142.png) There is no mention of maximum quantity. ![image.png](https://raw.githubusercontent.com/justgnohUG/ped/main/files/7e752770-c182-4963-84c2-70fe63ef3095.png) <!--session: 1617429915572-7ea4bbe5-9f37-4e7b-97d5-95926028d84a--> ------------- Labels: `severity.Medium` `type.DocumentationBug` original: justgnohUG/ped#5
non_defect
maximum quantity value not stated when trying to add a large quantity to an item an error message of maximum value exceeded there is no mention of maximum quantity labels severity medium type documentationbug original justgnohug ped
0
53,233
13,261,227,671
IssuesEvent
2020-08-20 19:30:41
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
PROPOSAL - read error while generating tables during cmake (Trac #1015)
Migrated from Trac cmake defect
```text [ 55%] Generating resources/tables/.tables.auto_generated cd /home/msutherland/simulation/V04-01-11_build/PROPOSAL && ../env-shell.sh python resources/tables/generate_tables.py WARN (PROPOSAL): read failed: parametrization table read error (Output.cxx:123 in static double Output::read()) EXCEPTION ^Cmake[2]: *** [PROPOSAL/resources/tables/.tables.auto_generated] Interrupt make[1]: *** [PROPOSAL/CMakeFiles/PROPOSAL-tables.dir/all] Interrupt make: *** [all] Interrupt ``` <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1015">https://code.icecube.wisc.edu/projects/icecube/ticket/1015</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "_ts": "1458335643235016", "description": "{{{\n[ 55%] Generating resources/tables/.tables.auto_generated\ncd /home/msutherland/simulation/V04-01-11_build/PROPOSAL && ../env-shell.sh python resources/tables/generate_tables.py\nWARN (PROPOSAL): read failed: parametrization table read error (Output.cxx:123 in static double Output::read())\nEXCEPTION\n^Cmake[2]: *** [PROPOSAL/resources/tables/.tables.auto_generated] Interrupt\nmake[1]: *** [PROPOSAL/CMakeFiles/PROPOSAL-tables.dir/all] Interrupt\nmake: *** [all] Interrupt\n}}}", "reporter": "nega", "cc": "sutherland.54@osu.edu", "resolution": "invalid", "time": "2015-06-10T18:20:56", "component": "cmake", "summary": "PROPOSAL - read error while generating tables during cmake", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
PROPOSAL - read error while generating tables during cmake (Trac #1015) - ```text [ 55%] Generating resources/tables/.tables.auto_generated cd /home/msutherland/simulation/V04-01-11_build/PROPOSAL && ../env-shell.sh python resources/tables/generate_tables.py WARN (PROPOSAL): read failed: parametrization table read error (Output.cxx:123 in static double Output::read()) EXCEPTION ^Cmake[2]: *** [PROPOSAL/resources/tables/.tables.auto_generated] Interrupt make[1]: *** [PROPOSAL/CMakeFiles/PROPOSAL-tables.dir/all] Interrupt make: *** [all] Interrupt ``` <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1015">https://code.icecube.wisc.edu/projects/icecube/ticket/1015</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "_ts": "1458335643235016", "description": "{{{\n[ 55%] Generating resources/tables/.tables.auto_generated\ncd /home/msutherland/simulation/V04-01-11_build/PROPOSAL && ../env-shell.sh python resources/tables/generate_tables.py\nWARN (PROPOSAL): read failed: parametrization table read error (Output.cxx:123 in static double Output::read())\nEXCEPTION\n^Cmake[2]: *** [PROPOSAL/resources/tables/.tables.auto_generated] Interrupt\nmake[1]: *** [PROPOSAL/CMakeFiles/PROPOSAL-tables.dir/all] Interrupt\nmake: *** [all] Interrupt\n}}}", "reporter": "nega", "cc": "sutherland.54@osu.edu", "resolution": "invalid", "time": "2015-06-10T18:20:56", "component": "cmake", "summary": "PROPOSAL - read error while generating tables during cmake", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
proposal read error while generating tables during cmake trac text generating resources tables tables auto generated cd home msutherland simulation build proposal env shell sh python resources tables generate tables py warn proposal read failed parametrization table read error output cxx in static double output read exception cmake interrupt make interrupt make interrupt migrated from json status closed changetime ts description n generating resources tables tables auto generated ncd home msutherland simulation build proposal env shell sh python resources tables generate tables py nwarn proposal read failed parametrization table read error output cxx in static double output read nexception n cmake interrupt nmake interrupt nmake interrupt n reporter nega cc sutherland osu edu resolution invalid time component cmake summary proposal read error while generating tables during cmake priority normal keywords milestone owner nega type defect
1
75,028
25,489,851,148
IssuesEvent
2022-11-26 23:08:35
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: CubicSpline segfaults when passing empty values for `y`with numpy >=1.23
defect enhancement scipy.interpolate
### Describe your issue. While the docs are clear and the values for `y` must be finite, one could pass empty array and, some iterative interpolations we had in our code that relied on that behavior, "worked." We fixed our code to return a ValueError now instead of relying on that behaviour. However, b/c the old code segfaults, maybe some checks should be in place in SciPy to avoid empty `y` values. Please feel free to close this issue if this doesn't make sense. ### Reproducing Code Example ```python from scipy.interpolate import CubicSpline import numpy as np # Segfaults on my machine when it reaches size>=10 but passes with <10. x = np.arange(10) y = np.empty(len(x)) * np.NaN y_no_nans = y[~np.isnan(y)].reshape(y.shape[0], -1) # In our code y_no_nans was slowly iterated to reach valid finite value and worked for numpy <1.23. spline = CubicSpline(x, y_no_nans, bc_type='periodic') ``` ### Error message ```shell Sometimes it segfaults, sometimes it "works" :-/ ``` ### SciPy/NumPy/Python version information 1.9.1 1.23.3 sys.version_info(major=3, minor=10, micro=6, releaselevel='final', serial=0)
1.0
BUG: CubicSpline segfaults when passing empty values for `y`with numpy >=1.23 - ### Describe your issue. While the docs are clear and the values for `y` must be finite, one could pass empty array and, some iterative interpolations we had in our code that relied on that behavior, "worked." We fixed our code to return a ValueError now instead of relying on that behaviour. However, b/c the old code segfaults, maybe some checks should be in place in SciPy to avoid empty `y` values. Please feel free to close this issue if this doesn't make sense. ### Reproducing Code Example ```python from scipy.interpolate import CubicSpline import numpy as np # Segfaults on my machine when it reaches size>=10 but passes with <10. x = np.arange(10) y = np.empty(len(x)) * np.NaN y_no_nans = y[~np.isnan(y)].reshape(y.shape[0], -1) # In our code y_no_nans was slowly iterated to reach valid finite value and worked for numpy <1.23. spline = CubicSpline(x, y_no_nans, bc_type='periodic') ``` ### Error message ```shell Sometimes it segfaults, sometimes it "works" :-/ ``` ### SciPy/NumPy/Python version information 1.9.1 1.23.3 sys.version_info(major=3, minor=10, micro=6, releaselevel='final', serial=0)
defect
bug cubicspline segfaults when passing empty values for y with numpy describe your issue while the docs are clear and the values for y must be finite one could pass empty array and some iterative interpolations we had in our code that relied on that behavior worked we fixed our code to return a valueerror now instead of relying on that behaviour however b c the old code segfaults maybe some checks should be in place in scipy to avoid empty y values please feel free to close this issue if this doesn t make sense reproducing code example python from scipy interpolate import cubicspline import numpy as np segfaults on my machine when it reaches size but passes with x np arange y np empty len x np nan y no nans y reshape y shape in our code y no nans was slowly iterated to reach valid finite value and worked for numpy spline cubicspline x y no nans bc type periodic error message shell sometimes it segfaults sometimes it works scipy numpy python version information sys version info major minor micro releaselevel final serial
1
687,888
23,542,152,856
IssuesEvent
2022-08-20 15:12:54
Skyward-Brawlhalla/Queen-Spy
https://api.github.com/repos/Skyward-Brawlhalla/Queen-Spy
closed
Don't remove all user command messages
invalid Extra Priority
sometimes its usefull to see what the user input was for example `qsadli 10459663 239759577577553920` Rule of thumb: commands you will use in a bot trash channel shouldnt get removed. Commands you will use in public channels do remove command message.
1.0
Don't remove all user command messages - sometimes its usefull to see what the user input was for example `qsadli 10459663 239759577577553920` Rule of thumb: commands you will use in a bot trash channel shouldnt get removed. Commands you will use in public channels do remove command message.
non_defect
don t remove all user command messages sometimes its usefull to see what the user input was for example qsadli rule of thumb commands you will use in a bot trash channel shouldnt get removed commands you will use in public channels do remove command message
0
59,364
17,023,100,002
IssuesEvent
2021-07-03 00:22:43
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Removing segment that is part of a way trashes the download
Component: api Priority: critical Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 2.38pm, Monday, 20th March 2006]** I believe the problem of the numerous error reports that map.rb transfere seg-id's which are not transfered before could come from the problem, that the server allow the deletion of a line segment that is part of a way (without changing the way). (I think the best solution to this class of problems is to seperate the database tables into "history" and "current" and have all referencing ids be foreign keys to the other current tables.) Imi.
1.0
Removing segment that is part of a way trashes the download - **[Submitted to the original trac issue database at 2.38pm, Monday, 20th March 2006]** I believe the problem of the numerous error reports that map.rb transfere seg-id's which are not transfered before could come from the problem, that the server allow the deletion of a line segment that is part of a way (without changing the way). (I think the best solution to this class of problems is to seperate the database tables into "history" and "current" and have all referencing ids be foreign keys to the other current tables.) Imi.
defect
removing segment that is part of a way trashes the download i believe the problem of the numerous error reports that map rb transfere seg id s which are not transfered before could come from the problem that the server allow the deletion of a line segment that is part of a way without changing the way i think the best solution to this class of problems is to seperate the database tables into history and current and have all referencing ids be foreign keys to the other current tables imi
1
77,270
26,891,390,657
IssuesEvent
2023-02-06 09:12:06
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Meta::getTables returns tables of type TableType.TABLE when they're actually system views
T: Defect C: Functionality P: High R: Fixed E: All Editions
### Expected behavior When getting all tables and filtering by table type (now manually, instead of calling isTable()) filter should return only real tables not catalogs and other kinds of objects. Basically this code should work, it's a bit extreme, but in theory :) ``` dslContext.meta().getTables().forEach( t -> { if (t.getTableType().equals(TableType.TABLE)) { dslContext.truncateTable(t).cascade().execute(); } }); ``` Also would be nice to add a filter in TableType for regular tables so that there is a minimal regression introduced (just a different method call) ### Actual behavior TableType.TABLE includes system tables and catalogs. ``` SQL [truncate table "information_schema"."_pg_foreign_data_wrappers" cascade]; ERROR: "_pg_foreign_data_wrappers" is not a table org.jooq.exception.DataAccessException: SQL [truncate table "information_schema"."_pg_foreign_data_wrappers" cascade]; ERROR: "_pg_foreign_data_wrappers" is not a table ``` Ignoring system tables starting with '_' `if (t.getTableType().equals(TableType.TABLE) && !t.getName().startsWith("_")) ` ``` SQL [truncate table "information_schema"."administrable_role_authorizations" cascade]; ERROR: "administrable_role_authorizations" is not a table org.jooq.exception.DataAccessException: SQL [truncate table "information_schema"."administrable_role_authorizations" cascade]; ERROR: "administrable_role_authorizations" is not a table ``` ### Steps to reproduce the problem Execute the following line of code ``` dslContext.meta().getTables().forEach( t -> { if (t.getTableType().equals(TableType.TABLE)) { dslContext.truncateTable(t).cascade().execute(); } }); ``` ### jOOQ Version >= 3.17.6 (didnt test older ones) ### Database product and version POSTGRESQL 13.8 ### Java Version 17.0.2-tem ### OS Version debian:bullseye ### JDBC driver name and version (include name if unofficial driver) 42.5.2
1.0
Meta::getTables returns tables of type TableType.TABLE when they're actually system views - ### Expected behavior When getting all tables and filtering by table type (now manually, instead of calling isTable()) filter should return only real tables not catalogs and other kinds of objects. Basically this code should work, it's a bit extreme, but in theory :) ``` dslContext.meta().getTables().forEach( t -> { if (t.getTableType().equals(TableType.TABLE)) { dslContext.truncateTable(t).cascade().execute(); } }); ``` Also would be nice to add a filter in TableType for regular tables so that there is a minimal regression introduced (just a different method call) ### Actual behavior TableType.TABLE includes system tables and catalogs. ``` SQL [truncate table "information_schema"."_pg_foreign_data_wrappers" cascade]; ERROR: "_pg_foreign_data_wrappers" is not a table org.jooq.exception.DataAccessException: SQL [truncate table "information_schema"."_pg_foreign_data_wrappers" cascade]; ERROR: "_pg_foreign_data_wrappers" is not a table ``` Ignoring system tables starting with '_' `if (t.getTableType().equals(TableType.TABLE) && !t.getName().startsWith("_")) ` ``` SQL [truncate table "information_schema"."administrable_role_authorizations" cascade]; ERROR: "administrable_role_authorizations" is not a table org.jooq.exception.DataAccessException: SQL [truncate table "information_schema"."administrable_role_authorizations" cascade]; ERROR: "administrable_role_authorizations" is not a table ``` ### Steps to reproduce the problem Execute the following line of code ``` dslContext.meta().getTables().forEach( t -> { if (t.getTableType().equals(TableType.TABLE)) { dslContext.truncateTable(t).cascade().execute(); } }); ``` ### jOOQ Version >= 3.17.6 (didnt test older ones) ### Database product and version POSTGRESQL 13.8 ### Java Version 17.0.2-tem ### OS Version debian:bullseye ### JDBC driver name and version (include name if unofficial driver) 42.5.2
defect
meta gettables returns tables of type tabletype table when they re actually system views expected behavior when getting all tables and filtering by table type now manually instead of calling istable filter should return only real tables not catalogs and other kinds of objects basically this code should work it s a bit extreme but in theory dslcontext meta gettables foreach t if t gettabletype equals tabletype table dslcontext truncatetable t cascade execute also would be nice to add a filter in tabletype for regular tables so that there is a minimal regression introduced just a different method call actual behavior tabletype table includes system tables and catalogs sql error pg foreign data wrappers is not a table org jooq exception dataaccessexception sql error pg foreign data wrappers is not a table ignoring system tables starting with if t gettabletype equals tabletype table t getname startswith sql error administrable role authorizations is not a table org jooq exception dataaccessexception sql error administrable role authorizations is not a table steps to reproduce the problem execute the following line of code dslcontext meta gettables foreach t if t gettabletype equals tabletype table dslcontext truncatetable t cascade execute jooq version didnt test older ones database product and version postgresql java version tem os version debian bullseye jdbc driver name and version include name if unofficial driver
1
7,197
3,940,451,972
IssuesEvent
2016-04-27 00:57:51
PCMDI/pcmdi_metrics
https://api.github.com/repos/PCMDI/pcmdi_metrics
opened
Add durolib library
build
The functions inside durolib.py are being heavily used, this should be folded into the package. @doutriaux1 how easy is it to clone a file during install? Vonda package wrapping? @gleckler1 @lee1043 pinging you both here
1.0
Add durolib library - The functions inside durolib.py are being heavily used, this should be folded into the package. @doutriaux1 how easy is it to clone a file during install? Vonda package wrapping? @gleckler1 @lee1043 pinging you both here
non_defect
add durolib library the functions inside durolib py are being heavily used this should be folded into the package how easy is it to clone a file during install vonda package wrapping pinging you both here
0
7,617
2,610,407,762
IssuesEvent
2015-02-26 20:12:31
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
opened
Hammer Picket Audio
auto-migrated Priority-Medium Type-Defect
``` Hammer Picket uses "destroyer" audio. It's not a destroyer... ``` ----- Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 1 May 2012 at 2:07
1.0
Hammer Picket Audio - ``` Hammer Picket uses "destroyer" audio. It's not a destroyer... ``` ----- Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 1 May 2012 at 2:07
defect
hammer picket audio hammer picket uses destroyer audio it s not a destroyer original issue reported on code google com by killerhurdz netscape net on may at
1
6,841
9,984,677,938
IssuesEvent
2019-07-10 14:58:30
CATcher-org/CATcher
https://api.github.com/repos/CATcher-org/CATcher
closed
Feature: Phase Determination by reading file from public_data repo
aspect-Process category.Enhancement
As part of the Epic #101 , Determine the app's phase by reading a `phase.json` file from the `public_data` repo.
1.0
Feature: Phase Determination by reading file from public_data repo - As part of the Epic #101 , Determine the app's phase by reading a `phase.json` file from the `public_data` repo.
non_defect
feature phase determination by reading file from public data repo as part of the epic determine the app s phase by reading a phase json file from the public data repo
0
13,744
16,460,341,199
IssuesEvent
2021-05-21 17:57:54
kwaschny/unwanted-twitch
https://api.github.com/repos/kwaschny/unwanted-twitch
closed
Question about changing X button position
enhancement incompatibility resolved
how can i move the x button showing in streamer thumbnail to the bottom right corner instead of top right corner. its overlay on the live timer for streamer
True
Question about changing X button position - how can i move the x button showing in streamer thumbnail to the bottom right corner instead of top right corner. its overlay on the live timer for streamer
non_defect
question about changing x button position how can i move the x button showing in streamer thumbnail to the bottom right corner instead of top right corner its overlay on the live timer for streamer
0
125,131
10,337,924,409
IssuesEvent
2019-09-03 15:47:07
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
pkg/kubelet/dockershim/network/cni/cni_test.go heavily flakes
kind/failing-test kind/flake priority/important-soon sig/network
The upper test heavily flakes in master: ``` --- FAIL: TestCNIPlugin (0.12s)\n"} cni_test.go:279: Mismatch in expected output for setup hook. Expected 'ADD /proc/12345/ns/net podNamespace podName test_infra_container', got 'VERSION dummy '\n"} cni_test.go:341: PASS:\tAddNetworkList(*context.emptyCtx,*libcni.NetworkConfigList,mock.AnythingOfTypeArgument)\n"} cni_test.go:341: PASS:\tDelNetworkList(*context.emptyCtx,*libcni.NetworkConfigList,mock.AnythingOfTypeArgument)\n"} ```
1.0
pkg/kubelet/dockershim/network/cni/cni_test.go heavily flakes - The upper test heavily flakes in master: ``` --- FAIL: TestCNIPlugin (0.12s)\n"} cni_test.go:279: Mismatch in expected output for setup hook. Expected 'ADD /proc/12345/ns/net podNamespace podName test_infra_container', got 'VERSION dummy '\n"} cni_test.go:341: PASS:\tAddNetworkList(*context.emptyCtx,*libcni.NetworkConfigList,mock.AnythingOfTypeArgument)\n"} cni_test.go:341: PASS:\tDelNetworkList(*context.emptyCtx,*libcni.NetworkConfigList,mock.AnythingOfTypeArgument)\n"} ```
non_defect
pkg kubelet dockershim network cni cni test go heavily flakes the upper test heavily flakes in master fail testcniplugin n cni test go mismatch in expected output for setup hook expected add proc ns net podnamespace podname test infra container got version dummy n cni test go pass taddnetworklist context emptyctx libcni networkconfiglist mock anythingoftypeargument n cni test go pass tdelnetworklist context emptyctx libcni networkconfiglist mock anythingoftypeargument n
0
169,086
26,745,459,787
IssuesEvent
2023-01-30 15:42:12
Samsamhada/Giwazip-Client-App
https://api.github.com/repos/Samsamhada/Giwazip-Client-App
closed
[Design] 게시물 상세화면 레이아웃
design
### 설명 - [x] (문의내역에서 들어왔을 경우) 네비게이션 우측에 수정 버튼 - [x] 화면 상단에 스크린 너비로 사진 - [x] 큰 사진 하단에 5개 썸네일 사진 - [x] 썸네일 하단에 divider - [x] divider 아래에 게시글 - [x] 썸네일 클릭시 해당 썸네일에 맞는 사진을 상단의 큰 사진 화면에 표시 - [x] 현재 선택중인 썸네일은 stroke로 표시 ### 예상 작업 기간 ~01/27(금)
1.0
[Design] 게시물 상세화면 레이아웃 - ### 설명 - [x] (문의내역에서 들어왔을 경우) 네비게이션 우측에 수정 버튼 - [x] 화면 상단에 스크린 너비로 사진 - [x] 큰 사진 하단에 5개 썸네일 사진 - [x] 썸네일 하단에 divider - [x] divider 아래에 게시글 - [x] 썸네일 클릭시 해당 썸네일에 맞는 사진을 상단의 큰 사진 화면에 표시 - [x] 현재 선택중인 썸네일은 stroke로 표시 ### 예상 작업 기간 ~01/27(금)
non_defect
게시물 상세화면 레이아웃 설명 문의내역에서 들어왔을 경우 네비게이션 우측에 수정 버튼 화면 상단에 스크린 너비로 사진 큰 사진 하단에 썸네일 사진 썸네일 하단에 divider divider 아래에 게시글 썸네일 클릭시 해당 썸네일에 맞는 사진을 상단의 큰 사진 화면에 표시 현재 선택중인 썸네일은 stroke로 표시 예상 작업 기간 금
0
104,437
13,067,677,397
IssuesEvent
2020-07-31 01:13:34
UniversityOfHelsinkiCS/mobvita
https://api.github.com/repos/UniversityOfHelsinkiCS/mobvita
closed
Profile: Add more left padding to content
UI design
"In Settings and Progress too little space on the left: add several pixels as margin."
1.0
Profile: Add more left padding to content - "In Settings and Progress too little space on the left: add several pixels as margin."
non_defect
profile add more left padding to content in settings and progress too little space on the left add several pixels as margin
0
25,711
4,417,714,311
IssuesEvent
2016-08-15 07:25:20
snowie2000/mactype
https://api.github.com/repos/snowie2000/mactype
closed
Korean language not displaying properly
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Accessing to any Korean website 2. 3. What is the expected output? What do you see instead? - For example, 응 the word yes has the to ㅇ's on the top and the bottom. However, I do not know what the problem is, but in every website, it shows as ㅡ not letting the two ㅇ's appear. 으 also appears as ㅡ. What version of the product are you using? On what operating system? - The April 6th version of 2012. Please provide any additional information below. - ``` Original issue reported on code.google.com by `jonathan...@gmail.com` on 6 Aug 2012 at 6:43
1.0
Korean language not displaying properly - ``` What steps will reproduce the problem? 1. Accessing to any Korean website 2. 3. What is the expected output? What do you see instead? - For example, 응 the word yes has the to ㅇ's on the top and the bottom. However, I do not know what the problem is, but in every website, it shows as ㅡ not letting the two ㅇ's appear. 으 also appears as ㅡ. What version of the product are you using? On what operating system? - The April 6th version of 2012. Please provide any additional information below. - ``` Original issue reported on code.google.com by `jonathan...@gmail.com` on 6 Aug 2012 at 6:43
defect
korean language not displaying properly what steps will reproduce the problem accessing to any korean website what is the expected output what do you see instead for example 응 the word yes has the to ㅇ s on the top and the bottom however i do not know what the problem is but in every website it shows as ㅡ not letting the two ㅇ s appear 으 also appears as ㅡ what version of the product are you using on what operating system the april version of please provide any additional information below original issue reported on code google com by jonathan gmail com on aug at
1
23,973
11,994,744,231
IssuesEvent
2020-04-08 14:10:26
mozilla/bugbug
https://api.github.com/repos/mozilla/bugbug
closed
Figure out why memory usage while workers are idle is high
enhancement http_service
``` 2020-03-20T18:38:28.037743+00:00 heroku[worker.1]: Process running mem=1514M(110.4%) 2020-03-20T18:38:28.037860+00:00 heroku[worker.1]: Error R14 (Memory quota exceeded) 2020-03-20T18:38:31.544075+00:00 heroku[worker.2]: Process running mem=1240M(103.8%) 2020-03-20T18:38:31.544172+00:00 heroku[worker.2]: Error R14 (Memory quota exceeded) ```
1.0
Figure out why memory usage while workers are idle is high - ``` 2020-03-20T18:38:28.037743+00:00 heroku[worker.1]: Process running mem=1514M(110.4%) 2020-03-20T18:38:28.037860+00:00 heroku[worker.1]: Error R14 (Memory quota exceeded) 2020-03-20T18:38:31.544075+00:00 heroku[worker.2]: Process running mem=1240M(103.8%) 2020-03-20T18:38:31.544172+00:00 heroku[worker.2]: Error R14 (Memory quota exceeded) ```
non_defect
figure out why memory usage while workers are idle is high heroku process running mem heroku error memory quota exceeded heroku process running mem heroku error memory quota exceeded
0
51,909
13,211,336,296
IssuesEvent
2020-08-15 22:24:04
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[millipeda] missing docstrings in examples (Trac #1248)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1248">https://code.icecube.wisc.edu/projects/icecube/ticket/1248</a>, reported by hdembinskiand owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "_ts": "1550067117911749", "description": "the scripts in resources/examples need a brief explanation what they do and what kind of input they expect.", "reporter": "hdembinski", "cc": "", "resolution": "fixed", "time": "2015-08-20T16:39:10", "component": "combo reconstruction", "summary": "[millipeda] missing docstrings in examples", "priority": "minor", "keywords": "", "milestone": "", "owner": "jbraun", "type": "defect" } ``` </p> </details>
1.0
[millipeda] missing docstrings in examples (Trac #1248) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1248">https://code.icecube.wisc.edu/projects/icecube/ticket/1248</a>, reported by hdembinskiand owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "_ts": "1550067117911749", "description": "the scripts in resources/examples need a brief explanation what they do and what kind of input they expect.", "reporter": "hdembinski", "cc": "", "resolution": "fixed", "time": "2015-08-20T16:39:10", "component": "combo reconstruction", "summary": "[millipeda] missing docstrings in examples", "priority": "minor", "keywords": "", "milestone": "", "owner": "jbraun", "type": "defect" } ``` </p> </details>
defect
missing docstrings in examples trac migrated from json status closed changetime ts description the scripts in resources examples need a brief explanation what they do and what kind of input they expect reporter hdembinski cc resolution fixed time component combo reconstruction summary missing docstrings in examples priority minor keywords milestone owner jbraun type defect
1
100,621
11,200,531,807
IssuesEvent
2020-01-03 22:05:40
flutter/flutter
https://api.github.com/repos/flutter/flutter
opened
Update welcome screen to point to new crash reporting page
a: first hour a: quality documentation framework
The [welcome page displayed on first-run of Flutter](https://github.com/flutter/flutter/blob/449f4a6673f6d89609b078eb2b595dee62fd1c79/packages/flutter_tools/lib/src/reporting/usage.dart#L331) currently points to the wiki for information about crash reporting. Once issue https://github.com/flutter/website/issues/3459 is closed, there will be a new page on the flutter.dev site for this information, and at at that time we will update the welcome text to point to the new URL. We will keep the wiki page for the indefinite future to account for users who download old versions of Flutter, although at some point we should change the wiki page to simply be a link to the new crash reporting page.
1.0
Update welcome screen to point to new crash reporting page - The [welcome page displayed on first-run of Flutter](https://github.com/flutter/flutter/blob/449f4a6673f6d89609b078eb2b595dee62fd1c79/packages/flutter_tools/lib/src/reporting/usage.dart#L331) currently points to the wiki for information about crash reporting. Once issue https://github.com/flutter/website/issues/3459 is closed, there will be a new page on the flutter.dev site for this information, and at at that time we will update the welcome text to point to the new URL. We will keep the wiki page for the indefinite future to account for users who download old versions of Flutter, although at some point we should change the wiki page to simply be a link to the new crash reporting page.
non_defect
update welcome screen to point to new crash reporting page the currently points to the wiki for information about crash reporting once issue is closed there will be a new page on the flutter dev site for this information and at at that time we will update the welcome text to point to the new url we will keep the wiki page for the indefinite future to account for users who download old versions of flutter although at some point we should change the wiki page to simply be a link to the new crash reporting page
0
134,034
29,805,590,907
IssuesEvent
2023-06-16 11:24:27
SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5
https://api.github.com/repos/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5
opened
Code Security Report: 15 high severity findings, 23 total findings
Mend: code security findings
# Code Security Report ### Scan Metadata **Latest Scan:** 2023-06-16 11:21am **Total Findings:** 23 | **New Findings:** 0 | **Resolved Findings:** 0 **Tested Project Files:** 1 **Detected Programming Languages:** 1 (Java*) <!-- SAST-MANUAL-SCAN-START --> - [ ] Check this box to manually trigger a scan <!-- SAST-MANUAL-SCAN-END --> ### Most Relevant Findings > The below list presents the 10 most relevant findings that need your attention. To view information on the remaining findings, navigate to the [Mend SAST Application](https://dev.whitesourcesoftware.com/sast/#/scans/56618a54-1696-4a6a-9855-0dc6972d8e28/details). <table role='table'><thead><tr><th>Severity</th><th>Vulnerability Type</th><th>CWE</th><th>File</th><th>Data Flows</th><th>Date</th></tr></thead><tbody><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>JNDI Injection</td><td> [CWE-74](https://cwe.mitre.org/data/definitions/74.html) </td><td> [LotOfFindings.java:100](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L100) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L95-L100 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L84 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L92 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L97 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L100 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [LotOfFindings.java:123](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L118-L123 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L117 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [LotOfFindings.java:150](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L150) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L145-L150 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L139 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L150 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L150 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L150 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>SQL Injection</td><td> [CWE-89](https://cwe.mitre.org/data/definitions/89.html) </td><td> [LotOfFindings.java:252](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L252) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L247-L252 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L239 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L240 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L243 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L245 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L252 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Expression Language Injection</td><td> [CWE-917](https://cwe.mitre.org/data/definitions/917.html) </td><td> [LotOfFindings.java:88](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88) </td><td>2</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L83-L88 <details> <summary>2 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L84 </details> <details> <summary>View Data Flow 2</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L84 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Expression Language Injection</td><td> [CWE-917](https://cwe.mitre.org/data/definitions/917.html) </td><td> [LotOfFindings.java:155](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L155) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L150-L155 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L139 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Expression Language Injection</td><td> [CWE-917](https://cwe.mitre.org/data/definitions/917.html) </td><td> [LotOfFindings.java:152](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L152) </td><td>2</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L147-L152 <details> <summary>2 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L139 </details> <details> <summary>View Data Flow 2</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L139 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Expression Language Injection</td><td> [CWE-917](https://cwe.mitre.org/data/definitions/917.html) </td><td> [LotOfFindings.java:89](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L89) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L84-L89 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L84 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L89 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Path/Directory Traversal</td><td> [CWE-22](https://cwe.mitre.org/data/definitions/22.html) </td><td> [LotOfFindings.java:29](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L24-L29 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L25 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Deserialization of Untrusted Data</td><td> [CWE-502](https://cwe.mitre.org/data/definitions/502.html) </td><td> [LotOfFindings.java:123](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L118-L123 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L117 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 </details> </details> </td></tr></details></td></tr></tbody></table> ### Findings Overview | Severity | Vulnerability Type | CWE | Language | Count | |-|-|-|-|-| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Path/Directory Traversal|[CWE-22](https://cwe.mitre.org/data/definitions/22.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Deserialization of Untrusted Data|[CWE-502](https://cwe.mitre.org/data/definitions/502.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|JNDI Injection|[CWE-74](https://cwe.mitre.org/data/definitions/74.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|SQL Injection|[CWE-89](https://cwe.mitre.org/data/definitions/89.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Command Injection|[CWE-78](https://cwe.mitre.org/data/definitions/78.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Server Side Request Forgery|[CWE-918](https://cwe.mitre.org/data/definitions/918.html)|Java*|4| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Expression Language Injection|[CWE-917](https://cwe.mitre.org/data/definitions/917.html)|Java*|4| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Hardcoded Password/Credentials|[CWE-798](https://cwe.mitre.org/data/definitions/798.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Improper Verification of JWT Signature|[CWE-347](https://cwe.mitre.org/data/definitions/347.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Weak Pseudo-Random|[CWE-338](https://cwe.mitre.org/data/definitions/338.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png?' width=19 height=20> Low|Weak Hash Strength|[CWE-916](https://cwe.mitre.org/data/definitions/916.html)|Java*|2|
1.0
Code Security Report: 15 high severity findings, 23 total findings - # Code Security Report ### Scan Metadata **Latest Scan:** 2023-06-16 11:21am **Total Findings:** 23 | **New Findings:** 0 | **Resolved Findings:** 0 **Tested Project Files:** 1 **Detected Programming Languages:** 1 (Java*) <!-- SAST-MANUAL-SCAN-START --> - [ ] Check this box to manually trigger a scan <!-- SAST-MANUAL-SCAN-END --> ### Most Relevant Findings > The below list presents the 10 most relevant findings that need your attention. To view information on the remaining findings, navigate to the [Mend SAST Application](https://dev.whitesourcesoftware.com/sast/#/scans/56618a54-1696-4a6a-9855-0dc6972d8e28/details). <table role='table'><thead><tr><th>Severity</th><th>Vulnerability Type</th><th>CWE</th><th>File</th><th>Data Flows</th><th>Date</th></tr></thead><tbody><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>JNDI Injection</td><td> [CWE-74](https://cwe.mitre.org/data/definitions/74.html) </td><td> [LotOfFindings.java:100](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L100) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L95-L100 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L84 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L92 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L97 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L100 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [LotOfFindings.java:123](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L118-L123 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L117 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [LotOfFindings.java:150](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L150) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L145-L150 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L139 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L150 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L150 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L150 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>SQL Injection</td><td> [CWE-89](https://cwe.mitre.org/data/definitions/89.html) </td><td> [LotOfFindings.java:252](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L252) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L247-L252 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L239 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L240 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L243 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L245 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L252 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Expression Language Injection</td><td> [CWE-917](https://cwe.mitre.org/data/definitions/917.html) </td><td> [LotOfFindings.java:88](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88) </td><td>2</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L83-L88 <details> <summary>2 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L84 </details> <details> <summary>View Data Flow 2</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L84 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Expression Language Injection</td><td> [CWE-917](https://cwe.mitre.org/data/definitions/917.html) </td><td> [LotOfFindings.java:155](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L155) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L150-L155 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L139 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Expression Language Injection</td><td> [CWE-917](https://cwe.mitre.org/data/definitions/917.html) </td><td> [LotOfFindings.java:152](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L152) </td><td>2</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L147-L152 <details> <summary>2 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L139 </details> <details> <summary>View Data Flow 2</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L139 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Expression Language Injection</td><td> [CWE-917](https://cwe.mitre.org/data/definitions/917.html) </td><td> [LotOfFindings.java:89](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L89) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L84-L89 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L84 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L88 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L89 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Path/Directory Traversal</td><td> [CWE-22](https://cwe.mitre.org/data/definitions/22.html) </td><td> [LotOfFindings.java:29](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L24-L29 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L25 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L29 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Deserialization of Untrusted Data</td><td> [CWE-502](https://cwe.mitre.org/data/definitions/502.html) </td><td> [LotOfFindings.java:123](https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123) </td><td>1</td><td>2023-06-16 11:22am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L118-L123 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L117 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 https://github.com/SAST-OldPlatform-DEV/SAST-Test-Repo-09dff6b5-a61f-48be-9863-69b0d9cda5f5/blob/fccc0ad954d900fb7678d686b26a6a6f5873087e/LotOfFindings.java#L123 </details> </details> </td></tr></details></td></tr></tbody></table> ### Findings Overview | Severity | Vulnerability Type | CWE | Language | Count | |-|-|-|-|-| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Path/Directory Traversal|[CWE-22](https://cwe.mitre.org/data/definitions/22.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Deserialization of Untrusted Data|[CWE-502](https://cwe.mitre.org/data/definitions/502.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|JNDI Injection|[CWE-74](https://cwe.mitre.org/data/definitions/74.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|SQL Injection|[CWE-89](https://cwe.mitre.org/data/definitions/89.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Command Injection|[CWE-78](https://cwe.mitre.org/data/definitions/78.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Server Side Request Forgery|[CWE-918](https://cwe.mitre.org/data/definitions/918.html)|Java*|4| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Expression Language Injection|[CWE-917](https://cwe.mitre.org/data/definitions/917.html)|Java*|4| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Hardcoded Password/Credentials|[CWE-798](https://cwe.mitre.org/data/definitions/798.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Improper Verification of JWT Signature|[CWE-347](https://cwe.mitre.org/data/definitions/347.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Weak Pseudo-Random|[CWE-338](https://cwe.mitre.org/data/definitions/338.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png?' width=19 height=20> Low|Weak Hash Strength|[CWE-916](https://cwe.mitre.org/data/definitions/916.html)|Java*|2|
non_defect
code security report high severity findings total findings code security report scan metadata latest scan total findings new findings resolved findings tested project files detected programming languages java check this box to manually trigger a scan most relevant findings the below list presents the most relevant findings that need your attention to view information on the remaining findings navigate to the severity vulnerability type cwe file data flows date high jndi injection more info data flow s detected view data flow high command injection more info data flow s detected view data flow high command injection more info data flow s detected view data flow high sql injection more info data flow s detected view data flow high expression language injection more info data flow s detected view data flow view data flow high expression language injection more info data flow s detected view data flow high expression language injection more info data flow s detected view data flow view data flow high expression language injection more info data flow s detected view data flow high path directory traversal more info data flow s detected view data flow high deserialization of untrusted data more info data flow s detected view data flow findings overview severity vulnerability type cwe language count high path directory traversal high deserialization of untrusted data high jndi injection high sql injection high command injection high server side request forgery high expression language injection medium hardcoded password credentials medium improper verification of jwt signature medium weak pseudo random low weak hash strength
0
694,814
23,831,413,124
IssuesEvent
2022-09-05 21:33:27
WordPress/Learn
https://api.github.com/repos/WordPress/Learn
closed
Styling your WordPress Blocks - Tutorial
[Priority] High [Component] Tutorials [Experience Level] Intermediate [Audience] Developers [Content Type] Tutorial Review 1 complete Ready to publish
# Topic Description Following on from the [Converting a Shortcode into a Block](https://github.com/WordPress/Learn/issues/884) tutorial, this tutorial will guide the new block developer on the process of styling the Edit component and the save function of a WordPress block. # Related Resources Links to related content on Learn, HelpHub, DevHub, GitHub Gutenberg Issues, DevNotes, etc. - [Add CSS style for a block ](https://developer.wordpress.org/block-editor/getting-started/create-block/block-code/#add-css-style-for-block) - [Using styles and stylesheets](https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/applying-styles-with-stylesheets/) # Guidelines Review the [team guidelines] (https://make.wordpress.org/training/handbook/guidelines/) # Tutorial Development Checklist - [x] Vetted by instructional designers for content idea - [x] Provide feedback of the idea - [x] Gather links to Support and Developer Docs - [ ] Consider any MarComms (marketing communications) resources and link to those - [x] Review any related material on Learn - [ ] Define several SEO keywords to use in the article and where they should be prominently used - [x] Description and Objectives finalized - [x] Create an outline of the workshop - [x] Tutorial submitted to the team for Q/A review https://blog.wordpress.tv/submission-guidelines/ & https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/ - [x] Tutorial submitted to WPTV https://wordpress.tv/submit-video/ - [x] Tutorial published on WPTV - [x] Tutorial is captioned https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/ - [x] Tutorial created on Learn.WordPress.org - [x] Tutorial post is reviewed for grammar, spelling, etc. - [x] Tutorial published on Learn.WordPress.org - [x] Tutorial announced to training team - [x] Tutorial announced to creator - [x] Tutorial announced to Marketing Team for promotion - [ ] Gather feedback from workshop viewers/participants
1.0
Styling your WordPress Blocks - Tutorial - # Topic Description Following on from the [Converting a Shortcode into a Block](https://github.com/WordPress/Learn/issues/884) tutorial, this tutorial will guide the new block developer on the process of styling the Edit component and the save function of a WordPress block. # Related Resources Links to related content on Learn, HelpHub, DevHub, GitHub Gutenberg Issues, DevNotes, etc. - [Add CSS style for a block ](https://developer.wordpress.org/block-editor/getting-started/create-block/block-code/#add-css-style-for-block) - [Using styles and stylesheets](https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/applying-styles-with-stylesheets/) # Guidelines Review the [team guidelines] (https://make.wordpress.org/training/handbook/guidelines/) # Tutorial Development Checklist - [x] Vetted by instructional designers for content idea - [x] Provide feedback of the idea - [x] Gather links to Support and Developer Docs - [ ] Consider any MarComms (marketing communications) resources and link to those - [x] Review any related material on Learn - [ ] Define several SEO keywords to use in the article and where they should be prominently used - [x] Description and Objectives finalized - [x] Create an outline of the workshop - [x] Tutorial submitted to the team for Q/A review https://blog.wordpress.tv/submission-guidelines/ & https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/ - [x] Tutorial submitted to WPTV https://wordpress.tv/submit-video/ - [x] Tutorial published on WPTV - [x] Tutorial is captioned https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/ - [x] Tutorial created on Learn.WordPress.org - [x] Tutorial post is reviewed for grammar, spelling, etc. - [x] Tutorial published on Learn.WordPress.org - [x] Tutorial announced to training team - [x] Tutorial announced to creator - [x] Tutorial announced to Marketing Team for promotion - [ ] Gather feedback from workshop viewers/participants
non_defect
styling your wordpress blocks tutorial topic description following on from the tutorial this tutorial will guide the new block developer on the process of styling the edit component and the save function of a wordpress block related resources links to related content on learn helphub devhub github gutenberg issues devnotes etc guidelines review the tutorial development checklist vetted by instructional designers for content idea provide feedback of the idea gather links to support and developer docs consider any marcomms marketing communications resources and link to those review any related material on learn define several seo keywords to use in the article and where they should be prominently used description and objectives finalized create an outline of the workshop tutorial submitted to the team for q a review tutorial submitted to wptv tutorial published on wptv tutorial is captioned tutorial created on learn wordpress org tutorial post is reviewed for grammar spelling etc tutorial published on learn wordpress org tutorial announced to training team tutorial announced to creator tutorial announced to marketing team for promotion gather feedback from workshop viewers participants
0
81,511
30,885,978,587
IssuesEvent
2023-08-03 21:52:54
vector-im/element-desktop
https://api.github.com/repos/vector-im/element-desktop
closed
Export Chat not working, element app turns blank white after a while
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? Click export chat, select from beginning, check to include attachments, max size set to 2000 After quite some time it went past like half a million 'events' in the counter but kept going, I don't think the chat was all that long or had that many messages, it shouldn't have taken so long or ended up out of 'memory?' making entire element app blank/white and requiring me to kill it and restart it. ### Outcome #### What did you expect? An HTML file with the exported chat available in a couple minutes #### What happened instead? Waited forever and got nothing, didn't work, had to kill and restart element app ### Operating system Windows 10 ### Application version Element version: 1.11.37 Olm version: 3.2.14 ### How did you install the app? https://element.io/get-started ### Homeserver Dendrite not sure right now, can update later ### Will you send logs? No
1.0
Export Chat not working, element app turns blank white after a while - ### Steps to reproduce 1. Where are you starting? What can you see? Click export chat, select from beginning, check to include attachments, max size set to 2000 After quite some time it went past like half a million 'events' in the counter but kept going, I don't think the chat was all that long or had that many messages, it shouldn't have taken so long or ended up out of 'memory?' making entire element app blank/white and requiring me to kill it and restart it. ### Outcome #### What did you expect? An HTML file with the exported chat available in a couple minutes #### What happened instead? Waited forever and got nothing, didn't work, had to kill and restart element app ### Operating system Windows 10 ### Application version Element version: 1.11.37 Olm version: 3.2.14 ### How did you install the app? https://element.io/get-started ### Homeserver Dendrite not sure right now, can update later ### Will you send logs? No
defect
export chat not working element app turns blank white after a while steps to reproduce where are you starting what can you see click export chat select from beginning check to include attachments max size set to after quite some time it went past like half a million events in the counter but kept going i don t think the chat was all that long or had that many messages it shouldn t have taken so long or ended up out of memory making entire element app blank white and requiring me to kill it and restart it outcome what did you expect an html file with the exported chat available in a couple minutes what happened instead waited forever and got nothing didn t work had to kill and restart element app operating system windows application version element version olm version how did you install the app homeserver dendrite not sure right now can update later will you send logs no
1
287,118
21,638,618,073
IssuesEvent
2022-05-05 16:23:03
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
opened
[Docs] Add Leader Preference syntax to TableSpaces docs
area/documentation
### Description Add Leader Preference syntax to TableSpaces docs. Related to feature #8100
1.0
[Docs] Add Leader Preference syntax to TableSpaces docs - ### Description Add Leader Preference syntax to TableSpaces docs. Related to feature #8100
non_defect
add leader preference syntax to tablespaces docs description add leader preference syntax to tablespaces docs related to feature
0
97,080
8,643,640,257
IssuesEvent
2018-11-25 19:51:26
TechnionYP5779/team6
https://api.github.com/repos/TechnionYP5779/team6
closed
Use TDD to develop function iterables.alternate
TDD Unit Test
Use TDD to develop a function iterables.alternate that takes two iterables over elements of the same kind, and returns an iterable that returns elements in these in alternating order, until the shortest one is exhausted, and then continues with the other. use TDD to design and implement specification for the case that one or both arguments are null. be sure to break tests before you write any line of code.
1.0
Use TDD to develop function iterables.alternate - Use TDD to develop a function iterables.alternate that takes two iterables over elements of the same kind, and returns an iterable that returns elements in these in alternating order, until the shortest one is exhausted, and then continues with the other. use TDD to design and implement specification for the case that one or both arguments are null. be sure to break tests before you write any line of code.
non_defect
use tdd to develop function iterables alternate use tdd to develop a function iterables alternate that takes two iterables over elements of the same kind and returns an iterable that returns elements in these in alternating order until the shortest one is exhausted and then continues with the other use tdd to design and implement specification for the case that one or both arguments are null be sure to break tests before you write any line of code
0
337,069
10,209,990,766
IssuesEvent
2019-08-14 13:55:25
wso2/kubernetes-ei
https://api.github.com/repos/wso2/kubernetes-ei
closed
Add datasource configurations to values.yaml
Priority/Highest Type/Improvement
**Description:** Add configurations for MySQL datasources as follows to the values.yaml file in helm resources for all deployment patterns. ``` mysql: enabled: true host: wso2ei-rdbms-service-mysql username: wso2carbon password: wso2carbon driverClass: com.mysql.jdbc.Driver validationQuery: "SELECT 1" ``` These values can be referred in the ConfigMap templates as follows: ``` {{- $config_dburl := printf "%s%s%s" "jdbc:mysql://" .Values.wso2.mysql.host ":3306/WSO2EI_INTEGRATOR_CONFIG_GOV_DB?autoReconnect=true&amp;useSSL=false" }} {{- $user_dburl := printf "%s%s%s" "jdbc:mysql://" .Values.wso2.mysql.host ":3306/WSO2EI_USER_DB?autoReconnect=true&amp;useSSL=false" }} {{- $db_driver_class_name := .Values.wso2.mysql.driverClass }} {{- $db_validation_query := .Values.wso2.mysql.validationQuery }} {{- $db_username := .Values.wso2.mysql.username }} {{- $db_password := .Values.wso2.mysql.password }} ``` Additionally, the database host can be parameterized in the deployment template initContainers as follows: ``` command: ['sh', '-c', 'echo -e "Checking for the availability of MySQL Server deployment"; while ! nc -z {{ default "wso2ei-rdbms-service-mysql" .Values.wso2.mysql.host }} 3306; do sleep 1; printf "-"; done; echo -e " >> MySQL Server has started";'] ``` **Affected Product Version:** Helm resources for WSO2 Enterprise Integrator v6.5.x and below
1.0
Add datasource configurations to values.yaml - **Description:** Add configurations for MySQL datasources as follows to the values.yaml file in helm resources for all deployment patterns. ``` mysql: enabled: true host: wso2ei-rdbms-service-mysql username: wso2carbon password: wso2carbon driverClass: com.mysql.jdbc.Driver validationQuery: "SELECT 1" ``` These values can be referred in the ConfigMap templates as follows: ``` {{- $config_dburl := printf "%s%s%s" "jdbc:mysql://" .Values.wso2.mysql.host ":3306/WSO2EI_INTEGRATOR_CONFIG_GOV_DB?autoReconnect=true&amp;useSSL=false" }} {{- $user_dburl := printf "%s%s%s" "jdbc:mysql://" .Values.wso2.mysql.host ":3306/WSO2EI_USER_DB?autoReconnect=true&amp;useSSL=false" }} {{- $db_driver_class_name := .Values.wso2.mysql.driverClass }} {{- $db_validation_query := .Values.wso2.mysql.validationQuery }} {{- $db_username := .Values.wso2.mysql.username }} {{- $db_password := .Values.wso2.mysql.password }} ``` Additionally, the database host can be parameterized in the deployment template initContainers as follows: ``` command: ['sh', '-c', 'echo -e "Checking for the availability of MySQL Server deployment"; while ! nc -z {{ default "wso2ei-rdbms-service-mysql" .Values.wso2.mysql.host }} 3306; do sleep 1; printf "-"; done; echo -e " >> MySQL Server has started";'] ``` **Affected Product Version:** Helm resources for WSO2 Enterprise Integrator v6.5.x and below
non_defect
add datasource configurations to values yaml description add configurations for mysql datasources as follows to the values yaml file in helm resources for all deployment patterns mysql enabled true host rdbms service mysql username password driverclass com mysql jdbc driver validationquery select these values can be referred in the configmap templates as follows config dburl printf s s s jdbc mysql values mysql host integrator config gov db autoreconnect true amp usessl false user dburl printf s s s jdbc mysql values mysql host user db autoreconnect true amp usessl false db driver class name values mysql driverclass db validation query values mysql validationquery db username values mysql username db password values mysql password additionally the database host can be parameterized in the deployment template initcontainers as follows command affected product version helm resources for enterprise integrator x and below
0
59,948
17,023,297,203
IssuesEvent
2021-07-03 01:17:38
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Style Editor: "is not _NULL_" does not work
Component: merkaartor Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 7.32pm, Wednesday, 17th September 2008]** The newly changed "is not _NULL_" for [addr:housenumber] does not seem to work, I do not get any house numbers to display. What was the problem with "[addr:housenumber] is *" by the way? I did not see the bug report you appear to have gotten. I changed my style locally to "[addr:housenumber] is [0-9a-Z]*" for now. I initially wanted "[addr:housenumber] is [0-9][0-9a-Z]*" (to force starting with a number) which according to http://doc.trolltech.com/4.4/qregexp.html#wildcard-matching should work, but doesn't.
1.0
Style Editor: "is not _NULL_" does not work - **[Submitted to the original trac issue database at 7.32pm, Wednesday, 17th September 2008]** The newly changed "is not _NULL_" for [addr:housenumber] does not seem to work, I do not get any house numbers to display. What was the problem with "[addr:housenumber] is *" by the way? I did not see the bug report you appear to have gotten. I changed my style locally to "[addr:housenumber] is [0-9a-Z]*" for now. I initially wanted "[addr:housenumber] is [0-9][0-9a-Z]*" (to force starting with a number) which according to http://doc.trolltech.com/4.4/qregexp.html#wildcard-matching should work, but doesn't.
defect
style editor is not null does not work the newly changed is not null for does not seem to work i do not get any house numbers to display what was the problem with is by the way i did not see the bug report you appear to have gotten i changed my style locally to is for now i initially wanted is to force starting with a number which according to should work but doesn t
1
65,407
19,485,855,020
IssuesEvent
2021-12-26 11:01:26
PyTables/PyTables
https://api.github.com/repos/PyTables/PyTables
closed
MAX_NUMEXPR_THREADS should honor NUMEXPR_MAX_THREADS environment variable
defect good first issues
`tables.parameters.MAX_NUMEXPR_THREADS` currently uses a [hard-coded default of 4](https://github.com/PyTables/PyTables/blob/a575bc3/tables/parameters.py#L216). The [numexpr documentation](https://numexpr.readthedocs.io/projects/NumExpr3/en/latest/user_guide.html#threadpool-configuration) states that the thread count can be configured with the environment variables `NUMEXPR_MAX_THREADS` and `NUMEXPR_NUM_THREADS`. Overriding those values with a hard-coded value is surprising to users who expect those environment variables to be honored.
1.0
MAX_NUMEXPR_THREADS should honor NUMEXPR_MAX_THREADS environment variable - `tables.parameters.MAX_NUMEXPR_THREADS` currently uses a [hard-coded default of 4](https://github.com/PyTables/PyTables/blob/a575bc3/tables/parameters.py#L216). The [numexpr documentation](https://numexpr.readthedocs.io/projects/NumExpr3/en/latest/user_guide.html#threadpool-configuration) states that the thread count can be configured with the environment variables `NUMEXPR_MAX_THREADS` and `NUMEXPR_NUM_THREADS`. Overriding those values with a hard-coded value is surprising to users who expect those environment variables to be honored.
defect
max numexpr threads should honor numexpr max threads environment variable tables parameters max numexpr threads currently uses a the states that the thread count can be configured with the environment variables numexpr max threads and numexpr num threads overriding those values with a hard coded value is surprising to users who expect those environment variables to be honored
1
38,037
8,639,380,680
IssuesEvent
2018-11-23 18:40:17
supertuxkart/stk-code
https://api.github.com/repos/supertuxkart/stk-code
closed
Parachutes not displayed correctly in replays
C:Graphics P4: minor T: defect T: regression
When playing back a replay, the anchor is correctly displayed and scaled, but the parachute doesn't appear at all when it should. Checking the replay file itself, the information is correctly saved, so this is not the cause of the issue.
1.0
Parachutes not displayed correctly in replays - When playing back a replay, the anchor is correctly displayed and scaled, but the parachute doesn't appear at all when it should. Checking the replay file itself, the information is correctly saved, so this is not the cause of the issue.
defect
parachutes not displayed correctly in replays when playing back a replay the anchor is correctly displayed and scaled but the parachute doesn t appear at all when it should checking the replay file itself the information is correctly saved so this is not the cause of the issue
1
665,772
22,329,200,042
IssuesEvent
2022-06-14 13:17:27
yl-ang/NsStayFit
https://api.github.com/repos/yl-ang/NsStayFit
closed
As a NSMen, I want to keep track of my past IPPT results
type.Story priority.Low IPPT
so that I know whether I improve over time.
1.0
As a NSMen, I want to keep track of my past IPPT results - so that I know whether I improve over time.
non_defect
as a nsmen i want to keep track of my past ippt results so that i know whether i improve over time
0
114,004
9,670,987,956
IssuesEvent
2019-05-21 21:20:41
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: tpccbench/nodes=9/cpu=4/chaos/partition failed
C-test-failure O-roachtest O-robot
SHA: https://github.com/cockroachdb/cockroach/commits/ba5c092a726134b73e789c2047f7ec151be7c1a1 Parameters: To repro, try: ``` # Don't forget to check out a clean suitable branch and experiment with the # stress invocation until the desired results present themselves. For example, # using stress instead of stressrace and passing the '-p' stressflag which # controls concurrency. ./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh cd ~/go/src/github.com/cockroachdb/cockroach && \ stdbuf -oL -eL \ make stressrace TESTS=tpccbench/nodes=9/cpu=4/chaos/partition PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log ``` Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1288263&tab=buildLog ``` The test failed on branch=master, cloud=gce: cluster.go:1833,tpcc.go:853,tpcc.go:554,test.go:1251: unexpected node event: 6: dead cluster.go:1038,context.go:89,cluster.go:1027,asm_amd64.s:522,panic.go:397,test.go:788,test.go:774,cluster.go:1833,tpcc.go:853,tpcc.go:554,test.go:1251: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-1288263-tpccbench-nodes-9-cpu-4-chaos-partition --oneshot --ignore-empty-nodes: exit status 1 10: skipped 8: dead 6: dead 9: dead 4: dead 3: 3554 5: 3376 1: 3666 2: 3423 7: 3408 Error: 8: dead, 6: dead, 9: dead, 4: dead ```
2.0
roachtest: tpccbench/nodes=9/cpu=4/chaos/partition failed - SHA: https://github.com/cockroachdb/cockroach/commits/ba5c092a726134b73e789c2047f7ec151be7c1a1 Parameters: To repro, try: ``` # Don't forget to check out a clean suitable branch and experiment with the # stress invocation until the desired results present themselves. For example, # using stress instead of stressrace and passing the '-p' stressflag which # controls concurrency. ./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh cd ~/go/src/github.com/cockroachdb/cockroach && \ stdbuf -oL -eL \ make stressrace TESTS=tpccbench/nodes=9/cpu=4/chaos/partition PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log ``` Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1288263&tab=buildLog ``` The test failed on branch=master, cloud=gce: cluster.go:1833,tpcc.go:853,tpcc.go:554,test.go:1251: unexpected node event: 6: dead cluster.go:1038,context.go:89,cluster.go:1027,asm_amd64.s:522,panic.go:397,test.go:788,test.go:774,cluster.go:1833,tpcc.go:853,tpcc.go:554,test.go:1251: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-1288263-tpccbench-nodes-9-cpu-4-chaos-partition --oneshot --ignore-empty-nodes: exit status 1 10: skipped 8: dead 6: dead 9: dead 4: dead 3: 3554 5: 3376 1: 3666 2: 3423 7: 3408 Error: 8: dead, 6: dead, 9: dead, 4: dead ```
non_defect
roachtest tpccbench nodes cpu chaos partition failed sha parameters to repro try don t forget to check out a clean suitable branch and experiment with the stress invocation until the desired results present themselves for example using stress instead of stressrace and passing the p stressflag which controls concurrency scripts gceworker sh start scripts gceworker sh mosh cd go src github com cockroachdb cockroach stdbuf ol el make stressrace tests tpccbench nodes cpu chaos partition pkg roachtest testtimeout stressflags maxtime timeout tee tmp stress log failed test the test failed on branch master cloud gce cluster go tpcc go tpcc go test go unexpected node event dead cluster go context go cluster go asm s panic go test go test go cluster go tpcc go tpcc go test go dead node detection home agent work go src github com cockroachdb cockroach bin roachprod monitor teamcity tpccbench nodes cpu chaos partition oneshot ignore empty nodes exit status skipped dead dead dead dead error dead dead dead dead
0
13,439
2,756,480,867
IssuesEvent
2015-04-27 08:44:52
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
3.0: We need better IntegrationTestCase 5xx debugging
Defect
Currently, the result of an unexpected 5xx error would just show as ``` 1) App\Test\TestCase\Controller\AccountControllerTest::testEdit Status code is not 200 but 500 Failed asserting that 500 is equal to 200 or is less than 200. ``` No logs entry, no additional data on what went wrong. Impossible to debug at that point. One way would be `file_put_contents(TMP . 'x' . rand(1, 1000) . '.html', $this->_response->body());` from within `IntegrationTestCase ::_assertStatus()` to actually find the error via generated body HTML content. Turns out it was ``` An Internal Error Has Occurred Error: The "Passwordable" alias has already been loaded with the following config: array... ``` Any way to capture that in integration tests and let it bubble up somewhere?
1.0
3.0: We need better IntegrationTestCase 5xx debugging - Currently, the result of an unexpected 5xx error would just show as ``` 1) App\Test\TestCase\Controller\AccountControllerTest::testEdit Status code is not 200 but 500 Failed asserting that 500 is equal to 200 or is less than 200. ``` No logs entry, no additional data on what went wrong. Impossible to debug at that point. One way would be `file_put_contents(TMP . 'x' . rand(1, 1000) . '.html', $this->_response->body());` from within `IntegrationTestCase ::_assertStatus()` to actually find the error via generated body HTML content. Turns out it was ``` An Internal Error Has Occurred Error: The "Passwordable" alias has already been loaded with the following config: array... ``` Any way to capture that in integration tests and let it bubble up somewhere?
defect
we need better integrationtestcase debugging currently the result of an unexpected error would just show as app test testcase controller accountcontrollertest testedit status code is not but failed asserting that is equal to or is less than no logs entry no additional data on what went wrong impossible to debug at that point one way would be file put contents tmp x rand html this response body from within integrationtestcase assertstatus to actually find the error via generated body html content turns out it was an internal error has occurred error the passwordable alias has already been loaded with the following config array any way to capture that in integration tests and let it bubble up somewhere
1
294,986
25,445,901,328
IssuesEvent
2022-11-24 05:58:56
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
[Bug]: `WaitForAnyActionsTest.waitTest22` is failing intermittently
Type/Bug Type/TestFailure Team/jBallerina
### Description $title Observed during PR build https://scans.gradle.com/s/hwibj43sjckam/tests/overview?outcome=failed Need to check `WaitForAnyActionsTest`s are correct and fix as needed. Also enable disabled tests. ### Steps to Reproduce _No response_ ### Affected Version(s) _No response_ ### OS, DB, other environment details and versions _No response_ ### Related area -> Runtime ### Related issue(s) (optional) _No response_ ### Suggested label(s) (optional) _No response_ ### Suggested assignee(s) (optional) _No response_
1.0
[Bug]: `WaitForAnyActionsTest.waitTest22` is failing intermittently - ### Description $title Observed during PR build https://scans.gradle.com/s/hwibj43sjckam/tests/overview?outcome=failed Need to check `WaitForAnyActionsTest`s are correct and fix as needed. Also enable disabled tests. ### Steps to Reproduce _No response_ ### Affected Version(s) _No response_ ### OS, DB, other environment details and versions _No response_ ### Related area -> Runtime ### Related issue(s) (optional) _No response_ ### Suggested label(s) (optional) _No response_ ### Suggested assignee(s) (optional) _No response_
non_defect
waitforanyactionstest is failing intermittently description title observed during pr build need to check waitforanyactionstest s are correct and fix as needed also enable disabled tests steps to reproduce no response affected version s no response os db other environment details and versions no response related area runtime related issue s optional no response suggested label s optional no response suggested assignee s optional no response
0
423,915
28,965,148,254
IssuesEvent
2023-05-10 07:21:28
chakra-ui/chakra-ui-docs
https://api.github.com/repos/chakra-ui/chakra-ui-docs
closed
Documentation for implementing `@next/font`
documentation good first issue Topic: Documentation 📚
### Subject Nextjs ### Description The current documentation does not provide instructions how to use the next `@next/font` with Chakra. The Next.js documentation is incompatible with Chakra UI. To use the new `@next/font` api with Chakra globally: ```tsx /* pages/_app.tsx */ import { Rubik } from '@next/font/google'; const rubik = Rubik({ subsets: ['latin'] }); const App = ({ Component, pageProps }: AppProps) => { <> <style jsx global> {` :root { --font-rubik: ${rubik.style.fontFamily}; } `} </style> <ChakraProvider theme={theme}> <Component {...pageProps} /> </ChakraProvider> </> }; ``` ```ts /* theme.ts */ export const theme = extendTheme( ... { fonts: { heading: 'var(--font-rubik)', body: 'var(--font-rubik)', } } ... );
2.0
Documentation for implementing `@next/font` - ### Subject Nextjs ### Description The current documentation does not provide instructions how to use the next `@next/font` with Chakra. The Next.js documentation is incompatible with Chakra UI. To use the new `@next/font` api with Chakra globally: ```tsx /* pages/_app.tsx */ import { Rubik } from '@next/font/google'; const rubik = Rubik({ subsets: ['latin'] }); const App = ({ Component, pageProps }: AppProps) => { <> <style jsx global> {` :root { --font-rubik: ${rubik.style.fontFamily}; } `} </style> <ChakraProvider theme={theme}> <Component {...pageProps} /> </ChakraProvider> </> }; ``` ```ts /* theme.ts */ export const theme = extendTheme( ... { fonts: { heading: 'var(--font-rubik)', body: 'var(--font-rubik)', } } ... );
non_defect
documentation for implementing next font subject nextjs description the current documentation does not provide instructions how to use the next next font with chakra the next js documentation is incompatible with chakra ui to use the new next font api with chakra globally tsx pages app tsx import rubik from next font google const rubik rubik subsets const app component pageprops appprops root font rubik rubik style fontfamily ts theme ts export const theme extendtheme fonts heading var font rubik body var font rubik
0
118,630
17,594,190,102
IssuesEvent
2021-08-17 01:05:36
jtimberlake/rl-bakery
https://api.github.com/repos/jtimberlake/rl-bakery
opened
CVE-2021-29618 (Medium) detected in tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl
security vulnerability
## CVE-2021-29618 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/2a/5c/f1d66de5dde6f3ff528f6ea1fd0757a0e594d17debb3ec7f82daa967ea9a/tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/2a/5c/f1d66de5dde6f3ff528f6ea1fd0757a0e594d17debb3ec7f82daa967ea9a/tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl</a></p> <p>Path to dependency file: rl-bakery/requirements.txt</p> <p>Path to vulnerable library: rl-bakery/requirements.txt,rl-bakery</p> <p> Dependency Hierarchy: - :x: **tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl** (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> TensorFlow is an end-to-end open source platform for machine learning. Passing a complex argument to `tf.transpose` at the same time as passing `conjugate=True` argument results in a crash. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range. <p>Publish Date: 2021-05-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29618>CVE-2021-29618</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: 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://github.com/tensorflow/tensorflow/security/advisories/GHSA-xqfj-cr6q-pc8w">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-xqfj-cr6q-pc8w</a></p> <p>Release Date: 2021-05-14</p> <p>Fix Resolution: tensorflow - 2.5.0, tensorflow-cpu - 2.5.0, tensorflow-gpu - 2.5.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"tensorflow","packageVersion":"2.0.0","packageFilePaths":["/requirements.txt","rl-bakery"],"isTransitiveDependency":false,"dependencyTree":"tensorflow:2.0.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"tensorflow - 2.5.0, tensorflow-cpu - 2.5.0, tensorflow-gpu - 2.5.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-29618","vulnerabilityDetails":"TensorFlow is an end-to-end open source platform for machine learning. Passing a complex argument to `tf.transpose` at the same time as passing `conjugate\u003dTrue` argument results in a crash. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29618","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"Low","S":"Unchanged","C":"None","UI":"None","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-29618 (Medium) detected in tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl - ## CVE-2021-29618 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/2a/5c/f1d66de5dde6f3ff528f6ea1fd0757a0e594d17debb3ec7f82daa967ea9a/tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/2a/5c/f1d66de5dde6f3ff528f6ea1fd0757a0e594d17debb3ec7f82daa967ea9a/tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl</a></p> <p>Path to dependency file: rl-bakery/requirements.txt</p> <p>Path to vulnerable library: rl-bakery/requirements.txt,rl-bakery</p> <p> Dependency Hierarchy: - :x: **tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl** (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> TensorFlow is an end-to-end open source platform for machine learning. Passing a complex argument to `tf.transpose` at the same time as passing `conjugate=True` argument results in a crash. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range. <p>Publish Date: 2021-05-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29618>CVE-2021-29618</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: 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://github.com/tensorflow/tensorflow/security/advisories/GHSA-xqfj-cr6q-pc8w">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-xqfj-cr6q-pc8w</a></p> <p>Release Date: 2021-05-14</p> <p>Fix Resolution: tensorflow - 2.5.0, tensorflow-cpu - 2.5.0, tensorflow-gpu - 2.5.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"tensorflow","packageVersion":"2.0.0","packageFilePaths":["/requirements.txt","rl-bakery"],"isTransitiveDependency":false,"dependencyTree":"tensorflow:2.0.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"tensorflow - 2.5.0, tensorflow-cpu - 2.5.0, tensorflow-gpu - 2.5.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-29618","vulnerabilityDetails":"TensorFlow is an end-to-end open source platform for machine learning. Passing a complex argument to `tf.transpose` at the same time as passing `conjugate\u003dTrue` argument results in a crash. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29618","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"Low","S":"Unchanged","C":"None","UI":"None","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> -->
non_defect
cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file rl bakery requirements txt path to vulnerable library rl bakery requirements txt rl bakery dependency hierarchy x tensorflow whl vulnerable library found in base branch master vulnerability details tensorflow is an end to end open source platform for machine learning passing a complex argument to tf transpose at the same time as passing conjugate true argument results in a crash the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow tensorflow and tensorflow as these are also affected and still in supported range publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tensorflow tensorflow cpu tensorflow gpu check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree tensorflow isminimumfixversionavailable true minimumfixversion tensorflow tensorflow cpu tensorflow gpu basebranches vulnerabilityidentifier cve vulnerabilitydetails tensorflow is an end to end open source platform for machine learning passing a complex argument to tf transpose at the same time as passing conjugate argument results in a crash the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow tensorflow and tensorflow as these are also affected and still in supported range vulnerabilityurl
0
483,574
13,926,435,537
IssuesEvent
2020-10-21 18:17:09
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
0.37.0-rc3: Click behavior to Dashboard shown on Public/Embedded
Embedding/ Priority:P3 Type:Bug
**Describe the bug** Click behavior to Dashboard active on Public/Embedded, while Question destination is not active. **To Reproduce** 1. Add a table-based question to dashboard 2. Hover card, click "Click behavior" > select a column > "Go to a custom destination" > "Dashboard" > select any dashboard 3. Save dashboard 4. Open the dashboard Public/Embed URL - notice that the "Click behavior" column has action, which redirects to login.
1.0
0.37.0-rc3: Click behavior to Dashboard shown on Public/Embedded - **Describe the bug** Click behavior to Dashboard active on Public/Embedded, while Question destination is not active. **To Reproduce** 1. Add a table-based question to dashboard 2. Hover card, click "Click behavior" > select a column > "Go to a custom destination" > "Dashboard" > select any dashboard 3. Save dashboard 4. Open the dashboard Public/Embed URL - notice that the "Click behavior" column has action, which redirects to login.
non_defect
click behavior to dashboard shown on public embedded describe the bug click behavior to dashboard active on public embedded while question destination is not active to reproduce add a table based question to dashboard hover card click click behavior select a column go to a custom destination dashboard select any dashboard save dashboard open the dashboard public embed url notice that the click behavior column has action which redirects to login
0
95
3,120,741,957
IssuesEvent
2015-09-05 01:15:50
subuser-security/subuser
https://api.github.com/repos/subuser-security/subuser
closed
Subuser should be prepaired in such a way that it can be packaged by linux distributions
enhancement Portability Somebody else do it. Please!
This involves adding packaging information for debian, arch fedora, suse ect. Depends upon https://github.com/subuser-security/subuser/issues/11
True
Subuser should be prepaired in such a way that it can be packaged by linux distributions - This involves adding packaging information for debian, arch fedora, suse ect. Depends upon https://github.com/subuser-security/subuser/issues/11
non_defect
subuser should be prepaired in such a way that it can be packaged by linux distributions this involves adding packaging information for debian arch fedora suse ect depends upon
0
63,523
17,702,732,103
IssuesEvent
2021-08-25 01:27:30
coherence-community/coherence-spring
https://api.github.com/repos/coherence-community/coherence-spring
closed
Allow SpringAwareBeans to be placed into caches and injected if autowire
Type: Defect Module: Spring Priority: Major
eg: ``` public class SomeValue implements Serializable, ApplicationContextAware { private transient ApplicationContext context; private transient SomeBean someBean; private transient boolean init = false; public void setApplicationContext( ApplicationContext applicationContext ) throws BeansException { context = applicationContext; } @Autowired public void setSomeBean( SomeBean someBean) { this.someBean = someBean; } @PostConstruct public void init() { someBean.doSomethingUseful(); init = true; } ... } ``` Imagine being able to invoke NamedCache#put(“key”, someValue) where someValue is an instance of SomeValue class and the cache could to know how to hydrate and call the appropriate methods when deserializing or instantiate the bean through the proper BeanFactory. Basically this is a "live-spring-bean" (aka: LiveObject) pattern specifically for Spring. The questions remain: Could we also allow / provide SpringRemoting onto said cached objects?
1.0
Allow SpringAwareBeans to be placed into caches and injected if autowire - eg: ``` public class SomeValue implements Serializable, ApplicationContextAware { private transient ApplicationContext context; private transient SomeBean someBean; private transient boolean init = false; public void setApplicationContext( ApplicationContext applicationContext ) throws BeansException { context = applicationContext; } @Autowired public void setSomeBean( SomeBean someBean) { this.someBean = someBean; } @PostConstruct public void init() { someBean.doSomethingUseful(); init = true; } ... } ``` Imagine being able to invoke NamedCache#put(“key”, someValue) where someValue is an instance of SomeValue class and the cache could to know how to hydrate and call the appropriate methods when deserializing or instantiate the bean through the proper BeanFactory. Basically this is a "live-spring-bean" (aka: LiveObject) pattern specifically for Spring. The questions remain: Could we also allow / provide SpringRemoting onto said cached objects?
defect
allow springawarebeans to be placed into caches and injected if autowire eg public class somevalue implements serializable applicationcontextaware private transient applicationcontext context private transient somebean somebean private transient boolean init false public void setapplicationcontext applicationcontext applicationcontext throws beansexception context applicationcontext autowired public void setsomebean somebean somebean this somebean somebean postconstruct public void init somebean dosomethinguseful init true imagine being able to invoke namedcache put “key” somevalue where somevalue is an instance of somevalue class and the cache could to know how to hydrate and call the appropriate methods when deserializing or instantiate the bean through the proper beanfactory basically this is a live spring bean aka liveobject pattern specifically for spring the questions remain could we also allow provide springremoting onto said cached objects
1
645,836
21,016,769,783
IssuesEvent
2022-03-30 11:46:40
owid/owid-grapher
https://api.github.com/repos/owid/owid-grapher
opened
Do not duplicate source text in Grapher Sources tab when multiple variables have the same source
enhancement priority 2 - important
## Description In charts with multiple variables, some variables can be from the same source. Currently we list the source individually for each variable, even if the sources are identical. Examples: - https://ourworldindata.org/grapher/covid-variants-area?country=~GBR - https://ourworldindata.org/homelessness#estimated-number-of-homeless-people-in-the-us-by-shelter-status - https://ourworldindata.org/income-inequality#income-shares ## Proposed solution Try to deduplicate sources, ⚠️ **only if it's an easy task**. It might be more complicated because the sources can be distinct in the database for each variable, even though all information is identical.
1.0
Do not duplicate source text in Grapher Sources tab when multiple variables have the same source - ## Description In charts with multiple variables, some variables can be from the same source. Currently we list the source individually for each variable, even if the sources are identical. Examples: - https://ourworldindata.org/grapher/covid-variants-area?country=~GBR - https://ourworldindata.org/homelessness#estimated-number-of-homeless-people-in-the-us-by-shelter-status - https://ourworldindata.org/income-inequality#income-shares ## Proposed solution Try to deduplicate sources, ⚠️ **only if it's an easy task**. It might be more complicated because the sources can be distinct in the database for each variable, even though all information is identical.
non_defect
do not duplicate source text in grapher sources tab when multiple variables have the same source description in charts with multiple variables some variables can be from the same source currently we list the source individually for each variable even if the sources are identical examples proposed solution try to deduplicate sources ⚠️ only if it s an easy task it might be more complicated because the sources can be distinct in the database for each variable even though all information is identical
0
268,456
20,324,164,753
IssuesEvent
2022-02-18 03:07:28
SecJS/Storage
https://api.github.com/repos/SecJS/Storage
closed
Remove config methods from Storage
documentation refactor test
## Description `addConfig`, `removeConfig` and `resetConfig` could be a little confusing and not so performative because it creates new instances of the Driver every time one of this methods are called. A better way to handle it is just using the `Storage constructor`: ```ts const runtimeConfigs = { bucket: 'test', } const storage = new Storage(runtimeConfigs) ``` Or `disk method`: ```ts const runtimeConfigs = { bucket: 'test', } const storage = new Storage() storage.disk('s3', runtimeConfigs) ``` Both implementation are useful, because you can remove/reset the runtimeConfig in Storage using `disk method`, this way you don't need to create a new instance of Storage. ## Package version 1.0.2
1.0
Remove config methods from Storage - ## Description `addConfig`, `removeConfig` and `resetConfig` could be a little confusing and not so performative because it creates new instances of the Driver every time one of this methods are called. A better way to handle it is just using the `Storage constructor`: ```ts const runtimeConfigs = { bucket: 'test', } const storage = new Storage(runtimeConfigs) ``` Or `disk method`: ```ts const runtimeConfigs = { bucket: 'test', } const storage = new Storage() storage.disk('s3', runtimeConfigs) ``` Both implementation are useful, because you can remove/reset the runtimeConfig in Storage using `disk method`, this way you don't need to create a new instance of Storage. ## Package version 1.0.2
non_defect
remove config methods from storage description addconfig removeconfig and resetconfig could be a little confusing and not so performative because it creates new instances of the driver every time one of this methods are called a better way to handle it is just using the storage constructor ts const runtimeconfigs bucket test const storage new storage runtimeconfigs or disk method ts const runtimeconfigs bucket test const storage new storage storage disk runtimeconfigs both implementation are useful because you can remove reset the runtimeconfig in storage using disk method this way you don t need to create a new instance of storage package version
0
236,799
19,575,891,697
IssuesEvent
2022-01-04 15:24:22
mozilla-mobile/mobile-test-eng
https://api.github.com/repos/mozilla-mobile/mobile-test-eng
closed
Firebase Updates - GCP: SA key record
android infra:mobile infra:ui-test maintenance
Create an internal Mana page for service account housekeeping
1.0
Firebase Updates - GCP: SA key record - Create an internal Mana page for service account housekeeping
non_defect
firebase updates gcp sa key record create an internal mana page for service account housekeeping
0
106,243
9,125,302,080
IssuesEvent
2019-02-24 12:36:35
lord-server/lord
https://api.github.com/repos/lord-server/lord
closed
MS-2019.01: Throwing Engine: Одним болтом убиваются 2 и более моба
bug needs testing
При тестировании #78 . Два моба стоящие друг за другом на линии огдя убиваются одним выстрелом. как воспроизвести: - зайти в кучу враждебных мобов (в кольце) - дождаться когда они подойдут поближе и будут рядом друг с другом - переместиться так, чтобы они (хотя бы 2) стояли оба на лини огня - выстрелить мне удалось убить **5-терых**
1.0
MS-2019.01: Throwing Engine: Одним болтом убиваются 2 и более моба - При тестировании #78 . Два моба стоящие друг за другом на линии огдя убиваются одним выстрелом. как воспроизвести: - зайти в кучу враждебных мобов (в кольце) - дождаться когда они подойдут поближе и будут рядом друг с другом - переместиться так, чтобы они (хотя бы 2) стояли оба на лини огня - выстрелить мне удалось убить **5-терых**
non_defect
ms throwing engine одним болтом убиваются и более моба при тестировании два моба стоящие друг за другом на линии огдя убиваются одним выстрелом как воспроизвести зайти в кучу враждебных мобов в кольце дождаться когда они подойдут поближе и будут рядом друг с другом переместиться так чтобы они хотя бы стояли оба на лини огня выстрелить мне удалось убить терых
0
489,878
14,113,186,749
IssuesEvent
2020-11-07 09:51:45
AY2021S1-CS2103T-T09-1/tp
https://api.github.com/repos/AY2021S1-CS2103T-T09-1/tp
closed
[PE-D] Modules appearing under gem modules even though they have already been taken
priority.Medium severity.Low type.Bug type.Enhancement
When showing modules that can be taken as GEM modules, modules that have already been taken still appear in the list. This means users don't know whether the modules have been taken or not, hampering the user. To reproduce, add the module, GEQ1000. Then, run the 'gem' command to show GE modules. ![Screenshot 2020-10-30 at 4.37.50 PM.png](https://raw.githubusercontent.com/csiongn/ped/main/files/acfdede7-4124-4876-9d49-5efb21a9888a.png) <!--session: 1604045657906-4384a20d-83a5-4089-ba9f-aaa6b6ab1307--> ------------- Labels: `severity.Low` `type.FeatureFlaw` original: csiongn/ped#6
1.0
[PE-D] Modules appearing under gem modules even though they have already been taken - When showing modules that can be taken as GEM modules, modules that have already been taken still appear in the list. This means users don't know whether the modules have been taken or not, hampering the user. To reproduce, add the module, GEQ1000. Then, run the 'gem' command to show GE modules. ![Screenshot 2020-10-30 at 4.37.50 PM.png](https://raw.githubusercontent.com/csiongn/ped/main/files/acfdede7-4124-4876-9d49-5efb21a9888a.png) <!--session: 1604045657906-4384a20d-83a5-4089-ba9f-aaa6b6ab1307--> ------------- Labels: `severity.Low` `type.FeatureFlaw` original: csiongn/ped#6
non_defect
modules appearing under gem modules even though they have already been taken when showing modules that can be taken as gem modules modules that have already been taken still appear in the list this means users don t know whether the modules have been taken or not hampering the user to reproduce add the module then run the gem command to show ge modules labels severity low type featureflaw original csiongn ped
0
46,789
13,055,976,678
IssuesEvent
2020-07-30 03:17:08
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[clsim] fix hole ice params for all segments (Trac #1877)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/1877 ```json { "status": "closed", "changetime": "2019-02-13T14:13:24", "description": "Commit r149878/IceCube broke simprod-scripts because it didn't update `python/traysegments/I3CLSimMakeHits.py`.\n\n", "reporter": "david.schultz", "cc": "olivas, claudio.kopper", "resolution": "fixed", "_ts": "1550067204154158", "component": "combo simulation", "summary": "[clsim] fix hole ice params for all segments", "priority": "blocker", "keywords": "", "time": "2016-10-01T15:27:26", "milestone": "", "owner": "sebastian.sanchez", "type": "defect" } ```
1.0
[clsim] fix hole ice params for all segments (Trac #1877) - Migrated from https://code.icecube.wisc.edu/ticket/1877 ```json { "status": "closed", "changetime": "2019-02-13T14:13:24", "description": "Commit r149878/IceCube broke simprod-scripts because it didn't update `python/traysegments/I3CLSimMakeHits.py`.\n\n", "reporter": "david.schultz", "cc": "olivas, claudio.kopper", "resolution": "fixed", "_ts": "1550067204154158", "component": "combo simulation", "summary": "[clsim] fix hole ice params for all segments", "priority": "blocker", "keywords": "", "time": "2016-10-01T15:27:26", "milestone": "", "owner": "sebastian.sanchez", "type": "defect" } ```
defect
fix hole ice params for all segments trac migrated from json status closed changetime description commit icecube broke simprod scripts because it didn t update python traysegments py n n reporter david schultz cc olivas claudio kopper resolution fixed ts component combo simulation summary fix hole ice params for all segments priority blocker keywords time milestone owner sebastian sanchez type defect
1
776
2,587,973,085
IssuesEvent
2015-02-17 21:49:43
chrsmith/codesearch
https://api.github.com/repos/chrsmith/codesearch
opened
Windows missing conversion
auto-migrated Priority-Medium Type-Defect
``` In mmap_windows.go line 26: h, err := syscall.CreateFileMapping(f.Fd(), nil, ... Need convert to syscall.Handle: h, err := syscall.CreateFileMapping(syscall.Handle(f.Fd()), nil, ``` ----- Original issue reported on code.google.com by `daniel.p...@gmail.com` on 6 Nov 2013 at 5:17
1.0
Windows missing conversion - ``` In mmap_windows.go line 26: h, err := syscall.CreateFileMapping(f.Fd(), nil, ... Need convert to syscall.Handle: h, err := syscall.CreateFileMapping(syscall.Handle(f.Fd()), nil, ``` ----- Original issue reported on code.google.com by `daniel.p...@gmail.com` on 6 Nov 2013 at 5:17
defect
windows missing conversion in mmap windows go line h err syscall createfilemapping f fd nil need convert to syscall handle h err syscall createfilemapping syscall handle f fd nil original issue reported on code google com by daniel p gmail com on nov at
1
137,712
20,202,221,551
IssuesEvent
2022-02-11 16:19:48
blopker/totem
https://api.github.com/repos/blopker/totem
opened
Circle Screen tabs
needs design
Menu bar for the app at the bottom to separated current circles, past circles and upcoming
1.0
Circle Screen tabs - Menu bar for the app at the bottom to separated current circles, past circles and upcoming
non_defect
circle screen tabs menu bar for the app at the bottom to separated current circles past circles and upcoming
0
14,799
2,831,389,688
IssuesEvent
2015-05-24 15:54:32
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
D800 takes three photos with each push of the camera button when on wifi
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Simply making the connection over wifi with tp-link 2. 3. What is the expected output? What do you see instead? One photo. Application works perfectly connected with OTG cable to Samsung tab 10.1. But using wireless and the tp-link 3040, with the D800, I get three photos for each push of the shutter button on the tablet. This problem does not occur with the D700. What version of the product are you using? On what operating system? Using 30.30 and Android 4.0.4 on the tablet. Please provide any additional information below. There are some other issues as well, such as cannot use internal viewer to see images. ``` Original issue reported on code.google.com by `Steve.Mc...@gmail.com` on 14 Dec 2013 at 10:54
1.0
D800 takes three photos with each push of the camera button when on wifi - ``` What steps will reproduce the problem? 1. Simply making the connection over wifi with tp-link 2. 3. What is the expected output? What do you see instead? One photo. Application works perfectly connected with OTG cable to Samsung tab 10.1. But using wireless and the tp-link 3040, with the D800, I get three photos for each push of the shutter button on the tablet. This problem does not occur with the D700. What version of the product are you using? On what operating system? Using 30.30 and Android 4.0.4 on the tablet. Please provide any additional information below. There are some other issues as well, such as cannot use internal viewer to see images. ``` Original issue reported on code.google.com by `Steve.Mc...@gmail.com` on 14 Dec 2013 at 10:54
defect
takes three photos with each push of the camera button when on wifi what steps will reproduce the problem simply making the connection over wifi with tp link what is the expected output what do you see instead one photo application works perfectly connected with otg cable to samsung tab but using wireless and the tp link with the i get three photos for each push of the shutter button on the tablet this problem does not occur with the what version of the product are you using on what operating system using and android on the tablet please provide any additional information below there are some other issues as well such as cannot use internal viewer to see images original issue reported on code google com by steve mc gmail com on dec at
1
402,800
27,387,324,488
IssuesEvent
2023-02-28 14:10:32
VirtusLab/scala-cli
https://api.github.com/repos/VirtusLab/scala-cli
closed
Specify classifiers in using lib directives
documentation enhancement
I'm working with machine learning training scripts, and `scala-cli` would be a great fit for writing them. These scripts require native libraries though, which are packaged as jars with classifiers, as they are os and arch dependent. They can also be available in different variants like CPU and GPU, again expressed through different classifiers. In sbt for instance, it's possible to add a classifier to a dependency in the following way: ```scala "org.bytedeco" % "pytorch" % "1.12.1-1.5.8" classifier "linux-x86_64" "org.bytedeco" % "pytorch" % "1.12.1-1.5.8" classifier "linux-x86_64-gpu" ``` I'd like to be able to express dependencies with classifiers inside a `using lib` directive, to be able to work with these kinds of libraries from scala-cli.
1.0
Specify classifiers in using lib directives - I'm working with machine learning training scripts, and `scala-cli` would be a great fit for writing them. These scripts require native libraries though, which are packaged as jars with classifiers, as they are os and arch dependent. They can also be available in different variants like CPU and GPU, again expressed through different classifiers. In sbt for instance, it's possible to add a classifier to a dependency in the following way: ```scala "org.bytedeco" % "pytorch" % "1.12.1-1.5.8" classifier "linux-x86_64" "org.bytedeco" % "pytorch" % "1.12.1-1.5.8" classifier "linux-x86_64-gpu" ``` I'd like to be able to express dependencies with classifiers inside a `using lib` directive, to be able to work with these kinds of libraries from scala-cli.
non_defect
specify classifiers in using lib directives i m working with machine learning training scripts and scala cli would be a great fit for writing them these scripts require native libraries though which are packaged as jars with classifiers as they are os and arch dependent they can also be available in different variants like cpu and gpu again expressed through different classifiers in sbt for instance it s possible to add a classifier to a dependency in the following way scala org bytedeco pytorch classifier linux org bytedeco pytorch classifier linux gpu i d like to be able to express dependencies with classifiers inside a using lib directive to be able to work with these kinds of libraries from scala cli
0
61,252
17,023,648,552
IssuesEvent
2021-07-03 03:05:54
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
nominatim.openstreetmap.org map style has changed?
Component: nominatim Priority: minor Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 8.39am, Thursday, 28th October 2010]** There is a new look in OSM. So we cant find any places like houses,public places,etc.
1.0
nominatim.openstreetmap.org map style has changed? - **[Submitted to the original trac issue database at 8.39am, Thursday, 28th October 2010]** There is a new look in OSM. So we cant find any places like houses,public places,etc.
defect
nominatim openstreetmap org map style has changed there is a new look in osm so we cant find any places like houses public places etc
1
77,631
27,086,045,902
IssuesEvent
2023-02-14 17:03:52
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
List of logged in devices uses non-locale-sensitive date formatting
T-Defect
### Steps to reproduce 1. Set your display language to Japanese 2. Open settings 3. Go to the security and privacy tab 4. Look at the list of devices ### Outcome Expected: Last login dates are in Japanese style Actual: ![image](https://user-images.githubusercontent.com/3315070/218802117-75774c9d-cb6a-4440-a9a6-f0fc9ef81486.png) Last login dates are in Japanese but look like they're laid out according to English date formatting rules. The 1月 29 looks like it's English's "Month space Day" format. This should be 1月29日. The 12月 25, 2022 is in English order with English format (comma and everything). This should be 2022年12月25日. Most date formatters have an option to specify a locale and short/medium/long, rather than a specific date string, which is probably what you want to be using here. ### Operating system macOS 13.1(22C65) ### Browser information Safari 16.2 (18614.3.7.1.5) ### URL for webapp app.element.io ### Application version Elementのバージョン: 1.11.23 Olmのバージョン: 3.2.12 ### Homeserver matrix.org ### Will you send logs? Yes
1.0
List of logged in devices uses non-locale-sensitive date formatting - ### Steps to reproduce 1. Set your display language to Japanese 2. Open settings 3. Go to the security and privacy tab 4. Look at the list of devices ### Outcome Expected: Last login dates are in Japanese style Actual: ![image](https://user-images.githubusercontent.com/3315070/218802117-75774c9d-cb6a-4440-a9a6-f0fc9ef81486.png) Last login dates are in Japanese but look like they're laid out according to English date formatting rules. The 1月 29 looks like it's English's "Month space Day" format. This should be 1月29日. The 12月 25, 2022 is in English order with English format (comma and everything). This should be 2022年12月25日. Most date formatters have an option to specify a locale and short/medium/long, rather than a specific date string, which is probably what you want to be using here. ### Operating system macOS 13.1(22C65) ### Browser information Safari 16.2 (18614.3.7.1.5) ### URL for webapp app.element.io ### Application version Elementのバージョン: 1.11.23 Olmのバージョン: 3.2.12 ### Homeserver matrix.org ### Will you send logs? Yes
defect
list of logged in devices uses non locale sensitive date formatting steps to reproduce set your display language to japanese open settings go to the security and privacy tab look at the list of devices outcome expected last login dates are in japanese style actual last login dates are in japanese but look like they re laid out according to english date formatting rules the looks like it s english s month space day format this should be the is in english order with english format comma and everything this should be most date formatters have an option to specify a locale and short medium long rather than a specific date string which is probably what you want to be using here operating system macos ( ) browser information safari url for webapp app element io application version elementのバージョン: olmのバージョン: homeserver matrix org will you send logs yes
1
171,602
6,491,916,365
IssuesEvent
2017-08-21 11:20:55
SacredDuckwhale/TotalAP
https://api.github.com/repos/SacredDuckwhale/TotalAP
opened
Refactor original GUI controller
module:gui priority:low status:confirmed type:task
It's not very large, but outside of the (very limited) View interaction it doesn't do anything, really. It could end up handling the tooltips, but first it needs some rethinking and cleaning out obsolete code.
1.0
Refactor original GUI controller - It's not very large, but outside of the (very limited) View interaction it doesn't do anything, really. It could end up handling the tooltips, but first it needs some rethinking and cleaning out obsolete code.
non_defect
refactor original gui controller it s not very large but outside of the very limited view interaction it doesn t do anything really it could end up handling the tooltips but first it needs some rethinking and cleaning out obsolete code
0
79,400
22,753,005,823
IssuesEvent
2022-07-07 14:27:33
spack/spack
https://api.github.com/repos/spack/spack
opened
Installation issue: gcc12.1.0
build-error
### Steps to reproduce the issue ```console $ spack spec -l gcc Input spec -------------------------------- gcc Concretized -------------------------------- a4e7g6r gcc@12.1.0%apple-clang@13.1.6~binutils+bootstrap~graphite~nvptx~piclibs~strip build_type=RelWithDebInfo languages=c,c++,fortran arch=darwin-monterey-m1 jmjgb7g ^diffutils@2.8.1%apple-clang@13.1.6 arch=darwin-monterey-m1 nf34hq3 ^gawk@5.1.1%apple-clang@13.1.6~nls arch=darwin-monterey-m1 fdddzrl ^gmp@6.2.1%apple-clang@13.1.6 libs=shared,static arch=darwin-monterey-m1 t3s5iie ^autoconf@2.69%apple-clang@13.1.6 patches=35c4492,7793209,a49dd5b arch=darwin-monterey-m1 kgshvzr ^gnuconfig@2021-08-14%apple-clang@13.1.6 arch=darwin-monterey-m1 eth24yk ^m4@1.4.6%apple-clang@13.1.6+sigsegv arch=darwin-monterey-m1 x2d5b32 ^perl@5.34.1%apple-clang@13.1.6+cpanm+shared+threads arch=darwin-monterey-m1 cw5pmcf ^berkeley-db@18.1.40%apple-clang@13.1.6+cxx~docs+stl patches=b231fcc arch=darwin-monterey-m1 6gbjesr ^bzip2@1.0.8%apple-clang@13.1.6~debug~pic+shared arch=darwin-monterey-m1 2xcdch3 ^gdbm@1.19%apple-clang@13.1.6 arch=darwin-monterey-m1 ai2j556 ^readline@8.1%apple-clang@13.1.6 arch=darwin-monterey-m1 kuzl4os ^ncurses@6.2%apple-clang@13.1.6~symlinks+termlib abi=none arch=darwin-monterey-m1 xw7qdku ^pkgconf@1.8.0%apple-clang@13.1.6 arch=darwin-monterey-m1 yyvdsop ^zlib@1.2.12%apple-clang@13.1.6+optimize+pic+shared patches=0d38234 arch=darwin-monterey-m1 zvm43tc ^automake@1.16.5%apple-clang@13.1.6 arch=darwin-monterey-m1 jpaaqnh ^libtool@2.4.7%apple-clang@13.1.6 arch=darwin-monterey-m1 kblhmvz ^libsigsegv@2.13%apple-clang@13.1.6 arch=darwin-monterey-m1 3ej3a3o ^mpfr@4.1.0%apple-clang@13.1.6 libs=shared,static arch=darwin-monterey-m1 rttxdkn ^autoconf-archive@2022.02.11%apple-clang@13.1.6 patches=130cd48 arch=darwin-monterey-m1 5dqh4ij ^texinfo@4.8%apple-clang@13.1.6 arch=darwin-monterey-m1 on55dof ^libiconv@1.16%apple-clang@13.1.6 libs=shared,static arch=darwin-monterey-m1 2q5opfa ^mpc@1.2.1%apple-clang@13.1.6 libs=shared,static arch=darwin-monterey-m1 vg2x7ka ^zstd@1.5.2%apple-clang@13.1.6~programs libs=shared,static arch=darwin-monterey-m1 ``` ### Error message <details><summary>Error message</summary><pre> ==> Ran patch() for gcc ==> gcc: Executing phase: 'autoreconf' ==> gcc: Executing phase: 'configure' ==> gcc: Executing phase: 'build' ==> [2022-07-07-00:15:30.833161] Error: ProcessError: Command exited with status 2: 'make' '-j10' 'V=1' 3 errors found in build log: 3644 checking for O_CLOEXEC... yes 3645 checking for AF_UNIX... yes 3646 checking for AF_INET6... yes 3647 checking for _LK_LOCK... no 3648 checking if mkdir takes one argument... no 3649 *** Configuration aarch64-apple-darwin21.5.0 not supported >> 3650 make[2]: *** [configure-stage1-gcc] Error 1 >> 3651 make[1]: *** [stage1-bubble] Error 2 >> 3652 make: *** [all] Error 2 </pre></details> ### Information on your system $ spack debug report * **Spack:** 0.18.0 (c09bf37ff690c29779a342670cf8a171ad1b9233) * **Python:** 3.10.5 * **Platform:** darwin-monterey-m1 * **Concretizer:** clingo ### Additional information Maintainers: @alalazo @michaelkuhn [spack-build-out.txt](https://github.com/spack/spack/files/9064597/spack-build-out.txt) [spack-build-env.txt](https://github.com/spack/spack/files/9064600/spack-build-env.txt) ### General information - [X] I have run `spack debug report` and reported the version of Spack/Python/Platform - [X] I have run `spack maintainers <name-of-the-package>` and **@mentioned** any maintainers - [X] I have uploaded the build log and environment files - [X] I have searched the issues of this repo and believe this is not a duplicate
1.0
Installation issue: gcc12.1.0 - ### Steps to reproduce the issue ```console $ spack spec -l gcc Input spec -------------------------------- gcc Concretized -------------------------------- a4e7g6r gcc@12.1.0%apple-clang@13.1.6~binutils+bootstrap~graphite~nvptx~piclibs~strip build_type=RelWithDebInfo languages=c,c++,fortran arch=darwin-monterey-m1 jmjgb7g ^diffutils@2.8.1%apple-clang@13.1.6 arch=darwin-monterey-m1 nf34hq3 ^gawk@5.1.1%apple-clang@13.1.6~nls arch=darwin-monterey-m1 fdddzrl ^gmp@6.2.1%apple-clang@13.1.6 libs=shared,static arch=darwin-monterey-m1 t3s5iie ^autoconf@2.69%apple-clang@13.1.6 patches=35c4492,7793209,a49dd5b arch=darwin-monterey-m1 kgshvzr ^gnuconfig@2021-08-14%apple-clang@13.1.6 arch=darwin-monterey-m1 eth24yk ^m4@1.4.6%apple-clang@13.1.6+sigsegv arch=darwin-monterey-m1 x2d5b32 ^perl@5.34.1%apple-clang@13.1.6+cpanm+shared+threads arch=darwin-monterey-m1 cw5pmcf ^berkeley-db@18.1.40%apple-clang@13.1.6+cxx~docs+stl patches=b231fcc arch=darwin-monterey-m1 6gbjesr ^bzip2@1.0.8%apple-clang@13.1.6~debug~pic+shared arch=darwin-monterey-m1 2xcdch3 ^gdbm@1.19%apple-clang@13.1.6 arch=darwin-monterey-m1 ai2j556 ^readline@8.1%apple-clang@13.1.6 arch=darwin-monterey-m1 kuzl4os ^ncurses@6.2%apple-clang@13.1.6~symlinks+termlib abi=none arch=darwin-monterey-m1 xw7qdku ^pkgconf@1.8.0%apple-clang@13.1.6 arch=darwin-monterey-m1 yyvdsop ^zlib@1.2.12%apple-clang@13.1.6+optimize+pic+shared patches=0d38234 arch=darwin-monterey-m1 zvm43tc ^automake@1.16.5%apple-clang@13.1.6 arch=darwin-monterey-m1 jpaaqnh ^libtool@2.4.7%apple-clang@13.1.6 arch=darwin-monterey-m1 kblhmvz ^libsigsegv@2.13%apple-clang@13.1.6 arch=darwin-monterey-m1 3ej3a3o ^mpfr@4.1.0%apple-clang@13.1.6 libs=shared,static arch=darwin-monterey-m1 rttxdkn ^autoconf-archive@2022.02.11%apple-clang@13.1.6 patches=130cd48 arch=darwin-monterey-m1 5dqh4ij ^texinfo@4.8%apple-clang@13.1.6 arch=darwin-monterey-m1 on55dof ^libiconv@1.16%apple-clang@13.1.6 libs=shared,static arch=darwin-monterey-m1 2q5opfa ^mpc@1.2.1%apple-clang@13.1.6 libs=shared,static arch=darwin-monterey-m1 vg2x7ka ^zstd@1.5.2%apple-clang@13.1.6~programs libs=shared,static arch=darwin-monterey-m1 ``` ### Error message <details><summary>Error message</summary><pre> ==> Ran patch() for gcc ==> gcc: Executing phase: 'autoreconf' ==> gcc: Executing phase: 'configure' ==> gcc: Executing phase: 'build' ==> [2022-07-07-00:15:30.833161] Error: ProcessError: Command exited with status 2: 'make' '-j10' 'V=1' 3 errors found in build log: 3644 checking for O_CLOEXEC... yes 3645 checking for AF_UNIX... yes 3646 checking for AF_INET6... yes 3647 checking for _LK_LOCK... no 3648 checking if mkdir takes one argument... no 3649 *** Configuration aarch64-apple-darwin21.5.0 not supported >> 3650 make[2]: *** [configure-stage1-gcc] Error 1 >> 3651 make[1]: *** [stage1-bubble] Error 2 >> 3652 make: *** [all] Error 2 </pre></details> ### Information on your system $ spack debug report * **Spack:** 0.18.0 (c09bf37ff690c29779a342670cf8a171ad1b9233) * **Python:** 3.10.5 * **Platform:** darwin-monterey-m1 * **Concretizer:** clingo ### Additional information Maintainers: @alalazo @michaelkuhn [spack-build-out.txt](https://github.com/spack/spack/files/9064597/spack-build-out.txt) [spack-build-env.txt](https://github.com/spack/spack/files/9064600/spack-build-env.txt) ### General information - [X] I have run `spack debug report` and reported the version of Spack/Python/Platform - [X] I have run `spack maintainers <name-of-the-package>` and **@mentioned** any maintainers - [X] I have uploaded the build log and environment files - [X] I have searched the issues of this repo and believe this is not a duplicate
non_defect
installation issue steps to reproduce the issue console spack spec l gcc input spec gcc concretized gcc apple clang binutils bootstrap graphite nvptx piclibs strip build type relwithdebinfo languages c c fortran arch darwin monterey diffutils apple clang arch darwin monterey gawk apple clang nls arch darwin monterey fdddzrl gmp apple clang libs shared static arch darwin monterey autoconf apple clang patches arch darwin monterey kgshvzr gnuconfig apple clang arch darwin monterey apple clang sigsegv arch darwin monterey perl apple clang cpanm shared threads arch darwin monterey berkeley db apple clang cxx docs stl patches arch darwin monterey apple clang debug pic shared arch darwin monterey gdbm apple clang arch darwin monterey readline apple clang arch darwin monterey ncurses apple clang symlinks termlib abi none arch darwin monterey pkgconf apple clang arch darwin monterey yyvdsop zlib apple clang optimize pic shared patches arch darwin monterey automake apple clang arch darwin monterey jpaaqnh libtool apple clang arch darwin monterey kblhmvz libsigsegv apple clang arch darwin monterey mpfr apple clang libs shared static arch darwin monterey rttxdkn autoconf archive apple clang patches arch darwin monterey texinfo apple clang arch darwin monterey libiconv apple clang libs shared static arch darwin monterey mpc apple clang libs shared static arch darwin monterey zstd apple clang programs libs shared static arch darwin monterey error message error message ran patch for gcc gcc executing phase autoreconf gcc executing phase configure gcc executing phase build error processerror command exited with status make v errors found in build log checking for o cloexec yes checking for af unix yes checking for af yes checking for lk lock no checking if mkdir takes one argument no configuration apple not supported make error make error make error information on your system spack debug report spack python platform darwin monterey concretizer clingo additional information maintainers alalazo michaelkuhn general information i have run spack debug report and reported the version of spack python platform i have run spack maintainers and mentioned any maintainers i have uploaded the build log and environment files i have searched the issues of this repo and believe this is not a duplicate
0
69,523
22,409,711,489
IssuesEvent
2022-06-18 14:34:09
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Max-width setting of DisambiguatedProfile should not be applied to reply tiles recursively
T-Defect
### Steps to reproduce 1. Open a room 2. Send a message 3. Reply to the message ### Outcome #### What did you expect? The declaration `max-width: calc(100% - $left-gutter)` should not be applied to reply tiles etc. recursively. ![after](https://user-images.githubusercontent.com/3362943/174443031-68df6c0b-c661-40c3-b588-54ef375c6980.png) ![after2](https://user-images.githubusercontent.com/3362943/174443035-b612eabc-d2a4-4fa1-ab88-aee828c7dec3.png) #### What happened instead? It is applied recursively. ![before](https://user-images.githubusercontent.com/3362943/174443041-fd978e15-ca6c-45b0-9419-656a94ece5c9.png) ![before2](https://user-images.githubusercontent.com/3362943/174443045-73117e23-b0af-462a-b2b0-963af14e2980.png) ### Operating system Debian ### Browser information Firefox ESR 91 ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
1.0
Max-width setting of DisambiguatedProfile should not be applied to reply tiles recursively - ### Steps to reproduce 1. Open a room 2. Send a message 3. Reply to the message ### Outcome #### What did you expect? The declaration `max-width: calc(100% - $left-gutter)` should not be applied to reply tiles etc. recursively. ![after](https://user-images.githubusercontent.com/3362943/174443031-68df6c0b-c661-40c3-b588-54ef375c6980.png) ![after2](https://user-images.githubusercontent.com/3362943/174443035-b612eabc-d2a4-4fa1-ab88-aee828c7dec3.png) #### What happened instead? It is applied recursively. ![before](https://user-images.githubusercontent.com/3362943/174443041-fd978e15-ca6c-45b0-9419-656a94ece5c9.png) ![before2](https://user-images.githubusercontent.com/3362943/174443045-73117e23-b0af-462a-b2b0-963af14e2980.png) ### Operating system Debian ### Browser information Firefox ESR 91 ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
defect
max width setting of disambiguatedprofile should not be applied to reply tiles recursively steps to reproduce open a room send a message reply to the message outcome what did you expect the declaration max width calc left gutter should not be applied to reply tiles etc recursively what happened instead it is applied recursively operating system debian browser information firefox esr url for webapp localhost application version develop branch homeserver no response will you send logs no
1
58,531
16,589,460,381
IssuesEvent
2021-06-01 05:27:35
Questie/Questie
https://api.github.com/repos/Questie/Questie
opened
Questie error blocks ability to enter battlegrounds
Type - Defect
## Bug description Questie encounters an error when the user attempt to join a battleground both through the popup menu and through the mini-map right click menu. ## Screenshots <!-- If you can, add a screenshot to help explaining the bug. Simply drag and drop the image in this input field, no need to upload it to any other image platform. --> ## Questie version V6.3.14 ##Swatter Report ``` Date: 2021-06-01 17:23:56 ID: 1 Error occured in: AddOn: Questie Count: 1 Message: Error: AddOn Questie attempted to call a forbidden function (UNKNOWN()) from a tainted execution path. Debug: [string "=[C]"]: ? [string "=[C]"]: ? [string "@..\FrameXML\Minimap.lua"]:368: func() [string "@..\FrameXML\UIDropDownMenu.lua"]:960: UIDropDownMenuButton_OnClick() [string "*:OnClick"]:1: [string "*:OnClick"]:1 Locals: None AddOns: Swatter, v8.2.6377 (SwimmingSeadragon) Atlas, vv1.49.00 AtlasClassicWoW, vv1.49.00 AtlasLootClassic, vv2.2.1-bcc AtlasLootClassicData, vv2.2.1-bcc AtlasLootClassicDungeonsAndRaids, vv2.2.1-bcc AtlasLootClassicOptions, vv2.2.1-bcc AucAdvanced, v8.2.6430 (SwimmingSeadragon) AucFilterBasic, v8.2.6364 (SwimmingSeadragon) AucScanData, v8.2.6365 (SwimmingSeadragon) AucStatHistogram, v8.2.6366 (SwimmingSeadragon) AucStatiLevel, v8.2.6370 (SwimmingSeadragon) AucStatPurchased, v8.2.6367 (SwimmingSeadragon) AucStatSimple, v8.2.6399 (SwimmingSeadragon) AucStatStdDev, v8.2.6369 (SwimmingSeadragon) AucUtilFixAH, v8.2.6371 (SwimmingSeadragon) AutoVendor, v68-classic BagBrother, v Bagnon, v9.0.7 BagnonConfig, v BeanCounter, v8.2.6434 (SwimmingSeadragon) ClassicLFG, v2.0.2 DBMCore, v2.5.4 DBMStatusBarTimers, v Details, v DetailsStreamer, v DetailsTinyThreat, v Enchantrix, v8.2.6428 (SwimmingSeadragon) EnchantrixBarker, v8.2.6469 (SwimmingSeadragon) FiveSecondRule, v2.0 FreeBagSpaces, v1.23.18 GlobalIgnoreList, v8.2.1 Guidelime, v2.017 GuidelimeHumanPaladin, v0.1.0 Immersion, v1.3.7 InFlight, v1.13.005 InFlightLoad, v1.13.005 Informant, v8.2.6374 (SwimmingSeadragon) LeatrixMaps, v2.5.37 Pawn, v2.5.9 Plater, vPlater-v330-BCC Quartz, v3.6.5 Questie, v6.3.14 ShadowedUnitFrames, vv4.3.1-classic-1-gf597a16 SlideBar, v8.2.6375 (SwimmingSeadragon) SpeedyAutoLoot, v2.0.43-Beta Stubby, v8.2.6376 (SwimmingSeadragon) TinyTooltip, v8.2.1 VendorPrice, v1.4.0 WhatsTraining, v3.0.0 WideQuestLog, v BlizRuntimeLib_enUS v2.5.1.20501 <none> (ck=663) ```
1.0
Questie error blocks ability to enter battlegrounds - ## Bug description Questie encounters an error when the user attempt to join a battleground both through the popup menu and through the mini-map right click menu. ## Screenshots <!-- If you can, add a screenshot to help explaining the bug. Simply drag and drop the image in this input field, no need to upload it to any other image platform. --> ## Questie version V6.3.14 ##Swatter Report ``` Date: 2021-06-01 17:23:56 ID: 1 Error occured in: AddOn: Questie Count: 1 Message: Error: AddOn Questie attempted to call a forbidden function (UNKNOWN()) from a tainted execution path. Debug: [string "=[C]"]: ? [string "=[C]"]: ? [string "@..\FrameXML\Minimap.lua"]:368: func() [string "@..\FrameXML\UIDropDownMenu.lua"]:960: UIDropDownMenuButton_OnClick() [string "*:OnClick"]:1: [string "*:OnClick"]:1 Locals: None AddOns: Swatter, v8.2.6377 (SwimmingSeadragon) Atlas, vv1.49.00 AtlasClassicWoW, vv1.49.00 AtlasLootClassic, vv2.2.1-bcc AtlasLootClassicData, vv2.2.1-bcc AtlasLootClassicDungeonsAndRaids, vv2.2.1-bcc AtlasLootClassicOptions, vv2.2.1-bcc AucAdvanced, v8.2.6430 (SwimmingSeadragon) AucFilterBasic, v8.2.6364 (SwimmingSeadragon) AucScanData, v8.2.6365 (SwimmingSeadragon) AucStatHistogram, v8.2.6366 (SwimmingSeadragon) AucStatiLevel, v8.2.6370 (SwimmingSeadragon) AucStatPurchased, v8.2.6367 (SwimmingSeadragon) AucStatSimple, v8.2.6399 (SwimmingSeadragon) AucStatStdDev, v8.2.6369 (SwimmingSeadragon) AucUtilFixAH, v8.2.6371 (SwimmingSeadragon) AutoVendor, v68-classic BagBrother, v Bagnon, v9.0.7 BagnonConfig, v BeanCounter, v8.2.6434 (SwimmingSeadragon) ClassicLFG, v2.0.2 DBMCore, v2.5.4 DBMStatusBarTimers, v Details, v DetailsStreamer, v DetailsTinyThreat, v Enchantrix, v8.2.6428 (SwimmingSeadragon) EnchantrixBarker, v8.2.6469 (SwimmingSeadragon) FiveSecondRule, v2.0 FreeBagSpaces, v1.23.18 GlobalIgnoreList, v8.2.1 Guidelime, v2.017 GuidelimeHumanPaladin, v0.1.0 Immersion, v1.3.7 InFlight, v1.13.005 InFlightLoad, v1.13.005 Informant, v8.2.6374 (SwimmingSeadragon) LeatrixMaps, v2.5.37 Pawn, v2.5.9 Plater, vPlater-v330-BCC Quartz, v3.6.5 Questie, v6.3.14 ShadowedUnitFrames, vv4.3.1-classic-1-gf597a16 SlideBar, v8.2.6375 (SwimmingSeadragon) SpeedyAutoLoot, v2.0.43-Beta Stubby, v8.2.6376 (SwimmingSeadragon) TinyTooltip, v8.2.1 VendorPrice, v1.4.0 WhatsTraining, v3.0.0 WideQuestLog, v BlizRuntimeLib_enUS v2.5.1.20501 <none> (ck=663) ```
defect
questie error blocks ability to enter battlegrounds bug description questie encounters an error when the user attempt to join a battleground both through the popup menu and through the mini map right click menu screenshots questie version swatter report date id error occured in addon questie count message error addon questie attempted to call a forbidden function unknown from a tainted execution path debug func uidropdownmenubutton onclick locals none addons swatter swimmingseadragon atlas atlasclassicwow atlaslootclassic bcc atlaslootclassicdata bcc atlaslootclassicdungeonsandraids bcc atlaslootclassicoptions bcc aucadvanced swimmingseadragon aucfilterbasic swimmingseadragon aucscandata swimmingseadragon aucstathistogram swimmingseadragon aucstatilevel swimmingseadragon aucstatpurchased swimmingseadragon aucstatsimple swimmingseadragon aucstatstddev swimmingseadragon aucutilfixah swimmingseadragon autovendor classic bagbrother v bagnon bagnonconfig v beancounter swimmingseadragon classiclfg dbmcore dbmstatusbartimers v details v detailsstreamer v detailstinythreat v enchantrix swimmingseadragon enchantrixbarker swimmingseadragon fivesecondrule freebagspaces globalignorelist guidelime guidelimehumanpaladin immersion inflight inflightload informant swimmingseadragon leatrixmaps pawn plater vplater bcc quartz questie shadowedunitframes classic slidebar swimmingseadragon speedyautoloot beta stubby swimmingseadragon tinytooltip vendorprice whatstraining widequestlog v blizruntimelib enus ck
1
69,401
22,338,105,272
IssuesEvent
2022-06-14 20:41:30
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
zpool create - internal error: out of memory
Type: Defect
### System information Debian x86_64-linux-gnu zfs-2.1.4-1 zfs-kmod-2.1.4-1 Linux chmura 4.9.316 #5 SMP Tue Jun 7 13:02:00 CEST 2022 x86_64 GNU/Linux ### Describe the problem you're observing I am facing the development of a new zfs for very old systems with kernel 4.9.316 (new build) glibc 2.13 gcc version 4.7.2 (Debian 4.7.2-5) Everything builds correctly, the zfs kernel module works, I can import the old pool created on zfs 0.8.6, update them, the tools work (like zfs create, destroy, snapshot, etc ) except for one command: `zpool create test device (or file)` always return `internal error: out of memory` ### Describe how to reproduce the problem `cd /build/zfs/zfs-2.1.4` `./autogen.sh` `./configure --disable-pyzfs --disable-systemd --with-linux=/build/linux-4.9.316 --with-linux-obj=/build/linux-4.9.316` `make` `make install` after make install (or make deb and install packages) command `zpool create test /dev/sdb` returns `internal error: out of memory` built old versions of zfs 0.8.6 work perfectly fine
1.0
zpool create - internal error: out of memory - ### System information Debian x86_64-linux-gnu zfs-2.1.4-1 zfs-kmod-2.1.4-1 Linux chmura 4.9.316 #5 SMP Tue Jun 7 13:02:00 CEST 2022 x86_64 GNU/Linux ### Describe the problem you're observing I am facing the development of a new zfs for very old systems with kernel 4.9.316 (new build) glibc 2.13 gcc version 4.7.2 (Debian 4.7.2-5) Everything builds correctly, the zfs kernel module works, I can import the old pool created on zfs 0.8.6, update them, the tools work (like zfs create, destroy, snapshot, etc ) except for one command: `zpool create test device (or file)` always return `internal error: out of memory` ### Describe how to reproduce the problem `cd /build/zfs/zfs-2.1.4` `./autogen.sh` `./configure --disable-pyzfs --disable-systemd --with-linux=/build/linux-4.9.316 --with-linux-obj=/build/linux-4.9.316` `make` `make install` after make install (or make deb and install packages) command `zpool create test /dev/sdb` returns `internal error: out of memory` built old versions of zfs 0.8.6 work perfectly fine
defect
zpool create internal error out of memory system information debian linux gnu zfs zfs kmod linux chmura smp tue jun cest gnu linux describe the problem you re observing i am facing the development of a new zfs for very old systems with kernel new build glibc gcc version debian everything builds correctly the zfs kernel module works i can import the old pool created on zfs update them the tools work like zfs create destroy snapshot etc except for one command zpool create test device or file always return internal error out of memory describe how to reproduce the problem cd build zfs zfs autogen sh configure disable pyzfs disable systemd with linux build linux with linux obj build linux make make install after make install or make deb and install packages command zpool create test dev sdb returns internal error out of memory built old versions of zfs work perfectly fine
1
36,982
8,198,671,516
IssuesEvent
2018-08-31 17:15:05
google/googletest
https://api.github.com/repos/google/googletest
closed
FTBFS in gtest:
Priority-Medium Type-Defect auto-migrated
_From @GoogleCodeExporter on August 24, 2015 22:40_ ``` On Debian 1.7.0 FTBFS as follows: ``` make[4] Entering directory '/mnt/tmpssd/src/libgmock/gmock-1.7.0/gtest' echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system." 'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system. false ``` ``` Original issue reported on code.google.com by `only...@gmail.com` on 12 Jul 2015 at 2:14 _Copied from original issue: google/googlemock#177_
1.0
FTBFS in gtest: - _From @GoogleCodeExporter on August 24, 2015 22:40_ ``` On Debian 1.7.0 FTBFS as follows: ``` make[4] Entering directory '/mnt/tmpssd/src/libgmock/gmock-1.7.0/gtest' echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system." 'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system. false ``` ``` Original issue reported on code.google.com by `only...@gmail.com` on 12 Jul 2015 at 2:14 _Copied from original issue: google/googlemock#177_
defect
ftbfs in gtest from googlecodeexporter on august on debian ftbfs as follows make entering directory mnt tmpssd src libgmock gmock gtest echo make install is dangerous and not supported instead see readme for how to integrate google test into your build system make install is dangerous and not supported instead see readme for how to integrate google test into your build system false original issue reported on code google com by only gmail com on jul at copied from original issue google googlemock
1
2,785
12,543,326,024
IssuesEvent
2020-06-05 15:22:10
elastic/e2e-testing
https://api.github.com/repos/elastic/e2e-testing
opened
Execute tests suites based on the modified files
automation enhancement
It would be great if we can decide which test suite to run
1.0
Execute tests suites based on the modified files - It would be great if we can decide which test suite to run
non_defect
execute tests suites based on the modified files it would be great if we can decide which test suite to run
0
3,634
2,610,066,124
IssuesEvent
2015-02-26 18:19:26
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
临海看前列腺炎哪里效果最好
auto-migrated Priority-Medium Type-Defect
``` 临海看前列腺炎哪里效果最好【台州五洲生殖医院】24小时健 康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址: 台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104� ��108、118、198及椒江一金清公交车直达枫南小区,乘坐107、105 、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:29
1.0
临海看前列腺炎哪里效果最好 - ``` 临海看前列腺炎哪里效果最好【台州五洲生殖医院】24小时健 康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址: 台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104� ��108、118、198及椒江一金清公交车直达枫南小区,乘坐107、105 、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:29
defect
临海看前列腺炎哪里效果最好 临海看前列腺炎哪里效果最好【台州五洲生殖医院】 康咨询热线 微信号tzwzszyy 医院地址 (枫南大转盘旁)乘车线路 � �� 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
682,856
23,359,861,076
IssuesEvent
2022-08-10 10:41:45
redhat-developer/odo
https://api.github.com/repos/redhat-developer/odo
closed
`odo dev`: Add support for non-exec commands part of a composite `run` or `debug` command
priority/Medium kind/user-story linked-to-epic
## User Story - As an odo user - Now that I am able to run commands that are composite (thanks to #5054) - I want to be able to include non-exec commands(apply command) as part of my composite run or debug command - So that I can perform additional operations, like applying other component definitions (e.g., for building and pushing images, creating other Kubernetes resources, ...) ## Acceptance Criteria - [ ] `odo dev` should run all the commands part of the composite `run` command - [ ] `odo dev --debug` should run all the commands part of the composite `debug` command ## Example ```yaml schemaVersion: 2.2.0 metadata: name: nodejs variables: CONTAINER_IMAGE: quay.io/unknown-account/myimage components: - container: endpoints: - name: http-3000 targetPort: 3000 image: registry.access.redhat.com/ubi8/nodejs-14:latest name: runtime - name: image-build-component image: imageName: "{{CONTAINER_IMAGE}}" dockerfile: uri: ./Dockerfile - name: my-k8s-resource kubernetes: # Resource potentially referencing the 'CONTAINER_IMAGE' variable. # Might be inlined as well. uri: 'k8s/my-resource.yaml' commands: - id: build-image apply: component: image-build-component - id: create-k8s-resource apply: component: my-k8s-resource - id: install exec: commandLine: npm install component: runtime workingDir: /projects - id: start exec: workingDir: /projects commandLine: npm start component: runtime - id: run composite: commands: - build-image - create-k8s-resource - install - start group: isDefault: true kind: run ``` ## Links - Related Epic (mandatory): - Blocked by: https://github.com/redhat-developer/odo/issues/5054 /kind user-story
1.0
`odo dev`: Add support for non-exec commands part of a composite `run` or `debug` command - ## User Story - As an odo user - Now that I am able to run commands that are composite (thanks to #5054) - I want to be able to include non-exec commands(apply command) as part of my composite run or debug command - So that I can perform additional operations, like applying other component definitions (e.g., for building and pushing images, creating other Kubernetes resources, ...) ## Acceptance Criteria - [ ] `odo dev` should run all the commands part of the composite `run` command - [ ] `odo dev --debug` should run all the commands part of the composite `debug` command ## Example ```yaml schemaVersion: 2.2.0 metadata: name: nodejs variables: CONTAINER_IMAGE: quay.io/unknown-account/myimage components: - container: endpoints: - name: http-3000 targetPort: 3000 image: registry.access.redhat.com/ubi8/nodejs-14:latest name: runtime - name: image-build-component image: imageName: "{{CONTAINER_IMAGE}}" dockerfile: uri: ./Dockerfile - name: my-k8s-resource kubernetes: # Resource potentially referencing the 'CONTAINER_IMAGE' variable. # Might be inlined as well. uri: 'k8s/my-resource.yaml' commands: - id: build-image apply: component: image-build-component - id: create-k8s-resource apply: component: my-k8s-resource - id: install exec: commandLine: npm install component: runtime workingDir: /projects - id: start exec: workingDir: /projects commandLine: npm start component: runtime - id: run composite: commands: - build-image - create-k8s-resource - install - start group: isDefault: true kind: run ``` ## Links - Related Epic (mandatory): - Blocked by: https://github.com/redhat-developer/odo/issues/5054 /kind user-story
non_defect
odo dev add support for non exec commands part of a composite run or debug command user story as an odo user now that i am able to run commands that are composite thanks to i want to be able to include non exec commands apply command as part of my composite run or debug command so that i can perform additional operations like applying other component definitions e g for building and pushing images creating other kubernetes resources acceptance criteria odo dev should run all the commands part of the composite run command odo dev debug should run all the commands part of the composite debug command example yaml schemaversion metadata name nodejs variables container image quay io unknown account myimage components container endpoints name http targetport image registry access redhat com nodejs latest name runtime name image build component image imagename container image dockerfile uri dockerfile name my resource kubernetes resource potentially referencing the container image variable might be inlined as well uri my resource yaml commands id build image apply component image build component id create resource apply component my resource id install exec commandline npm install component runtime workingdir projects id start exec workingdir projects commandline npm start component runtime id run composite commands build image create resource install start group isdefault true kind run links related epic mandatory blocked by kind user story
0
19,667
3,237,344,126
IssuesEvent
2015-10-14 11:20:46
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Observatory build broken when bootstrapping
Area-Observatory Priority-High Type-Defect
Removing dart:profiler from the SDK breaks the observatory build when bootstrapping, since the pinned set of downloaded libraries for the observatory build includes an older version of analyzer requiring dart:profiler. This can be seen on the debian package builder, which uses the bootstrap executable to build the observatory: https://uberchromegw.corp.google.com/i/client.dart/builders/linux-distribution-support-debian_wheezy-be I think we just need to update the zipped up set of libraries that the observatory build downloads. This needs to be fixed in order to do the next dev channel release, in a couple of days. @johnmccutchan
1.0
Observatory build broken when bootstrapping - Removing dart:profiler from the SDK breaks the observatory build when bootstrapping, since the pinned set of downloaded libraries for the observatory build includes an older version of analyzer requiring dart:profiler. This can be seen on the debian package builder, which uses the bootstrap executable to build the observatory: https://uberchromegw.corp.google.com/i/client.dart/builders/linux-distribution-support-debian_wheezy-be I think we just need to update the zipped up set of libraries that the observatory build downloads. This needs to be fixed in order to do the next dev channel release, in a couple of days. @johnmccutchan
defect
observatory build broken when bootstrapping removing dart profiler from the sdk breaks the observatory build when bootstrapping since the pinned set of downloaded libraries for the observatory build includes an older version of analyzer requiring dart profiler this can be seen on the debian package builder which uses the bootstrap executable to build the observatory i think we just need to update the zipped up set of libraries that the observatory build downloads this needs to be fixed in order to do the next dev channel release in a couple of days johnmccutchan
1
54,611
13,785,710,121
IssuesEvent
2020-10-08 23:37:29
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
runtime error in vdev_config_generate
Type: Defect
<!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please search our issue tracker *before* making a new issue. If you cannot find a similar issue, then create a new issue. https://github.com/zfsonlinux/zfs/issues *IMPORTANT* - This issue tracker is for *bugs* and *issues* only. Please search the wiki and the mailing list archives before asking questions on the mailing list. https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists Please fill in as much of the template as possible. --> ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 18.04.3 LTS Linux Kernel | 4.15.0-66-generic Architecture | x86_64 ZFS Version | 0.8.0-448_ga25861dca SPL Version | 0.8.0-448_ga25861dca <!-- Commands to find ZFS/SPL versions: modinfo zfs | grep -iw version modinfo spl | grep -iw version --> ### Describe the problem you're observing When running a libzpool application (i.e. userspace) with ubsan (Undefined Behavior Sanitizer) enabled, I see `shift exponent 64 is too large for 64-bit type` errors in `vdev_config_generate()` ### Describe how to reproduce the problem ### Include any warning/errors/backtraces from the system logs <!-- *IMPORTANT* - Please mark logs and text output from terminal commands or else Github will not display them correctly. An example is provided below. Example: ``` this is an example how log text should be marked (wrap it with ```) ``` --> The ubsan error messages: ``` ../../module/zfs/vdev_label.c:600:14: runtime error: shift exponent 64 is too large for 64-bit type 'long long unsigned int' ../../module/zfs/vdev_label.c:602:39: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int' ```
1.0
runtime error in vdev_config_generate - <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please search our issue tracker *before* making a new issue. If you cannot find a similar issue, then create a new issue. https://github.com/zfsonlinux/zfs/issues *IMPORTANT* - This issue tracker is for *bugs* and *issues* only. Please search the wiki and the mailing list archives before asking questions on the mailing list. https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists Please fill in as much of the template as possible. --> ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 18.04.3 LTS Linux Kernel | 4.15.0-66-generic Architecture | x86_64 ZFS Version | 0.8.0-448_ga25861dca SPL Version | 0.8.0-448_ga25861dca <!-- Commands to find ZFS/SPL versions: modinfo zfs | grep -iw version modinfo spl | grep -iw version --> ### Describe the problem you're observing When running a libzpool application (i.e. userspace) with ubsan (Undefined Behavior Sanitizer) enabled, I see `shift exponent 64 is too large for 64-bit type` errors in `vdev_config_generate()` ### Describe how to reproduce the problem ### Include any warning/errors/backtraces from the system logs <!-- *IMPORTANT* - Please mark logs and text output from terminal commands or else Github will not display them correctly. An example is provided below. Example: ``` this is an example how log text should be marked (wrap it with ```) ``` --> The ubsan error messages: ``` ../../module/zfs/vdev_label.c:600:14: runtime error: shift exponent 64 is too large for 64-bit type 'long long unsigned int' ../../module/zfs/vdev_label.c:602:39: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int' ```
defect
runtime error in vdev config generate thank you for reporting an issue important please search our issue tracker before making a new issue if you cannot find a similar issue then create a new issue important this issue tracker is for bugs and issues only please search the wiki and the mailing list archives before asking questions on the mailing list please fill in as much of the template as possible system information type version name distribution name ubuntu distribution version lts linux kernel generic architecture zfs version spl version commands to find zfs spl versions modinfo zfs grep iw version modinfo spl grep iw version describe the problem you re observing when running a libzpool application i e userspace with ubsan undefined behavior sanitizer enabled i see shift exponent is too large for bit type errors in vdev config generate describe how to reproduce the problem include any warning errors backtraces from the system logs important please mark logs and text output from terminal commands or else github will not display them correctly an example is provided below example this is an example how log text should be marked wrap it with the ubsan error messages module zfs vdev label c runtime error shift exponent is too large for bit type long long unsigned int module zfs vdev label c runtime error shift exponent is too large for bit type long unsigned int
1
13,408
2,755,621,067
IssuesEvent
2015-04-26 20:18:48
zerfgog/zinger
https://api.github.com/repos/zerfgog/zinger
closed
Game crates error and maps question.
auto-migrated Priority-Medium Type-Defect
``` 1. Installed SVN updated game 2. All right, we start the game. 3. While playing we can't break crates. There's no lua errors or unistalled content. Server: I have got an admin panel from a dedicated server. Unknow os. Version: The gamemode version is the latest from this SVN link: http://zinger.googlecode.com/svn/trunk/ Problem: The game works well except for downloading some files to some people and the crates doesn't work, the balls can pass through the crates. Pd: Question, I have seen lots of videos with cool maps while I have got the zing_test map only, it's my problem or I have to have this map only? I hope you can solve my problem, I want to open my fretta server with this awesome gamemode. (Sorry my english is not very good) ``` Original issue reported on code.google.com by `ismael....@gmail.com` on 5 Dec 2010 at 4:22
1.0
Game crates error and maps question. - ``` 1. Installed SVN updated game 2. All right, we start the game. 3. While playing we can't break crates. There's no lua errors or unistalled content. Server: I have got an admin panel from a dedicated server. Unknow os. Version: The gamemode version is the latest from this SVN link: http://zinger.googlecode.com/svn/trunk/ Problem: The game works well except for downloading some files to some people and the crates doesn't work, the balls can pass through the crates. Pd: Question, I have seen lots of videos with cool maps while I have got the zing_test map only, it's my problem or I have to have this map only? I hope you can solve my problem, I want to open my fretta server with this awesome gamemode. (Sorry my english is not very good) ``` Original issue reported on code.google.com by `ismael....@gmail.com` on 5 Dec 2010 at 4:22
defect
game crates error and maps question installed svn updated game all right we start the game while playing we can t break crates there s no lua errors or unistalled content server i have got an admin panel from a dedicated server unknow os version the gamemode version is the latest from this svn link problem the game works well except for downloading some files to some people and the crates doesn t work the balls can pass through the crates pd question i have seen lots of videos with cool maps while i have got the zing test map only it s my problem or i have to have this map only i hope you can solve my problem i want to open my fretta server with this awesome gamemode sorry my english is not very good original issue reported on code google com by ismael gmail com on dec at
1
135,525
19,591,272,505
IssuesEvent
2022-01-05 13:16:22
zainfathoni/kelas.rumahberbagi.com
https://api.github.com/repos/zainfathoni/kelas.rumahberbagi.com
closed
Profile Route
enhancement design testing ui ux
## Description Build pages for the `/dashboard/profile/*` routes to facilitate users viewing and editing their profiles. ## Narrative - **As a** User, - **I want** to visit my profile page - **so that** I can view and edit my profile data. ## Acceptance Criteria The `/profile` route should show the current user's data based on this [Multi-column directory](https://tailwindui.com/components/application-ui/page-examples/detail-screens#component-ad515de6435ba177e823a5f823a44ff5) screen. For this route, we only use the profile details section without the list of the users. ### Scenario 1: View profile - **Given** I am an authenticated user, - **when** I visit the `/dashboard/profile` route, - **then** it shows my profile details saved in the database, - **and** it shows an **Ubah** button, - **when** I click the **Ubah** button, - **then** it redirects me to the `/dashboard/profile/edit` route. ### Scenario 2: Edit profile - **Given** I am an authenticated user, - **when** I visit the `/dashboard/profile/edit` route, - **then** it shows the form that's currently shown under the `/dashboard/settings` route, - **and** I can edit my profile data in the form, ![Edit profile form](https://user-images.githubusercontent.com/6315466/147458062-066ffa75-3ec3-4ab0-bdc7-fb522f2a068e.png) - **when** I submit the form correctly, - **then** it redirects me to the `/dashboard/profile` route with my updated data. ## Implementation Model ### Image previews <details> <summary>Profile details</summary> #### Desktop view ![Profile details desktop view](https://user-images.githubusercontent.com/6315466/147457391-cd82d48f-33a5-4389-b5f9-e97492b19636.png) #### Mobile view ![Profile details mobile view](https://tailwindui.com/img/components/detail-screens.01-multi-column-directory-xs.jpg) </details> ### Code snippets <details> <summary>Multi-column directory</summary> ```jsx import { Fragment, useState } from 'react' import { Dialog, Transition } from '@headlessui/react' import { CalendarIcon, CogIcon, HomeIcon, MapIcon, MenuIcon, SearchCircleIcon, SpeakerphoneIcon, UserGroupIcon, ViewGridAddIcon, XIcon, } from '@heroicons/react/outline' import { ChevronLeftIcon, FilterIcon, MailIcon, PhoneIcon, SearchIcon } from '@heroicons/react/solid' const user = { name: 'Tom Cook', imageUrl: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', } const navigation = [ { name: 'Dashboard', href: '#', icon: HomeIcon, current: false }, { name: 'Calendar', href: '#', icon: CalendarIcon, current: false }, { name: 'Teams', href: '#', icon: UserGroupIcon, current: false }, { name: 'Directory', href: '#', icon: SearchCircleIcon, current: true }, { name: 'Announcements', href: '#', icon: SpeakerphoneIcon, current: false }, { name: 'Office Map', href: '#', icon: MapIcon, current: false }, ] const secondaryNavigation = [ { name: 'Apps', href: '#', icon: ViewGridAddIcon }, { name: 'Settings', href: '#', icon: CogIcon }, ] const tabs = [ { name: 'Profile', href: '#', current: true }, { name: 'Calendar', href: '#', current: false }, { name: 'Recognition', href: '#', current: false }, ] const profile = { name: 'Ricardo Cooper', imageUrl: 'https://images.unsplash.com/photo-1463453091185-61582044d556?ixlib=rb-=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=8&w=1024&h=1024&q=80', coverImageUrl: 'https://images.unsplash.com/photo-1444628838545-ac4016a5418a?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80', about: ` <p>Tincidunt quam neque in cursus viverra orci, dapibus nec tristique. Nullam ut sit dolor consectetur urna, dui cras nec sed. Cursus risus congue arcu aenean posuere aliquam.</p> <p>Et vivamus lorem pulvinar nascetur non. Pulvinar a sed platea rhoncus ac mauris amet. Urna, sem pretium sit pretium urna, senectus vitae. Scelerisque fermentum, cursus felis dui suspendisse velit pharetra. Augue et duis cursus maecenas eget quam lectus. Accumsan vitae nascetur pharetra rhoncus praesent dictum risus suspendisse.</p> `, fields: { Phone: '(555) 123-4567', Email: 'ricardocooper@example.com', Title: 'Senior Front-End Developer', Team: 'Product Development', Location: 'San Francisco', Sits: 'Oasis, 4th floor', Salary: '$145,000', Birthday: 'June 8, 1990', }, } const directory = { A: [ { id: 1, name: 'Leslie Abbott', role: 'Co-Founder / CEO', imageUrl: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 2, name: 'Hector Adams', role: 'VP, Marketing', imageUrl: 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 3, name: 'Blake Alexander', role: 'Account Coordinator', imageUrl: 'https://images.unsplash.com/photo-1520785643438-5bf77931f493?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 4, name: 'Fabricio Andrews', role: 'Senior Art Director', imageUrl: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], B: [ { id: 5, name: 'Angela Beaver', role: 'Chief Strategy Officer', imageUrl: 'https://images.unsplash.com/photo-1501031170107-cfd33f0cbdcc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 6, name: 'Yvette Blanchard', role: 'Studio Artist', imageUrl: 'https://images.unsplash.com/photo-1506980595904-70325b7fdd90?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 7, name: 'Lawrence Brooks', role: 'Content Specialist', imageUrl: 'https://images.unsplash.com/photo-1513910367299-bce8d8a0ebf6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], C: [ { id: 8, name: 'Jeffrey Clark', role: 'Senior Art Director', imageUrl: 'https://images.unsplash.com/photo-1517070208541-6ddc4d3efbcb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 9, name: 'Kathryn Cooper', role: 'Associate Creative Director', imageUrl: 'https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], E: [ { id: 10, name: 'Alicia Edwards', role: 'Junior Copywriter', imageUrl: 'https://images.unsplash.com/photo-1509783236416-c9ad59bae472?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 11, name: 'Benjamin Emerson', role: 'Director, Print Operations', imageUrl: 'https://images.unsplash.com/photo-1531427186611-ecfd6d936c79?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 12, name: 'Jillian Erics', role: 'Designer', imageUrl: 'https://images.unsplash.com/photo-1504703395950-b89145a5425b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 13, name: 'Chelsea Evans', role: 'Human Resources Manager', imageUrl: 'https://images.unsplash.com/photo-1550525811-e5869dd03032?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], G: [ { id: 14, name: 'Michael Gillard', role: 'Co-Founder / CTO', imageUrl: 'https://images.unsplash.com/photo-1519244703995-f4e0f30006d5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 15, name: 'Dries Giuessepe', role: 'Manager, Business Relations', imageUrl: 'https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], M: [ { id: 16, name: 'Jenny Harrison', role: 'Studio Artist', imageUrl: 'https://images.unsplash.com/photo-1507101105822-7472b28e22ac?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 17, name: 'Lindsay Hatley', role: 'Front-end Developer', imageUrl: 'https://images.unsplash.com/photo-1517841905240-472988babdf9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 18, name: 'Anna Hill', role: 'Partner, Creative', imageUrl: 'https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], S: [ { id: 19, name: 'Courtney Samuels', role: 'Designer', imageUrl: 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 20, name: 'Tom Simpson', role: 'Director, Product Development', imageUrl: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], T: [ { id: 21, name: 'Floyd Thompson', role: 'Principal Designer', imageUrl: 'https://images.unsplash.com/photo-1463453091185-61582044d556?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 22, name: 'Leonard Timmons', role: 'Senior Designer', imageUrl: 'https://images.unsplash.com/photo-1519345182560-3f2917c472ef?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 23, name: 'Whitney Trudeau', role: 'Copywriter', imageUrl: 'https://images.unsplash.com/photo-1517365830460-955ce3ccd263?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], W: [ { id: 24, name: 'Kristin Watson', role: 'VP, Human Resources', imageUrl: 'https://images.unsplash.com/photo-1500917293891-ef795e70e1f6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 25, name: 'Emily Wilson', role: 'VP, User Experience', imageUrl: 'https://images.unsplash.com/photo-1502685104226-ee32379fefbe?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], Y: [ { id: 26, name: 'Emma Young', role: 'Senior Front-end Developer', imageUrl: 'https://images.unsplash.com/photo-1505840717430-882ce147ef2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], } const team = [ { name: 'Leslie Alexander', handle: 'lesliealexander', role: 'Co-Founder / CEO', imageUrl: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { name: 'Michael Foster', handle: 'michaelfoster', role: 'Co-Founder / CTO', imageUrl: 'https://images.unsplash.com/photo-1519244703995-f4e0f30006d5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { name: 'Dries Vincent', handle: 'driesvincent', role: 'Manager, Business Relations', imageUrl: 'https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { name: 'Lindsay Walton', handle: 'lindsaywalton', role: 'Front-end Developer', imageUrl: 'https://images.unsplash.com/photo-1517841905240-472988babdf9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ] function classNames(...classes) { return classes.filter(Boolean).join(' ') } export default function Example() { const [sidebarOpen, setSidebarOpen] = useState(false) return ( <> {/* This example requires updating your template: ``` <html class="h-full bg-white"> <body class="h-full overflow-hidden"> ``` */} <div className="h-full flex"> <Transition.Root show={sidebarOpen} as={Fragment}> <Dialog as="div" className="fixed inset-0 flex z-40 lg:hidden" onClose={setSidebarOpen}> <Transition.Child as={Fragment} enter="transition-opacity ease-linear duration-300" enterFrom="opacity-0" enterTo="opacity-100" leave="transition-opacity ease-linear duration-300" leaveFrom="opacity-100" leaveTo="opacity-0" > <Dialog.Overlay className="fixed inset-0 bg-gray-600 bg-opacity-75" /> </Transition.Child> <Transition.Child as={Fragment} enter="transition ease-in-out duration-300 transform" enterFrom="-translate-x-full" enterTo="translate-x-0" leave="transition ease-in-out duration-300 transform" leaveFrom="translate-x-0" leaveTo="-translate-x-full" > <div className="relative flex-1 flex flex-col max-w-xs w-full bg-white focus:outline-none"> <Transition.Child as={Fragment} enter="ease-in-out duration-300" enterFrom="opacity-0" enterTo="opacity-100" leave="ease-in-out duration-300" leaveFrom="opacity-100" leaveTo="opacity-0" > <div className="absolute top-0 right-0 -mr-12 pt-2"> <button type="button" className="ml-1 flex items-center justify-center h-10 w-10 rounded-full focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white" onClick={() => setSidebarOpen(false)} > <span className="sr-only">Close sidebar</span> <XIcon className="h-6 w-6 text-white" aria-hidden="true" /> </button> </div> </Transition.Child> <div className="flex-1 h-0 pt-5 pb-4 overflow-y-auto"> <div className="flex-shrink-0 flex items-center px-4"> <img className="h-8 w-auto" src="https://tailwindui.com/img/logos/workflow-logo-pink-500-mark-gray-900-text.svg" alt="Workflow" /> </div> <nav aria-label="Sidebar" className="mt-5"> <div className="px-2 space-y-1"> {navigation.map((item) => ( <a key={item.name} href={item.href} className={classNames( item.current ? 'bg-gray-100 text-gray-900' : 'text-gray-600 hover:bg-gray-50 hover:text-gray-900', 'group flex items-center px-2 py-2 text-base font-medium rounded-md' )} aria-current={item.current ? 'page' : undefined} > <item.icon className={classNames( item.current ? 'text-gray-500' : 'text-gray-400 group-hover:text-gray-500', 'mr-4 h-6 w-6' )} aria-hidden="true" /> {item.name} </a> ))} </div> <hr className="border-t border-gray-200 my-5" aria-hidden="true" /> <div className="px-2 space-y-1"> {secondaryNavigation.map((item) => ( <a key={item.name} href={item.href} className="text-gray-600 hover:bg-gray-50 hover:text-gray-900 group flex items-center px-2 py-2 text-base font-medium rounded-md" > <item.icon className="text-gray-400 group-hover:text-gray-500 mr-4 flex-shrink-0 h-6 w-6" aria-hidden="true" /> {item.name} </a> ))} </div> </nav> </div> <div className="flex-shrink-0 flex border-t border-gray-200 p-4"> <a href="#" className="flex-shrink-0 group block"> <div className="flex items-center"> <div> <img className="inline-block h-10 w-10 rounded-full" src={user.imageUrl} alt="" /> </div> <div className="ml-3"> <p className="text-base font-medium text-gray-700 group-hover:text-gray-900">{user.name}</p> <p className="text-sm font-medium text-gray-500 group-hover:text-gray-700">View profile</p> </div> </div> </a> </div> </div> </Transition.Child> <div className="flex-shrink-0 w-14" aria-hidden="true"> {/* Force sidebar to shrink to fit close icon */} </div> </Dialog> </Transition.Root> {/* Static sidebar for desktop */} <div className="hidden lg:flex lg:flex-shrink-0"> <div className="flex flex-col w-64"> {/* Sidebar component, swap this element with another sidebar if you like */} <div className="flex-1 flex flex-col min-h-0 border-r border-gray-200 bg-gray-100"> <div className="flex-1 flex flex-col pt-5 pb-4 overflow-y-auto"> <div className="flex items-center flex-shrink-0 px-4"> <img className="h-8 w-auto" src="https://tailwindui.com/img/logos/workflow-logo-pink-500-mark-gray-900-text.svg" alt="Workflow" /> </div> <nav className="mt-5 flex-1" aria-label="Sidebar"> <div className="px-2 space-y-1"> {navigation.map((item) => ( <a key={item.name} href={item.href} className={classNames( item.current ? 'bg-gray-200 text-gray-900' : 'text-gray-600 hover:bg-gray-50 hover:text-gray-900', 'group flex items-center px-2 py-2 text-sm font-medium rounded-md' )} aria-current={item.current ? 'page' : undefined} > <item.icon className={classNames( item.current ? 'text-gray-500' : 'text-gray-400 group-hover:text-gray-500', 'mr-3 flex-shrink-0 h-6 w-6' )} aria-hidden="true" /> {item.name} </a> ))} </div> <hr className="border-t border-gray-200 my-5" aria-hidden="true" /> <div className="flex-1 px-2 space-y-1"> {secondaryNavigation.map((item) => ( <a key={item.name} href={item.href} className="text-gray-600 hover:bg-gray-50 hover:text-gray-900 group flex items-center px-2 py-2 text-sm font-medium rounded-md" > <item.icon className="text-gray-400 group-hover:text-gray-500 mr-3 flex-shrink-0 h-6 w-6" aria-hidden="true" /> {item.name} </a> ))} </div> </nav> </div> <div className="flex-shrink-0 flex border-t border-gray-200 p-4"> <a href="#" className="flex-shrink-0 w-full group block"> <div className="flex items-center"> <div> <img className="inline-block h-9 w-9 rounded-full" src={user.imageUrl} alt="" /> </div> <div className="ml-3"> <p className="text-sm font-medium text-gray-700 group-hover:text-gray-900">{user.name}</p> <p className="text-xs font-medium text-gray-500 group-hover:text-gray-700">View profile</p> </div> </div> </a> </div> </div> </div> </div> <div className="flex flex-col min-w-0 flex-1 overflow-hidden"> <div className="lg:hidden"> <div className="flex items-center justify-between bg-gray-50 border-b border-gray-200 px-4 py-1.5"> <div> <img className="h-8 w-auto" src="https://tailwindui.com/img/logos/workflow-mark-pink-500.svg" alt="Workflow" /> </div> <div> <button type="button" className="-mr-3 h-12 w-12 inline-flex items-center justify-center rounded-md text-gray-500 hover:text-gray-900 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-pink-600" onClick={() => setSidebarOpen(true)} > <span className="sr-only">Open sidebar</span> <MenuIcon className="h-6 w-6" aria-hidden="true" /> </button> </div> </div> </div> <div className="flex-1 relative z-0 flex overflow-hidden"> <main className="flex-1 relative z-0 overflow-y-auto focus:outline-none xl:order-last"> {/* Breadcrumb */} <nav className="flex items-start px-4 py-3 sm:px-6 lg:px-8 xl:hidden" aria-label="Breadcrumb"> <a href="#" className="inline-flex items-center space-x-3 text-sm font-medium text-gray-900"> <ChevronLeftIcon className="-ml-2 h-5 w-5 text-gray-400" aria-hidden="true" /> <span>Directory</span> </a> </nav> <article> {/* Profile header */} <div> <div> <img className="h-32 w-full object-cover lg:h-48" src={profile.coverImageUrl} alt="" /> </div> <div className="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8"> <div className="-mt-12 sm:-mt-16 sm:flex sm:items-end sm:space-x-5"> <div className="flex"> <img className="h-24 w-24 rounded-full ring-4 ring-white sm:h-32 sm:w-32" src={profile.imageUrl} alt="" /> </div> <div className="mt-6 sm:flex-1 sm:min-w-0 sm:flex sm:items-center sm:justify-end sm:space-x-6 sm:pb-1"> <div className="sm:hidden 2xl:block mt-6 min-w-0 flex-1"> <h1 className="text-2xl font-bold text-gray-900 truncate">{profile.name}</h1> </div> <div className="mt-6 flex flex-col justify-stretch space-y-3 sm:flex-row sm:space-y-0 sm:space-x-4"> <button type="button" className="inline-flex justify-center px-4 py-2 border border-gray-300 shadow-sm text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-pink-500" > <MailIcon className="-ml-1 mr-2 h-5 w-5 text-gray-400" aria-hidden="true" /> <span>Message</span> </button> <button type="button" className="inline-flex justify-center px-4 py-2 border border-gray-300 shadow-sm text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-pink-500" > <PhoneIcon className="-ml-1 mr-2 h-5 w-5 text-gray-400" aria-hidden="true" /> <span>Call</span> </button> </div> </div> </div> <div className="hidden sm:block 2xl:hidden mt-6 min-w-0 flex-1"> <h1 className="text-2xl font-bold text-gray-900 truncate">{profile.name}</h1> </div> </div> </div> {/* Tabs */} <div className="mt-6 sm:mt-2 2xl:mt-5"> <div className="border-b border-gray-200"> <div className="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8"> <nav className="-mb-px flex space-x-8" aria-label="Tabs"> {tabs.map((tab) => ( <a key={tab.name} href={tab.href} className={classNames( tab.current ? 'border-pink-500 text-gray-900' : 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300', 'whitespace-nowrap py-4 px-1 border-b-2 font-medium text-sm' )} aria-current={tab.current ? 'page' : undefined} > {tab.name} </a> ))} </nav> </div> </div> </div> {/* Description list */} <div className="mt-6 max-w-5xl mx-auto px-4 sm:px-6 lg:px-8"> <dl className="grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-2"> {Object.keys(profile.fields).map((field) => ( <div key={field} className="sm:col-span-1"> <dt className="text-sm font-medium text-gray-500">{field}</dt> <dd className="mt-1 text-sm text-gray-900">{profile.fields[field]}</dd> </div> ))} <div className="sm:col-span-2"> <dt className="text-sm font-medium text-gray-500">About</dt> <dd className="mt-1 max-w-prose text-sm text-gray-900 space-y-5" dangerouslySetInnerHTML={{ __html: profile.about }} /> </div> </dl> </div> {/* Team member list */} <div className="mt-8 max-w-5xl mx-auto px-4 pb-12 sm:px-6 lg:px-8"> <h2 className="text-sm font-medium text-gray-500">Team members</h2> <div className="mt-1 grid grid-cols-1 gap-4 sm:grid-cols-2"> {team.map((person) => ( <div key={person.handle} className="relative rounded-lg border border-gray-300 bg-white px-6 py-5 shadow-sm flex items-center space-x-3 hover:border-gray-400 focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-pink-500" > <div className="flex-shrink-0"> <img className="h-10 w-10 rounded-full" src={person.imageUrl} alt="" /> </div> <div className="flex-1 min-w-0"> <a href="#" className="focus:outline-none"> <span className="absolute inset-0" aria-hidden="true" /> <p className="text-sm font-medium text-gray-900">{person.name}</p> <p className="text-sm text-gray-500 truncate">{person.role}</p> </a> </div> </div> ))} </div> </div> </article> </main> <aside className="hidden xl:order-first xl:flex xl:flex-col flex-shrink-0 w-96 border-r border-gray-200"> <div className="px-6 pt-6 pb-4"> <h2 className="text-lg font-medium text-gray-900">Directory</h2> <p className="mt-1 text-sm text-gray-600">Search directory of 3,018 employees</p> <form className="mt-6 flex space-x-4" action="#"> <div className="flex-1 min-w-0"> <label htmlFor="search" className="sr-only"> Search </label> <div className="relative rounded-md shadow-sm"> <div className="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"> <SearchIcon className="h-5 w-5 text-gray-400" aria-hidden="true" /> </div> <input type="search" name="search" id="search" className="focus:ring-pink-500 focus:border-pink-500 block w-full pl-10 sm:text-sm border-gray-300 rounded-md" placeholder="Search" /> </div> </div> <button type="submit" className="inline-flex justify-center px-3.5 py-2 border border-gray-300 shadow-sm text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-pink-500" > <FilterIcon className="h-5 w-5 text-gray-400" aria-hidden="true" /> <span className="sr-only">Search</span> </button> </form> </div> {/* Directory list */} <nav className="flex-1 min-h-0 overflow-y-auto" aria-label="Directory"> {Object.keys(directory).map((letter) => ( <div key={letter} className="relative"> <div className="z-10 sticky top-0 border-t border-b border-gray-200 bg-gray-50 px-6 py-1 text-sm font-medium text-gray-500"> <h3>{letter}</h3> </div> <ul role="list" className="relative z-0 divide-y divide-gray-200"> {directory[letter].map((person) => ( <li key={person.id}> <div className="relative px-6 py-5 flex items-center space-x-3 hover:bg-gray-50 focus-within:ring-2 focus-within:ring-inset focus-within:ring-pink-500"> <div className="flex-shrink-0"> <img className="h-10 w-10 rounded-full" src={person.imageUrl} alt="" /> </div> <div className="flex-1 min-w-0"> <a href="#" className="focus:outline-none"> {/* Extend touch target to entire panel */} <span className="absolute inset-0" aria-hidden="true" /> <p className="text-sm font-medium text-gray-900">{person.name}</p> <p className="text-sm text-gray-500 truncate">{person.role}</p> </a> </div> </div> </li> ))} </ul> </div> ))} </nav> </aside> </div> </div> </div> </> ) } ``` </details> ## Tasks <!-- (Optional) List any available tasks for this issue with checkbox lists. --> - [x] Create a new `app/route/dashboard/profile.tsx` file as a route shell rendering nothing other than Remix's [Outlet](https://remix.run/docs/en/v1/api/remix#outlet-context-) component - [x] Create a new `app/route/dashboard/profile/index.tsx` file rendering the profile details section of this [Multi-column directory](https://tailwindui.com/components/application-ui/page-examples/detail-screens#component-ad515de6435ba177e823a5f823a44ff5) screen - [x] Write end-to-end tests for testing above functionality. - [x] Wait for #70 to be done in #35 and gets merged to the `main` branch. - [x] Ensure that the changes don't break the end-to-end testing scenarios by updating the navigation steps to the new corresponding routes.
1.0
Profile Route - ## Description Build pages for the `/dashboard/profile/*` routes to facilitate users viewing and editing their profiles. ## Narrative - **As a** User, - **I want** to visit my profile page - **so that** I can view and edit my profile data. ## Acceptance Criteria The `/profile` route should show the current user's data based on this [Multi-column directory](https://tailwindui.com/components/application-ui/page-examples/detail-screens#component-ad515de6435ba177e823a5f823a44ff5) screen. For this route, we only use the profile details section without the list of the users. ### Scenario 1: View profile - **Given** I am an authenticated user, - **when** I visit the `/dashboard/profile` route, - **then** it shows my profile details saved in the database, - **and** it shows an **Ubah** button, - **when** I click the **Ubah** button, - **then** it redirects me to the `/dashboard/profile/edit` route. ### Scenario 2: Edit profile - **Given** I am an authenticated user, - **when** I visit the `/dashboard/profile/edit` route, - **then** it shows the form that's currently shown under the `/dashboard/settings` route, - **and** I can edit my profile data in the form, ![Edit profile form](https://user-images.githubusercontent.com/6315466/147458062-066ffa75-3ec3-4ab0-bdc7-fb522f2a068e.png) - **when** I submit the form correctly, - **then** it redirects me to the `/dashboard/profile` route with my updated data. ## Implementation Model ### Image previews <details> <summary>Profile details</summary> #### Desktop view ![Profile details desktop view](https://user-images.githubusercontent.com/6315466/147457391-cd82d48f-33a5-4389-b5f9-e97492b19636.png) #### Mobile view ![Profile details mobile view](https://tailwindui.com/img/components/detail-screens.01-multi-column-directory-xs.jpg) </details> ### Code snippets <details> <summary>Multi-column directory</summary> ```jsx import { Fragment, useState } from 'react' import { Dialog, Transition } from '@headlessui/react' import { CalendarIcon, CogIcon, HomeIcon, MapIcon, MenuIcon, SearchCircleIcon, SpeakerphoneIcon, UserGroupIcon, ViewGridAddIcon, XIcon, } from '@heroicons/react/outline' import { ChevronLeftIcon, FilterIcon, MailIcon, PhoneIcon, SearchIcon } from '@heroicons/react/solid' const user = { name: 'Tom Cook', imageUrl: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', } const navigation = [ { name: 'Dashboard', href: '#', icon: HomeIcon, current: false }, { name: 'Calendar', href: '#', icon: CalendarIcon, current: false }, { name: 'Teams', href: '#', icon: UserGroupIcon, current: false }, { name: 'Directory', href: '#', icon: SearchCircleIcon, current: true }, { name: 'Announcements', href: '#', icon: SpeakerphoneIcon, current: false }, { name: 'Office Map', href: '#', icon: MapIcon, current: false }, ] const secondaryNavigation = [ { name: 'Apps', href: '#', icon: ViewGridAddIcon }, { name: 'Settings', href: '#', icon: CogIcon }, ] const tabs = [ { name: 'Profile', href: '#', current: true }, { name: 'Calendar', href: '#', current: false }, { name: 'Recognition', href: '#', current: false }, ] const profile = { name: 'Ricardo Cooper', imageUrl: 'https://images.unsplash.com/photo-1463453091185-61582044d556?ixlib=rb-=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=8&w=1024&h=1024&q=80', coverImageUrl: 'https://images.unsplash.com/photo-1444628838545-ac4016a5418a?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80', about: ` <p>Tincidunt quam neque in cursus viverra orci, dapibus nec tristique. Nullam ut sit dolor consectetur urna, dui cras nec sed. Cursus risus congue arcu aenean posuere aliquam.</p> <p>Et vivamus lorem pulvinar nascetur non. Pulvinar a sed platea rhoncus ac mauris amet. Urna, sem pretium sit pretium urna, senectus vitae. Scelerisque fermentum, cursus felis dui suspendisse velit pharetra. Augue et duis cursus maecenas eget quam lectus. Accumsan vitae nascetur pharetra rhoncus praesent dictum risus suspendisse.</p> `, fields: { Phone: '(555) 123-4567', Email: 'ricardocooper@example.com', Title: 'Senior Front-End Developer', Team: 'Product Development', Location: 'San Francisco', Sits: 'Oasis, 4th floor', Salary: '$145,000', Birthday: 'June 8, 1990', }, } const directory = { A: [ { id: 1, name: 'Leslie Abbott', role: 'Co-Founder / CEO', imageUrl: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 2, name: 'Hector Adams', role: 'VP, Marketing', imageUrl: 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 3, name: 'Blake Alexander', role: 'Account Coordinator', imageUrl: 'https://images.unsplash.com/photo-1520785643438-5bf77931f493?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 4, name: 'Fabricio Andrews', role: 'Senior Art Director', imageUrl: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], B: [ { id: 5, name: 'Angela Beaver', role: 'Chief Strategy Officer', imageUrl: 'https://images.unsplash.com/photo-1501031170107-cfd33f0cbdcc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 6, name: 'Yvette Blanchard', role: 'Studio Artist', imageUrl: 'https://images.unsplash.com/photo-1506980595904-70325b7fdd90?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 7, name: 'Lawrence Brooks', role: 'Content Specialist', imageUrl: 'https://images.unsplash.com/photo-1513910367299-bce8d8a0ebf6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], C: [ { id: 8, name: 'Jeffrey Clark', role: 'Senior Art Director', imageUrl: 'https://images.unsplash.com/photo-1517070208541-6ddc4d3efbcb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 9, name: 'Kathryn Cooper', role: 'Associate Creative Director', imageUrl: 'https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], E: [ { id: 10, name: 'Alicia Edwards', role: 'Junior Copywriter', imageUrl: 'https://images.unsplash.com/photo-1509783236416-c9ad59bae472?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 11, name: 'Benjamin Emerson', role: 'Director, Print Operations', imageUrl: 'https://images.unsplash.com/photo-1531427186611-ecfd6d936c79?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 12, name: 'Jillian Erics', role: 'Designer', imageUrl: 'https://images.unsplash.com/photo-1504703395950-b89145a5425b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 13, name: 'Chelsea Evans', role: 'Human Resources Manager', imageUrl: 'https://images.unsplash.com/photo-1550525811-e5869dd03032?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], G: [ { id: 14, name: 'Michael Gillard', role: 'Co-Founder / CTO', imageUrl: 'https://images.unsplash.com/photo-1519244703995-f4e0f30006d5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 15, name: 'Dries Giuessepe', role: 'Manager, Business Relations', imageUrl: 'https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], M: [ { id: 16, name: 'Jenny Harrison', role: 'Studio Artist', imageUrl: 'https://images.unsplash.com/photo-1507101105822-7472b28e22ac?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 17, name: 'Lindsay Hatley', role: 'Front-end Developer', imageUrl: 'https://images.unsplash.com/photo-1517841905240-472988babdf9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 18, name: 'Anna Hill', role: 'Partner, Creative', imageUrl: 'https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], S: [ { id: 19, name: 'Courtney Samuels', role: 'Designer', imageUrl: 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 20, name: 'Tom Simpson', role: 'Director, Product Development', imageUrl: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], T: [ { id: 21, name: 'Floyd Thompson', role: 'Principal Designer', imageUrl: 'https://images.unsplash.com/photo-1463453091185-61582044d556?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 22, name: 'Leonard Timmons', role: 'Senior Designer', imageUrl: 'https://images.unsplash.com/photo-1519345182560-3f2917c472ef?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 23, name: 'Whitney Trudeau', role: 'Copywriter', imageUrl: 'https://images.unsplash.com/photo-1517365830460-955ce3ccd263?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], W: [ { id: 24, name: 'Kristin Watson', role: 'VP, Human Resources', imageUrl: 'https://images.unsplash.com/photo-1500917293891-ef795e70e1f6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { id: 25, name: 'Emily Wilson', role: 'VP, User Experience', imageUrl: 'https://images.unsplash.com/photo-1502685104226-ee32379fefbe?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], Y: [ { id: 26, name: 'Emma Young', role: 'Senior Front-end Developer', imageUrl: 'https://images.unsplash.com/photo-1505840717430-882ce147ef2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ], } const team = [ { name: 'Leslie Alexander', handle: 'lesliealexander', role: 'Co-Founder / CEO', imageUrl: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { name: 'Michael Foster', handle: 'michaelfoster', role: 'Co-Founder / CTO', imageUrl: 'https://images.unsplash.com/photo-1519244703995-f4e0f30006d5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { name: 'Dries Vincent', handle: 'driesvincent', role: 'Manager, Business Relations', imageUrl: 'https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, { name: 'Lindsay Walton', handle: 'lindsaywalton', role: 'Front-end Developer', imageUrl: 'https://images.unsplash.com/photo-1517841905240-472988babdf9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', }, ] function classNames(...classes) { return classes.filter(Boolean).join(' ') } export default function Example() { const [sidebarOpen, setSidebarOpen] = useState(false) return ( <> {/* This example requires updating your template: ``` <html class="h-full bg-white"> <body class="h-full overflow-hidden"> ``` */} <div className="h-full flex"> <Transition.Root show={sidebarOpen} as={Fragment}> <Dialog as="div" className="fixed inset-0 flex z-40 lg:hidden" onClose={setSidebarOpen}> <Transition.Child as={Fragment} enter="transition-opacity ease-linear duration-300" enterFrom="opacity-0" enterTo="opacity-100" leave="transition-opacity ease-linear duration-300" leaveFrom="opacity-100" leaveTo="opacity-0" > <Dialog.Overlay className="fixed inset-0 bg-gray-600 bg-opacity-75" /> </Transition.Child> <Transition.Child as={Fragment} enter="transition ease-in-out duration-300 transform" enterFrom="-translate-x-full" enterTo="translate-x-0" leave="transition ease-in-out duration-300 transform" leaveFrom="translate-x-0" leaveTo="-translate-x-full" > <div className="relative flex-1 flex flex-col max-w-xs w-full bg-white focus:outline-none"> <Transition.Child as={Fragment} enter="ease-in-out duration-300" enterFrom="opacity-0" enterTo="opacity-100" leave="ease-in-out duration-300" leaveFrom="opacity-100" leaveTo="opacity-0" > <div className="absolute top-0 right-0 -mr-12 pt-2"> <button type="button" className="ml-1 flex items-center justify-center h-10 w-10 rounded-full focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white" onClick={() => setSidebarOpen(false)} > <span className="sr-only">Close sidebar</span> <XIcon className="h-6 w-6 text-white" aria-hidden="true" /> </button> </div> </Transition.Child> <div className="flex-1 h-0 pt-5 pb-4 overflow-y-auto"> <div className="flex-shrink-0 flex items-center px-4"> <img className="h-8 w-auto" src="https://tailwindui.com/img/logos/workflow-logo-pink-500-mark-gray-900-text.svg" alt="Workflow" /> </div> <nav aria-label="Sidebar" className="mt-5"> <div className="px-2 space-y-1"> {navigation.map((item) => ( <a key={item.name} href={item.href} className={classNames( item.current ? 'bg-gray-100 text-gray-900' : 'text-gray-600 hover:bg-gray-50 hover:text-gray-900', 'group flex items-center px-2 py-2 text-base font-medium rounded-md' )} aria-current={item.current ? 'page' : undefined} > <item.icon className={classNames( item.current ? 'text-gray-500' : 'text-gray-400 group-hover:text-gray-500', 'mr-4 h-6 w-6' )} aria-hidden="true" /> {item.name} </a> ))} </div> <hr className="border-t border-gray-200 my-5" aria-hidden="true" /> <div className="px-2 space-y-1"> {secondaryNavigation.map((item) => ( <a key={item.name} href={item.href} className="text-gray-600 hover:bg-gray-50 hover:text-gray-900 group flex items-center px-2 py-2 text-base font-medium rounded-md" > <item.icon className="text-gray-400 group-hover:text-gray-500 mr-4 flex-shrink-0 h-6 w-6" aria-hidden="true" /> {item.name} </a> ))} </div> </nav> </div> <div className="flex-shrink-0 flex border-t border-gray-200 p-4"> <a href="#" className="flex-shrink-0 group block"> <div className="flex items-center"> <div> <img className="inline-block h-10 w-10 rounded-full" src={user.imageUrl} alt="" /> </div> <div className="ml-3"> <p className="text-base font-medium text-gray-700 group-hover:text-gray-900">{user.name}</p> <p className="text-sm font-medium text-gray-500 group-hover:text-gray-700">View profile</p> </div> </div> </a> </div> </div> </Transition.Child> <div className="flex-shrink-0 w-14" aria-hidden="true"> {/* Force sidebar to shrink to fit close icon */} </div> </Dialog> </Transition.Root> {/* Static sidebar for desktop */} <div className="hidden lg:flex lg:flex-shrink-0"> <div className="flex flex-col w-64"> {/* Sidebar component, swap this element with another sidebar if you like */} <div className="flex-1 flex flex-col min-h-0 border-r border-gray-200 bg-gray-100"> <div className="flex-1 flex flex-col pt-5 pb-4 overflow-y-auto"> <div className="flex items-center flex-shrink-0 px-4"> <img className="h-8 w-auto" src="https://tailwindui.com/img/logos/workflow-logo-pink-500-mark-gray-900-text.svg" alt="Workflow" /> </div> <nav className="mt-5 flex-1" aria-label="Sidebar"> <div className="px-2 space-y-1"> {navigation.map((item) => ( <a key={item.name} href={item.href} className={classNames( item.current ? 'bg-gray-200 text-gray-900' : 'text-gray-600 hover:bg-gray-50 hover:text-gray-900', 'group flex items-center px-2 py-2 text-sm font-medium rounded-md' )} aria-current={item.current ? 'page' : undefined} > <item.icon className={classNames( item.current ? 'text-gray-500' : 'text-gray-400 group-hover:text-gray-500', 'mr-3 flex-shrink-0 h-6 w-6' )} aria-hidden="true" /> {item.name} </a> ))} </div> <hr className="border-t border-gray-200 my-5" aria-hidden="true" /> <div className="flex-1 px-2 space-y-1"> {secondaryNavigation.map((item) => ( <a key={item.name} href={item.href} className="text-gray-600 hover:bg-gray-50 hover:text-gray-900 group flex items-center px-2 py-2 text-sm font-medium rounded-md" > <item.icon className="text-gray-400 group-hover:text-gray-500 mr-3 flex-shrink-0 h-6 w-6" aria-hidden="true" /> {item.name} </a> ))} </div> </nav> </div> <div className="flex-shrink-0 flex border-t border-gray-200 p-4"> <a href="#" className="flex-shrink-0 w-full group block"> <div className="flex items-center"> <div> <img className="inline-block h-9 w-9 rounded-full" src={user.imageUrl} alt="" /> </div> <div className="ml-3"> <p className="text-sm font-medium text-gray-700 group-hover:text-gray-900">{user.name}</p> <p className="text-xs font-medium text-gray-500 group-hover:text-gray-700">View profile</p> </div> </div> </a> </div> </div> </div> </div> <div className="flex flex-col min-w-0 flex-1 overflow-hidden"> <div className="lg:hidden"> <div className="flex items-center justify-between bg-gray-50 border-b border-gray-200 px-4 py-1.5"> <div> <img className="h-8 w-auto" src="https://tailwindui.com/img/logos/workflow-mark-pink-500.svg" alt="Workflow" /> </div> <div> <button type="button" className="-mr-3 h-12 w-12 inline-flex items-center justify-center rounded-md text-gray-500 hover:text-gray-900 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-pink-600" onClick={() => setSidebarOpen(true)} > <span className="sr-only">Open sidebar</span> <MenuIcon className="h-6 w-6" aria-hidden="true" /> </button> </div> </div> </div> <div className="flex-1 relative z-0 flex overflow-hidden"> <main className="flex-1 relative z-0 overflow-y-auto focus:outline-none xl:order-last"> {/* Breadcrumb */} <nav className="flex items-start px-4 py-3 sm:px-6 lg:px-8 xl:hidden" aria-label="Breadcrumb"> <a href="#" className="inline-flex items-center space-x-3 text-sm font-medium text-gray-900"> <ChevronLeftIcon className="-ml-2 h-5 w-5 text-gray-400" aria-hidden="true" /> <span>Directory</span> </a> </nav> <article> {/* Profile header */} <div> <div> <img className="h-32 w-full object-cover lg:h-48" src={profile.coverImageUrl} alt="" /> </div> <div className="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8"> <div className="-mt-12 sm:-mt-16 sm:flex sm:items-end sm:space-x-5"> <div className="flex"> <img className="h-24 w-24 rounded-full ring-4 ring-white sm:h-32 sm:w-32" src={profile.imageUrl} alt="" /> </div> <div className="mt-6 sm:flex-1 sm:min-w-0 sm:flex sm:items-center sm:justify-end sm:space-x-6 sm:pb-1"> <div className="sm:hidden 2xl:block mt-6 min-w-0 flex-1"> <h1 className="text-2xl font-bold text-gray-900 truncate">{profile.name}</h1> </div> <div className="mt-6 flex flex-col justify-stretch space-y-3 sm:flex-row sm:space-y-0 sm:space-x-4"> <button type="button" className="inline-flex justify-center px-4 py-2 border border-gray-300 shadow-sm text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-pink-500" > <MailIcon className="-ml-1 mr-2 h-5 w-5 text-gray-400" aria-hidden="true" /> <span>Message</span> </button> <button type="button" className="inline-flex justify-center px-4 py-2 border border-gray-300 shadow-sm text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-pink-500" > <PhoneIcon className="-ml-1 mr-2 h-5 w-5 text-gray-400" aria-hidden="true" /> <span>Call</span> </button> </div> </div> </div> <div className="hidden sm:block 2xl:hidden mt-6 min-w-0 flex-1"> <h1 className="text-2xl font-bold text-gray-900 truncate">{profile.name}</h1> </div> </div> </div> {/* Tabs */} <div className="mt-6 sm:mt-2 2xl:mt-5"> <div className="border-b border-gray-200"> <div className="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8"> <nav className="-mb-px flex space-x-8" aria-label="Tabs"> {tabs.map((tab) => ( <a key={tab.name} href={tab.href} className={classNames( tab.current ? 'border-pink-500 text-gray-900' : 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300', 'whitespace-nowrap py-4 px-1 border-b-2 font-medium text-sm' )} aria-current={tab.current ? 'page' : undefined} > {tab.name} </a> ))} </nav> </div> </div> </div> {/* Description list */} <div className="mt-6 max-w-5xl mx-auto px-4 sm:px-6 lg:px-8"> <dl className="grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-2"> {Object.keys(profile.fields).map((field) => ( <div key={field} className="sm:col-span-1"> <dt className="text-sm font-medium text-gray-500">{field}</dt> <dd className="mt-1 text-sm text-gray-900">{profile.fields[field]}</dd> </div> ))} <div className="sm:col-span-2"> <dt className="text-sm font-medium text-gray-500">About</dt> <dd className="mt-1 max-w-prose text-sm text-gray-900 space-y-5" dangerouslySetInnerHTML={{ __html: profile.about }} /> </div> </dl> </div> {/* Team member list */} <div className="mt-8 max-w-5xl mx-auto px-4 pb-12 sm:px-6 lg:px-8"> <h2 className="text-sm font-medium text-gray-500">Team members</h2> <div className="mt-1 grid grid-cols-1 gap-4 sm:grid-cols-2"> {team.map((person) => ( <div key={person.handle} className="relative rounded-lg border border-gray-300 bg-white px-6 py-5 shadow-sm flex items-center space-x-3 hover:border-gray-400 focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-pink-500" > <div className="flex-shrink-0"> <img className="h-10 w-10 rounded-full" src={person.imageUrl} alt="" /> </div> <div className="flex-1 min-w-0"> <a href="#" className="focus:outline-none"> <span className="absolute inset-0" aria-hidden="true" /> <p className="text-sm font-medium text-gray-900">{person.name}</p> <p className="text-sm text-gray-500 truncate">{person.role}</p> </a> </div> </div> ))} </div> </div> </article> </main> <aside className="hidden xl:order-first xl:flex xl:flex-col flex-shrink-0 w-96 border-r border-gray-200"> <div className="px-6 pt-6 pb-4"> <h2 className="text-lg font-medium text-gray-900">Directory</h2> <p className="mt-1 text-sm text-gray-600">Search directory of 3,018 employees</p> <form className="mt-6 flex space-x-4" action="#"> <div className="flex-1 min-w-0"> <label htmlFor="search" className="sr-only"> Search </label> <div className="relative rounded-md shadow-sm"> <div className="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"> <SearchIcon className="h-5 w-5 text-gray-400" aria-hidden="true" /> </div> <input type="search" name="search" id="search" className="focus:ring-pink-500 focus:border-pink-500 block w-full pl-10 sm:text-sm border-gray-300 rounded-md" placeholder="Search" /> </div> </div> <button type="submit" className="inline-flex justify-center px-3.5 py-2 border border-gray-300 shadow-sm text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-pink-500" > <FilterIcon className="h-5 w-5 text-gray-400" aria-hidden="true" /> <span className="sr-only">Search</span> </button> </form> </div> {/* Directory list */} <nav className="flex-1 min-h-0 overflow-y-auto" aria-label="Directory"> {Object.keys(directory).map((letter) => ( <div key={letter} className="relative"> <div className="z-10 sticky top-0 border-t border-b border-gray-200 bg-gray-50 px-6 py-1 text-sm font-medium text-gray-500"> <h3>{letter}</h3> </div> <ul role="list" className="relative z-0 divide-y divide-gray-200"> {directory[letter].map((person) => ( <li key={person.id}> <div className="relative px-6 py-5 flex items-center space-x-3 hover:bg-gray-50 focus-within:ring-2 focus-within:ring-inset focus-within:ring-pink-500"> <div className="flex-shrink-0"> <img className="h-10 w-10 rounded-full" src={person.imageUrl} alt="" /> </div> <div className="flex-1 min-w-0"> <a href="#" className="focus:outline-none"> {/* Extend touch target to entire panel */} <span className="absolute inset-0" aria-hidden="true" /> <p className="text-sm font-medium text-gray-900">{person.name}</p> <p className="text-sm text-gray-500 truncate">{person.role}</p> </a> </div> </div> </li> ))} </ul> </div> ))} </nav> </aside> </div> </div> </div> </> ) } ``` </details> ## Tasks <!-- (Optional) List any available tasks for this issue with checkbox lists. --> - [x] Create a new `app/route/dashboard/profile.tsx` file as a route shell rendering nothing other than Remix's [Outlet](https://remix.run/docs/en/v1/api/remix#outlet-context-) component - [x] Create a new `app/route/dashboard/profile/index.tsx` file rendering the profile details section of this [Multi-column directory](https://tailwindui.com/components/application-ui/page-examples/detail-screens#component-ad515de6435ba177e823a5f823a44ff5) screen - [x] Write end-to-end tests for testing above functionality. - [x] Wait for #70 to be done in #35 and gets merged to the `main` branch. - [x] Ensure that the changes don't break the end-to-end testing scenarios by updating the navigation steps to the new corresponding routes.
non_defect
profile route description build pages for the dashboard profile routes to facilitate users viewing and editing their profiles narrative as a user i want to visit my profile page so that i can view and edit my profile data acceptance criteria the profile route should show the current user s data based on this screen for this route we only use the profile details section without the list of the users scenario view profile given i am an authenticated user when i visit the dashboard profile route then it shows my profile details saved in the database and it shows an ubah button when i click the ubah button then it redirects me to the dashboard profile edit route scenario edit profile given i am an authenticated user when i visit the dashboard profile edit route then it shows the form that s currently shown under the dashboard settings route and i can edit my profile data in the form when i submit the form correctly then it redirects me to the dashboard profile route with my updated data implementation model image previews profile details desktop view mobile view code snippets multi column directory jsx import fragment usestate from react import dialog transition from headlessui react import calendaricon cogicon homeicon mapicon menuicon searchcircleicon speakerphoneicon usergroupicon viewgridaddicon xicon from heroicons react outline import chevronlefticon filtericon mailicon phoneicon searchicon from heroicons react solid const user name tom cook imageurl const navigation name dashboard href icon homeicon current false name calendar href icon calendaricon current false name teams href icon usergroupicon current false name directory href icon searchcircleicon current true name announcements href icon speakerphoneicon current false name office map href icon mapicon current false const secondarynavigation name apps href icon viewgridaddicon name settings href icon cogicon const tabs name profile href current true name calendar href current false name recognition href current false const profile name ricardo cooper imageurl coverimageurl about tincidunt quam neque in cursus viverra orci dapibus nec tristique nullam ut sit dolor consectetur urna dui cras nec sed cursus risus congue arcu aenean posuere aliquam et vivamus lorem pulvinar nascetur non pulvinar a sed platea rhoncus ac mauris amet urna sem pretium sit pretium urna senectus vitae scelerisque fermentum cursus felis dui suspendisse velit pharetra augue et duis cursus maecenas eget quam lectus accumsan vitae nascetur pharetra rhoncus praesent dictum risus suspendisse fields phone email ricardocooper example com title senior front end developer team product development location san francisco sits oasis floor salary birthday june const directory a id name leslie abbott role co founder ceo imageurl id name hector adams role vp marketing imageurl id name blake alexander role account coordinator imageurl id name fabricio andrews role senior art director imageurl b id name angela beaver role chief strategy officer imageurl id name yvette blanchard role studio artist imageurl id name lawrence brooks role content specialist imageurl c id name jeffrey clark role senior art director imageurl id name kathryn cooper role associate creative director imageurl e id name alicia edwards role junior copywriter imageurl id name benjamin emerson role director print operations imageurl id name jillian erics role designer imageurl id name chelsea evans role human resources manager imageurl g id name michael gillard role co founder cto imageurl id name dries giuessepe role manager business relations imageurl m id name jenny harrison role studio artist imageurl id name lindsay hatley role front end developer imageurl id name anna hill role partner creative imageurl s id name courtney samuels role designer imageurl id name tom simpson role director product development imageurl t id name floyd thompson role principal designer imageurl id name leonard timmons role senior designer imageurl id name whitney trudeau role copywriter imageurl w id name kristin watson role vp human resources imageurl id name emily wilson role vp user experience imageurl y id name emma young role senior front end developer imageurl const team name leslie alexander handle lesliealexander role co founder ceo imageurl name michael foster handle michaelfoster role co founder cto imageurl name dries vincent handle driesvincent role manager business relations imageurl name lindsay walton handle lindsaywalton role front end developer imageurl function classnames classes return classes filter boolean join export default function example const usestate false return this example requires updating your template transition child as fragment enter transition opacity ease linear duration enterfrom opacity enterto opacity leave transition opacity ease linear duration leavefrom opacity leaveto opacity transition child as fragment enter transition ease in out duration transform enterfrom translate x full enterto translate x leave transition ease in out duration transform leavefrom translate x leaveto translate x full transition child as fragment enter ease in out duration enterfrom opacity enterto opacity leave ease in out duration leavefrom opacity leaveto opacity button type button classname ml flex items center justify center h w rounded full focus outline none focus ring focus ring inset focus ring white onclick setsidebaropen false close sidebar img classname h w auto src alt workflow navigation map item a key item name href item href classname classnames item current bg gray text gray text gray hover bg gray hover text gray group flex items center px py text base font medium rounded md aria current item current page undefined item icon classname classnames item current text gray text gray group hover text gray mr h w aria hidden true item name secondarynavigation map item a key item name href item href classname text gray hover bg gray hover text gray group flex items center px py text base font medium rounded md item icon classname text gray group hover text gray mr flex shrink h w aria hidden true item name user name view profile force sidebar to shrink to fit close icon static sidebar for desktop sidebar component swap this element with another sidebar if you like img classname h w auto src alt workflow navigation map item a key item name href item href classname classnames item current bg gray text gray text gray hover bg gray hover text gray group flex items center px py text sm font medium rounded md aria current item current page undefined item icon classname classnames item current text gray text gray group hover text gray mr flex shrink h w aria hidden true item name secondarynavigation map item a key item name href item href classname text gray hover bg gray hover text gray group flex items center px py text sm font medium rounded md item icon classname text gray group hover text gray mr flex shrink h w aria hidden true item name user name view profile img classname h w auto src alt workflow button type button classname mr h w inline flex items center justify center rounded md text gray hover text gray focus outline none focus ring focus ring inset focus ring pink onclick setsidebaropen true open sidebar breadcrumb directory profile header img classname h w rounded full ring ring white sm h sm w src profile imageurl alt profile name button type button classname inline flex justify center px py border border gray shadow sm text sm font medium rounded md text gray bg white hover bg gray focus outline none focus ring focus ring offset focus ring pink message button type button classname inline flex justify center px py border border gray shadow sm text sm font medium rounded md text gray bg white hover bg gray focus outline none focus ring focus ring offset focus ring pink call profile name tabs tabs map tab a key tab name href tab href classname classnames tab current border pink text gray border transparent text gray hover text gray hover border gray whitespace nowrap py px border b font medium text sm aria current tab current page undefined tab name description list object keys profile fields map field field profile fields about dd classname mt max w prose text sm text gray space y dangerouslysetinnerhtml html profile about team member list team members team map person div key person handle classname relative rounded lg border border gray bg white px py shadow sm flex items center space x hover border gray focus within ring focus within ring offset focus within ring pink person name person role directory search directory of employees search input type search name search id search classname focus ring pink focus border pink block w full pl sm text sm border gray rounded md placeholder search button type submit classname inline flex justify center px py border border gray shadow sm text sm font medium rounded md text gray bg white hover bg gray focus outline none focus ring focus ring offset focus ring pink search directory list object keys directory map letter letter directory map person extend touch target to entire panel person name person role tasks create a new app route dashboard profile tsx file as a route shell rendering nothing other than remix s component create a new app route dashboard profile index tsx file rendering the profile details section of this screen write end to end tests for testing above functionality wait for to be done in and gets merged to the main branch ensure that the changes don t break the end to end testing scenarios by updating the navigation steps to the new corresponding routes
0
132,788
18,268,891,105
IssuesEvent
2021-10-04 11:45:31
artsking/linux-3.0.35
https://api.github.com/repos/artsking/linux-3.0.35
opened
CVE-2018-5803 (Medium) detected in linux-stable-rtv3.8.6
security vulnerability
## CVE-2018-5803 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/artsking/linux-3.0.35/commit/5992fa81c6ac1b4e9db13f5408d914525c5b7875">5992fa81c6ac1b4e9db13f5408d914525c5b7875</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/sctp/sm_make_chunk.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In the Linux Kernel before version 4.15.8, 4.14.25, 4.9.87, 4.4.121, 4.1.51, and 3.2.102, an error in the "_sctp_make_chunk()" function (net/sctp/sm_make_chunk.c) when handling SCTP packets length can be exploited to cause a kernel crash. <p>Publish Date: 2018-06-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-5803>CVE-2018-5803</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: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-5803">https://nvd.nist.gov/vuln/detail/CVE-2018-5803</a></p> <p>Release Date: 2018-06-12</p> <p>Fix Resolution: 4.15.8,4.14.25,4.9.87,4.4.121,4.1.51,3.2.102</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-5803 (Medium) detected in linux-stable-rtv3.8.6 - ## CVE-2018-5803 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/artsking/linux-3.0.35/commit/5992fa81c6ac1b4e9db13f5408d914525c5b7875">5992fa81c6ac1b4e9db13f5408d914525c5b7875</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/sctp/sm_make_chunk.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In the Linux Kernel before version 4.15.8, 4.14.25, 4.9.87, 4.4.121, 4.1.51, and 3.2.102, an error in the "_sctp_make_chunk()" function (net/sctp/sm_make_chunk.c) when handling SCTP packets length can be exploited to cause a kernel crash. <p>Publish Date: 2018-06-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-5803>CVE-2018-5803</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: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-5803">https://nvd.nist.gov/vuln/detail/CVE-2018-5803</a></p> <p>Release Date: 2018-06-12</p> <p>Fix Resolution: 4.15.8,4.14.25,4.9.87,4.4.121,4.1.51,3.2.102</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files net sctp sm make chunk c vulnerability details in the linux kernel before version and an error in the sctp make chunk function net sctp sm make chunk c when handling sctp packets length can be exploited to cause a kernel crash publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
8,049
2,611,450,039
IssuesEvent
2015-02-27 04:58:33
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
AI teleportation bugs
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. create game with AI What is the expected output? What do you see instead? When teleporting, from time to time the AI selects invalid targets (you can hear the 'denied' sound). Sometimes it will select a valid target after some retries, sometimes it will retry until the round ends. Sometimes, it also happens that the AI selects targets (very) high in the air, falling down and dealing damage. What version of the product are you using? On what operating system? development version, revision 3723, GNU/Linux Please provide any additional information below. -- ``` Original issue reported on code.google.com by `alexander.heinlein@web.de` on 10 Aug 2010 at 6:06
1.0
AI teleportation bugs - ``` What steps will reproduce the problem? 1. create game with AI What is the expected output? What do you see instead? When teleporting, from time to time the AI selects invalid targets (you can hear the 'denied' sound). Sometimes it will select a valid target after some retries, sometimes it will retry until the round ends. Sometimes, it also happens that the AI selects targets (very) high in the air, falling down and dealing damage. What version of the product are you using? On what operating system? development version, revision 3723, GNU/Linux Please provide any additional information below. -- ``` Original issue reported on code.google.com by `alexander.heinlein@web.de` on 10 Aug 2010 at 6:06
defect
ai teleportation bugs what steps will reproduce the problem create game with ai what is the expected output what do you see instead when teleporting from time to time the ai selects invalid targets you can hear the denied sound sometimes it will select a valid target after some retries sometimes it will retry until the round ends sometimes it also happens that the ai selects targets very high in the air falling down and dealing damage what version of the product are you using on what operating system development version revision gnu linux please provide any additional information below original issue reported on code google com by alexander heinlein web de on aug at
1
310,017
26,694,107,042
IssuesEvent
2023-01-27 08:49:47
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
sql: TestSchemaChangeCommandsWithPendingMutations failed
C-test-failure O-robot branch-master
sql.TestSchemaChangeCommandsWithPendingMutations [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8474784?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8474784?buildTab=artifacts#/) on master @ [90e24ab4313f59fdc825443c03a1f4dc04bcef09](https://github.com/cockroachdb/cockroach/commits/90e24ab4313f59fdc825443c03a1f4dc04bcef09): ``` github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1234 +0x2b7 github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).Send() github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:861 +0xa59 github.com/cockroachdb/cockroach/pkg/kv.lookupRangeFwdScan() github.com/cockroachdb/cockroach/pkg/kv/range_lookup.go:330 +0x832 github.com/cockroachdb/cockroach/pkg/kv.RangeLookup() github.com/cockroachdb/cockroach/pkg/kv/range_lookup.go:205 +0x315 github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).RangeLookup() github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:570 +0x128 github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.(*RangeCache).performRangeLookup() github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:1032 +0x3fe github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.tryLookupImpl.func1() github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:920 +0xc5 github.com/cockroachdb/cockroach/pkg/util/contextutil.RunWithTimeout() github.com/cockroachdb/cockroach/pkg/util/contextutil/context.go:104 +0x1a9 github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.tryLookupImpl() github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:917 +0x1a8 github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.(*RangeCache).tryLookup.func3() github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:815 +0xd9 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall.func1() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:387 +0x51 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:305 +0x147 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:386 +0x2a4 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).DoChan.func1() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:356 +0xd0 Goroutine 285924 (finished) created at: github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).runWithEx() github.com/cockroachdb/cockroach/pkg/sql/internal.go:170 +0x344 github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).execInternal() github.com/cockroachdb/cockroach/pkg/sql/internal.go:900 +0xf76 github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).QueryIteratorEx() github.com/cockroachdb/cockroach/pkg/sql/internal.go:719 +0x2ac github.com/cockroachdb/cockroach/pkg/sql.(*internalTxn).QueryIteratorEx() <autogenerated>:1 +0x132 github.com/cockroachdb/cockroach/pkg/sql/syntheticprivilegecache.(*Cache).readFromStorage() github.com/cockroachdb/cockroach/pkg/sql/syntheticprivilegecache/cache.go:134 +0x29b github.com/cockroachdb/cockroach/pkg/sql/syntheticprivilegecache.(*Cache).Get.func1() github.com/cockroachdb/cockroach/pkg/sql/syntheticprivilegecache/cache.go:93 +0x99 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall.func1() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:387 +0x51 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:305 +0x147 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:386 +0x2a4 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).DoChan.func1() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:356 +0xd0 ================== ``` <p>Parameters: <code>TAGS=bazel,gss,race</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestSchemaChangeCommandsWithPendingMutations.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
1.0
sql: TestSchemaChangeCommandsWithPendingMutations failed - sql.TestSchemaChangeCommandsWithPendingMutations [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8474784?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8474784?buildTab=artifacts#/) on master @ [90e24ab4313f59fdc825443c03a1f4dc04bcef09](https://github.com/cockroachdb/cockroach/commits/90e24ab4313f59fdc825443c03a1f4dc04bcef09): ``` github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:1234 +0x2b7 github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).Send() github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:861 +0xa59 github.com/cockroachdb/cockroach/pkg/kv.lookupRangeFwdScan() github.com/cockroachdb/cockroach/pkg/kv/range_lookup.go:330 +0x832 github.com/cockroachdb/cockroach/pkg/kv.RangeLookup() github.com/cockroachdb/cockroach/pkg/kv/range_lookup.go:205 +0x315 github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord.(*DistSender).RangeLookup() github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord/dist_sender.go:570 +0x128 github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.(*RangeCache).performRangeLookup() github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:1032 +0x3fe github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.tryLookupImpl.func1() github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:920 +0xc5 github.com/cockroachdb/cockroach/pkg/util/contextutil.RunWithTimeout() github.com/cockroachdb/cockroach/pkg/util/contextutil/context.go:104 +0x1a9 github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.tryLookupImpl() github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:917 +0x1a8 github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache.(*RangeCache).tryLookup.func3() github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/range_cache.go:815 +0xd9 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall.func1() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:387 +0x51 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:305 +0x147 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:386 +0x2a4 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).DoChan.func1() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:356 +0xd0 Goroutine 285924 (finished) created at: github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).runWithEx() github.com/cockroachdb/cockroach/pkg/sql/internal.go:170 +0x344 github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).execInternal() github.com/cockroachdb/cockroach/pkg/sql/internal.go:900 +0xf76 github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).QueryIteratorEx() github.com/cockroachdb/cockroach/pkg/sql/internal.go:719 +0x2ac github.com/cockroachdb/cockroach/pkg/sql.(*internalTxn).QueryIteratorEx() <autogenerated>:1 +0x132 github.com/cockroachdb/cockroach/pkg/sql/syntheticprivilegecache.(*Cache).readFromStorage() github.com/cockroachdb/cockroach/pkg/sql/syntheticprivilegecache/cache.go:134 +0x29b github.com/cockroachdb/cockroach/pkg/sql/syntheticprivilegecache.(*Cache).Get.func1() github.com/cockroachdb/cockroach/pkg/sql/syntheticprivilegecache/cache.go:93 +0x99 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall.func1() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:387 +0x51 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:305 +0x147 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).doCall() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:386 +0x2a4 github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight.(*Group).DoChan.func1() github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight/singleflight.go:356 +0xd0 ================== ``` <p>Parameters: <code>TAGS=bazel,gss,race</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestSchemaChangeCommandsWithPendingMutations.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
non_defect
sql testschemachangecommandswithpendingmutations failed sql testschemachangecommandswithpendingmutations with on master github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender send github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv lookuprangefwdscan github com cockroachdb cockroach pkg kv range lookup go github com cockroachdb cockroach pkg kv rangelookup github com cockroachdb cockroach pkg kv range lookup go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender rangelookup github com cockroachdb cockroach pkg kv kvclient kvcoord dist sender go github com cockroachdb cockroach pkg kv kvclient rangecache rangecache performrangelookup github com cockroachdb cockroach pkg kv kvclient rangecache range cache go github com cockroachdb cockroach pkg kv kvclient rangecache trylookupimpl github com cockroachdb cockroach pkg kv kvclient rangecache range cache go github com cockroachdb cockroach pkg util contextutil runwithtimeout github com cockroachdb cockroach pkg util contextutil context go github com cockroachdb cockroach pkg kv kvclient rangecache trylookupimpl github com cockroachdb cockroach pkg kv kvclient rangecache range cache go github com cockroachdb cockroach pkg kv kvclient rangecache rangecache trylookup github com cockroachdb cockroach pkg kv kvclient rangecache range cache go github com cockroachdb cockroach pkg util syncutil singleflight group docall github com cockroachdb cockroach pkg util syncutil singleflight singleflight go github com cockroachdb cockroach pkg util stop stopper runtask github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg util syncutil singleflight group docall github com cockroachdb cockroach pkg util syncutil singleflight singleflight go github com cockroachdb cockroach pkg util syncutil singleflight group dochan github com cockroachdb cockroach pkg util syncutil singleflight singleflight go goroutine finished created at github com cockroachdb cockroach pkg sql internalexecutor runwithex github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutor execinternal github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutor queryiteratorex github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internaltxn queryiteratorex github com cockroachdb cockroach pkg sql syntheticprivilegecache cache readfromstorage github com cockroachdb cockroach pkg sql syntheticprivilegecache cache go github com cockroachdb cockroach pkg sql syntheticprivilegecache cache get github com cockroachdb cockroach pkg sql syntheticprivilegecache cache go github com cockroachdb cockroach pkg util syncutil singleflight group docall github com cockroachdb cockroach pkg util syncutil singleflight singleflight go github com cockroachdb cockroach pkg util stop stopper runtask github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg util syncutil singleflight group docall github com cockroachdb cockroach pkg util syncutil singleflight singleflight go github com cockroachdb cockroach pkg util syncutil singleflight group dochan github com cockroachdb cockroach pkg util syncutil singleflight singleflight go parameters tags bazel gss race help see also cc cockroachdb sql queries
0
700,915
24,078,329,024
IssuesEvent
2022-09-19 02:09:54
TencentBlueKing/bk-nodeman
https://api.github.com/repos/TencentBlueKing/bk-nodeman
closed
[BUG] 后台下载文件接口鉴权失败
module/backend version/V2.2.X priority/high
**问题描述** 下载文件不完整,原因是``saas``访问``后台``时鉴权问题 **重现方法** 列出如何重现的方法或操作步骤 1. 转到 '....' 2. 点击 '....' 3. 错误现象 '....' **预期现象** 简明扼要地描述预期的现象是什么 **截屏** 请提供截屏来解释你的问题,当然这也能更好地帮助我们理解问题。 **请提供以下信息** - [2.2.22] bk-nodeman 版本 (发布版本号 或 git tag): <!-- `示例: V3.1.32-ce 或者 git sha. 请不要使用 "最新版本" 或 "当前版本"等无法准确定位代码版本的语句描述` --> - [ ] 蓝鲸PaaS 版本:<!-- `<示例:PaaS 3.0.58、PaaSAgent 3.0.9` --> - [ ] bk-nodeman 异常日志:
1.0
[BUG] 后台下载文件接口鉴权失败 - **问题描述** 下载文件不完整,原因是``saas``访问``后台``时鉴权问题 **重现方法** 列出如何重现的方法或操作步骤 1. 转到 '....' 2. 点击 '....' 3. 错误现象 '....' **预期现象** 简明扼要地描述预期的现象是什么 **截屏** 请提供截屏来解释你的问题,当然这也能更好地帮助我们理解问题。 **请提供以下信息** - [2.2.22] bk-nodeman 版本 (发布版本号 或 git tag): <!-- `示例: V3.1.32-ce 或者 git sha. 请不要使用 "最新版本" 或 "当前版本"等无法准确定位代码版本的语句描述` --> - [ ] 蓝鲸PaaS 版本:<!-- `<示例:PaaS 3.0.58、PaaSAgent 3.0.9` --> - [ ] bk-nodeman 异常日志:
non_defect
后台下载文件接口鉴权失败 问题描述 下载文件不完整,原因是 saas 访问 后台 时鉴权问题 重现方法 列出如何重现的方法或操作步骤 转到 点击 错误现象 预期现象 简明扼要地描述预期的现象是什么 截屏 请提供截屏来解释你的问题,当然这也能更好地帮助我们理解问题。 请提供以下信息 bk nodeman 版本 发布版本号 或 git tag : 蓝鲸paas 版本: bk nodeman 异常日志:
0
73,038
7,324,684,213
IssuesEvent
2018-03-03 00:08:55
istio/test-infra
https://api.github.com/repos/istio/test-infra
closed
Set submit-queue domain
mungegithub test-infra
<!-- Please see https://istio.io/troubleshooting/ and if you are a user of Istio, please file issues in https://github.com/istio/issues/issues instead of here Please add the correct labels and epics (and priority and milestones if you have that information) --> Use domain instead of IP to access submit-queue
1.0
Set submit-queue domain - <!-- Please see https://istio.io/troubleshooting/ and if you are a user of Istio, please file issues in https://github.com/istio/issues/issues instead of here Please add the correct labels and epics (and priority and milestones if you have that information) --> Use domain instead of IP to access submit-queue
non_defect
set submit queue domain please see and if you are a user of istio please file issues in instead of here please add the correct labels and epics and priority and milestones if you have that information use domain instead of ip to access submit queue
0
81,766
31,561,842,269
IssuesEvent
2023-09-03 10:56:45
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Clicking in lower part of the captcha on macOS Retina not working
T-Defect
### Steps to reproduce 1. I am in the Rgistration dialog of the Element macOS Desktop app. 2. The Recaptcha is open and the upper two rows are clickable. 3. Clicking at the lower row in the middle of the images does not work 4. Clicking on the Confirmation button does not work 5. Clicking at the very top of the images in the third row works 6. Trying to confirm using return key results in selection of the lower right image. 7. Esc leaves the dialog. Conclusion: It seems that the clickable area of the recaptcha is limited while the whole is rendererd properly. The mouse position is not translated/scaled. Lookes for me like an improper check of the retina display properties (there are regular and full resolution coordinates.) ### Outcome #### I expected to confirm the recapcha (usual always working #### Cannot pass the registration, now moving to the web version. ### Operating system macOS ### Application version Element Version 1.11.40 (1.11.40) ### How did you install the app? from https://element.io/download ### Homeserver matrix.org ### Will you send logs? Yes
1.0
Clicking in lower part of the captcha on macOS Retina not working - ### Steps to reproduce 1. I am in the Rgistration dialog of the Element macOS Desktop app. 2. The Recaptcha is open and the upper two rows are clickable. 3. Clicking at the lower row in the middle of the images does not work 4. Clicking on the Confirmation button does not work 5. Clicking at the very top of the images in the third row works 6. Trying to confirm using return key results in selection of the lower right image. 7. Esc leaves the dialog. Conclusion: It seems that the clickable area of the recaptcha is limited while the whole is rendererd properly. The mouse position is not translated/scaled. Lookes for me like an improper check of the retina display properties (there are regular and full resolution coordinates.) ### Outcome #### I expected to confirm the recapcha (usual always working #### Cannot pass the registration, now moving to the web version. ### Operating system macOS ### Application version Element Version 1.11.40 (1.11.40) ### How did you install the app? from https://element.io/download ### Homeserver matrix.org ### Will you send logs? Yes
defect
clicking in lower part of the captcha on macos retina not working steps to reproduce i am in the rgistration dialog of the element macos desktop app the recaptcha is open and the upper two rows are clickable clicking at the lower row in the middle of the images does not work clicking on the confirmation button does not work clicking at the very top of the images in the third row works trying to confirm using return key results in selection of the lower right image esc leaves the dialog conclusion it seems that the clickable area of the recaptcha is limited while the whole is rendererd properly the mouse position is not translated scaled lookes for me like an improper check of the retina display properties there are regular and full resolution coordinates outcome i expected to confirm the recapcha usual always working cannot pass the registration now moving to the web version operating system macos application version element version how did you install the app from homeserver matrix org will you send logs yes
1
262,403
27,944,566,477
IssuesEvent
2023-03-24 01:13:00
mgh3326/data-jpa
https://api.github.com/repos/mgh3326/data-jpa
opened
CVE-2023-1370 (High) detected in json-smart-2.3.jar
Mend: dependency security vulnerability
## CVE-2023-1370 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-smart-2.3.jar</b></p></summary> <p>JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.</p> <p>Library home page: <a href="http://www.minidev.net/">http://www.minidev.net/</a></p> <p>Path to dependency file: /build.gradle</p> <p>Path to vulnerable library: /tmp/ws-ua/downloadResource_116b6382-ac25-4150-b5ed-1c229da405f6/20200119084329/json-smart-2.3.jar,/tmp/ws-ua/downloadResource_116b6382-ac25-4150-b5ed-1c229da405f6/20200119084329/json-smart-2.3.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-test-2.2.3.RELEASE.jar (Root Library) - json-path-2.4.0.jar - :x: **json-smart-2.3.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/mgh3326/data-jpa/commit/ebf5090c369ea26e1cf1739edc8be26009c5a871">ebf5090c369ea26e1cf1739edc8be26009c5a871</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> [Json-smart](https://netplex.github.io/json-smart/) is a performance focused, JSON processor lib. When reaching a ‘[‘ or ‘{‘ character in the JSON input, the code parses an array or an object respectively. It was discovered that the code does not have any limit to the nesting of such arrays or objects. Since the parsing of nested arrays and objects is done recursively, nesting too many of them can cause a stack exhaustion (stack overflow) and crash the software. <p>Publish Date: 2023-03-22 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-1370>CVE-2023-1370</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://research.jfrog.com/vulnerabilities/stack-exhaustion-in-json-smart-leads-to-denial-of-service-when-parsing-malformed-json-xray-427633/">https://research.jfrog.com/vulnerabilities/stack-exhaustion-in-json-smart-leads-to-denial-of-service-when-parsing-malformed-json-xray-427633/</a></p> <p>Release Date: 2023-03-22</p> <p>Fix Resolution (net.minidev:json-smart): 2.4.9</p> <p>Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-test): 2.6.9</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-2023-1370 (High) detected in json-smart-2.3.jar - ## CVE-2023-1370 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-smart-2.3.jar</b></p></summary> <p>JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.</p> <p>Library home page: <a href="http://www.minidev.net/">http://www.minidev.net/</a></p> <p>Path to dependency file: /build.gradle</p> <p>Path to vulnerable library: /tmp/ws-ua/downloadResource_116b6382-ac25-4150-b5ed-1c229da405f6/20200119084329/json-smart-2.3.jar,/tmp/ws-ua/downloadResource_116b6382-ac25-4150-b5ed-1c229da405f6/20200119084329/json-smart-2.3.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-test-2.2.3.RELEASE.jar (Root Library) - json-path-2.4.0.jar - :x: **json-smart-2.3.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/mgh3326/data-jpa/commit/ebf5090c369ea26e1cf1739edc8be26009c5a871">ebf5090c369ea26e1cf1739edc8be26009c5a871</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> [Json-smart](https://netplex.github.io/json-smart/) is a performance focused, JSON processor lib. When reaching a ‘[‘ or ‘{‘ character in the JSON input, the code parses an array or an object respectively. It was discovered that the code does not have any limit to the nesting of such arrays or objects. Since the parsing of nested arrays and objects is done recursively, nesting too many of them can cause a stack exhaustion (stack overflow) and crash the software. <p>Publish Date: 2023-03-22 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-1370>CVE-2023-1370</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://research.jfrog.com/vulnerabilities/stack-exhaustion-in-json-smart-leads-to-denial-of-service-when-parsing-malformed-json-xray-427633/">https://research.jfrog.com/vulnerabilities/stack-exhaustion-in-json-smart-leads-to-denial-of-service-when-parsing-malformed-json-xray-427633/</a></p> <p>Release Date: 2023-03-22</p> <p>Fix Resolution (net.minidev:json-smart): 2.4.9</p> <p>Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-test): 2.6.9</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in json smart jar cve high severity vulnerability vulnerable library json smart jar json javascript object notation is a lightweight data interchange format it is easy for humans to read and write it is easy for machines to parse and generate it is based on a subset of the javascript programming language standard ecma edition december json is a text format that is completely language independent but uses conventions that are familiar to programmers of the c family of languages including c c c java javascript perl python and many others these properties make json an ideal data interchange language library home page a href path to dependency file build gradle path to vulnerable library tmp ws ua downloadresource json smart jar tmp ws ua downloadresource json smart jar dependency hierarchy spring boot starter test release jar root library json path jar x json smart jar vulnerable library found in head commit a href found in base branch master vulnerability details is a performance focused json processor lib when reaching a ‘ ‘ or ‘ ‘ character in the json input the code parses an array or an object respectively it was discovered that the code does not have any limit to the nesting of such arrays or objects since the parsing of nested arrays and objects is done recursively nesting too many of them can cause a stack exhaustion stack overflow and crash the software 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 net minidev json smart direct dependency fix resolution org springframework boot spring boot starter test step up your open source security game with mend
0
384,365
11,388,068,944
IssuesEvent
2020-01-29 16:03:40
mickymuis/vouwpapier
https://api.github.com/repos/mickymuis/vouwpapier
opened
Review #3: clarify the parameters of the synthetic experiments
low priority
> several parameters are not explained clearly. For example, it is mentioned that "both the pattern elements and the noise are picked from the same uniform random distribution ...", however, how does this relate to the specific pattern sizes included? It would be nice to see some more details here. I can really understand this and I really, really want to elaborate on this, given more space obviously. I hope there is any way we can further clarify the synthetic benchmark without losing more space. Maybe we should look into it after we have fixed the rest and see if we can rephrase things to contain more information.
1.0
Review #3: clarify the parameters of the synthetic experiments - > several parameters are not explained clearly. For example, it is mentioned that "both the pattern elements and the noise are picked from the same uniform random distribution ...", however, how does this relate to the specific pattern sizes included? It would be nice to see some more details here. I can really understand this and I really, really want to elaborate on this, given more space obviously. I hope there is any way we can further clarify the synthetic benchmark without losing more space. Maybe we should look into it after we have fixed the rest and see if we can rephrase things to contain more information.
non_defect
review clarify the parameters of the synthetic experiments several parameters are not explained clearly for example it is mentioned that both the pattern elements and the noise are picked from the same uniform random distribution however how does this relate to the specific pattern sizes included it would be nice to see some more details here i can really understand this and i really really want to elaborate on this given more space obviously i hope there is any way we can further clarify the synthetic benchmark without losing more space maybe we should look into it after we have fixed the rest and see if we can rephrase things to contain more information
0
74,217
25,013,379,822
IssuesEvent
2022-11-03 16:48:58
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
Mechanism to deprecate standard library functions in OpenZFS needs replacement
Type: Defect
In llvm/llvm-project#57954, the LLVM/Clang developers make it clear that they are strongly opposed to using the preprocessor in the way that we do to mark functions such as `strncpy()` as deprecated. Initially, I did not consider their arguments to be persuasive, but then I posed the question: > Is there any possible way that the macro definition here would cause the wrong thing to be emitted by the toolchain as a binary, especially when the function is not used (which is the the purpose of the macro definition)? To which, @erichkeane replied: > Yes, in some implementations (ours included!) a number of standard library functions are implemented as builtins that either emit code directly, or via certain system calls. Defining it to only 'sometimes' match that definition could cause inlined versions of this function to not 'do the right thing'. It sounds like compiler optimizations can cause our mechanism intended to cause build failures when functions we do not want used in the codebase are introduced by patches to fail to cause build failures. Thus, it should be replaced. Two competing ideas that I have for replacing it are: * Modify cstyle.pl to catch it. * Modify CodeQL to catch it.
1.0
Mechanism to deprecate standard library functions in OpenZFS needs replacement - In llvm/llvm-project#57954, the LLVM/Clang developers make it clear that they are strongly opposed to using the preprocessor in the way that we do to mark functions such as `strncpy()` as deprecated. Initially, I did not consider their arguments to be persuasive, but then I posed the question: > Is there any possible way that the macro definition here would cause the wrong thing to be emitted by the toolchain as a binary, especially when the function is not used (which is the the purpose of the macro definition)? To which, @erichkeane replied: > Yes, in some implementations (ours included!) a number of standard library functions are implemented as builtins that either emit code directly, or via certain system calls. Defining it to only 'sometimes' match that definition could cause inlined versions of this function to not 'do the right thing'. It sounds like compiler optimizations can cause our mechanism intended to cause build failures when functions we do not want used in the codebase are introduced by patches to fail to cause build failures. Thus, it should be replaced. Two competing ideas that I have for replacing it are: * Modify cstyle.pl to catch it. * Modify CodeQL to catch it.
defect
mechanism to deprecate standard library functions in openzfs needs replacement in llvm llvm project the llvm clang developers make it clear that they are strongly opposed to using the preprocessor in the way that we do to mark functions such as strncpy as deprecated initially i did not consider their arguments to be persuasive but then i posed the question is there any possible way that the macro definition here would cause the wrong thing to be emitted by the toolchain as a binary especially when the function is not used which is the the purpose of the macro definition to which erichkeane replied yes in some implementations ours included a number of standard library functions are implemented as builtins that either emit code directly or via certain system calls defining it to only sometimes match that definition could cause inlined versions of this function to not do the right thing it sounds like compiler optimizations can cause our mechanism intended to cause build failures when functions we do not want used in the codebase are introduced by patches to fail to cause build failures thus it should be replaced two competing ideas that i have for replacing it are modify cstyle pl to catch it modify codeql to catch it
1
2,992
2,535,257,590
IssuesEvent
2015-01-25 21:00:46
uic-evl/omegalib
https://api.github.com/repos/uic-evl/omegalib
closed
make update command
priority:LOW type:IMPROVEMENT
Add an update CMake target that runs the module.py script forcing a pull of all the installed modules. can be used from console `make update` or building the update project from Visual Studio. ..maybe update command should also update the main repository so everything is kept in sync.
1.0
make update command - Add an update CMake target that runs the module.py script forcing a pull of all the installed modules. can be used from console `make update` or building the update project from Visual Studio. ..maybe update command should also update the main repository so everything is kept in sync.
non_defect
make update command add an update cmake target that runs the module py script forcing a pull of all the installed modules can be used from console make update or building the update project from visual studio maybe update command should also update the main repository so everything is kept in sync
0
189,631
22,047,080,303
IssuesEvent
2022-05-30 03:51:11
Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492
https://api.github.com/repos/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492
closed
CVE-2019-15223 (Medium) detected in linuxlinux-4.19.88 - autoclosed
security vulnerability
## CVE-2019-15223 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.88</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492/commit/8d2169763c8858bce8d07fbb569f01ef9b30383b">8d2169763c8858bce8d07fbb569f01ef9b30383b</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </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> An issue was discovered in the Linux kernel before 5.1.8. There is a NULL pointer dereference caused by a malicious USB device in the sound/usb/line6/driver.c driver. <p>Publish Date: 2019-08-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-15223>CVE-2019-15223</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.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Physical - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15223">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15223</a></p> <p>Release Date: 2019-09-06</p> <p>Fix Resolution: v5.3-rc3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-15223 (Medium) detected in linuxlinux-4.19.88 - autoclosed - ## CVE-2019-15223 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.88</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492/commit/8d2169763c8858bce8d07fbb569f01ef9b30383b">8d2169763c8858bce8d07fbb569f01ef9b30383b</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </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> An issue was discovered in the Linux kernel before 5.1.8. There is a NULL pointer dereference caused by a malicious USB device in the sound/usb/line6/driver.c driver. <p>Publish Date: 2019-08-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-15223>CVE-2019-15223</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.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Physical - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15223">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15223</a></p> <p>Release Date: 2019-09-06</p> <p>Fix Resolution: v5.3-rc3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details an issue was discovered in the linux kernel before there is a null pointer dereference caused by a malicious usb device in the sound usb driver c driver publish date url a href cvss score details base score metrics exploitability metrics attack vector physical 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 step up your open source security game with whitesource
0
11,094
2,632,748,816
IssuesEvent
2015-03-08 13:31:33
simonsteele/pn
https://api.github.com/repos/simonsteele/pn
closed
Crash after running make.exe
Component-Logic Priority-Medium Type-Defect
Original [issue 32](https://code.google.com/p/pnotepad/issues/detail?id=32) created by simonsteele on 2008-04-10T18:50:42.000Z: <b>What steps will reproduce the problem?</b> 1. After execute tool make.exe (not every time, every 2 or 3) <b>2.</b> <b>3.</b> <b>What is the expected output? What do you see instead?</b> <b>What version of the product are you using? On what operating system?</b> <b>Please provide any additional information below.</b>
1.0
Crash after running make.exe - Original [issue 32](https://code.google.com/p/pnotepad/issues/detail?id=32) created by simonsteele on 2008-04-10T18:50:42.000Z: <b>What steps will reproduce the problem?</b> 1. After execute tool make.exe (not every time, every 2 or 3) <b>2.</b> <b>3.</b> <b>What is the expected output? What do you see instead?</b> <b>What version of the product are you using? On what operating system?</b> <b>Please provide any additional information below.</b>
defect
crash after running make exe original created by simonsteele on what steps will reproduce the problem after execute tool make exe not every time every or what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below
1
129,755
18,109,735,216
IssuesEvent
2021-09-23 01:01:29
maorkuriel/ksa
https://api.github.com/repos/maorkuriel/ksa
opened
CVE-2017-16138 (High) detected in mime-1.2.4.tgz
security vulnerability
## CVE-2017-16138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mime-1.2.4.tgz</b></p></summary> <p>A comprehensive library for mime-type mapping</p> <p>Library home page: <a href="https://registry.npmjs.org/mime/-/mime-1.2.4.tgz">https://registry.npmjs.org/mime/-/mime-1.2.4.tgz</a></p> <p>Path to dependency file: ksa/ksa-web-root/ksa-web/src/main/webapp/rs/bootstrap/package.json</p> <p>Path to vulnerable library: ksa/ksa-web-root/ksa-web/src/main/webapp/rs/bootstrap/node_modules/mime/package.json</p> <p> Dependency Hierarchy: - connect-2.1.3.tgz (Root Library) - :x: **mime-1.2.4.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The mime module < 1.4.1, 2.0.1, 2.0.2 is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16138>CVE-2017-16138</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution: 1.4.1,2.0.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"mime","packageVersion":"1.2.4","packageFilePaths":["/ksa-web-root/ksa-web/src/main/webapp/rs/bootstrap/package.json"],"isTransitiveDependency":true,"dependencyTree":"connect:2.1.3;mime:1.2.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"1.4.1,2.0.3"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2017-16138","vulnerabilityDetails":"The mime module \u003c 1.4.1, 2.0.1, 2.0.2 is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16138","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2017-16138 (High) detected in mime-1.2.4.tgz - ## CVE-2017-16138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mime-1.2.4.tgz</b></p></summary> <p>A comprehensive library for mime-type mapping</p> <p>Library home page: <a href="https://registry.npmjs.org/mime/-/mime-1.2.4.tgz">https://registry.npmjs.org/mime/-/mime-1.2.4.tgz</a></p> <p>Path to dependency file: ksa/ksa-web-root/ksa-web/src/main/webapp/rs/bootstrap/package.json</p> <p>Path to vulnerable library: ksa/ksa-web-root/ksa-web/src/main/webapp/rs/bootstrap/node_modules/mime/package.json</p> <p> Dependency Hierarchy: - connect-2.1.3.tgz (Root Library) - :x: **mime-1.2.4.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The mime module < 1.4.1, 2.0.1, 2.0.2 is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16138>CVE-2017-16138</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution: 1.4.1,2.0.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"mime","packageVersion":"1.2.4","packageFilePaths":["/ksa-web-root/ksa-web/src/main/webapp/rs/bootstrap/package.json"],"isTransitiveDependency":true,"dependencyTree":"connect:2.1.3;mime:1.2.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"1.4.1,2.0.3"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2017-16138","vulnerabilityDetails":"The mime module \u003c 1.4.1, 2.0.1, 2.0.2 is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-16138","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in mime tgz cve high severity vulnerability vulnerable library mime tgz a comprehensive library for mime type mapping library home page a href path to dependency file ksa ksa web root ksa web src main webapp rs bootstrap package json path to vulnerable library ksa ksa web root ksa web src main webapp rs bootstrap node modules mime package json dependency hierarchy connect tgz root library x mime tgz vulnerable library found in base branch master vulnerability details the mime module is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree connect mime isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails the mime module is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input vulnerabilityurl
0
6,064
6,204,308,003
IssuesEvent
2017-07-06 13:58:00
ARM-software/tf-issues
https://api.github.com/repos/ARM-software/tf-issues
closed
TFV-1: Malformed Firmware Update SMC can result in copy of unexpectedly large data into secure memory
security-advisory
Please note there is a new ARM Trusted Firmware security advisory here: https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Security-Advisory-TFV-1 Fixes for these vulnerabilities are available here: https://github.com/ARM-software/arm-trusted-firmware/pull/783
True
TFV-1: Malformed Firmware Update SMC can result in copy of unexpectedly large data into secure memory - Please note there is a new ARM Trusted Firmware security advisory here: https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Security-Advisory-TFV-1 Fixes for these vulnerabilities are available here: https://github.com/ARM-software/arm-trusted-firmware/pull/783
non_defect
tfv malformed firmware update smc can result in copy of unexpectedly large data into secure memory please note there is a new arm trusted firmware security advisory here fixes for these vulnerabilities are available here
0
79,425
28,237,601,168
IssuesEvent
2023-04-06 02:54:31
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
OOM triggered, suspect ARC to blame
Type: Defect
I'm still investigating things, but I wanted to open an issue with the data I have, since I'm thinking it may be related to https://github.com/openzfs/zfs/pull/14359 We have a system/image that's used as our buildserver, used to build various artifacts for our product (packages, VM image, etc.). Since we integrated https://github.com/openzfs/zfs/pull/14359 into our version of ZFS used on these buildserver images, we've been seeing OOM kills, causing build failures. In the one case that I've been able to inspect, I see the following: ``` $ free -m total used free shared buff/cache available Mem: 3182 3041 100 0 40 7 Swap: 8191 49 8142 ``` ``` $ cat /proc/meminfo MemTotal: 3258832 kB MemFree: 114108 kB ``` So, the system only has ~3G of RAM.. most of which appears to be used.. but, used by what? ``` $ ps -e -o pid,rss,vsz,args | sort -n -k2 | tail -n 20 781 564 74396 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 101:101 79632 604 14032 sort -n -k2 786 876 12180 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups 422 1176 19804 /lib/systemd/systemd-udevd 78964 1284 24420 /lib/systemd/systemd-resolved 661 1568 8420 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 79631 1752 8808 ps -e -o pid,rss,vsz,args 682 2356 17760 /lib/systemd/systemd-logind 79585 2492 170852 (sd-pam) 79592 2792 7236 -bash 79591 3196 13108 sshd: delphix@pts/0 387 4632 45968 /lib/systemd/systemd-journald 78963 4664 18588 /usr/bin/python3 /usr/bin/delphix-startup-screen 1 4900 169900 /sbin/init 79561 4956 13108 sshd: delphix [priv] 78961 5148 18800 /usr/bin/python3 /usr/bin/delphix-startup-screen 79584 6200 18932 /lib/systemd/systemd --user 688 7996 1424632 /usr/bin/containerd 2676 11956 1298548 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock 79061 32496 5072372 /usr/bin/telegraf -config /etc/telegraf/telegraf.conf ``` It doesn't look to be used by processes... Looking at the ARC, I see this: ``` $ arcstat 1 time read ddread ddh% dmread dmh% pread ph% size c avail 00:12:48 0 0 0 0 0 0 0 2.7G 99M -282M 00:12:49 0 0 0 0 0 0 0 2.7G 99M -282M 00:12:50 16 0 0 16 100 0 0 2.7G 99M -282M ``` ``` pd 4 1498642 pm 4 2153388558 c 4 104282624 c_min 4 104282624 c_max 4 2502782976 size 4 2914917016 compressed_size 4 2753806336 uncompressed_size 4 4813766144 overhead_size 4 11655680 hdr_size 4 40684288 data_size 4 2714360832 metadata_size 4 51101184 dbuf_size 4 650328 dnode_size 4 1624000 bonus_size 4 444800 anon_size 4 16384 ``` For a nearly 3G RAM system.. using ~2.9G for ARC seems excessive.. particularly, given that OOM killer is kicking in to kill user space processes.. e.g. why doesn't the ARC evict data? Here's an example OOM message: ``` Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940005] telegraf invoked oom-killer: gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940009] CPU: 1 PID: 2789 Comm: telegraf Kdump: loaded Tainted: P OE 5.4.0-1097-dx2023032205-8e2e150ee-aws #105 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940010] Hardware name: Amazon EC2 c5.large/, BIOS 1.0 10/16/2017 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940011] Call Trace: Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940018] dump_stack+0x6d/0x8b Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940021] dump_header+0x4f/0x1eb Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940022] oom_kill_process.cold+0xb/0x10 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940026] out_of_memory+0x1cf/0x500 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940029] __alloc_pages_slowpath+0xdde/0xeb0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940032] __alloc_pages_nodemask+0x2d0/0x320 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940035] alloc_pages_vma+0x7f/0x220 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940037] __read_swap_cache_async+0x161/0x230 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940039] read_swap_cache_async+0x2b/0x70 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940040] swap_cluster_readahead+0x23f/0x2e0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940044] ? try_charge+0x709/0x810 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940046] swapin_readahead+0x5c/0x470 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940047] ? pagecache_get_page+0x2d/0x300 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940051] do_swap_page+0x3fb/0x9f0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940053] __handle_mm_fault+0x73b/0x7a0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940055] handle_mm_fault+0xca/0x200 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940058] do_user_addr_fault+0x1f9/0x450 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940061] ? hrtimer_nanosleep+0xc2/0x1c0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940063] __do_page_fault+0x58/0x90 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940064] do_page_fault+0x2c/0xe0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940066] do_async_page_fault+0x39/0x70 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940069] async_page_fault+0x34/0x40 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940071] RIP: 0033:0x44789d Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940073] Code: 48 8d 6c 24 30 48 89 44 24 40 90 48 8d 05 7b 5d fd 09 e8 b6 4e fc ff 48 8b 4c 24 40 31 c0 31 d2 eb 03 48 ff c0 48 89 54 24 10 <48> 8b 1d fc 60 f8 09 48 39 05 fd 60 f8 09 0f 8e aa 00 00 00 48 8b Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940074] RSP: 002b:000000c0000a5ef0 EFLAGS: 00010246 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940076] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 00000124bac858b7 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940076] RDX: 0000000000000000 RSI: 0000000000000002 RDI: 0000000000000004 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940077] RBP: 000000c0000a5f20 R08: 0000000000000000 R09: 0000000000000000 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940078] R10: 0000000000000000 R11: 0000000000000246 R12: 000000c0000a5930 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940079] R13: 000000c000a00400 R14: 000000c0000064e0 R15: 0000000000000100 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940081] Mem-Info: Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] active_anon:62 inactive_anon:217 isolated_anon:0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] active_file:30 inactive_file:28 isolated_file:27 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] unevictable:3 dirty:8 writeback:1 unstable:0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] slab_reclaimable:4803 slab_unreclaimable:62809 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] mapped:59 shmem:10 pagetables:1132 bounce:0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] free:17451 free_pcp:43 free_cma:0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940087] Node 0 active_anon:248kB inactive_anon:868kB active_file:120kB inactive_file:112kB unevictable:12kB isolated(anon):0kB isolated(file):108kB mapped:236kB dirty:32kB writeback:4kB shmem:40kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 0kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940088] Node 0 DMA free:12832kB min:320kB low:400kB high:480kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15360kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940091] lowmem_reserve[]: 0 2712 3137 3137 3137 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940093] Node 0 DMA32 free:53004kB min:58148kB low:72684kB high:87220kB active_anon:336kB inactive_anon:576kB active_file:196kB inactive_file:172kB unevictable:0kB writepending:20kB present:3129256kB managed:2801576kB mlocked:0kB kernel_stack:1748kB pagetables:2692kB bounce:0kB free_pcp:52kB local_pcp:52kB free_cma:0kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940096] lowmem_reserve[]: 0 0 424 424 424 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940098] Node 0 Normal free:3968kB min:9108kB low:11384kB high:13660kB active_anon:480kB inactive_anon:804kB active_file:248kB inactive_file:220kB unevictable:12kB writepending:16kB present:800768kB managed:441896kB mlocked:12kB kernel_stack:2668kB pagetables:1836kB bounce:0kB free_pcp:120kB local_pcp:120kB free_cma:0kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940101] lowmem_reserve[]: 0 0 0 0 0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940103] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 1*512kB (U) 0*1024kB 2*2048kB (UM) 2*4096kB (M) = 12800kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940108] Node 0 DMA32: 855*4kB (UME) 6191*8kB (UME) 3*16kB (UM) 1*32kB (M) 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 53028kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940114] Node 0 Normal: 323*4kB (UME) 325*8kB (UME) 30*16kB (U) 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 4372kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940121] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940122] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940122] 95 total pagecache pages Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940124] 29 pages in swap cache Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940125] Swap cache stats: add 166746, delete 166717, find 3815/5884 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940125] Free swap = 7737852kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940126] Total swap = 8388604kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940126] 986504 pages RAM Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940127] 0 pages HighMem/MovableOnly Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940127] 171796 pages reserved Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940128] 0 pages cma reserved Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940128] 0 pages hwpoisoned Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940129] Unreclaimable slab info: Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940129] Name Used Total Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940142] nf_conntrack 56KB 71KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940226] zfs_znode_hold_cache 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940241] zfs_znode_cache 815KB 2565KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940243] zil_zcw_cache 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940244] zil_lwb_cache 23KB 23KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940327] dmu_buf_impl_t 1213KB 6913KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940330] arc_buf_t 125KB 212KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940331] arc_buf_hdr_t_full 39110KB 39110KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940376] dnode_t 3285KB 8171KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940389] sa_cache 283KB 705KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940390] abd_t 13772KB 13772KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940391] lz4_cache 64KB 64KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940402] zio_buf_comb_16384 3040KB 4608KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940403] zio_buf_comb_14336 192KB 384KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940404] zio_buf_comb_12288 168KB 240KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940405] zio_buf_comb_10240 168KB 288KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940407] zio_buf_comb_8192 224KB 384KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940408] zio_buf_comb_7168 224KB 384KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940410] zio_buf_comb_6144 128KB 288KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940411] zio_buf_comb_5120 192KB 352KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940413] zio_buf_comb_4096 160KB 288KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940414] zio_buf_comb_3584 224KB 350KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940416] zio_buf_comb_3072 300KB 420KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940417] zio_buf_comb_2560 390KB 510KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940418] zio_buf_comb_2048 352KB 480KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940419] zio_buf_comb_1536 315KB 441KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940431] zio_buf_comb_1024 15384KB 15632KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940432] zio_buf_comb_512 30400KB 30400KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940433] zio_link_cache 127KB 143KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940434] zio_cache 248KB 248KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940523] zfs_btree_leaf_cache 11328KB 32192KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940525] mqueue_inode_cache 15KB 15KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940528] PING 48KB 48KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940529] RAW 32KB 32KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940530] tw_sock_TCP 27KB 27KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940531] request_sock_TCP 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940532] TCP 61KB 61KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940533] hugetlbfs_inode_cache 30KB 30KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940534] eventpoll_pwq 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940535] request_queue 61KB 61KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940536] blkdev_ioc 15KB 15KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940537] biovec-max 320KB 352KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940537] biovec-128 64KB 64KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940538] biovec-64 64KB 64KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940539] khugepaged_mm_slot 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940540] user_namespace 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940541] uid_cache 20KB 20KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940542] skbuff_ext_cache 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940543] skbuff_fclone_cache 57KB 88KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940544] skbuff_head_cache 68KB 68KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940545] file_lock_cache 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940545] fsnotify_mark_connector 8KB 8KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940546] net_namespace 57KB 57KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940547] task_delay_info 27KB 27KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940548] taskstats 15KB 15KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940549] proc_dir_entry 110KB 110KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940549] pde_opener 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940551] shmem_inode_cache 417KB 417KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940585] kernfs_node_cache 8045KB 8275KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940587] mnt_cache 212KB 232KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940589] filp 76KB 120KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940590] names_cache 160KB 160KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940592] lsm_file_cache 67KB 67KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940593] uts_namespace 15KB 15KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940595] vm_area_struct 107KB 138KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940595] mm_struct 63KB 63KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940596] files_cache 47KB 47KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940597] signal_cache 220KB 220KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940598] sighand_cache 371KB 371KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940600] task_struct 1067KB 1189KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940600] cred_jar 39KB 39KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940603] anon_vma_chain 26KB 68KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940604] anon_vma 80KB 114KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940605] pid 32KB 32KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940606] Acpi-Operand 78KB 78KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940607] Acpi-Parse 11KB 11KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940607] Acpi-State 27KB 27KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940608] numa_policy 3KB 3KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940609] trace_event_file 118KB 118KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940610] ftrace_event_field 179KB 179KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940611] pool_workqueue 127KB 136KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940612] task_group 90KB 90KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940616] vmap_area 100KB 196KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940628] kmalloc-8k 1816KB 3648KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940629] kmalloc-4k 4996KB 5044KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940630] kmalloc-2k 2692KB 2692KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940698] kmalloc-1k 7002KB 15088KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940824] kmalloc-512 2701KB 11496KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940825] kmalloc-256 307KB 320KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940826] kmalloc-192 500KB 500KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940828] kmalloc-128 210KB 244KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940867] kmalloc-96 348KB 1449KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940977] kmalloc-64 1039KB 5252KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941030] kmalloc-32 2499KB 3476KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941031] kmalloc-16 120KB 120KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941032] kmalloc-8 48KB 48KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941033] kmem_cache_node 84KB 84KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941036] kmem_cache 525KB 574KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941037] Tasks state (memory values in pages): Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941037] [ pid ] uid tgid total_vm rss pgtables_bytes swapents oom_score_adj name Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941049] [ 387] 0 387 11492 4 114688 327 -250 systemd-journal Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941052] [ 422] 0 422 4951 5 65536 346 -1000 systemd-udevd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941054] [ 471] 0 471 2839 0 53248 55 -1000 auditd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941056] [ 638] 102 638 6847 3 73728 238 0 systemd-network Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941058] [ 640] 103 640 6104 0 90112 979 0 systemd-resolve Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941060] [ 661] 104 661 2105 1 57344 209 -900 dbus-daemon Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941062] [ 675] 0 675 965 0 45056 33 0 rngd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941064] [ 677] 106 677 56027 0 77824 399 0 rsyslogd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941066] [ 682] 0 682 4440 0 77824 350 0 systemd-logind Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941067] [ 684] 0 684 59475 0 81920 254 0 zed Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941069] [ 688] 0 688 356158 0 307200 3249 -999 containerd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941071] [ 719] 0 719 1393 0 49152 62 0 cron Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941073] [ 728] 0 728 4732 19 77824 1441 0 delphix-startup Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941075] [ 736] 0 736 4707 17 73728 1395 0 delphix-startup Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941077] [ 781] 101 781 18599 0 53248 151 0 ntpd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941079] [ 786] 0 786 3045 4 61440 227 -1000 sshd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941081] [ 948] 105 948 1694 2 53248 51 0 uuidd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941084] [ 2675] 0 2675 1723 1 57344 61 0 delphix-telegra Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941085] [ 2676] 0 2676 324637 0 339968 4783 -500 dockerd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941087] [ 2788] 0 2788 1268093 0 462848 7472 0 telegraf Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941089] [ 2808] 0 2808 622 0 40960 21 0 none Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941091] [ 2946] 65433 2946 4731 1 73728 340 0 systemd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941093] [ 2949] 65433 2949 26028 5 94208 984 0 (sd-pam) Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941095] [ 2999] 65433 2999 859203 0 851968 50810 0 java Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941097] [ 16453] 65433 16453 653 0 45056 26 0 sh Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941099] [ 16454] 65433 16454 653 0 45056 27 0 sh Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941100] [ 16455] 65433 16455 1723 1 53248 65 0 bash Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941102] [ 16458] 0 16458 2116 0 53248 110 0 sudo Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941104] [ 16459] 0 16459 608915 0 454656 17872 0 java Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941106] [ 16496] 0 16496 736176 0 933888 67597 0 java Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941108] [ 17841] 0 17841 1724 1 45056 80 0 run-live-build. Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941110] [ 17858] 0 17858 197201 0 200704 957 0 aptly Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941111] [ 17997] 0 17997 960 1 49152 76 0 lb_build Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941113] [ 18012] 0 18012 1724 1 53248 65 0 build Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941115] [ 18013] 0 18013 960 1 40960 78 0 lb_build Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941117] [ 18014] 0 18014 1372 0 49152 26 0 tee Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941119] [ 72928] 0 72928 686 1 45056 77 0 lb_binary Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941121] [ 72966] 0 72966 686 1 45056 78 0 lb_binary_chroo Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941123] [ 73019] 0 73019 3751 32 65536 474 0 cp Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941124] [ 73576] 65433 73576 1369 0 53248 21 0 sleep Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941126] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/user.slice/user-65433.slice/session-5.scope,task=java,pid=16496,uid=0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941194] Out of memory: Killed process 16496 (java) total-vm:2944704kB, anon-rss:0kB, file-rss:0kB, shmem-rss:0kB, UID:0 pgtables:912kB oom_score_adj:0 ``` Additionally, I've attached a g'ziped copy of `syslog` from the system.. [syslog.gz](https://github.com/openzfs/zfs/files/11095574/syslog.gz) I'm still actively investigating this issue.. and not certain that https://github.com/openzfs/zfs/pull/14359 is to blame yet.. but things point it so far.. For example, an image generated prior to that change being integrated, does not have these OOM issues.. but an image generated after that change was integrated does have these OOM issues.. that coupled with the fact that nearly all 3G of the system are being used by the ARC, is leading me to suspect it's the changes to the ARC eviction at play here.. As I get more information, I'll report back.. but wanted to post the information I have so far, in case somebody more familiar could chime in, and maybe help me pin point the problem.. CC: @amotin @behlendorf @allanjude
1.0
OOM triggered, suspect ARC to blame - I'm still investigating things, but I wanted to open an issue with the data I have, since I'm thinking it may be related to https://github.com/openzfs/zfs/pull/14359 We have a system/image that's used as our buildserver, used to build various artifacts for our product (packages, VM image, etc.). Since we integrated https://github.com/openzfs/zfs/pull/14359 into our version of ZFS used on these buildserver images, we've been seeing OOM kills, causing build failures. In the one case that I've been able to inspect, I see the following: ``` $ free -m total used free shared buff/cache available Mem: 3182 3041 100 0 40 7 Swap: 8191 49 8142 ``` ``` $ cat /proc/meminfo MemTotal: 3258832 kB MemFree: 114108 kB ``` So, the system only has ~3G of RAM.. most of which appears to be used.. but, used by what? ``` $ ps -e -o pid,rss,vsz,args | sort -n -k2 | tail -n 20 781 564 74396 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 101:101 79632 604 14032 sort -n -k2 786 876 12180 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups 422 1176 19804 /lib/systemd/systemd-udevd 78964 1284 24420 /lib/systemd/systemd-resolved 661 1568 8420 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 79631 1752 8808 ps -e -o pid,rss,vsz,args 682 2356 17760 /lib/systemd/systemd-logind 79585 2492 170852 (sd-pam) 79592 2792 7236 -bash 79591 3196 13108 sshd: delphix@pts/0 387 4632 45968 /lib/systemd/systemd-journald 78963 4664 18588 /usr/bin/python3 /usr/bin/delphix-startup-screen 1 4900 169900 /sbin/init 79561 4956 13108 sshd: delphix [priv] 78961 5148 18800 /usr/bin/python3 /usr/bin/delphix-startup-screen 79584 6200 18932 /lib/systemd/systemd --user 688 7996 1424632 /usr/bin/containerd 2676 11956 1298548 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock 79061 32496 5072372 /usr/bin/telegraf -config /etc/telegraf/telegraf.conf ``` It doesn't look to be used by processes... Looking at the ARC, I see this: ``` $ arcstat 1 time read ddread ddh% dmread dmh% pread ph% size c avail 00:12:48 0 0 0 0 0 0 0 2.7G 99M -282M 00:12:49 0 0 0 0 0 0 0 2.7G 99M -282M 00:12:50 16 0 0 16 100 0 0 2.7G 99M -282M ``` ``` pd 4 1498642 pm 4 2153388558 c 4 104282624 c_min 4 104282624 c_max 4 2502782976 size 4 2914917016 compressed_size 4 2753806336 uncompressed_size 4 4813766144 overhead_size 4 11655680 hdr_size 4 40684288 data_size 4 2714360832 metadata_size 4 51101184 dbuf_size 4 650328 dnode_size 4 1624000 bonus_size 4 444800 anon_size 4 16384 ``` For a nearly 3G RAM system.. using ~2.9G for ARC seems excessive.. particularly, given that OOM killer is kicking in to kill user space processes.. e.g. why doesn't the ARC evict data? Here's an example OOM message: ``` Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940005] telegraf invoked oom-killer: gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940009] CPU: 1 PID: 2789 Comm: telegraf Kdump: loaded Tainted: P OE 5.4.0-1097-dx2023032205-8e2e150ee-aws #105 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940010] Hardware name: Amazon EC2 c5.large/, BIOS 1.0 10/16/2017 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940011] Call Trace: Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940018] dump_stack+0x6d/0x8b Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940021] dump_header+0x4f/0x1eb Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940022] oom_kill_process.cold+0xb/0x10 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940026] out_of_memory+0x1cf/0x500 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940029] __alloc_pages_slowpath+0xdde/0xeb0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940032] __alloc_pages_nodemask+0x2d0/0x320 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940035] alloc_pages_vma+0x7f/0x220 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940037] __read_swap_cache_async+0x161/0x230 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940039] read_swap_cache_async+0x2b/0x70 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940040] swap_cluster_readahead+0x23f/0x2e0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940044] ? try_charge+0x709/0x810 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940046] swapin_readahead+0x5c/0x470 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940047] ? pagecache_get_page+0x2d/0x300 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940051] do_swap_page+0x3fb/0x9f0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940053] __handle_mm_fault+0x73b/0x7a0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940055] handle_mm_fault+0xca/0x200 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940058] do_user_addr_fault+0x1f9/0x450 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940061] ? hrtimer_nanosleep+0xc2/0x1c0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940063] __do_page_fault+0x58/0x90 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940064] do_page_fault+0x2c/0xe0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940066] do_async_page_fault+0x39/0x70 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940069] async_page_fault+0x34/0x40 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940071] RIP: 0033:0x44789d Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940073] Code: 48 8d 6c 24 30 48 89 44 24 40 90 48 8d 05 7b 5d fd 09 e8 b6 4e fc ff 48 8b 4c 24 40 31 c0 31 d2 eb 03 48 ff c0 48 89 54 24 10 <48> 8b 1d fc 60 f8 09 48 39 05 fd 60 f8 09 0f 8e aa 00 00 00 48 8b Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940074] RSP: 002b:000000c0000a5ef0 EFLAGS: 00010246 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940076] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 00000124bac858b7 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940076] RDX: 0000000000000000 RSI: 0000000000000002 RDI: 0000000000000004 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940077] RBP: 000000c0000a5f20 R08: 0000000000000000 R09: 0000000000000000 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940078] R10: 0000000000000000 R11: 0000000000000246 R12: 000000c0000a5930 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940079] R13: 000000c000a00400 R14: 000000c0000064e0 R15: 0000000000000100 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940081] Mem-Info: Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] active_anon:62 inactive_anon:217 isolated_anon:0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] active_file:30 inactive_file:28 isolated_file:27 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] unevictable:3 dirty:8 writeback:1 unstable:0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] slab_reclaimable:4803 slab_unreclaimable:62809 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] mapped:59 shmem:10 pagetables:1132 bounce:0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940085] free:17451 free_pcp:43 free_cma:0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940087] Node 0 active_anon:248kB inactive_anon:868kB active_file:120kB inactive_file:112kB unevictable:12kB isolated(anon):0kB isolated(file):108kB mapped:236kB dirty:32kB writeback:4kB shmem:40kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 0kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940088] Node 0 DMA free:12832kB min:320kB low:400kB high:480kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15360kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940091] lowmem_reserve[]: 0 2712 3137 3137 3137 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940093] Node 0 DMA32 free:53004kB min:58148kB low:72684kB high:87220kB active_anon:336kB inactive_anon:576kB active_file:196kB inactive_file:172kB unevictable:0kB writepending:20kB present:3129256kB managed:2801576kB mlocked:0kB kernel_stack:1748kB pagetables:2692kB bounce:0kB free_pcp:52kB local_pcp:52kB free_cma:0kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940096] lowmem_reserve[]: 0 0 424 424 424 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940098] Node 0 Normal free:3968kB min:9108kB low:11384kB high:13660kB active_anon:480kB inactive_anon:804kB active_file:248kB inactive_file:220kB unevictable:12kB writepending:16kB present:800768kB managed:441896kB mlocked:12kB kernel_stack:2668kB pagetables:1836kB bounce:0kB free_pcp:120kB local_pcp:120kB free_cma:0kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940101] lowmem_reserve[]: 0 0 0 0 0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940103] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 1*512kB (U) 0*1024kB 2*2048kB (UM) 2*4096kB (M) = 12800kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940108] Node 0 DMA32: 855*4kB (UME) 6191*8kB (UME) 3*16kB (UM) 1*32kB (M) 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 53028kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940114] Node 0 Normal: 323*4kB (UME) 325*8kB (UME) 30*16kB (U) 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 4372kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940121] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940122] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940122] 95 total pagecache pages Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940124] 29 pages in swap cache Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940125] Swap cache stats: add 166746, delete 166717, find 3815/5884 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940125] Free swap = 7737852kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940126] Total swap = 8388604kB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940126] 986504 pages RAM Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940127] 0 pages HighMem/MovableOnly Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940127] 171796 pages reserved Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940128] 0 pages cma reserved Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940128] 0 pages hwpoisoned Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940129] Unreclaimable slab info: Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940129] Name Used Total Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940142] nf_conntrack 56KB 71KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940226] zfs_znode_hold_cache 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940241] zfs_znode_cache 815KB 2565KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940243] zil_zcw_cache 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940244] zil_lwb_cache 23KB 23KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940327] dmu_buf_impl_t 1213KB 6913KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940330] arc_buf_t 125KB 212KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940331] arc_buf_hdr_t_full 39110KB 39110KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940376] dnode_t 3285KB 8171KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940389] sa_cache 283KB 705KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940390] abd_t 13772KB 13772KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940391] lz4_cache 64KB 64KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940402] zio_buf_comb_16384 3040KB 4608KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940403] zio_buf_comb_14336 192KB 384KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940404] zio_buf_comb_12288 168KB 240KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940405] zio_buf_comb_10240 168KB 288KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940407] zio_buf_comb_8192 224KB 384KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940408] zio_buf_comb_7168 224KB 384KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940410] zio_buf_comb_6144 128KB 288KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940411] zio_buf_comb_5120 192KB 352KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940413] zio_buf_comb_4096 160KB 288KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940414] zio_buf_comb_3584 224KB 350KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940416] zio_buf_comb_3072 300KB 420KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940417] zio_buf_comb_2560 390KB 510KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940418] zio_buf_comb_2048 352KB 480KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940419] zio_buf_comb_1536 315KB 441KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940431] zio_buf_comb_1024 15384KB 15632KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940432] zio_buf_comb_512 30400KB 30400KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940433] zio_link_cache 127KB 143KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940434] zio_cache 248KB 248KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940523] zfs_btree_leaf_cache 11328KB 32192KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940525] mqueue_inode_cache 15KB 15KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940528] PING 48KB 48KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940529] RAW 32KB 32KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940530] tw_sock_TCP 27KB 27KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940531] request_sock_TCP 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940532] TCP 61KB 61KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940533] hugetlbfs_inode_cache 30KB 30KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940534] eventpoll_pwq 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940535] request_queue 61KB 61KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940536] blkdev_ioc 15KB 15KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940537] biovec-max 320KB 352KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940537] biovec-128 64KB 64KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940538] biovec-64 64KB 64KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940539] khugepaged_mm_slot 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940540] user_namespace 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940541] uid_cache 20KB 20KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940542] skbuff_ext_cache 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940543] skbuff_fclone_cache 57KB 88KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940544] skbuff_head_cache 68KB 68KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940545] file_lock_cache 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940545] fsnotify_mark_connector 8KB 8KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940546] net_namespace 57KB 57KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940547] task_delay_info 27KB 27KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940548] taskstats 15KB 15KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940549] proc_dir_entry 110KB 110KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940549] pde_opener 7KB 7KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940551] shmem_inode_cache 417KB 417KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940585] kernfs_node_cache 8045KB 8275KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940587] mnt_cache 212KB 232KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940589] filp 76KB 120KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940590] names_cache 160KB 160KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940592] lsm_file_cache 67KB 67KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940593] uts_namespace 15KB 15KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940595] vm_area_struct 107KB 138KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940595] mm_struct 63KB 63KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940596] files_cache 47KB 47KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940597] signal_cache 220KB 220KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940598] sighand_cache 371KB 371KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940600] task_struct 1067KB 1189KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940600] cred_jar 39KB 39KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940603] anon_vma_chain 26KB 68KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940604] anon_vma 80KB 114KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940605] pid 32KB 32KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940606] Acpi-Operand 78KB 78KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940607] Acpi-Parse 11KB 11KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940607] Acpi-State 27KB 27KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940608] numa_policy 3KB 3KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940609] trace_event_file 118KB 118KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940610] ftrace_event_field 179KB 179KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940611] pool_workqueue 127KB 136KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940612] task_group 90KB 90KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940616] vmap_area 100KB 196KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940628] kmalloc-8k 1816KB 3648KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940629] kmalloc-4k 4996KB 5044KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940630] kmalloc-2k 2692KB 2692KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940698] kmalloc-1k 7002KB 15088KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940824] kmalloc-512 2701KB 11496KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940825] kmalloc-256 307KB 320KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940826] kmalloc-192 500KB 500KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940828] kmalloc-128 210KB 244KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940867] kmalloc-96 348KB 1449KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.940977] kmalloc-64 1039KB 5252KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941030] kmalloc-32 2499KB 3476KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941031] kmalloc-16 120KB 120KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941032] kmalloc-8 48KB 48KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941033] kmem_cache_node 84KB 84KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941036] kmem_cache 525KB 574KB Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941037] Tasks state (memory values in pages): Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941037] [ pid ] uid tgid total_vm rss pgtables_bytes swapents oom_score_adj name Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941049] [ 387] 0 387 11492 4 114688 327 -250 systemd-journal Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941052] [ 422] 0 422 4951 5 65536 346 -1000 systemd-udevd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941054] [ 471] 0 471 2839 0 53248 55 -1000 auditd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941056] [ 638] 102 638 6847 3 73728 238 0 systemd-network Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941058] [ 640] 103 640 6104 0 90112 979 0 systemd-resolve Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941060] [ 661] 104 661 2105 1 57344 209 -900 dbus-daemon Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941062] [ 675] 0 675 965 0 45056 33 0 rngd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941064] [ 677] 106 677 56027 0 77824 399 0 rsyslogd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941066] [ 682] 0 682 4440 0 77824 350 0 systemd-logind Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941067] [ 684] 0 684 59475 0 81920 254 0 zed Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941069] [ 688] 0 688 356158 0 307200 3249 -999 containerd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941071] [ 719] 0 719 1393 0 49152 62 0 cron Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941073] [ 728] 0 728 4732 19 77824 1441 0 delphix-startup Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941075] [ 736] 0 736 4707 17 73728 1395 0 delphix-startup Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941077] [ 781] 101 781 18599 0 53248 151 0 ntpd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941079] [ 786] 0 786 3045 4 61440 227 -1000 sshd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941081] [ 948] 105 948 1694 2 53248 51 0 uuidd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941084] [ 2675] 0 2675 1723 1 57344 61 0 delphix-telegra Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941085] [ 2676] 0 2676 324637 0 339968 4783 -500 dockerd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941087] [ 2788] 0 2788 1268093 0 462848 7472 0 telegraf Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941089] [ 2808] 0 2808 622 0 40960 21 0 none Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941091] [ 2946] 65433 2946 4731 1 73728 340 0 systemd Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941093] [ 2949] 65433 2949 26028 5 94208 984 0 (sd-pam) Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941095] [ 2999] 65433 2999 859203 0 851968 50810 0 java Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941097] [ 16453] 65433 16453 653 0 45056 26 0 sh Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941099] [ 16454] 65433 16454 653 0 45056 27 0 sh Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941100] [ 16455] 65433 16455 1723 1 53248 65 0 bash Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941102] [ 16458] 0 16458 2116 0 53248 110 0 sudo Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941104] [ 16459] 0 16459 608915 0 454656 17872 0 java Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941106] [ 16496] 0 16496 736176 0 933888 67597 0 java Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941108] [ 17841] 0 17841 1724 1 45056 80 0 run-live-build. Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941110] [ 17858] 0 17858 197201 0 200704 957 0 aptly Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941111] [ 17997] 0 17997 960 1 49152 76 0 lb_build Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941113] [ 18012] 0 18012 1724 1 53248 65 0 build Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941115] [ 18013] 0 18013 960 1 40960 78 0 lb_build Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941117] [ 18014] 0 18014 1372 0 49152 26 0 tee Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941119] [ 72928] 0 72928 686 1 45056 77 0 lb_binary Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941121] [ 72966] 0 72966 686 1 45056 78 0 lb_binary_chroo Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941123] [ 73019] 0 73019 3751 32 65536 474 0 cp Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941124] [ 73576] 65433 73576 1369 0 53248 21 0 sleep Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941126] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/user.slice/user-65433.slice/session-5.scope,task=java,pid=16496,uid=0 Mar 28 22:14:31 ip-10-110-220-95 kernel: [ 1257.941194] Out of memory: Killed process 16496 (java) total-vm:2944704kB, anon-rss:0kB, file-rss:0kB, shmem-rss:0kB, UID:0 pgtables:912kB oom_score_adj:0 ``` Additionally, I've attached a g'ziped copy of `syslog` from the system.. [syslog.gz](https://github.com/openzfs/zfs/files/11095574/syslog.gz) I'm still actively investigating this issue.. and not certain that https://github.com/openzfs/zfs/pull/14359 is to blame yet.. but things point it so far.. For example, an image generated prior to that change being integrated, does not have these OOM issues.. but an image generated after that change was integrated does have these OOM issues.. that coupled with the fact that nearly all 3G of the system are being used by the ARC, is leading me to suspect it's the changes to the ARC eviction at play here.. As I get more information, I'll report back.. but wanted to post the information I have so far, in case somebody more familiar could chime in, and maybe help me pin point the problem.. CC: @amotin @behlendorf @allanjude
defect
oom triggered suspect arc to blame i m still investigating things but i wanted to open an issue with the data i have since i m thinking it may be related to we have a system image that s used as our buildserver used to build various artifacts for our product packages vm image etc since we integrated into our version of zfs used on these buildserver images we ve been seeing oom kills causing build failures in the one case that i ve been able to inspect i see the following free m total used free shared buff cache available mem swap cat proc meminfo memtotal kb memfree kb so the system only has of ram most of which appears to be used but used by what ps e o pid rss vsz args sort n tail n usr sbin ntpd p var run ntpd pid g u sort n sshd usr sbin sshd d of startups lib systemd systemd udevd lib systemd systemd resolved usr bin dbus daemon system address systemd nofork nopidfile systemd activation syslog only ps e o pid rss vsz args lib systemd systemd logind sd pam bash sshd delphix pts lib systemd systemd journald usr bin usr bin delphix startup screen sbin init sshd delphix usr bin usr bin delphix startup screen lib systemd systemd user usr bin containerd usr bin dockerd h fd containerd run containerd containerd sock usr bin telegraf config etc telegraf telegraf conf it doesn t look to be used by processes looking at the arc i see this arcstat time read ddread ddh dmread dmh pread ph size c avail pd pm c c min c max size compressed size uncompressed size overhead size hdr size data size metadata size dbuf size dnode size bonus size anon size for a nearly ram system using for arc seems excessive particularly given that oom killer is kicking in to kill user space processes e g why doesn t the arc evict data here s an example oom message mar ip kernel telegraf invoked oom killer gfp mask gfp highuser movable order oom score adj mar ip kernel cpu pid comm telegraf kdump loaded tainted p oe aws mar ip kernel hardware name amazon large bios mar ip kernel call trace mar ip kernel dump stack mar ip kernel dump header mar ip kernel oom kill process cold mar ip kernel out of memory mar ip kernel alloc pages slowpath mar ip kernel alloc pages nodemask mar ip kernel alloc pages vma mar ip kernel read swap cache async mar ip kernel read swap cache async mar ip kernel swap cluster readahead mar ip kernel try charge mar ip kernel swapin readahead mar ip kernel pagecache get page mar ip kernel do swap page mar ip kernel handle mm fault mar ip kernel handle mm fault mar ip kernel do user addr fault mar ip kernel hrtimer nanosleep mar ip kernel do page fault mar ip kernel do page fault mar ip kernel do async page fault mar ip kernel async page fault mar ip kernel rip mar ip kernel code fd fc ff eb ff fc fd aa mar ip kernel rsp eflags mar ip kernel rax rbx rcx mar ip kernel rdx rsi rdi mar ip kernel rbp mar ip kernel mar ip kernel mar ip kernel mem info mar ip kernel active anon inactive anon isolated anon mar ip kernel active file inactive file isolated file mar ip kernel unevictable dirty writeback unstable mar ip kernel slab reclaimable slab unreclaimable mar ip kernel mapped shmem pagetables bounce mar ip kernel free free pcp free cma mar ip kernel node active anon inactive anon active file inactive file unevictable isolated anon isolated file mapped dirty writeback shmem shmem thp shmem pmdmapped anon thp writeback tmp unstable all unreclaimable no mar ip kernel node dma free min low high active anon inactive anon active file inactive file unevictable writepending present managed mlocked kernel stack pagetables bounce free pcp local pcp free cma mar ip kernel lowmem reserve mar ip kernel node free min low high active anon inactive anon active file inactive file unevictable writepending present managed mlocked kernel stack pagetables bounce free pcp local pcp free cma mar ip kernel lowmem reserve mar ip kernel node normal free min low high active anon inactive anon active file inactive file unevictable writepending present managed mlocked kernel stack pagetables bounce free pcp local pcp free cma mar ip kernel lowmem reserve mar ip kernel node dma u um m mar ip kernel node ume ume um m mar ip kernel node normal ume ume u mar ip kernel node hugepages total hugepages free hugepages surp hugepages size mar ip kernel node hugepages total hugepages free hugepages surp hugepages size mar ip kernel total pagecache pages mar ip kernel pages in swap cache mar ip kernel swap cache stats add delete find mar ip kernel free swap mar ip kernel total swap mar ip kernel pages ram mar ip kernel pages highmem movableonly mar ip kernel pages reserved mar ip kernel pages cma reserved mar ip kernel pages hwpoisoned mar ip kernel unreclaimable slab info mar ip kernel name used total mar ip kernel nf conntrack mar ip kernel zfs znode hold cache mar ip kernel zfs znode cache mar ip kernel zil zcw cache mar ip kernel zil lwb cache mar ip kernel dmu buf impl t mar ip kernel arc buf t mar ip kernel arc buf hdr t full mar ip kernel dnode t mar ip kernel sa cache mar ip kernel abd t mar ip kernel cache mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio buf comb mar ip kernel zio link cache mar ip kernel zio cache mar ip kernel zfs btree leaf cache mar ip kernel mqueue inode cache mar ip kernel ping mar ip kernel raw mar ip kernel tw sock tcp mar ip kernel request sock tcp mar ip kernel tcp mar ip kernel hugetlbfs inode cache mar ip kernel eventpoll pwq mar ip kernel request queue mar ip kernel blkdev ioc mar ip kernel biovec max mar ip kernel biovec mar ip kernel biovec mar ip kernel khugepaged mm slot mar ip kernel user namespace mar ip kernel uid cache mar ip kernel skbuff ext cache mar ip kernel skbuff fclone cache mar ip kernel skbuff head cache mar ip kernel file lock cache mar ip kernel fsnotify mark connector mar ip kernel net namespace mar ip kernel task delay info mar ip kernel taskstats mar ip kernel proc dir entry mar ip kernel pde opener mar ip kernel shmem inode cache mar ip kernel kernfs node cache mar ip kernel mnt cache mar ip kernel filp mar ip kernel names cache mar ip kernel lsm file cache mar ip kernel uts namespace mar ip kernel vm area struct mar ip kernel mm struct mar ip kernel files cache mar ip kernel signal cache mar ip kernel sighand cache mar ip kernel task struct mar ip kernel cred jar mar ip kernel anon vma chain mar ip kernel anon vma mar ip kernel pid mar ip kernel acpi operand mar ip kernel acpi parse mar ip kernel acpi state mar ip kernel numa policy mar ip kernel trace event file mar ip kernel ftrace event field mar ip kernel pool workqueue mar ip kernel task group mar ip kernel vmap area mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmalloc mar ip kernel kmem cache node mar ip kernel kmem cache mar ip kernel tasks state memory values in pages mar ip kernel uid tgid total vm rss pgtables bytes swapents oom score adj name mar ip kernel systemd journal mar ip kernel systemd udevd mar ip kernel auditd mar ip kernel systemd network mar ip kernel systemd resolve mar ip kernel dbus daemon mar ip kernel rngd mar ip kernel rsyslogd mar ip kernel systemd logind mar ip kernel zed mar ip kernel containerd mar ip kernel cron mar ip kernel delphix startup mar ip kernel delphix startup mar ip kernel ntpd mar ip kernel sshd mar ip kernel uuidd mar ip kernel delphix telegra mar ip kernel dockerd mar ip kernel telegraf mar ip kernel none mar ip kernel systemd mar ip kernel sd pam mar ip kernel java mar ip kernel sh mar ip kernel sh mar ip kernel bash mar ip kernel sudo mar ip kernel java mar ip kernel java mar ip kernel run live build mar ip kernel aptly mar ip kernel lb build mar ip kernel build mar ip kernel lb build mar ip kernel tee mar ip kernel lb binary mar ip kernel lb binary chroo mar ip kernel cp mar ip kernel sleep mar ip kernel oom kill constraint constraint none nodemask null cpuset mems allowed global oom task memcg user slice user slice session scope task java pid uid mar ip kernel out of memory killed process java total vm anon rss file rss shmem rss uid pgtables oom score adj additionally i ve attached a g ziped copy of syslog from the system i m still actively investigating this issue and not certain that is to blame yet but things point it so far for example an image generated prior to that change being integrated does not have these oom issues but an image generated after that change was integrated does have these oom issues that coupled with the fact that nearly all of the system are being used by the arc is leading me to suspect it s the changes to the arc eviction at play here as i get more information i ll report back but wanted to post the information i have so far in case somebody more familiar could chime in and maybe help me pin point the problem cc amotin behlendorf allanjude
1
487
2,546,558,829
IssuesEvent
2015-01-30 01:11:30
larcenists/larceny
https://api.github.com/repos/larcenists/larceny
closed
export levels of ... from (rnrs)
C: R6RS P: trivial R: wontfix T: defect
**Reported by: will on Wed Sep 16 16:14:45 2009** As reported by Derick Eddington on 16 September 2009. Will judges this to be of minor priority, because Larceny is being too permissive. ``` IIUC, according to R6RS, ... is exported from (rnrs) with levels 0 and 1. This means if ... is used at level 2, then to get ... from (rnrs), (rnrs) needs to be imported for (meta 1) so that ... is imported at levels 1 and 2. If this is true, then I believe the below is a bug for explicit-phasing systems. I tried it using Larceny v0.97 "Funny in the Head" (Sep 16 2009 00:17:46, precise:Linux:unified) larceny.heap, built on Wed Sep 16 00:19:27 PDT 2009 (import (except (rnrs) syntax-rules ...) (for (only (rnrs) syntax-rules) (meta 1)) (for (only (rnrs) ...) (meta 0 #;-11))) (define-syntax S0 (let-syntax ((S1 (syntax-rules () ((_ x ...) (syntax-rules () ((_) (list x ...))))))) (S1 1 2 3))) (write (S0)) (newline) $ larceny --r6rs --program ooo-level.sps (1 2 3) $ As you can see, using ... at level 2 worked, even though ... should have been imported for only levels 0 and 1. It seems that ... is exported with levels 0, 1, and 2, as the error message shows when instead importing ... from (rnrs) at (meta -11). ```
1.0
export levels of ... from (rnrs) - **Reported by: will on Wed Sep 16 16:14:45 2009** As reported by Derick Eddington on 16 September 2009. Will judges this to be of minor priority, because Larceny is being too permissive. ``` IIUC, according to R6RS, ... is exported from (rnrs) with levels 0 and 1. This means if ... is used at level 2, then to get ... from (rnrs), (rnrs) needs to be imported for (meta 1) so that ... is imported at levels 1 and 2. If this is true, then I believe the below is a bug for explicit-phasing systems. I tried it using Larceny v0.97 "Funny in the Head" (Sep 16 2009 00:17:46, precise:Linux:unified) larceny.heap, built on Wed Sep 16 00:19:27 PDT 2009 (import (except (rnrs) syntax-rules ...) (for (only (rnrs) syntax-rules) (meta 1)) (for (only (rnrs) ...) (meta 0 #;-11))) (define-syntax S0 (let-syntax ((S1 (syntax-rules () ((_ x ...) (syntax-rules () ((_) (list x ...))))))) (S1 1 2 3))) (write (S0)) (newline) $ larceny --r6rs --program ooo-level.sps (1 2 3) $ As you can see, using ... at level 2 worked, even though ... should have been imported for only levels 0 and 1. It seems that ... is exported with levels 0, 1, and 2, as the error message shows when instead importing ... from (rnrs) at (meta -11). ```
defect
export levels of from rnrs reported by will on wed sep as reported by derick eddington on september will judges this to be of minor priority because larceny is being too permissive iiuc according to is exported from rnrs with levels and this means if is used at level then to get from rnrs rnrs needs to be imported for meta so that is imported at levels and if this is true then i believe the below is a bug for explicit phasing systems i tried it using larceny funny in the head sep precise linux unified larceny heap built on wed sep pdt import except rnrs syntax rules for only rnrs syntax rules meta for only rnrs meta define syntax let syntax syntax rules x syntax rules list x write newline larceny program ooo level sps as you can see using at level worked even though should have been imported for only levels and it seems that is exported with levels and as the error message shows when instead importing from rnrs at meta
1
55,199
14,267,495,759
IssuesEvent
2020-11-20 20:35:20
stamp-web/stamp-imageparsing
https://api.github.com/repos/stamp-web/stamp-imageparsing
closed
No prompt on clearing settings in side panel
Defect User Interface
If you click the clear it clears, but should prompt first.
1.0
No prompt on clearing settings in side panel - If you click the clear it clears, but should prompt first.
defect
no prompt on clearing settings in side panel if you click the clear it clears but should prompt first
1
159,984
12,499,273,669
IssuesEvent
2020-06-01 19:51:09
JuliaLang/julia
https://api.github.com/repos/JuliaLang/julia
closed
Tests can break Test
testsystem
If you `dev` the brand-new https://github.com/JuliaMath/CheckedArithmetic.jl and then do `pkg> test CheckedArithmetic`, all seems well. But then insert `error("oops")` [here](https://github.com/JuliaMath/CheckedArithmetic.jl/blob/314697a1aba62165489b4a59c00bef8600ec8515/test/runtests.jl#L68), and you'll find to your dismay that the tests still pass. If you comment out the "check" tests, then it fails as expected. EDIT: package has been fixed. It was due to a habit of writing `return val` at the end of a block, and mistakenly doing that in the `@check` macro definition.
1.0
Tests can break Test - If you `dev` the brand-new https://github.com/JuliaMath/CheckedArithmetic.jl and then do `pkg> test CheckedArithmetic`, all seems well. But then insert `error("oops")` [here](https://github.com/JuliaMath/CheckedArithmetic.jl/blob/314697a1aba62165489b4a59c00bef8600ec8515/test/runtests.jl#L68), and you'll find to your dismay that the tests still pass. If you comment out the "check" tests, then it fails as expected. EDIT: package has been fixed. It was due to a habit of writing `return val` at the end of a block, and mistakenly doing that in the `@check` macro definition.
non_defect
tests can break test if you dev the brand new and then do pkg test checkedarithmetic all seems well but then insert error oops and you ll find to your dismay that the tests still pass if you comment out the check tests then it fails as expected edit package has been fixed it was due to a habit of writing return val at the end of a block and mistakenly doing that in the check macro definition
0
803,276
29,170,177,678
IssuesEvent
2023-05-19 00:31:09
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Feature Request - Annotation Type
Priority-High (Needed for work) Enhancement
Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html **Is your feature request related to a problem? Please describe.** Reviewing annotations is overwhelming. I can filter annotations by origin (record, taxonomy, project, publication, media), but I would like to be able to filter them by labels. **Describe what you're trying to accomplish** @ArctosDB/diversity-and-inclusion would like to be able to find all annotations related to harmful content so that in the future, we can address issues important to the committee. **Describe the solution you'd like** An addition to annotations that requires the person submitting the annotation to select a basic reason for the annotation. We would need a code table to create the list of "annotation labels". First items in the "annotation label" vocabulary (please add others that are distinct and useful!) harmful content - this annotation concerns derogatory, racist, or other sensitive terms agents - this annotation concerns information about people or organizations other - none of the defined annotation labels apply **Describe alternatives you've considered** I don't know that we have one right now! **Additional context** Add a field to this form: annotation label, types will come from a controlled vocabulary. ![image](https://user-images.githubusercontent.com/5725767/213028642-36f87938-678f-485a-a4f9-6c4515a6c25f.png) **Priority** Please assign a priority-label. Unprioritized issues gets sent into a black hole of despair.
1.0
Feature Request - Annotation Type - Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html **Is your feature request related to a problem? Please describe.** Reviewing annotations is overwhelming. I can filter annotations by origin (record, taxonomy, project, publication, media), but I would like to be able to filter them by labels. **Describe what you're trying to accomplish** @ArctosDB/diversity-and-inclusion would like to be able to find all annotations related to harmful content so that in the future, we can address issues important to the committee. **Describe the solution you'd like** An addition to annotations that requires the person submitting the annotation to select a basic reason for the annotation. We would need a code table to create the list of "annotation labels". First items in the "annotation label" vocabulary (please add others that are distinct and useful!) harmful content - this annotation concerns derogatory, racist, or other sensitive terms agents - this annotation concerns information about people or organizations other - none of the defined annotation labels apply **Describe alternatives you've considered** I don't know that we have one right now! **Additional context** Add a field to this form: annotation label, types will come from a controlled vocabulary. ![image](https://user-images.githubusercontent.com/5725767/213028642-36f87938-678f-485a-a4f9-6c4515a6c25f.png) **Priority** Please assign a priority-label. Unprioritized issues gets sent into a black hole of despair.
non_defect
feature request annotation type issue documentation is is your feature request related to a problem please describe reviewing annotations is overwhelming i can filter annotations by origin record taxonomy project publication media but i would like to be able to filter them by labels describe what you re trying to accomplish arctosdb diversity and inclusion would like to be able to find all annotations related to harmful content so that in the future we can address issues important to the committee describe the solution you d like an addition to annotations that requires the person submitting the annotation to select a basic reason for the annotation we would need a code table to create the list of annotation labels first items in the annotation label vocabulary please add others that are distinct and useful harmful content this annotation concerns derogatory racist or other sensitive terms agents this annotation concerns information about people or organizations other none of the defined annotation labels apply describe alternatives you ve considered i don t know that we have one right now additional context add a field to this form annotation label types will come from a controlled vocabulary priority please assign a priority label unprioritized issues gets sent into a black hole of despair
0
39,111
9,204,177,178
IssuesEvent
2019-03-08 06:16:41
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
[Question] Why assembly attributes is not adding when use module
defect in-progress
Hello. I wrote AssemblyAttribute `MyAttribute`: ``` [AttributeUsage(AttributeTargets.Assembly)] public class MyAttribute : Attribute { } ``` I have some code in AssemblyInfo.cs: ``` [assembly: ClassLibrary3.MyAttribute] [assembly: Bridge.Module(Bridge.ModuleType.UMD, Name = "ClassLibrary3")] ``` ActualResult: have 2 files `ClassLibrary3.js` and `ClassLibrary3.meta.js` ClassLibrary3.js: ``` /** * @version 1.0.0.0 * @copyright Copyright © 2019 * @compiler Bridge.NET 17.6.0 */ Bridge.assembly("ClassLibrary3", function ($asm, globals) { "use strict"; (function (root, factory) { if (typeof define === 'function' && define.amd) { define("ClassLibrary3", factory); } else if (typeof module === 'object' && module.exports) { module.exports = factory(); } else { root.ClassLibrary3 = factory(); } }(this, function () { var ClassLibrary3 = { }; Bridge.define("ClassLibrary3.App", { $metadata : function () { return {"att":1048577,"a":2,"m":[{"a":2,"isSynthetic":true,"n":".ctor","t":1,"sn":"ctor"},{"a":2,"n":"Main","is":true,"t":8,"sn":"Main","rt":System.Void}]}; }, $scope: ClassLibrary3, main: function Main () { } }); Bridge.define("ClassLibrary3.MyAttribute", { inherits: [System.Attribute], $metadata : function () { return {"att":1048577,"a":2,"m":[{"a":2,"isSynthetic":true,"n":".ctor","t":1,"sn":"ctor"}]}; }, $scope: ClassLibrary3 }); return ClassLibrary3; })); }); //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAiZmlsZSI6ICJDbGFzc0xpYnJhcnkzLmpzIiwKICAic291cmNlUm9vdCI6ICIiLAogICJzb3VyY2VzIjogW10sCiAgIm5hbWVzIjogW10sCiAgIm1hcHBpbmdzIjogIiIsCiAgInNvdXJjZXNDb250ZW50IjogW10KfQo= ``` ClassLibrary3.meta.js: ``` Bridge.assembly("ClassLibrary3", function ($asm, globals) { "use strict"; (function (root, factory) { if (typeof define === 'function' && define.amd) { define("ClassLibrary3", factory); } else if (typeof module === 'object' && module.exports) { module.exports = factory(); } else { root.ClassLibrary3 = factory(); } }(this, function () { var ClassLibrary3 = { }; $asm.attr= [new ClassLibrary3.ClassLibrary3.MyAttribute()]; return ClassLibrary3; })); }); ``` As you can see, my attribute usage is in `ClassLibrary3.meta.js` and if i try to load both files thrue `define` i will catch an exception, that "module already defined". Maybe `$asm.attr=` should generate in ClassLibrary3.js when i use module?
1.0
[Question] Why assembly attributes is not adding when use module - Hello. I wrote AssemblyAttribute `MyAttribute`: ``` [AttributeUsage(AttributeTargets.Assembly)] public class MyAttribute : Attribute { } ``` I have some code in AssemblyInfo.cs: ``` [assembly: ClassLibrary3.MyAttribute] [assembly: Bridge.Module(Bridge.ModuleType.UMD, Name = "ClassLibrary3")] ``` ActualResult: have 2 files `ClassLibrary3.js` and `ClassLibrary3.meta.js` ClassLibrary3.js: ``` /** * @version 1.0.0.0 * @copyright Copyright © 2019 * @compiler Bridge.NET 17.6.0 */ Bridge.assembly("ClassLibrary3", function ($asm, globals) { "use strict"; (function (root, factory) { if (typeof define === 'function' && define.amd) { define("ClassLibrary3", factory); } else if (typeof module === 'object' && module.exports) { module.exports = factory(); } else { root.ClassLibrary3 = factory(); } }(this, function () { var ClassLibrary3 = { }; Bridge.define("ClassLibrary3.App", { $metadata : function () { return {"att":1048577,"a":2,"m":[{"a":2,"isSynthetic":true,"n":".ctor","t":1,"sn":"ctor"},{"a":2,"n":"Main","is":true,"t":8,"sn":"Main","rt":System.Void}]}; }, $scope: ClassLibrary3, main: function Main () { } }); Bridge.define("ClassLibrary3.MyAttribute", { inherits: [System.Attribute], $metadata : function () { return {"att":1048577,"a":2,"m":[{"a":2,"isSynthetic":true,"n":".ctor","t":1,"sn":"ctor"}]}; }, $scope: ClassLibrary3 }); return ClassLibrary3; })); }); //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAiZmlsZSI6ICJDbGFzc0xpYnJhcnkzLmpzIiwKICAic291cmNlUm9vdCI6ICIiLAogICJzb3VyY2VzIjogW10sCiAgIm5hbWVzIjogW10sCiAgIm1hcHBpbmdzIjogIiIsCiAgInNvdXJjZXNDb250ZW50IjogW10KfQo= ``` ClassLibrary3.meta.js: ``` Bridge.assembly("ClassLibrary3", function ($asm, globals) { "use strict"; (function (root, factory) { if (typeof define === 'function' && define.amd) { define("ClassLibrary3", factory); } else if (typeof module === 'object' && module.exports) { module.exports = factory(); } else { root.ClassLibrary3 = factory(); } }(this, function () { var ClassLibrary3 = { }; $asm.attr= [new ClassLibrary3.ClassLibrary3.MyAttribute()]; return ClassLibrary3; })); }); ``` As you can see, my attribute usage is in `ClassLibrary3.meta.js` and if i try to load both files thrue `define` i will catch an exception, that "module already defined". Maybe `$asm.attr=` should generate in ClassLibrary3.js when i use module?
defect
why assembly attributes is not adding when use module hello i wrote assemblyattribute myattribute public class myattribute attribute i have some code in assemblyinfo cs actualresult have files js and meta js js version copyright copyright © compiler bridge net bridge assembly function asm globals use strict function root factory if typeof define function define amd define factory else if typeof module object module exports module exports factory else root factory this function var bridge define app metadata function return att a m scope main function main bridge define myattribute inherits metadata function return att a m scope return sourcemappingurl data application json meta js bridge assembly function asm globals use strict function root factory if typeof define function define amd define factory else if typeof module object module exports module exports factory else root factory this function var asm attr return as you can see my attribute usage is in meta js and if i try to load both files thrue define i will catch an exception that module already defined maybe asm attr should generate in js when i use module
1
87,438
10,546,071,198
IssuesEvent
2019-10-02 20:35:35
PX4/Firmware
https://api.github.com/repos/PX4/Firmware
closed
PX4FLOW is not detected since v1.10.0
documentation
Hi all, I am working with fmu-v5 and px4flow. It was working ok in firmware v1.9.0. However, when I update the firmware to v1.10.0, the px4flow is not detected anymore. I tried roll back to v1.9.0 and px4flow is detected again. I guess this is a bug in the new firmware?
1.0
PX4FLOW is not detected since v1.10.0 - Hi all, I am working with fmu-v5 and px4flow. It was working ok in firmware v1.9.0. However, when I update the firmware to v1.10.0, the px4flow is not detected anymore. I tried roll back to v1.9.0 and px4flow is detected again. I guess this is a bug in the new firmware?
non_defect
is not detected since hi all i am working with fmu and it was working ok in firmware however when i update the firmware to the is not detected anymore i tried roll back to and is detected again i guess this is a bug in the new firmware
0
24,457
3,987,189,018
IssuesEvent
2016-05-09 01:16:28
include-what-you-use/include-what-you-use
https://api.github.com/repos/include-what-you-use/include-what-you-use
reopened
iwyu should test the include s
Priority-Medium Type-Defect
Originally reported on Google Code with ID 109 ``` Let's take the following file: --- #include <glib.h> #include <stdio.h> int main() { char* f = g_strdup_printf("%s", "test"); printf("%s\n", f); g_free(f); return 0; } --- iwyu recommends: $ iwyu `pkg-config --cflags glib-2.0` foo.c [...] The full include-list for foo.c: #include <stdio.h> // for printf #include "glib/gmem.h" // for g_free #include "glib/gstrfuncs.h" // for g_strdup_printf If I rewrite the file as suggested, I get: --- #include <stdio.h> // for printf #include "glib/gmem.h" // for g_free #include "glib/gstrfuncs.h" // for g_strdup_printf int main() { char* f = g_strdup_printf("%s", "test"); printf("%s\n", f); g_free(f); return 0; } --- which will fail to build with: --- In file included from foo.c:2: /usr/include/glib-2.0/glib/gmem.h:31:2: error: "Only <glib.h> can be included directly." #error "Only <glib.h> can be included directly." ^ --- A way for iwyu to check if it works would be to include the header in a temporary file and build it. ``` Reported by `sylvestre.ledru` on 2013-09-09 07:04:25
1.0
iwyu should test the include s - Originally reported on Google Code with ID 109 ``` Let's take the following file: --- #include <glib.h> #include <stdio.h> int main() { char* f = g_strdup_printf("%s", "test"); printf("%s\n", f); g_free(f); return 0; } --- iwyu recommends: $ iwyu `pkg-config --cflags glib-2.0` foo.c [...] The full include-list for foo.c: #include <stdio.h> // for printf #include "glib/gmem.h" // for g_free #include "glib/gstrfuncs.h" // for g_strdup_printf If I rewrite the file as suggested, I get: --- #include <stdio.h> // for printf #include "glib/gmem.h" // for g_free #include "glib/gstrfuncs.h" // for g_strdup_printf int main() { char* f = g_strdup_printf("%s", "test"); printf("%s\n", f); g_free(f); return 0; } --- which will fail to build with: --- In file included from foo.c:2: /usr/include/glib-2.0/glib/gmem.h:31:2: error: "Only <glib.h> can be included directly." #error "Only <glib.h> can be included directly." ^ --- A way for iwyu to check if it works would be to include the header in a temporary file and build it. ``` Reported by `sylvestre.ledru` on 2013-09-09 07:04:25
defect
iwyu should test the include s originally reported on google code with id let s take the following file include include int main char f g strdup printf s test printf s n f g free f return iwyu recommends iwyu pkg config cflags glib foo c the full include list for foo c include for printf include glib gmem h for g free include glib gstrfuncs h for g strdup printf if i rewrite the file as suggested i get include for printf include glib gmem h for g free include glib gstrfuncs h for g strdup printf int main char f g strdup printf s test printf s n f g free f return which will fail to build with in file included from foo c usr include glib glib gmem h error only can be included directly error only can be included directly a way for iwyu to check if it works would be to include the header in a temporary file and build it reported by sylvestre ledru on
1
228,572
18,243,348,458
IssuesEvent
2021-10-01 15:16:15
aesara-devs/aesara
https://api.github.com/repos/aesara-devs/aesara
closed
Port tests to PyTest completely
testing refactor request discussion
There are a lot of tests that are mixed between unittests, pytest. Unifying them should benefit maintenance costs The roadmap is to create many small PRs per file to be on the same page with main branch
1.0
Port tests to PyTest completely - There are a lot of tests that are mixed between unittests, pytest. Unifying them should benefit maintenance costs The roadmap is to create many small PRs per file to be on the same page with main branch
non_defect
port tests to pytest completely there are a lot of tests that are mixed between unittests pytest unifying them should benefit maintenance costs the roadmap is to create many small prs per file to be on the same page with main branch
0
9,827
25,323,148,582
IssuesEvent
2022-11-18 06:41:48
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
utf-8 (windows 7)
OS/Architecture Specific
### What happened? all executables change the console to utf-8 but dont restore them back when they exist, which causes all kinds of trouble with windows 7 and earlier. (like just doing DIR after NIM... closes the console) ### Nim Version Nim Compiler Version 1.6.8 [Windows: i386] Compiled at 2022-09-27 ### Current Standard Output Logs _No response_ ### Expected Standard Output Logs _No response_ ### Possible Solution restore previous codepage before exit. ### Additional Information nim dir
1.0
utf-8 (windows 7) - ### What happened? all executables change the console to utf-8 but dont restore them back when they exist, which causes all kinds of trouble with windows 7 and earlier. (like just doing DIR after NIM... closes the console) ### Nim Version Nim Compiler Version 1.6.8 [Windows: i386] Compiled at 2022-09-27 ### Current Standard Output Logs _No response_ ### Expected Standard Output Logs _No response_ ### Possible Solution restore previous codepage before exit. ### Additional Information nim dir
non_defect
utf windows what happened all executables change the console to utf but dont restore them back when they exist which causes all kinds of trouble with windows and earlier like just doing dir after nim closes the console nim version nim compiler version compiled at current standard output logs no response expected standard output logs no response possible solution restore previous codepage before exit additional information nim dir
0
189,412
22,047,035,323
IssuesEvent
2022-05-30 03:45:30
praneethpanasala/linux
https://api.github.com/repos/praneethpanasala/linux
closed
WS-2021-0293 (Medium) detected in linuxlinux-4.19.6 - autoclosed
security vulnerability
## WS-2021-0293 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </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> Linux Kernel in versions v4.7 to before v4.19.193 If ds->ops->get_sset_count() fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, the negative error code is type promoted to a very high value and the loop will corrupt memory until the system crashes. <p>Publish Date: 2021-06-04 <p>URL: <a href=https://github.com/gregkh/linux/commit/0f2cb08c57edefb0e7b5045e0e3e9980a3d3aa37>WS-2021-0293</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://osv.dev/vulnerability/UVI-2021-1000654">https://osv.dev/vulnerability/UVI-2021-1000654</a></p> <p>Release Date: 2021-06-04</p> <p>Fix Resolution: v4.19.193</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2021-0293 (Medium) detected in linuxlinux-4.19.6 - autoclosed - ## WS-2021-0293 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </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> Linux Kernel in versions v4.7 to before v4.19.193 If ds->ops->get_sset_count() fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, the negative error code is type promoted to a very high value and the loop will corrupt memory until the system crashes. <p>Publish Date: 2021-06-04 <p>URL: <a href=https://github.com/gregkh/linux/commit/0f2cb08c57edefb0e7b5045e0e3e9980a3d3aa37>WS-2021-0293</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://osv.dev/vulnerability/UVI-2021-1000654">https://osv.dev/vulnerability/UVI-2021-1000654</a></p> <p>Release Date: 2021-06-04</p> <p>Fix Resolution: v4.19.193</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
ws medium detected in linuxlinux autoclosed ws medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details linux kernel in versions to before if ds ops get sset count fails then it count is a negative error code such as eopnotsupp because i is an unsigned int the negative error code is type promoted to a very high value and the loop will corrupt memory until the system crashes publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high 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 step up your open source security game with whitesource
0
37,544
8,433,029,588
IssuesEvent
2018-10-17 05:29:31
mercury-hpc/mercury
https://api.github.com/repos/mercury-hpc/mercury
closed
NA CCI: tcp transport poor performance, incorrect poll(2) handling
defect major na wontfix
We are using mercury with cci+tcp for prototyping some of our deltafs work and have had some issues with it. Generally, what is the state of the cci tcp plugin? Is it currently being worked on? Are there any upcoming fixes in the works? I looked at `ctp_tcp_api.c` and it looks like the code for handling non-blocking tcp sockets is incomplete and does not function properly. CCI uses `poll(2)` with non-blocking sockets to check for data. On the client side of the TCP socket it sets `POLLOUT` for the TCP connection to the server and never unsets it. This results in the cci `tcp_progress_thread` spinning in a tight loop burning CPU by calling `poll()` and having it return immediately because `POLLOUT` is set and the socket is writable. If you are using ccp+tcp in an application that's real bad because CCI is wasting CPU cycles that should be used by your application. You can easily verify this problem by putting a static counter in `tcp_progress_thread()` that counts the number of times it goes through the loop and prints the count when it exits (e.g. finalize time). You can also look at the system time reported by `getrusage()` with `RUSAGE_THREAD` when the thread exits. For my test program that simply does 100,000 RPCs, the `tcp_progress_thread()` ran through the loop about 9.5 million times and racked up 36 seconds of system time (out of 40 seconds the entire process took, so almost all of the system time went to the cci thread doing the `poll(2)` operation). ouch! i read the code, but I'm not real clear on what the design of it is supposed to be. I think that somewhere there needs to be a state machine that turns on `POLLOUT` if you attempt to write data and get `EWOULDBLOCK` and it needs to turn off `POLLOUT` when you are no longer blocked. I'm also not clear on the locking off the fd poll event flags (if you want to change them). I also noticed that `tcp_recv_msg()` has a tight loop, but it is limited by a 16 bit counter. If you tell it to receive 16 bytes, it calls `recv()` repeated until it gets the 16 bytes or it gets 65535 (aka 0xffff) `EWOULDBLOCK`/`EAGAIN `errors (then it fails). So it doesn't really cope with partial reads that well...
1.0
NA CCI: tcp transport poor performance, incorrect poll(2) handling - We are using mercury with cci+tcp for prototyping some of our deltafs work and have had some issues with it. Generally, what is the state of the cci tcp plugin? Is it currently being worked on? Are there any upcoming fixes in the works? I looked at `ctp_tcp_api.c` and it looks like the code for handling non-blocking tcp sockets is incomplete and does not function properly. CCI uses `poll(2)` with non-blocking sockets to check for data. On the client side of the TCP socket it sets `POLLOUT` for the TCP connection to the server and never unsets it. This results in the cci `tcp_progress_thread` spinning in a tight loop burning CPU by calling `poll()` and having it return immediately because `POLLOUT` is set and the socket is writable. If you are using ccp+tcp in an application that's real bad because CCI is wasting CPU cycles that should be used by your application. You can easily verify this problem by putting a static counter in `tcp_progress_thread()` that counts the number of times it goes through the loop and prints the count when it exits (e.g. finalize time). You can also look at the system time reported by `getrusage()` with `RUSAGE_THREAD` when the thread exits. For my test program that simply does 100,000 RPCs, the `tcp_progress_thread()` ran through the loop about 9.5 million times and racked up 36 seconds of system time (out of 40 seconds the entire process took, so almost all of the system time went to the cci thread doing the `poll(2)` operation). ouch! i read the code, but I'm not real clear on what the design of it is supposed to be. I think that somewhere there needs to be a state machine that turns on `POLLOUT` if you attempt to write data and get `EWOULDBLOCK` and it needs to turn off `POLLOUT` when you are no longer blocked. I'm also not clear on the locking off the fd poll event flags (if you want to change them). I also noticed that `tcp_recv_msg()` has a tight loop, but it is limited by a 16 bit counter. If you tell it to receive 16 bytes, it calls `recv()` repeated until it gets the 16 bytes or it gets 65535 (aka 0xffff) `EWOULDBLOCK`/`EAGAIN `errors (then it fails). So it doesn't really cope with partial reads that well...
defect
na cci tcp transport poor performance incorrect poll handling we are using mercury with cci tcp for prototyping some of our deltafs work and have had some issues with it generally what is the state of the cci tcp plugin is it currently being worked on are there any upcoming fixes in the works i looked at ctp tcp api c and it looks like the code for handling non blocking tcp sockets is incomplete and does not function properly cci uses poll with non blocking sockets to check for data on the client side of the tcp socket it sets pollout for the tcp connection to the server and never unsets it this results in the cci tcp progress thread spinning in a tight loop burning cpu by calling poll and having it return immediately because pollout is set and the socket is writable if you are using ccp tcp in an application that s real bad because cci is wasting cpu cycles that should be used by your application you can easily verify this problem by putting a static counter in tcp progress thread that counts the number of times it goes through the loop and prints the count when it exits e g finalize time you can also look at the system time reported by getrusage with rusage thread when the thread exits for my test program that simply does rpcs the tcp progress thread ran through the loop about million times and racked up seconds of system time out of seconds the entire process took so almost all of the system time went to the cci thread doing the poll operation ouch i read the code but i m not real clear on what the design of it is supposed to be i think that somewhere there needs to be a state machine that turns on pollout if you attempt to write data and get ewouldblock and it needs to turn off pollout when you are no longer blocked i m also not clear on the locking off the fd poll event flags if you want to change them i also noticed that tcp recv msg has a tight loop but it is limited by a bit counter if you tell it to receive bytes it calls recv repeated until it gets the bytes or it gets aka ewouldblock eagain errors then it fails so it doesn t really cope with partial reads that well
1
567,324
16,855,029,714
IssuesEvent
2021-06-21 04:52:39
SilverstoneMC/Silverstone
https://api.github.com/repos/SilverstoneMC/Silverstone
closed
Higher-level/stacked spawners stack with lower spawners
Bug-Unconfirmed Medium Priority
### World the issue occured in Main ### Location _No response_ ### My Minecraft username n0TaN00b473 ### What I was doing before/when the issue occurred I found a mineshaft and a cave spider spawner. I thought I would add it to my spider farm, which had I think a 3 stack cave spider spawner. ### What happened When I picked it up, it stacked with my 3 spider spawner with the 1 spawner and changed it to a 1. ### What was supposed to happen They weren't supposed to stack ### Additional details ![image](https://user-images.githubusercontent.com/69173157/122704605-480caf80-d211-11eb-9a59-25429cb16db2.png)
1.0
Higher-level/stacked spawners stack with lower spawners - ### World the issue occured in Main ### Location _No response_ ### My Minecraft username n0TaN00b473 ### What I was doing before/when the issue occurred I found a mineshaft and a cave spider spawner. I thought I would add it to my spider farm, which had I think a 3 stack cave spider spawner. ### What happened When I picked it up, it stacked with my 3 spider spawner with the 1 spawner and changed it to a 1. ### What was supposed to happen They weren't supposed to stack ### Additional details ![image](https://user-images.githubusercontent.com/69173157/122704605-480caf80-d211-11eb-9a59-25429cb16db2.png)
non_defect
higher level stacked spawners stack with lower spawners world the issue occured in main location no response my minecraft username what i was doing before when the issue occurred i found a mineshaft and a cave spider spawner i thought i would add it to my spider farm which had i think a stack cave spider spawner what happened when i picked it up it stacked with my spider spawner with the spawner and changed it to a what was supposed to happen they weren t supposed to stack additional details
0
59,618
17,023,180,223
IssuesEvent
2021-07-03 00:44:10
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Postcode search is broken
Component: website Priority: major Resolution: invalid Type: defect
**[Submitted to the original trac issue database at 8.50am, Thursday, 4th October 2007]** Searching by a postcode is not returning any results - FreeThePost code API is working, as is geonames.
1.0
Postcode search is broken - **[Submitted to the original trac issue database at 8.50am, Thursday, 4th October 2007]** Searching by a postcode is not returning any results - FreeThePost code API is working, as is geonames.
defect
postcode search is broken searching by a postcode is not returning any results freethepost code api is working as is geonames
1
72,056
23,910,890,042
IssuesEvent
2022-09-09 08:05:46
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Unable join a room I've been invited to
T-Defect
### Steps to reproduce 1. Accept the invitation 2. New room opens and starts loading ### Outcome #### What did you expect? Room finishes loading and I join #### What happened instead? Room never stops loading ### Operating system MacOS, Android (Element and Fluffychat apps) ### Browser information Chromium version 103.0.5060.114 ### URL for webapp app.element.io ### Application version Element version: 1.11.0 Olm version: 3.2.8 ### Homeserver element.io ### Will you send logs? Yes
1.0
Unable join a room I've been invited to - ### Steps to reproduce 1. Accept the invitation 2. New room opens and starts loading ### Outcome #### What did you expect? Room finishes loading and I join #### What happened instead? Room never stops loading ### Operating system MacOS, Android (Element and Fluffychat apps) ### Browser information Chromium version 103.0.5060.114 ### URL for webapp app.element.io ### Application version Element version: 1.11.0 Olm version: 3.2.8 ### Homeserver element.io ### Will you send logs? Yes
defect
unable join a room i ve been invited to steps to reproduce accept the invitation new room opens and starts loading outcome what did you expect room finishes loading and i join what happened instead room never stops loading operating system macos android element and fluffychat apps browser information chromium version url for webapp app element io application version element version olm version homeserver element io will you send logs yes
1
29,581
5,653,857,380
IssuesEvent
2017-04-09 02:22:34
jiahaog/nativefier
https://api.github.com/repos/jiahaog/nativefier
closed
Document minimum OS X version required
documentation
### Description Generated apps require Mac OS X 10.9 or above ([via](https://github.com/electron/electron/issues/4273)), it would be nice if this was documented in the README.
1.0
Document minimum OS X version required - ### Description Generated apps require Mac OS X 10.9 or above ([via](https://github.com/electron/electron/issues/4273)), it would be nice if this was documented in the README.
non_defect
document minimum os x version required description generated apps require mac os x or above it would be nice if this was documented in the readme
0
805,845
29,669,852,237
IssuesEvent
2023-06-11 09:11:17
WasmEdge/WasmEdge
https://api.github.com/repos/WasmEdge/WasmEdge
closed
Enable Nix static build for WasmEdge
help wanted Improvement priority:low
## Motivation Just want to make sure there is always a way to create static binaries and libraries for WasmEdge.
1.0
Enable Nix static build for WasmEdge - ## Motivation Just want to make sure there is always a way to create static binaries and libraries for WasmEdge.
non_defect
enable nix static build for wasmedge motivation just want to make sure there is always a way to create static binaries and libraries for wasmedge
0
39,043
9,178,956,404
IssuesEvent
2019-03-05 01:07:02
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
dual_annealing does not set the success attribute in OptimizeResult
defect scipy.optimize
``` from scipy.optimize import dual_annealing, rosen res = dual_annealing(rosen, [(-2, 2), (-2, 2)]) print(res.success) ``` Gives: ``` -------------------------------------------------------------------------- KeyError Traceback (most recent call last) ~/miniconda3/envs/dev3/lib/python3.7/site-packages/scipy/optimize/optimize.py in __getattr__(self, name) 113 try: --> 114 return self[name] 115 except KeyError: KeyError: 'success' During handling of the above exception, another exception occurred: AttributeError Traceback (most recent call last) <ipython-input-4-402eff86d4dd> in <module> 1 from scipy.optimize import dual_annealing, rosen 2 res = dual_annealing(rosen, [(-2, 2), (-2, 2)]) ----> 3 res.success ~/miniconda3/envs/dev3/lib/python3.7/site-packages/scipy/optimize/optimize.py in __getattr__(self, name) 114 return self[name] 115 except KeyError: --> 116 raise AttributeError(name) 117 118 __setattr__ = dict.__setitem__ AttributeError: success ```
1.0
dual_annealing does not set the success attribute in OptimizeResult - ``` from scipy.optimize import dual_annealing, rosen res = dual_annealing(rosen, [(-2, 2), (-2, 2)]) print(res.success) ``` Gives: ``` -------------------------------------------------------------------------- KeyError Traceback (most recent call last) ~/miniconda3/envs/dev3/lib/python3.7/site-packages/scipy/optimize/optimize.py in __getattr__(self, name) 113 try: --> 114 return self[name] 115 except KeyError: KeyError: 'success' During handling of the above exception, another exception occurred: AttributeError Traceback (most recent call last) <ipython-input-4-402eff86d4dd> in <module> 1 from scipy.optimize import dual_annealing, rosen 2 res = dual_annealing(rosen, [(-2, 2), (-2, 2)]) ----> 3 res.success ~/miniconda3/envs/dev3/lib/python3.7/site-packages/scipy/optimize/optimize.py in __getattr__(self, name) 114 return self[name] 115 except KeyError: --> 116 raise AttributeError(name) 117 118 __setattr__ = dict.__setitem__ AttributeError: success ```
defect
dual annealing does not set the success attribute in optimizeresult from scipy optimize import dual annealing rosen res dual annealing rosen print res success gives keyerror traceback most recent call last envs lib site packages scipy optimize optimize py in getattr self name try return self except keyerror keyerror success during handling of the above exception another exception occurred attributeerror traceback most recent call last in from scipy optimize import dual annealing rosen res dual annealing rosen res success envs lib site packages scipy optimize optimize py in getattr self name return self except keyerror raise attributeerror name setattr dict setitem attributeerror success
1
18,158
12,609,400,971
IssuesEvent
2020-06-12 01:30:33
jstanden/cerb
https://api.github.com/repos/jstanden/cerb
closed
Replace text failing on duplicate text when regexp
usability
We've got a number of replacement rules which all work fine. Today we've been getting email from a customer who seems to repeat the message they've replied to in their reply i.e --- ``` His message On Wed, 16 Jan 2019 at 18:38, xx xx <mail@domain.com> wrote: > Hi Customer > > blah content > more content On Wed, 16 Jan 2019 at 18:38, xx xx <mail@domain.com> wrote: > Hi Customer > > blah content > more content ``` --- Now, the text replacement wasn't matching when running through a bot but checked out via manual regexp testing in the bot itself or via an online tester. Our matchine rule: `#On \w{1,10},\D\d{1,2}\D\w{1,10}\D\d{1,4} at \d{1,2}:\d{1,2}, .*wrote:((.|\n)*)#m` Through testing I changed the replace rule from regexp to just plain text replace from `On Wed, 16 Jan 2019 at 18:38, xx xx <mail@domain.com> wrote:` to `test` and both instances were replaced. I then edited the original raw message and sent it through with only one of the reply blocks and this matched correctly. Putting both reply blocks back caused a non-match again. I also removed ALL other matching rules so the replace text function in the `Before new incoming message is accepted` bot was the only action for it to do to avoid inteference from anything else. Looks like something chokes with it has more than one matching rule when using regexp. Note: we're using the mail parser cron to pickup the .msg file file the new folder. Using the "import" section in Incoming Email in the GUI has the same issue.
True
Replace text failing on duplicate text when regexp - We've got a number of replacement rules which all work fine. Today we've been getting email from a customer who seems to repeat the message they've replied to in their reply i.e --- ``` His message On Wed, 16 Jan 2019 at 18:38, xx xx <mail@domain.com> wrote: > Hi Customer > > blah content > more content On Wed, 16 Jan 2019 at 18:38, xx xx <mail@domain.com> wrote: > Hi Customer > > blah content > more content ``` --- Now, the text replacement wasn't matching when running through a bot but checked out via manual regexp testing in the bot itself or via an online tester. Our matchine rule: `#On \w{1,10},\D\d{1,2}\D\w{1,10}\D\d{1,4} at \d{1,2}:\d{1,2}, .*wrote:((.|\n)*)#m` Through testing I changed the replace rule from regexp to just plain text replace from `On Wed, 16 Jan 2019 at 18:38, xx xx <mail@domain.com> wrote:` to `test` and both instances were replaced. I then edited the original raw message and sent it through with only one of the reply blocks and this matched correctly. Putting both reply blocks back caused a non-match again. I also removed ALL other matching rules so the replace text function in the `Before new incoming message is accepted` bot was the only action for it to do to avoid inteference from anything else. Looks like something chokes with it has more than one matching rule when using regexp. Note: we're using the mail parser cron to pickup the .msg file file the new folder. Using the "import" section in Incoming Email in the GUI has the same issue.
non_defect
replace text failing on duplicate text when regexp we ve got a number of replacement rules which all work fine today we ve been getting email from a customer who seems to repeat the message they ve replied to in their reply i e his message on wed jan at xx xx wrote hi customer blah content more content on wed jan at xx xx wrote hi customer blah content more content now the text replacement wasn t matching when running through a bot but checked out via manual regexp testing in the bot itself or via an online tester our matchine rule on w d d d w d d at d d wrote n m through testing i changed the replace rule from regexp to just plain text replace from on wed jan at xx xx wrote to test and both instances were replaced i then edited the original raw message and sent it through with only one of the reply blocks and this matched correctly putting both reply blocks back caused a non match again i also removed all other matching rules so the replace text function in the before new incoming message is accepted bot was the only action for it to do to avoid inteference from anything else looks like something chokes with it has more than one matching rule when using regexp note we re using the mail parser cron to pickup the msg file file the new folder using the import section in incoming email in the gui has the same issue
0
24,747
4,091,803,922
IssuesEvent
2016-06-02 02:25:51
netty/netty
https://api.github.com/repos/netty/netty
closed
Netty 4.1.0.Final : testSoLingerZeroCausesOnlyRstOnClose failed
defect
Testsuite module failed on my env, windows 10, but osx is good work for test case. ``` 10:25:26.230 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.maxRecords: 4 10:25:26.245 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled 10:25:26.245 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 65536 10:25:26.246 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 10:25:26.301 [testsuite-nio-worker-3-1] DEBUG i.n.u.i.JavassistTypeParameterMatcherGenerator - Generated: io.netty.util.internal.__matchers__.java.net.InetSocketAddressMatcher 10:25:26.315 [testsuite-nio-worker-3-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.bytebuf.checkAccessible: true 10:25:26.319 [testsuite-nio-worker-3-1] DEBUG io.netty.util.internal.Cleaner0 - java.nio.ByteBuffer.cleaner(): available java.lang.AssertionError: actual message: An existing connection was forcibly closed by the remote host at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at io.netty.testsuite.transport.socket.SocketRstTest.assertRstOnCloseException(SocketRstTest.java:38) at io.netty.testsuite.transport.socket.SocketRstTest.testSoLingerZeroCausesOnlyRstOnClose(SocketRstTest.java:93) 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 io.netty.testsuite.transport.AbstractComboTestsuiteTest.run(AbstractComboTestsuiteTest.java:67) at io.netty.testsuite.transport.socket.SocketRstTest.testSoLingerZeroCausesOnlyRstOnClose(SocketRstTest.java:44) 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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:745) ```
1.0
Netty 4.1.0.Final : testSoLingerZeroCausesOnlyRstOnClose failed - Testsuite module failed on my env, windows 10, but osx is good work for test case. ``` 10:25:26.230 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.maxRecords: 4 10:25:26.245 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled 10:25:26.245 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 65536 10:25:26.246 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 10:25:26.301 [testsuite-nio-worker-3-1] DEBUG i.n.u.i.JavassistTypeParameterMatcherGenerator - Generated: io.netty.util.internal.__matchers__.java.net.InetSocketAddressMatcher 10:25:26.315 [testsuite-nio-worker-3-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.bytebuf.checkAccessible: true 10:25:26.319 [testsuite-nio-worker-3-1] DEBUG io.netty.util.internal.Cleaner0 - java.nio.ByteBuffer.cleaner(): available java.lang.AssertionError: actual message: An existing connection was forcibly closed by the remote host at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at io.netty.testsuite.transport.socket.SocketRstTest.assertRstOnCloseException(SocketRstTest.java:38) at io.netty.testsuite.transport.socket.SocketRstTest.testSoLingerZeroCausesOnlyRstOnClose(SocketRstTest.java:93) 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 io.netty.testsuite.transport.AbstractComboTestsuiteTest.run(AbstractComboTestsuiteTest.java:67) at io.netty.testsuite.transport.socket.SocketRstTest.testSoLingerZeroCausesOnlyRstOnClose(SocketRstTest.java:44) 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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:745) ```
defect
netty final testsolingerzerocausesonlyrstonclose failed testsuite module failed on my env windows but osx is good work for test case debug io netty util resourceleakdetector dio netty leakdetection maxrecords debug io netty buffer bytebufutil dio netty allocator type pooled debug io netty buffer bytebufutil dio netty threadlocaldirectbuffersize debug io netty buffer bytebufutil dio netty maxthreadlocalcharbuffersize debug i n u i javassisttypeparametermatchergenerator generated io netty util internal matchers java net inetsocketaddressmatcher debug io netty buffer abstractbytebuf dio netty buffer bytebuf checkaccessible true debug io netty util internal java nio bytebuffer cleaner available java lang assertionerror actual message an existing connection was forcibly closed by the remote host at org junit assert fail assert java at org junit assert asserttrue assert java at io netty testsuite transport socket socketrsttest assertrstoncloseexception socketrsttest java at io netty testsuite transport socket socketrsttest testsolingerzerocausesonlyrstonclose socketrsttest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at io netty testsuite transport abstractcombotestsuitetest run abstractcombotestsuitetest java at io netty testsuite transport socket socketrsttest testsolingerzerocausesonlyrstonclose socketrsttest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements failontimeout callablestatement call failontimeout java at org junit internal runners statements failontimeout callablestatement call failontimeout java at java util concurrent futuretask run futuretask java at java lang thread run thread java
1
180,233
14,742,932,162
IssuesEvent
2021-01-07 13:08:11
adap/flower
https://api.github.com/repos/adap/flower
closed
Document Examples
documentation
The Flower docs contain only a general overview of the available examples. It would be beneficial (especially for first time users) to have a more detailed documentation for individual examples.
1.0
Document Examples - The Flower docs contain only a general overview of the available examples. It would be beneficial (especially for first time users) to have a more detailed documentation for individual examples.
non_defect
document examples the flower docs contain only a general overview of the available examples it would be beneficial especially for first time users to have a more detailed documentation for individual examples
0
118,891
11,995,449,850
IssuesEvent
2020-04-08 15:13:33
AzureAD/microsoft-authentication-library-for-dotnet
https://api.github.com/repos/AzureAD/microsoft-authentication-library-for-dotnet
closed
[Documentation] HttpClient factory needs an example
documentation
### Documentation Related To Component: Need detailed documentation or example for implementing IMsalHttpClientFactory. ### Please check those that apply - [ ] typo - [ ] documentation doesn't exist - [ ] documentation needs clarification - [ ] error(s) in example - [x] needs example ### Description Of The Issue My application will be used behind a firewall, and I need to utilize a proxy to make all web requests. In utilizing .Net Core 2.1, I am not aware of proxy configuration which can be applied to the whole project, so I need to direct all http/https calls to the proxy. For MSAL, the only option I find is via IMsalHttpClientFactory. However, the documentation at the following locations do not provide clear examples on how to move forward: - https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-provide-httpclient - https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/httpclient
1.0
[Documentation] HttpClient factory needs an example - ### Documentation Related To Component: Need detailed documentation or example for implementing IMsalHttpClientFactory. ### Please check those that apply - [ ] typo - [ ] documentation doesn't exist - [ ] documentation needs clarification - [ ] error(s) in example - [x] needs example ### Description Of The Issue My application will be used behind a firewall, and I need to utilize a proxy to make all web requests. In utilizing .Net Core 2.1, I am not aware of proxy configuration which can be applied to the whole project, so I need to direct all http/https calls to the proxy. For MSAL, the only option I find is via IMsalHttpClientFactory. However, the documentation at the following locations do not provide clear examples on how to move forward: - https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-provide-httpclient - https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/httpclient
non_defect
httpclient factory needs an example documentation related to component need detailed documentation or example for implementing imsalhttpclientfactory please check those that apply typo documentation doesn t exist documentation needs clarification error s in example needs example description of the issue my application will be used behind a firewall and i need to utilize a proxy to make all web requests in utilizing net core i am not aware of proxy configuration which can be applied to the whole project so i need to direct all http https calls to the proxy for msal the only option i find is via imsalhttpclientfactory however the documentation at the following locations do not provide clear examples on how to move forward
0
50,196
13,187,375,182
IssuesEvent
2020-08-13 03:12:51
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
FlatNTuple assigns wrong energies (Trac #293)
Migrated from Trac combo reconstruction defect
FlatNTuple assigns MCPrimary_Energy the energy of the muon and MCLeadMuon_Energy the energy of the Neutrino. So muon and neutrino energy are switched vice versa. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/293 , reported by icecube and owned by kath_</summary> <p> ```json { "status": "closed", "changetime": "2015-07-07T22:32:33", "description": "FlatNTuple assigns MCPrimary_Energy the energy of the muon and MCLeadMuon_Energy the energy of the Neutrino. \n\nSo muon and neutrino energy are switched vice versa.", "reporter": "icecube", "cc": "", "resolution": "invalid", "_ts": "1436308353324715", "component": "combo reconstruction", "summary": "FlatNTuple assigns wrong energies", "priority": "normal", "keywords": "", "time": "2011-07-19T15:21:01", "milestone": "", "owner": "kath", "type": "defect" } ``` </p> </details>
1.0
FlatNTuple assigns wrong energies (Trac #293) - FlatNTuple assigns MCPrimary_Energy the energy of the muon and MCLeadMuon_Energy the energy of the Neutrino. So muon and neutrino energy are switched vice versa. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/293 , reported by icecube and owned by kath_</summary> <p> ```json { "status": "closed", "changetime": "2015-07-07T22:32:33", "description": "FlatNTuple assigns MCPrimary_Energy the energy of the muon and MCLeadMuon_Energy the energy of the Neutrino. \n\nSo muon and neutrino energy are switched vice versa.", "reporter": "icecube", "cc": "", "resolution": "invalid", "_ts": "1436308353324715", "component": "combo reconstruction", "summary": "FlatNTuple assigns wrong energies", "priority": "normal", "keywords": "", "time": "2011-07-19T15:21:01", "milestone": "", "owner": "kath", "type": "defect" } ``` </p> </details>
defect
flatntuple assigns wrong energies trac flatntuple assigns mcprimary energy the energy of the muon and mcleadmuon energy the energy of the neutrino so muon and neutrino energy are switched vice versa migrated from reported by icecube and owned by kath json status closed changetime description flatntuple assigns mcprimary energy the energy of the muon and mcleadmuon energy the energy of the neutrino n nso muon and neutrino energy are switched vice versa reporter icecube cc resolution invalid ts component combo reconstruction summary flatntuple assigns wrong energies priority normal keywords time milestone owner kath type defect
1
5,887
2,610,217,361
IssuesEvent
2015-02-26 19:09:12
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
берковегэ2011
auto-migrated Priority-Medium Type-Defect
``` '''Адий Ермаков''' День добрый никак не могу найти .берковегэ2011. как то выкладывали уже '''Вергилий Соболев''' Качай тут http://bit.ly/17ASUt6 '''Альберт Константинов''' Просит ввести номер мобилы!Не опасно ли это? '''Ананий Игнатьев''' Неа все ок у меня ничего не списало '''Вацлав Тихонов''' Неа все ок у меня ничего не списало Информация о файле: берковегэ2011 Загружен: В этом месяце Скачан раз: 414 Рейтинг: 230 Средняя скорость скачивания: 1231 Похожих файлов: 39 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 11:22
1.0
берковегэ2011 - ``` '''Адий Ермаков''' День добрый никак не могу найти .берковегэ2011. как то выкладывали уже '''Вергилий Соболев''' Качай тут http://bit.ly/17ASUt6 '''Альберт Константинов''' Просит ввести номер мобилы!Не опасно ли это? '''Ананий Игнатьев''' Неа все ок у меня ничего не списало '''Вацлав Тихонов''' Неа все ок у меня ничего не списало Информация о файле: берковегэ2011 Загружен: В этом месяце Скачан раз: 414 Рейтинг: 230 Средняя скорость скачивания: 1231 Похожих файлов: 39 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 11:22
defect
адий ермаков день добрый никак не могу найти как то выкладывали уже вергилий соболев качай тут альберт константинов просит ввести номер мобилы не опасно ли это ананий игнатьев неа все ок у меня ничего не списало вацлав тихонов неа все ок у меня ничего не списало информация о файле загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
38,625
8,948,968,553
IssuesEvent
2019-01-25 05:18:40
svigerske/ipopt-donotuse
https://api.github.com/repos/svigerske/ipopt-donotuse
closed
Troubles when trying to build the code
Ipopt defect
Issue created by migration from Trac. Original creator: tarikf Original creation time: 2010-10-06 21:44:54 Assignee: ipopt-team Version: 3.8 Hi! I was trying to install IPOPT on my Windows PC and basically manage to configure IPOPT successfully.However, there are problems occuring when I try to build the code using the "make" command. I tried to solve the problem myself but did not succeeded unfortunately. I hope you can give my some hints on how to solve it... Many thanks! Regards. tarik attachment:make.jpg
1.0
Troubles when trying to build the code - Issue created by migration from Trac. Original creator: tarikf Original creation time: 2010-10-06 21:44:54 Assignee: ipopt-team Version: 3.8 Hi! I was trying to install IPOPT on my Windows PC and basically manage to configure IPOPT successfully.However, there are problems occuring when I try to build the code using the "make" command. I tried to solve the problem myself but did not succeeded unfortunately. I hope you can give my some hints on how to solve it... Many thanks! Regards. tarik attachment:make.jpg
defect
troubles when trying to build the code issue created by migration from trac original creator tarikf original creation time assignee ipopt team version hi i was trying to install ipopt on my windows pc and basically manage to configure ipopt successfully however there are problems occuring when i try to build the code using the make command i tried to solve the problem myself but did not succeeded unfortunately i hope you can give my some hints on how to solve it many thanks regards tarik attachment make jpg
1