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
628,743
20,013,072,545
IssuesEvent
2022-02-01 09:13:20
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
ocswf.ebay.com - "Report Category" drop-down menu is empty
priority-critical severity-critical browser-fenix engine-gecko
<!-- @browser: Firefox Mobile 85.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/63423 --> <!-- @extra_labels: browser-fenix --> **URL**: https://ocswf.ebay.com/rti/compose?items=303578746794&seller=speedy-china **Browser / Version**: Firefox Mobile 85.0 **Operating System**: Android **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Missing items **Steps to Reproduce**: <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/1944f8c5-9c06-47e4-afb6-f59cad3fcd6f.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201206093054</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/12/40818770-e3e8-4b7e-90b5-1ceae6b3d15a) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
ocswf.ebay.com - "Report Category" drop-down menu is empty - <!-- @browser: Firefox Mobile 85.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/63423 --> <!-- @extra_labels: browser-fenix --> **URL**: https://ocswf.ebay.com/rti/compose?items=303578746794&seller=speedy-china **Browser / Version**: Firefox Mobile 85.0 **Operating System**: Android **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Missing items **Steps to Reproduce**: <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/1944f8c5-9c06-47e4-afb6-f59cad3fcd6f.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201206093054</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/12/40818770-e3e8-4b7e-90b5-1ceae6b3d15a) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
ocswf ebay com report category drop down menu is empty url browser version firefox mobile operating system android tested another browser yes chrome problem type site is not usable description missing items steps to reproduce view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
252,297
8,034,325,105
IssuesEvent
2018-07-29 17:18:57
alassanecoly/BookmarkMyChampions
https://api.github.com/repos/alassanecoly/BookmarkMyChampions
closed
Build MongoDB database provider with TypeORM
priority: medium 🚧 scope: database status: accepted 👍 type: feature ✨
**Is your feature request related to a problem ? Please describe.** Storing data. I selected TypeORM because it's definitely the most mature ORM available so far (and it's written in TypeScript 😻) **Useful links** https://github.com/typeorm/typeorm https://github.com/typeorm/typeorm/blob/master/docs/mongodb.md
1.0
Build MongoDB database provider with TypeORM - **Is your feature request related to a problem ? Please describe.** Storing data. I selected TypeORM because it's definitely the most mature ORM available so far (and it's written in TypeScript 😻) **Useful links** https://github.com/typeorm/typeorm https://github.com/typeorm/typeorm/blob/master/docs/mongodb.md
non_defect
build mongodb database provider with typeorm is your feature request related to a problem please describe storing data i selected typeorm because it s definitely the most mature orm available so far and it s written in typescript 😻 useful links
0
44,309
12,101,444,386
IssuesEvent
2020-04-20 15:13:24
codesmithtools/Templates
https://api.github.com/repos/codesmithtools/Templates
closed
CSLA - Child_Update method doesn't have enough arguments when a table has 2 foreign keys back to the same "parent"
Framework-CSLA Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Create a database with at least 2 tables. 2. Add 2 foreign key relationships from one table back to the other. 3. Generate the CSLA objects. What is the expected output? What do you see instead? The Child_Update method for the "child" table only has 1 parameter for a parent object. It uses this parameter for both of the "parent" properties. What version of the product are you using? CodeSmith 5.2.1 CSLA templates r1707 Please provide any additional information below. In the attached project, the "Persons" table contains 2 references to the "Addresses" table. When the code is generated, the Child_Update method in Person.DataAccess.cs only has 1 Address parameter. ``` Original issue reported on code.google.com by `rlbrac...@gmail.com` on 18 Jun 2010 at 2:52 Attachments: - [CodeSmithTest.Business.zip](https://storage.googleapis.com/google-code-attachments/codesmith/issue-418/comment-0/CodeSmithTest.Business.zip)
1.0
CSLA - Child_Update method doesn't have enough arguments when a table has 2 foreign keys back to the same "parent" - ``` What steps will reproduce the problem? 1. Create a database with at least 2 tables. 2. Add 2 foreign key relationships from one table back to the other. 3. Generate the CSLA objects. What is the expected output? What do you see instead? The Child_Update method for the "child" table only has 1 parameter for a parent object. It uses this parameter for both of the "parent" properties. What version of the product are you using? CodeSmith 5.2.1 CSLA templates r1707 Please provide any additional information below. In the attached project, the "Persons" table contains 2 references to the "Addresses" table. When the code is generated, the Child_Update method in Person.DataAccess.cs only has 1 Address parameter. ``` Original issue reported on code.google.com by `rlbrac...@gmail.com` on 18 Jun 2010 at 2:52 Attachments: - [CodeSmithTest.Business.zip](https://storage.googleapis.com/google-code-attachments/codesmith/issue-418/comment-0/CodeSmithTest.Business.zip)
defect
csla child update method doesn t have enough arguments when a table has foreign keys back to the same parent what steps will reproduce the problem create a database with at least tables add foreign key relationships from one table back to the other generate the csla objects what is the expected output what do you see instead the child update method for the child table only has parameter for a parent object it uses this parameter for both of the parent properties what version of the product are you using codesmith csla templates please provide any additional information below in the attached project the persons table contains references to the addresses table when the code is generated the child update method in person dataaccess cs only has address parameter original issue reported on code google com by rlbrac gmail com on jun at attachments
1
49,593
3,003,706,472
IssuesEvent
2015-07-25 05:49:39
jayway/powermock
https://api.github.com/repos/jayway/powermock
opened
EXCEPTION_ACCESS_VIOLATION when using PowerMockRule
bug imported Priority-Medium
_From [pdf...@gmail.com](https://code.google.com/u/102118172097584421380/) on February 05, 2014 13:28:48_ What steps will reproduce the problem? 1. I'm trying to use a PowerMockRule . For this I replaced the @RunWith(PowerMockRunner.class) with @Rule public PowerMockRule rule = new PowerMockRule (); and annotate the test with @Test @PrepareForTest({ PluginUtils.class }) What is the expected output? What do you see instead? It should work :-) Instead java crashes with \# \# A fatal error has been detected by the Java Runtime Environment: \# \# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000002aadc5a, pid=8276, tid=12468 \# \# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13) \# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode windows-amd64 compressed oops) \# Problematic frame: \# j java.lang.reflect.ReflectAccess.copyField(Ljava/lang/reflect/Field;)Ljava/lang/reflect/Field;+1 \# \# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows \# \# An error report file with more information is saved as: \# C:\Users\ms\workspaces\comet4\PubServerTests\hs_err_pid8276.log What version of the product are you using? On what operating system? Eclipse 4.3 and these libs: 014-01-10 15:11 576.338 assertj-core-1.5.0.jar 012-06-12 18:19 185.140 commons-io-2.4.jar 014-01-31 14:52 59.716 jsr166y-1.7.0.jar 014-01-31 14:53 33.031 jsr305-2.0.3.jar 014-01-31 14:30 30.391 junit-toolbox-1.5.jar 014-01-14 13:39 1.581.066 mockito-all-1.9.5.jar 014-01-21 11:35 40.568 objenesis-1.3.jar 014-02-05 13:14 4.954 powermock-classloading-base-1.5.4.jar 014-02-05 13:14 9.047 powermock-classloading-objenesis-1.5.4.jar 014-01-20 10:31 528.722 powermock-mockito-1.5.3-full.jar 014-02-05 13:13 6.594 powermock-module-junit4-rule-1.5.4.jar Please provide any additional information below. **Attachment:** [hs_err_pid8276.log](http://code.google.com/p/powermock/issues/detail?id=480) _Original issue: http://code.google.com/p/powermock/issues/detail?id=480_
1.0
EXCEPTION_ACCESS_VIOLATION when using PowerMockRule - _From [pdf...@gmail.com](https://code.google.com/u/102118172097584421380/) on February 05, 2014 13:28:48_ What steps will reproduce the problem? 1. I'm trying to use a PowerMockRule . For this I replaced the @RunWith(PowerMockRunner.class) with @Rule public PowerMockRule rule = new PowerMockRule (); and annotate the test with @Test @PrepareForTest({ PluginUtils.class }) What is the expected output? What do you see instead? It should work :-) Instead java crashes with \# \# A fatal error has been detected by the Java Runtime Environment: \# \# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000002aadc5a, pid=8276, tid=12468 \# \# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13) \# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode windows-amd64 compressed oops) \# Problematic frame: \# j java.lang.reflect.ReflectAccess.copyField(Ljava/lang/reflect/Field;)Ljava/lang/reflect/Field;+1 \# \# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows \# \# An error report file with more information is saved as: \# C:\Users\ms\workspaces\comet4\PubServerTests\hs_err_pid8276.log What version of the product are you using? On what operating system? Eclipse 4.3 and these libs: 014-01-10 15:11 576.338 assertj-core-1.5.0.jar 012-06-12 18:19 185.140 commons-io-2.4.jar 014-01-31 14:52 59.716 jsr166y-1.7.0.jar 014-01-31 14:53 33.031 jsr305-2.0.3.jar 014-01-31 14:30 30.391 junit-toolbox-1.5.jar 014-01-14 13:39 1.581.066 mockito-all-1.9.5.jar 014-01-21 11:35 40.568 objenesis-1.3.jar 014-02-05 13:14 4.954 powermock-classloading-base-1.5.4.jar 014-02-05 13:14 9.047 powermock-classloading-objenesis-1.5.4.jar 014-01-20 10:31 528.722 powermock-mockito-1.5.3-full.jar 014-02-05 13:13 6.594 powermock-module-junit4-rule-1.5.4.jar Please provide any additional information below. **Attachment:** [hs_err_pid8276.log](http://code.google.com/p/powermock/issues/detail?id=480) _Original issue: http://code.google.com/p/powermock/issues/detail?id=480_
non_defect
exception access violation when using powermockrule from on february what steps will reproduce the problem i m trying to use a powermockrule for this i replaced the runwith powermockrunner class with rule public powermockrule rule new powermockrule and annotate the test with test preparefortest pluginutils class what is the expected output what do you see instead it should work instead java crashes with a fatal error has been detected by the java runtime environment exception access violation at pc pid tid jre version java tm se runtime environment build java vm java hotspot tm bit server vm mixed mode windows compressed oops problematic frame j java lang reflect reflectaccess copyfield ljava lang reflect field ljava lang reflect field failed to write core dump minidumps are not enabled by default on client versions of windows an error report file with more information is saved as c users ms workspaces pubservertests hs err log what version of the product are you using on what operating system eclipse and these libs assertj core jar commons io jar jar jar junit toolbox jar mockito all jar objenesis jar powermock classloading base jar powermock classloading objenesis jar powermock mockito full jar powermock module rule jar please provide any additional information below attachment original issue
0
80,933
30,608,148,096
IssuesEvent
2023-07-23 09:15:14
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
write_hdf5 Exodus option crashes on mamba install
T: defect P: normal
## Bug Description If you turn it on even on simple_diffusion on my 2018 macpro you get: ``` Execution Information: Executioner: Steady Solver Mode: Preconditioned JFNK PETSc Preconditioner: hypre libMesh terminating: Error creating ExodusII/Nemesis mesh file. Stack frames: 19 0: 0 libmesh_devel.0.dylib 0x00000001118280fc libMesh::print_trace(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) + 1148 1: 1 libmesh_devel.0.dylib 0x0000000111824893 libMesh::MacroFunctions::report_error(char const*, int, char const*, char const*, std::__1::basic_ostream<char, std::__1::char_traits<char> >&) + 179 2: 2 libmesh_devel.0.dylib 0x0000000111e666d1 libMesh::ExodusII_IO_Helper::create(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) + 609 3: 3 libmesh_devel.0.dylib 0x0000000111e3000c libMesh::ExodusII_IO::write_nodal_data_common(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, bool) + 588 4: 4 libmesh_devel.0.dylib 0x0000000111e34e01 libMesh::ExodusII_IO::write_nodal_data(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<double, std::__1::allocator<double> > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) + 241 5: 5 libmesh_devel.0.dylib 0x00000001120d4104 libMesh::MeshOutput<libMesh::MeshBase>::write_equation_systems(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, libMesh::EquationSystems const&, std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const*) + 484 6: 6 libmesh_devel.0.dylib 0x0000000111e57989 libMesh::ExodusII_IO::write_timestep(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, libMesh::EquationSystems const&, int, double, std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const*) + 41 7: 7 libmoose-devel.0.dylib 0x000000010faeead1 Exodus::outputNodalVariables() + 385 8: 8 libmoose-devel.0.dylib 0x000000010fae7fa8 AdvancedOutput::output(MooseEnumItem const&) + 120 9: 9 libmoose-devel.0.dylib 0x000000010faee4b0 Exodus::output(MooseEnumItem const&) + 208 10: 10 libmoose-devel.0.dylib 0x000000010faedf1a OversampleOutput::outputStep(MooseEnumItem const&) + 234 11: 11 libmoose-devel.0.dylib 0x000000010fb1c912 OutputWarehouse::outputStep(MooseEnumItem) + 146 12: 12 libmoose-devel.0.dylib 0x000000010f3bf6e8 FEProblemBase::outputStep(MooseEnumItem) + 248 13: 13 libmoose-devel.0.dylib 0x000000010ed723bd Steady::execute() + 205 14: 14 libmoose-devel.0.dylib 0x000000010fed21d7 MooseApp::executeExecutioner() + 327 15: 15 libmoose_test-devel.0.dylib 0x000000010e27fb5a MooseTestApp::executeExecutioner() + 170 16: 16 libmoose-devel.0.dylib 0x000000010fecc084 MooseApp::run() + 1668 17: 17 moose_test-devel 0x000000010dd7abc4 main + 132 18: 18 libdyld.dylib 0x00007fff203f8f5d start + 1 [0] ../src/mesh/exodusII_io_helper.C, line 2307, compiled Jun 23 2023 at 20:15:08 ``` ## Steps to Reproduce Add this to an input ``` [Outputs] # exodus = true [exo] type = Exodus write_hdf5 = true [] [] ``` ## Impact User-facing, reputation prejudice. User-reported failure. No potential for wrong results.
1.0
write_hdf5 Exodus option crashes on mamba install - ## Bug Description If you turn it on even on simple_diffusion on my 2018 macpro you get: ``` Execution Information: Executioner: Steady Solver Mode: Preconditioned JFNK PETSc Preconditioner: hypre libMesh terminating: Error creating ExodusII/Nemesis mesh file. Stack frames: 19 0: 0 libmesh_devel.0.dylib 0x00000001118280fc libMesh::print_trace(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) + 1148 1: 1 libmesh_devel.0.dylib 0x0000000111824893 libMesh::MacroFunctions::report_error(char const*, int, char const*, char const*, std::__1::basic_ostream<char, std::__1::char_traits<char> >&) + 179 2: 2 libmesh_devel.0.dylib 0x0000000111e666d1 libMesh::ExodusII_IO_Helper::create(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) + 609 3: 3 libmesh_devel.0.dylib 0x0000000111e3000c libMesh::ExodusII_IO::write_nodal_data_common(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, bool) + 588 4: 4 libmesh_devel.0.dylib 0x0000000111e34e01 libMesh::ExodusII_IO::write_nodal_data(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<double, std::__1::allocator<double> > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) + 241 5: 5 libmesh_devel.0.dylib 0x00000001120d4104 libMesh::MeshOutput<libMesh::MeshBase>::write_equation_systems(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, libMesh::EquationSystems const&, std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const*) + 484 6: 6 libmesh_devel.0.dylib 0x0000000111e57989 libMesh::ExodusII_IO::write_timestep(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, libMesh::EquationSystems const&, int, double, std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const*) + 41 7: 7 libmoose-devel.0.dylib 0x000000010faeead1 Exodus::outputNodalVariables() + 385 8: 8 libmoose-devel.0.dylib 0x000000010fae7fa8 AdvancedOutput::output(MooseEnumItem const&) + 120 9: 9 libmoose-devel.0.dylib 0x000000010faee4b0 Exodus::output(MooseEnumItem const&) + 208 10: 10 libmoose-devel.0.dylib 0x000000010faedf1a OversampleOutput::outputStep(MooseEnumItem const&) + 234 11: 11 libmoose-devel.0.dylib 0x000000010fb1c912 OutputWarehouse::outputStep(MooseEnumItem) + 146 12: 12 libmoose-devel.0.dylib 0x000000010f3bf6e8 FEProblemBase::outputStep(MooseEnumItem) + 248 13: 13 libmoose-devel.0.dylib 0x000000010ed723bd Steady::execute() + 205 14: 14 libmoose-devel.0.dylib 0x000000010fed21d7 MooseApp::executeExecutioner() + 327 15: 15 libmoose_test-devel.0.dylib 0x000000010e27fb5a MooseTestApp::executeExecutioner() + 170 16: 16 libmoose-devel.0.dylib 0x000000010fecc084 MooseApp::run() + 1668 17: 17 moose_test-devel 0x000000010dd7abc4 main + 132 18: 18 libdyld.dylib 0x00007fff203f8f5d start + 1 [0] ../src/mesh/exodusII_io_helper.C, line 2307, compiled Jun 23 2023 at 20:15:08 ``` ## Steps to Reproduce Add this to an input ``` [Outputs] # exodus = true [exo] type = Exodus write_hdf5 = true [] [] ``` ## Impact User-facing, reputation prejudice. User-reported failure. No potential for wrong results.
defect
write exodus option crashes on mamba install bug description if you turn it on even on simple diffusion on my macpro you get execution information executioner steady solver mode preconditioned jfnk petsc preconditioner hypre libmesh terminating error creating exodusii nemesis mesh file stack frames libmesh devel dylib libmesh print trace std basic ostream libmesh devel dylib libmesh macrofunctions report error char const int char const char const std basic ostream libmesh devel dylib libmesh exodusii io helper create std basic string std allocator libmesh devel dylib libmesh exodusii io write nodal data common std basic string std allocator std vector std allocator std allocator std allocator const bool libmesh devel dylib libmesh exodusii io write nodal data std basic string std allocator const std vector const std vector std allocator std allocator std allocator const libmesh devel dylib libmesh meshoutput write equation systems std basic string std allocator const libmesh equationsystems const std set std allocator std less std allocator std allocator std allocator const libmesh devel dylib libmesh exodusii io write timestep std basic string std allocator const libmesh equationsystems const int double std set std allocator std less std allocator std allocator std allocator const libmoose devel dylib exodus outputnodalvariables libmoose devel dylib advancedoutput output mooseenumitem const libmoose devel dylib exodus output mooseenumitem const libmoose devel dylib oversampleoutput outputstep mooseenumitem const libmoose devel dylib outputwarehouse outputstep mooseenumitem libmoose devel dylib feproblembase outputstep mooseenumitem libmoose devel dylib steady execute libmoose devel dylib mooseapp executeexecutioner libmoose test devel dylib moosetestapp executeexecutioner libmoose devel dylib mooseapp run moose test devel main libdyld dylib start src mesh exodusii io helper c line compiled jun at steps to reproduce add this to an input exodus true type exodus write true impact user facing reputation prejudice user reported failure no potential for wrong results
1
56,576
13,884,676,363
IssuesEvent
2020-10-18 17:05:55
tensorflow/addons
https://api.github.com/repos/tensorflow/addons
closed
Drop Python3.5 Support
build
Per SIG Build, python3.5 will not be supported in TF2.4 since it has reached end of life. We should align.
1.0
Drop Python3.5 Support - Per SIG Build, python3.5 will not be supported in TF2.4 since it has reached end of life. We should align.
non_defect
drop support per sig build will not be supported in since it has reached end of life we should align
0
20,897
3,428,616,696
IssuesEvent
2015-12-10 10:24:16
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Missing dart2js compile time errors related to async-await
area-dart2js priority-unassigned started Type-Defect
A number of compile-time-checks seem to be missing: language/sync_generator2_test/07: MissingCompileTimeError language/sync_generator2_test/08: MissingCompileTimeError language/sync_generator2_test/10: MissingCompileTimeError language/sync_generator2_test/20: MissingCompileTimeError language/sync_generator2_test/30: MissingCompileTimeError language/sync_generator2_test/51: MissingCompileTimeError language/sync_generator2_test/52: MissingCompileTimeError
1.0
Missing dart2js compile time errors related to async-await - A number of compile-time-checks seem to be missing: language/sync_generator2_test/07: MissingCompileTimeError language/sync_generator2_test/08: MissingCompileTimeError language/sync_generator2_test/10: MissingCompileTimeError language/sync_generator2_test/20: MissingCompileTimeError language/sync_generator2_test/30: MissingCompileTimeError language/sync_generator2_test/51: MissingCompileTimeError language/sync_generator2_test/52: MissingCompileTimeError
defect
missing compile time errors related to async await a number of compile time checks seem to be missing language sync test missingcompiletimeerror language sync test missingcompiletimeerror language sync test missingcompiletimeerror language sync test missingcompiletimeerror language sync test missingcompiletimeerror language sync test missingcompiletimeerror language sync test missingcompiletimeerror
1
287,186
8,805,374,454
IssuesEvent
2018-12-26 19:13:56
dita-ot/dita-ot
https://api.github.com/repos/dita-ot/dita-ot
closed
Add catalogs support to XEP processing (helps with referenced SVG).
feature plugin/pdf priority/medium stale
When DITA topics refer to SVG images when running the XEP processor in the "build_xep.xml": ``` xml <java classname="com.idiominc.ws.opentopic.fo.xep.Runner" resultproperty="errCode" failonerror="${xep.failOnError}" fork="true"> ``` we would need to add 2 new system properties: ``` xml <sysproperty key="com.renderx.sax.entityresolver" value="org.apache.xml.resolver.tools.CatalogResolver"/> <sysproperty key="xml.catalog.files" value="${dita.dir}/catalog-dita.xml"/> ``` In this way, if the catalog-dita.xml would resolve SVG public and system IDs (via another plugin for example) the SVG's would be processed to PDF using XEP. Based on threads: - https://groups.yahoo.com/neo/groups/dita-users/conversations/topics/36135 - https://groups.yahoo.com/neo/groups/dita-users/conversations/topics/36980
1.0
Add catalogs support to XEP processing (helps with referenced SVG). - When DITA topics refer to SVG images when running the XEP processor in the "build_xep.xml": ``` xml <java classname="com.idiominc.ws.opentopic.fo.xep.Runner" resultproperty="errCode" failonerror="${xep.failOnError}" fork="true"> ``` we would need to add 2 new system properties: ``` xml <sysproperty key="com.renderx.sax.entityresolver" value="org.apache.xml.resolver.tools.CatalogResolver"/> <sysproperty key="xml.catalog.files" value="${dita.dir}/catalog-dita.xml"/> ``` In this way, if the catalog-dita.xml would resolve SVG public and system IDs (via another plugin for example) the SVG's would be processed to PDF using XEP. Based on threads: - https://groups.yahoo.com/neo/groups/dita-users/conversations/topics/36135 - https://groups.yahoo.com/neo/groups/dita-users/conversations/topics/36980
non_defect
add catalogs support to xep processing helps with referenced svg when dita topics refer to svg images when running the xep processor in the build xep xml xml java classname com idiominc ws opentopic fo xep runner resultproperty errcode failonerror xep failonerror fork true we would need to add new system properties xml sysproperty key com renderx sax entityresolver value org apache xml resolver tools catalogresolver in this way if the catalog dita xml would resolve svg public and system ids via another plugin for example the svg s would be processed to pdf using xep based on threads
0
217,263
16,685,564,719
IssuesEvent
2021-06-08 07:41:00
GIScience/openrouteservice
https://api.github.com/repos/GIScience/openrouteservice
closed
API Response documentation for isochrones incorrect
api-response bug :bug: documentation
<!-- If you have a question or improvement suggestion rather than an actual issue/bug, pls use our forum:--> <!-- https://ask.openrouteservice.org/c/ors--> #### Here's what I did Viewed the swagger documentation generated by openrouteservice --- #### Here's what I got There is no explicit object for the isochrone response information (the part that includes the metadata of the response such as the query and osm md5 hash). Within the code the IsochroneResponseInfo object has an APIModel of RouteResponseInfo rather than IsochroneResponseInfo, and text refers to "route" rather than "isochrone" --- #### Here's what I was expecting The documentation should show information about the Isochrone response and not re-use the routing one. --- #### Here's what I think could be improved Changing the APIModel value and the references to "route" in the text should fix it. It may make senese to see if the isochrone and routing info responses can inherit from a common base, but I am not sure how this works with Swagger and SpringFox...
1.0
API Response documentation for isochrones incorrect - <!-- If you have a question or improvement suggestion rather than an actual issue/bug, pls use our forum:--> <!-- https://ask.openrouteservice.org/c/ors--> #### Here's what I did Viewed the swagger documentation generated by openrouteservice --- #### Here's what I got There is no explicit object for the isochrone response information (the part that includes the metadata of the response such as the query and osm md5 hash). Within the code the IsochroneResponseInfo object has an APIModel of RouteResponseInfo rather than IsochroneResponseInfo, and text refers to "route" rather than "isochrone" --- #### Here's what I was expecting The documentation should show information about the Isochrone response and not re-use the routing one. --- #### Here's what I think could be improved Changing the APIModel value and the references to "route" in the text should fix it. It may make senese to see if the isochrone and routing info responses can inherit from a common base, but I am not sure how this works with Swagger and SpringFox...
non_defect
api response documentation for isochrones incorrect here s what i did viewed the swagger documentation generated by openrouteservice here s what i got there is no explicit object for the isochrone response information the part that includes the metadata of the response such as the query and osm hash within the code the isochroneresponseinfo object has an apimodel of routeresponseinfo rather than isochroneresponseinfo and text refers to route rather than isochrone here s what i was expecting the documentation should show information about the isochrone response and not re use the routing one here s what i think could be improved changing the apimodel value and the references to route in the text should fix it it may make senese to see if the isochrone and routing info responses can inherit from a common base but i am not sure how this works with swagger and springfox
0
45,821
13,055,753,030
IssuesEvent
2020-07-30 02:37:59
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
environment should be checked for PATH, etc. clobbering at cmake time (Trac #97)
Incomplete Migration Migrated from Trac cmake defect
Migrated from https://code.icecube.wisc.edu/ticket/97 ```json { "status": "closed", "changetime": "2007-11-11T03:51:18", "description": "", "reporter": "troy", "cc": "", "resolution": "fixed", "_ts": "1194753078000000", "component": "cmake", "summary": "environment should be checked for PATH, etc. clobbering at cmake time", "priority": "normal", "keywords": "", "time": "2007-08-23T23:27:36", "milestone": "", "owner": "troy", "type": "defect" } ```
1.0
environment should be checked for PATH, etc. clobbering at cmake time (Trac #97) - Migrated from https://code.icecube.wisc.edu/ticket/97 ```json { "status": "closed", "changetime": "2007-11-11T03:51:18", "description": "", "reporter": "troy", "cc": "", "resolution": "fixed", "_ts": "1194753078000000", "component": "cmake", "summary": "environment should be checked for PATH, etc. clobbering at cmake time", "priority": "normal", "keywords": "", "time": "2007-08-23T23:27:36", "milestone": "", "owner": "troy", "type": "defect" } ```
defect
environment should be checked for path etc clobbering at cmake time trac migrated from json status closed changetime description reporter troy cc resolution fixed ts component cmake summary environment should be checked for path etc clobbering at cmake time priority normal keywords time milestone owner troy type defect
1
683,354
23,378,372,682
IssuesEvent
2022-08-11 06:59:16
milvus-io/milvus
https://api.github.com/repos/milvus-io/milvus
closed
[Bug]: Wired Search Behavior in Milvus 2.0.2
kind/bug triage/accepted priority/prod-blocked
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version:2.0.2 - Deployment mode(standalone or cluster): Cluster - SDK version(e.g. pymilvus v2.0.0rc2): pymilvus 2.0.2 - OS(Ubuntu or CentOS): - CPU/Memory: - GPU: - Others: ``` ### Current Behavior Background: We have migrated a few collections from Milvus 1.1.0 to Milvus 2.0.2 using the MilvusDM tool, and run a few performance tests. 1. After creating an index, the search latencies are around **30ms** for all the aforementioned migrated collections on Milvus 2.0.2. 2. The day after, we re-run the same test and the search latencies increased to **200ms+** for the same collections. 3. Then we tried to drop the index and re-create the index, but create_index was just hanging there forever. 4. Then we tried to create new collections and insert some random entities, and the search latencies were stable at around 30ms. ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Milvus Log _No response_ ### Anything else? _No response_
1.0
[Bug]: Wired Search Behavior in Milvus 2.0.2 - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version:2.0.2 - Deployment mode(standalone or cluster): Cluster - SDK version(e.g. pymilvus v2.0.0rc2): pymilvus 2.0.2 - OS(Ubuntu or CentOS): - CPU/Memory: - GPU: - Others: ``` ### Current Behavior Background: We have migrated a few collections from Milvus 1.1.0 to Milvus 2.0.2 using the MilvusDM tool, and run a few performance tests. 1. After creating an index, the search latencies are around **30ms** for all the aforementioned migrated collections on Milvus 2.0.2. 2. The day after, we re-run the same test and the search latencies increased to **200ms+** for the same collections. 3. Then we tried to drop the index and re-create the index, but create_index was just hanging there forever. 4. Then we tried to create new collections and insert some random entities, and the search latencies were stable at around 30ms. ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Milvus Log _No response_ ### Anything else? _No response_
non_defect
wired search behavior in milvus is there an existing issue for this i have searched the existing issues environment markdown milvus version deployment mode standalone or cluster cluster sdk version e g pymilvus pymilvus os ubuntu or centos cpu memory gpu others current behavior background we have migrated a few collections from milvus to milvus using the milvusdm tool and run a few performance tests after creating an index the search latencies are around for all the aforementioned migrated collections on milvus the day after we re run the same test and the search latencies increased to for the same collections then we tried to drop the index and re create the index but create index was just hanging there forever then we tried to create new collections and insert some random entities and the search latencies were stable at around expected behavior no response steps to reproduce no response milvus log no response anything else no response
0
13,617
2,772,833,801
IssuesEvent
2015-05-03 02:10:46
python/asyncio
https://api.github.com/repos/python/asyncio
closed
Debug mode assumes coroutine callables have __name__
auto-migrated Priority-Medium Type-Defect
On python 3.4.3, the following code will work when running without debug mode enabled, and raise an exception when run with PYTHONASYNCIODEBUG=1: ``` import asyncio import functools @asyncio.coroutine def func(x, y): print('func with x = {} and y = {}'.format(x, y)) yield from asyncio.sleep(0.1) print('exit func') partial_func = asyncio.coroutine(functools.partial(func, 1)) loop = asyncio.get_event_loop() try: loop.run_until_complete(partial_func(2)) finally: loop.close() ``` Line 154 of asyncio.coroutines tries to copy some attributes of the wrapped function to its CoroWrapper instance, which fails because the partial object has no `__name__`: ``` AttributeError: 'functools.partial' object has no attribute '__name__' ``` Original issue reported on code.google.com by `mwfrojd...@gmail.com` on 31 Mar 2015 at 2:16
1.0
Debug mode assumes coroutine callables have __name__ - On python 3.4.3, the following code will work when running without debug mode enabled, and raise an exception when run with PYTHONASYNCIODEBUG=1: ``` import asyncio import functools @asyncio.coroutine def func(x, y): print('func with x = {} and y = {}'.format(x, y)) yield from asyncio.sleep(0.1) print('exit func') partial_func = asyncio.coroutine(functools.partial(func, 1)) loop = asyncio.get_event_loop() try: loop.run_until_complete(partial_func(2)) finally: loop.close() ``` Line 154 of asyncio.coroutines tries to copy some attributes of the wrapped function to its CoroWrapper instance, which fails because the partial object has no `__name__`: ``` AttributeError: 'functools.partial' object has no attribute '__name__' ``` Original issue reported on code.google.com by `mwfrojd...@gmail.com` on 31 Mar 2015 at 2:16
defect
debug mode assumes coroutine callables have name on python the following code will work when running without debug mode enabled and raise an exception when run with pythonasynciodebug import asyncio import functools asyncio coroutine def func x y print func with x and y format x y yield from asyncio sleep print exit func partial func asyncio coroutine functools partial func loop asyncio get event loop try loop run until complete partial func finally loop close line of asyncio coroutines tries to copy some attributes of the wrapped function to its corowrapper instance which fails because the partial object has no name attributeerror functools partial object has no attribute name original issue reported on code google com by mwfrojd gmail com on mar at
1
23,670
3,851,865,304
IssuesEvent
2016-04-06 05:27:47
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
WiiMote(bluetooth id Nintendo RVL-CNT-01-TR) issue
auto-migrated Priority-Medium Type-Defect
``` i have two Wii Remotes (both with MotionPlus built-in) the one with bluetooth id "Nintendo RVL-CNT-01" works well. but the other one with id "Nintendo RVL-CNT-01-TR" stuck at sync stage when i press the buttons,all the 4 led lights blink,but if i release the buttons,none of them will be on. it said "Press 1 and 2 on the WiiMote to sync" and nothing happened i've tried iMame4all on my iphone4 and Mame4iOs Reloaded on my new ipad(both running on iOS 6),neither of the "RVL-CNT-01-TR" one would work. so i googled "RVL-CNT-01-TR",it seems that this kind of wiimote is encryped,is there any way to solve this issue? sorry for my bad English:) ``` Original issue reported on code.google.com by `danceseven` on 17 Feb 2013 at 8:38
1.0
WiiMote(bluetooth id Nintendo RVL-CNT-01-TR) issue - ``` i have two Wii Remotes (both with MotionPlus built-in) the one with bluetooth id "Nintendo RVL-CNT-01" works well. but the other one with id "Nintendo RVL-CNT-01-TR" stuck at sync stage when i press the buttons,all the 4 led lights blink,but if i release the buttons,none of them will be on. it said "Press 1 and 2 on the WiiMote to sync" and nothing happened i've tried iMame4all on my iphone4 and Mame4iOs Reloaded on my new ipad(both running on iOS 6),neither of the "RVL-CNT-01-TR" one would work. so i googled "RVL-CNT-01-TR",it seems that this kind of wiimote is encryped,is there any way to solve this issue? sorry for my bad English:) ``` Original issue reported on code.google.com by `danceseven` on 17 Feb 2013 at 8:38
defect
wiimote bluetooth id nintendo rvl cnt tr issue i have two wii remotes both with motionplus built in the one with bluetooth id nintendo rvl cnt works well but the other one with id nintendo rvl cnt tr stuck at sync stage when i press the buttons all the led lights blink but if i release the buttons none of them will be on it said press and on the wiimote to sync and nothing happened i ve tried on my and reloaded on my new ipad both running on ios neither of the rvl cnt tr one would work so i googled rvl cnt tr it seems that this kind of wiimote is encryped is there any way to solve this issue sorry for my bad english original issue reported on code google com by danceseven on feb at
1
13,719
23,613,477,800
IssuesEvent
2022-08-24 14:09:42
epam/ketcher
https://api.github.com/repos/epam/ketcher
opened
Support agents for rxn format
requirements epic: agents
**As a** Ketcher User **I want to** have reagent/condition information in "MDL rxnfile V2000" format **So that** I have information how does reaction go and use this reaction information further (e.g. for analysis) _Business need_: Reagent - substance that can be added to mixture of reactants to trigger a chain of chemical reactions. Reagent is not consumed during chemical reaction. Chemical condition specifies the condition under which the reaction shall go (temperature, UV etc.). Reagent and condition are defined above or under the arrow and are considered as separate reaction participants. In most formats' specifications reagent and conditions are united with entity **agent.** _Context:_ There were several requests (https://github.com/epam/ketcher/issues/1523, https://github.com/epam/ketcher/issues/1404) from the End Users for supporting reagents in reaction in different file formats. For now User can add reagents and conditions simply by adding molecule/text above or below an arrow. However, system will not identify them as reagent. To have full information about reaction to analyze and export it, system shall be able to identify reagents as a separate entity. _Assumptions:_ - Users do not have a limited and standardized list of reagents. - User can specify reagents and conditions both as molecules and as text. _In scope_ Support reagent(s) only for "MDL rxnfile V2000" format _Out of the scope_ Validation of reagent(s) and warning message for text-reagents that are not supported by "MDL rxnfile V2000" format _Acceptance criteria:_ | No | User | GIVEN | WHEN | THEN | |----|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 1 | Ketcher User | User added arrow (any reagent arrow type) on canvas<br><br><br>AND User added molecule/text on canvas above/below an arrow (in the area bounded by perpendiculars passing through the end of the arrow) | User clicks on saving icon or uses a shortcut Ctr+C<br><br><br>AND User chooses "MDL rxnfile V2000" format from the 'File format' dropdown | System shall detect molecule/text as agent and write agent information in "MDL rxnfile V2000" format according to format specification* in "Preview" tab | **_MDL rxnfile V2000 agent(s) specification_** 1. A reaction file consists of a REACTANT block, a PRODUCT block, and (optionally) an AGENT block. Reaction files containing reaction agents are non-standard. The number of agents is displayed in the file header (after the number of reactants and the number of products) if it is non-zero. The additional block with agent(s) is presented. <img width="267" alt="2022-08-24_16h09_58" src="https://user-images.githubusercontent.com/110118107/186429825-f5cda74e-2e4f-4cf5-aa9b-39890d3bbcfe.png"> 2. MDL rxnfile V2000 does not support text elements. Text element is lost when file is converted to MDL rxnfile V2000. 3. MDL rxnfile V2000 does not support multistep reactions. When User adds more than one arrow on canvas, User shall not be able to save file in MDL rxnfile V2000 (as is).
1.0
Support agents for rxn format - **As a** Ketcher User **I want to** have reagent/condition information in "MDL rxnfile V2000" format **So that** I have information how does reaction go and use this reaction information further (e.g. for analysis) _Business need_: Reagent - substance that can be added to mixture of reactants to trigger a chain of chemical reactions. Reagent is not consumed during chemical reaction. Chemical condition specifies the condition under which the reaction shall go (temperature, UV etc.). Reagent and condition are defined above or under the arrow and are considered as separate reaction participants. In most formats' specifications reagent and conditions are united with entity **agent.** _Context:_ There were several requests (https://github.com/epam/ketcher/issues/1523, https://github.com/epam/ketcher/issues/1404) from the End Users for supporting reagents in reaction in different file formats. For now User can add reagents and conditions simply by adding molecule/text above or below an arrow. However, system will not identify them as reagent. To have full information about reaction to analyze and export it, system shall be able to identify reagents as a separate entity. _Assumptions:_ - Users do not have a limited and standardized list of reagents. - User can specify reagents and conditions both as molecules and as text. _In scope_ Support reagent(s) only for "MDL rxnfile V2000" format _Out of the scope_ Validation of reagent(s) and warning message for text-reagents that are not supported by "MDL rxnfile V2000" format _Acceptance criteria:_ | No | User | GIVEN | WHEN | THEN | |----|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 1 | Ketcher User | User added arrow (any reagent arrow type) on canvas<br><br><br>AND User added molecule/text on canvas above/below an arrow (in the area bounded by perpendiculars passing through the end of the arrow) | User clicks on saving icon or uses a shortcut Ctr+C<br><br><br>AND User chooses "MDL rxnfile V2000" format from the 'File format' dropdown | System shall detect molecule/text as agent and write agent information in "MDL rxnfile V2000" format according to format specification* in "Preview" tab | **_MDL rxnfile V2000 agent(s) specification_** 1. A reaction file consists of a REACTANT block, a PRODUCT block, and (optionally) an AGENT block. Reaction files containing reaction agents are non-standard. The number of agents is displayed in the file header (after the number of reactants and the number of products) if it is non-zero. The additional block with agent(s) is presented. <img width="267" alt="2022-08-24_16h09_58" src="https://user-images.githubusercontent.com/110118107/186429825-f5cda74e-2e4f-4cf5-aa9b-39890d3bbcfe.png"> 2. MDL rxnfile V2000 does not support text elements. Text element is lost when file is converted to MDL rxnfile V2000. 3. MDL rxnfile V2000 does not support multistep reactions. When User adds more than one arrow on canvas, User shall not be able to save file in MDL rxnfile V2000 (as is).
non_defect
support agents for rxn format as a ketcher user i want to have reagent condition information in mdl rxnfile format so that i have information how does reaction go and use this reaction information further e g for analysis business need reagent substance that can be added to mixture of reactants to trigger a chain of chemical reactions reagent is not consumed during chemical reaction chemical condition specifies the condition under which the reaction shall go temperature uv etc reagent and condition are defined above or under the arrow and are considered as separate reaction participants in most formats specifications reagent and conditions are united with entity agent context there were several requests from the end users for supporting reagents in reaction in different file formats for now user can add reagents and conditions simply by adding molecule text above or below an arrow however system will not identify them as reagent to have full information about reaction to analyze and export it system shall be able to identify reagents as a separate entity assumptions users do not have a limited and standardized list of reagents user can specify reagents and conditions both as molecules and as text in scope support reagent s only for mdl rxnfile format out of the scope validation of reagent s and warning message for text reagents that are not supported by mdl rxnfile format acceptance criteria no user given when then ketcher user user added arrow any reagent arrow type on canvas and user added molecule text on canvas above below an arrow in the area bounded by perpendiculars passing through the end of the arrow user clicks on saving icon or uses a shortcut ctr c and user chooses mdl rxnfile format from the file format dropdown system shall detect molecule text as agent and write agent information in mdl rxnfile format according to format specification in preview tab mdl rxnfile agent s specification a reaction file consists of a reactant block a product block and optionally an agent block reaction files containing reaction agents are non standard the number of agents is displayed in the file header after the number of reactants and the number of products if it is non zero the additional block with agent s is presented img width alt src mdl rxnfile does not support text elements text element is lost when file is converted to mdl rxnfile mdl rxnfile does not support multistep reactions when user adds more than one arrow on canvas user shall not be able to save file in mdl rxnfile as is
0
286,838
31,769,537,484
IssuesEvent
2023-09-12 10:52:09
valtech-ch/microservice-kubernetes-cluster
https://api.github.com/repos/valtech-ch/microservice-kubernetes-cluster
opened
WS-2017-3734 (Medium) detected in httpclient-4.3.3.jar
Mend: dependency security vulnerability
## WS-2017-3734 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>httpclient-4.3.3.jar</b></p></summary> <p>HttpComponents Client</p> <p>Library home page: <a href="http://hc.apache.org/">http://hc.apache.org/</a></p> <p>Path to dependency file: /persistence/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar</p> <p> Dependency Hierarchy: - springfox-staticdocs-2.6.1.jar (Root Library) - swagger2markup-0.9.2.jar - swagger-compat-spec-parser-1.0.13.jar - :x: **httpclient-4.3.3.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/valtech-ch/microservice-kubernetes-cluster/commit/335a4047c89f52dfe860e93daefb32dc86a521a2">335a4047c89f52dfe860e93daefb32dc86a521a2</a></p> <p>Found in base branch: <b>develop</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Apache httpclient before 4.5.3 are vulnerable to Directory Traversal. The user-provided path was able to override the specified host, resulting in giving network access to a sensitive environment. <p>Publish Date: 2017-01-21 <p>URL: <a href=https://github.com/apache/httpcomponents-client/commit/0554271750599756d4946c0d7ba43d04b1a7b220>WS-2017-3734</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://issues.apache.org/jira/browse/HTTPCLIENT-1803">https://issues.apache.org/jira/browse/HTTPCLIENT-1803</a></p> <p>Release Date: 2017-01-21</p> <p>Fix Resolution: org.apache.httpcomponents:httpclient:4.5.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2017-3734 (Medium) detected in httpclient-4.3.3.jar - ## WS-2017-3734 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>httpclient-4.3.3.jar</b></p></summary> <p>HttpComponents Client</p> <p>Library home page: <a href="http://hc.apache.org/">http://hc.apache.org/</a></p> <p>Path to dependency file: /persistence/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar</p> <p> Dependency Hierarchy: - springfox-staticdocs-2.6.1.jar (Root Library) - swagger2markup-0.9.2.jar - swagger-compat-spec-parser-1.0.13.jar - :x: **httpclient-4.3.3.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/valtech-ch/microservice-kubernetes-cluster/commit/335a4047c89f52dfe860e93daefb32dc86a521a2">335a4047c89f52dfe860e93daefb32dc86a521a2</a></p> <p>Found in base branch: <b>develop</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Apache httpclient before 4.5.3 are vulnerable to Directory Traversal. The user-provided path was able to override the specified host, resulting in giving network access to a sensitive environment. <p>Publish Date: 2017-01-21 <p>URL: <a href=https://github.com/apache/httpcomponents-client/commit/0554271750599756d4946c0d7ba43d04b1a7b220>WS-2017-3734</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://issues.apache.org/jira/browse/HTTPCLIENT-1803">https://issues.apache.org/jira/browse/HTTPCLIENT-1803</a></p> <p>Release Date: 2017-01-21</p> <p>Fix Resolution: org.apache.httpcomponents:httpclient:4.5.3</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
ws medium detected in httpclient jar ws medium severity vulnerability vulnerable library httpclient jar httpcomponents client library home page a href path to dependency file persistence build gradle path to vulnerable library home wss scanner gradle caches modules files org apache httpcomponents httpclient httpclient jar home wss scanner gradle caches modules files org apache httpcomponents httpclient httpclient jar dependency hierarchy springfox staticdocs jar root library jar swagger compat spec parser jar x httpclient jar vulnerable library found in head commit a href found in base branch develop vulnerability details apache httpclient before are vulnerable to directory traversal the user provided path was able to override the specified host resulting in giving network access to a sensitive environment 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 low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache httpcomponents httpclient step up your open source security game with mend
0
154,194
5,915,520,408
IssuesEvent
2017-05-22 08:04:49
quaich-serverless/quartercask
https://api.github.com/repos/quaich-serverless/quartercask
closed
Newly created Lambda should have proper CloudWatch policy
Priority: Med Type: Feature
For new lambda there should be appropriate role / policy pair allowing to create appropriate log stream and write entries to it. Ideally in the most basic scenario there should be no manual tweaking.
1.0
Newly created Lambda should have proper CloudWatch policy - For new lambda there should be appropriate role / policy pair allowing to create appropriate log stream and write entries to it. Ideally in the most basic scenario there should be no manual tweaking.
non_defect
newly created lambda should have proper cloudwatch policy for new lambda there should be appropriate role policy pair allowing to create appropriate log stream and write entries to it ideally in the most basic scenario there should be no manual tweaking
0
71,974
23,875,433,234
IssuesEvent
2022-09-07 18:34:05
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Office hours on facilities are not showing closed if weekdays are empty.
Defect VA.gov frontend ⭐️ Facilities Needs refining
## Describe the defect Reported here https://dsva.slack.com/archives/C0FQSS30V/p1661874276117209 The current code for handling office hours display is only showing closed if sat or sun is empty, not if weekdays are empty. ![image](https://user-images.githubusercontent.com/5752113/187526922-c6e5d71e-f97d-4894-9fdf-a53f1e57a5d0.png) ## To Reproduce Steps to reproduce the behavior: 1. Go to http://preview-prod.vfs.va.gov/preview?nodeId=28217 2. Scroll down to the CAP that is only open on Friday 3. See that onl Fri Sat and Sun show up ## AC / Expected behavior - [ ] Wherever field_office_hours is used: when From, To, and Comment is all empty, print "Closed" in the template. ## Additional context Hours array only comes in with items when there is data so the array could be any length and not contain every day of the week. We need to come up with a way to create an array of all weekdays even if they are empty. Logic that controls display is in: /content-build/src/site/includes/hours.liquid /content-build/src/site/includes/hours-item.liquid ## Desktop (please complete the following information if relevant, or delete) - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] ## Labels (You can delete this section once it's complete) - [x] Issue type (red) (defaults to "Defect") - [ ] CMS subsystem (green) - [ ] CMS practice area (blue) - [x] CMS workstream (orange) (not needed for bug tickets) - [ ] CMS-supported product (black) ### CMS Team Please check the team(s) that will do this work. - [ ] `Program` - [ ] `Platform CMS Team` - [ ] `Sitewide Crew` - [ ] `⭐️ Sitewide CMS` - [ ] `⭐️ Public Websites` - [ ] `⭐️ Facilities` - [ ] `⭐️ User support`
1.0
Office hours on facilities are not showing closed if weekdays are empty. - ## Describe the defect Reported here https://dsva.slack.com/archives/C0FQSS30V/p1661874276117209 The current code for handling office hours display is only showing closed if sat or sun is empty, not if weekdays are empty. ![image](https://user-images.githubusercontent.com/5752113/187526922-c6e5d71e-f97d-4894-9fdf-a53f1e57a5d0.png) ## To Reproduce Steps to reproduce the behavior: 1. Go to http://preview-prod.vfs.va.gov/preview?nodeId=28217 2. Scroll down to the CAP that is only open on Friday 3. See that onl Fri Sat and Sun show up ## AC / Expected behavior - [ ] Wherever field_office_hours is used: when From, To, and Comment is all empty, print "Closed" in the template. ## Additional context Hours array only comes in with items when there is data so the array could be any length and not contain every day of the week. We need to come up with a way to create an array of all weekdays even if they are empty. Logic that controls display is in: /content-build/src/site/includes/hours.liquid /content-build/src/site/includes/hours-item.liquid ## Desktop (please complete the following information if relevant, or delete) - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] ## Labels (You can delete this section once it's complete) - [x] Issue type (red) (defaults to "Defect") - [ ] CMS subsystem (green) - [ ] CMS practice area (blue) - [x] CMS workstream (orange) (not needed for bug tickets) - [ ] CMS-supported product (black) ### CMS Team Please check the team(s) that will do this work. - [ ] `Program` - [ ] `Platform CMS Team` - [ ] `Sitewide Crew` - [ ] `⭐️ Sitewide CMS` - [ ] `⭐️ Public Websites` - [ ] `⭐️ Facilities` - [ ] `⭐️ User support`
defect
office hours on facilities are not showing closed if weekdays are empty describe the defect reported here the current code for handling office hours display is only showing closed if sat or sun is empty not if weekdays are empty to reproduce steps to reproduce the behavior go to scroll down to the cap that is only open on friday see that onl fri sat and sun show up ac expected behavior wherever field office hours is used when from to and comment is all empty print closed in the template additional context hours array only comes in with items when there is data so the array could be any length and not contain every day of the week we need to come up with a way to create an array of all weekdays even if they are empty logic that controls display is in content build src site includes hours liquid content build src site includes hours item liquid desktop please complete the following information if relevant or delete os browser version labels you can delete this section once it s complete issue type red defaults to defect cms subsystem green cms practice area blue cms workstream orange not needed for bug tickets cms supported product black cms team please check the team s that will do this work program platform cms team sitewide crew ⭐️ sitewide cms ⭐️ public websites ⭐️ facilities ⭐️ user support
1
63,612
17,789,314,769
IssuesEvent
2021-08-31 14:33:26
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Vertical insulation thickness misused as Horizontal Insulation thickness in ground coupled slabs domain partitioning
Defect
Issue overview -------------- There are a few reports regarding the Site:GroundDomain:Slab object’s horizontal insulation thickness not affecting the energy results (e.g. heating energy) whereas it is actually expected to do so. This problem is observed in both InGrade slabs (see helpdesk ticket 15426, reported in Issue #7881, and helpdesk ticket 15723), and also OnGrade slabs (see helpdesk ticket 15733). An examination of the source code reveals that the input processing is done correctly. However, there is a code error in the domain partitioning/meshing that causes the vertical insulation thickness is misused for the horizontal insulation thickness. The issue would need a code change to get fixed. An initial code change was made and tested as a draft solution--after the change the horizontal insulation thickness is shown to be active and the associated energy calculation results would change accordingly. ### Details Some additional details for this issue (if relevant): - Platform (Operating system, version): All - Version of EnergyPlus (if using an intermediate build, include SHA): v9.3 - v9.5 - Helpdesk tickets: 15426, 15723, 15733 ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [x] Defect file added to EnergyPlusDevSupport\DefectFiles - [x] Ticket added to Pivotal for defect (development team task) - [x] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
1.0
Vertical insulation thickness misused as Horizontal Insulation thickness in ground coupled slabs domain partitioning - Issue overview -------------- There are a few reports regarding the Site:GroundDomain:Slab object’s horizontal insulation thickness not affecting the energy results (e.g. heating energy) whereas it is actually expected to do so. This problem is observed in both InGrade slabs (see helpdesk ticket 15426, reported in Issue #7881, and helpdesk ticket 15723), and also OnGrade slabs (see helpdesk ticket 15733). An examination of the source code reveals that the input processing is done correctly. However, there is a code error in the domain partitioning/meshing that causes the vertical insulation thickness is misused for the horizontal insulation thickness. The issue would need a code change to get fixed. An initial code change was made and tested as a draft solution--after the change the horizontal insulation thickness is shown to be active and the associated energy calculation results would change accordingly. ### Details Some additional details for this issue (if relevant): - Platform (Operating system, version): All - Version of EnergyPlus (if using an intermediate build, include SHA): v9.3 - v9.5 - Helpdesk tickets: 15426, 15723, 15733 ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [x] Defect file added to EnergyPlusDevSupport\DefectFiles - [x] Ticket added to Pivotal for defect (development team task) - [x] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
defect
vertical insulation thickness misused as horizontal insulation thickness in ground coupled slabs domain partitioning issue overview there are a few reports regarding the site grounddomain slab object’s horizontal insulation thickness not affecting the energy results e g heating energy whereas it is actually expected to do so this problem is observed in both ingrade slabs see helpdesk ticket reported in issue and helpdesk ticket and also ongrade slabs see helpdesk ticket an examination of the source code reveals that the input processing is done correctly however there is a code error in the domain partitioning meshing that causes the vertical insulation thickness is misused for the horizontal insulation thickness the issue would need a code change to get fixed an initial code change was made and tested as a draft solution after the change the horizontal insulation thickness is shown to be active and the associated energy calculation results would change accordingly details some additional details for this issue if relevant platform operating system version all version of energyplus if using an intermediate build include sha helpdesk tickets checklist add to this list or remove from it as applicable this is a simple templated set of guidelines defect file added to energyplusdevsupport defectfiles ticket added to pivotal for defect development team task pull request created the pull request will have additional tasks related to reviewing changes that fix this defect
1
51,570
13,207,528,245
IssuesEvent
2020-08-14 23:27:43
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
Examine and redo link hierarchy on Mac OS X (Trac #639)
Incomplete Migration Migrated from Trac defect other
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/639">https://code.icecube.wisc.edu/projects/icecube/ticket/639</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-23T03:37:57", "_ts": "1416713877165085", "description": "The whole link hierarchy on Mac OS X sucks. Between I3_PORTS, ROOT, python modules, system libs/frameworks, and our software, linking is currently done with shoe string and bubble gum.\n\nWell, I'm all out of bubble gum.\n\nDuplicate of #269", "reporter": "nega", "cc": "olivas, blaufuss", "resolution": "duplicate", "time": "2011-05-31T16:16:14", "component": "other", "summary": "Examine and redo link hierarchy on Mac OS X", "priority": "major", "keywords": "simulation icerec linking offline osx", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
Examine and redo link hierarchy on Mac OS X (Trac #639) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/639">https://code.icecube.wisc.edu/projects/icecube/ticket/639</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-23T03:37:57", "_ts": "1416713877165085", "description": "The whole link hierarchy on Mac OS X sucks. Between I3_PORTS, ROOT, python modules, system libs/frameworks, and our software, linking is currently done with shoe string and bubble gum.\n\nWell, I'm all out of bubble gum.\n\nDuplicate of #269", "reporter": "nega", "cc": "olivas, blaufuss", "resolution": "duplicate", "time": "2011-05-31T16:16:14", "component": "other", "summary": "Examine and redo link hierarchy on Mac OS X", "priority": "major", "keywords": "simulation icerec linking offline osx", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
examine and redo link hierarchy on mac os x trac migrated from json status closed changetime ts description the whole link hierarchy on mac os x sucks between ports root python modules system libs frameworks and our software linking is currently done with shoe string and bubble gum n nwell i m all out of bubble gum n nduplicate of reporter nega cc olivas blaufuss resolution duplicate time component other summary examine and redo link hierarchy on mac os x priority major keywords simulation icerec linking offline osx milestone owner nega type defect
1
50,622
13,187,636,550
IssuesEvent
2020-08-13 04:03:57
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
clsim - hobo clsim build chokes doc build (Trac #1077)
Migrated from Trac combo simulation defect
clsim's dependency list should probably AND'd, not OR'd. ```text -- + clsim -- +-- python [symlinks] -- +-- Geant4 or OpenCL is not installed on your system. clsim will fail if it is not used with parameterizations. -- +-- numpy support (for tabulator) -- +-- safeprimes_base32.gz already downloaded -- +-- gmp support (make_safeprimes utility) -- +-- clsim-pybindings ``` gives: ```text [ 62%] Generating html from icetray-inspect of clsim Ignoring 'clsim': dlopen() dynamic loading error: /home/nega/i3/combo/build/lib/libclsim.so: undefined symbol: clCreateSubDevices/home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml:4: parser error : Opening and ending tag mismatch: project line 3 and icetray-inspect </icetray-inspect> ^ /home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml:5: parser error : Premature end of data in tag icetray-inspect line 2 ^ unable to parse /home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml make[3]: *** [clsim/CMakeFiles/clsim-clsim-inspect] Error 6 make[2]: *** [clsim/CMakeFiles/clsim-clsim-inspect.dir/all] Error 2 make[1]: *** [CMakeFiles/docs.dir/rule] Error 2 make: *** [docs] Error 2 ~/i3/combo/build 1m 53s ❯ ``` <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1077">https://code.icecube.wisc.edu/ticket/1077</a>, reported by nega and owned by claudio.kopper</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:15:08", "description": "clsim's dependency list should probably AND'd, not OR'd. \n\n{{{\n-- + clsim\n-- +-- python [symlinks] \n-- +-- Geant4 or OpenCL is not installed on your system. clsim will fail if it is not used with parameterizations. \n-- +-- numpy support (for tabulator) \n-- +-- safeprimes_base32.gz already downloaded \n-- +-- gmp support (make_safeprimes utility) \n-- +-- clsim-pybindings \n}}}\n\ngives:\n{{{\n[ 62%] Generating html from icetray-inspect of clsim\nIgnoring 'clsim': dlopen() dynamic loading error: /home/nega/i3/combo/build/lib/libclsim.so: undefined symbol: clCreateSubDevices/home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml:4: parser error : Opening and ending tag mismatch: project line 3 and icetray-inspect\n</icetray-inspect>\n ^\n/home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml:5: parser error : Premature end of data in tag icetray-inspect line 2\n\n^\nunable to parse /home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml\nmake[3]: *** [clsim/CMakeFiles/clsim-clsim-inspect] Error 6\nmake[2]: *** [clsim/CMakeFiles/clsim-clsim-inspect.dir/all] Error 2\nmake[1]: *** [CMakeFiles/docs.dir/rule] Error 2\nmake: *** [docs] Error 2\n \n~/i3/combo/build 1m 53s\n\u276f \n}}}", "reporter": "nega", "cc": "", "resolution": "worksforme", "_ts": "1550067308113782", "component": "combo simulation", "summary": "clsim - hobo clsim build chokes doc build", "priority": "normal", "keywords": "clsim docs", "time": "2015-07-30T04:18:17", "milestone": "", "owner": "claudio.kopper", "type": "defect" } ``` </p> </details>
1.0
clsim - hobo clsim build chokes doc build (Trac #1077) - clsim's dependency list should probably AND'd, not OR'd. ```text -- + clsim -- +-- python [symlinks] -- +-- Geant4 or OpenCL is not installed on your system. clsim will fail if it is not used with parameterizations. -- +-- numpy support (for tabulator) -- +-- safeprimes_base32.gz already downloaded -- +-- gmp support (make_safeprimes utility) -- +-- clsim-pybindings ``` gives: ```text [ 62%] Generating html from icetray-inspect of clsim Ignoring 'clsim': dlopen() dynamic loading error: /home/nega/i3/combo/build/lib/libclsim.so: undefined symbol: clCreateSubDevices/home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml:4: parser error : Opening and ending tag mismatch: project line 3 and icetray-inspect </icetray-inspect> ^ /home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml:5: parser error : Premature end of data in tag icetray-inspect line 2 ^ unable to parse /home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml make[3]: *** [clsim/CMakeFiles/clsim-clsim-inspect] Error 6 make[2]: *** [clsim/CMakeFiles/clsim-clsim-inspect.dir/all] Error 2 make[1]: *** [CMakeFiles/docs.dir/rule] Error 2 make: *** [docs] Error 2 ~/i3/combo/build 1m 53s ❯ ``` <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1077">https://code.icecube.wisc.edu/ticket/1077</a>, reported by nega and owned by claudio.kopper</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:15:08", "description": "clsim's dependency list should probably AND'd, not OR'd. \n\n{{{\n-- + clsim\n-- +-- python [symlinks] \n-- +-- Geant4 or OpenCL is not installed on your system. clsim will fail if it is not used with parameterizations. \n-- +-- numpy support (for tabulator) \n-- +-- safeprimes_base32.gz already downloaded \n-- +-- gmp support (make_safeprimes utility) \n-- +-- clsim-pybindings \n}}}\n\ngives:\n{{{\n[ 62%] Generating html from icetray-inspect of clsim\nIgnoring 'clsim': dlopen() dynamic loading error: /home/nega/i3/combo/build/lib/libclsim.so: undefined symbol: clCreateSubDevices/home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml:4: parser error : Opening and ending tag mismatch: project line 3 and icetray-inspect\n</icetray-inspect>\n ^\n/home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml:5: parser error : Premature end of data in tag icetray-inspect line 2\n\n^\nunable to parse /home/nega/i3/combo/build/CMakeFiles/clsim-inspection.xml\nmake[3]: *** [clsim/CMakeFiles/clsim-clsim-inspect] Error 6\nmake[2]: *** [clsim/CMakeFiles/clsim-clsim-inspect.dir/all] Error 2\nmake[1]: *** [CMakeFiles/docs.dir/rule] Error 2\nmake: *** [docs] Error 2\n \n~/i3/combo/build 1m 53s\n\u276f \n}}}", "reporter": "nega", "cc": "", "resolution": "worksforme", "_ts": "1550067308113782", "component": "combo simulation", "summary": "clsim - hobo clsim build chokes doc build", "priority": "normal", "keywords": "clsim docs", "time": "2015-07-30T04:18:17", "milestone": "", "owner": "claudio.kopper", "type": "defect" } ``` </p> </details>
defect
clsim hobo clsim build chokes doc build trac clsim s dependency list should probably and d not or d text clsim python or opencl is not installed on your system clsim will fail if it is not used with parameterizations numpy support for tabulator safeprimes gz already downloaded gmp support make safeprimes utility clsim pybindings gives text generating html from icetray inspect of clsim ignoring clsim dlopen dynamic loading error home nega combo build lib libclsim so undefined symbol clcreatesubdevices home nega combo build cmakefiles clsim inspection xml parser error opening and ending tag mismatch project line and icetray inspect home nega combo build cmakefiles clsim inspection xml parser error premature end of data in tag icetray inspect line unable to parse home nega combo build cmakefiles clsim inspection xml make error make error make error make error combo build ❯ migrated from json status closed changetime description clsim s dependency list should probably and d not or d n n n clsim n python n or opencl is not installed on your system clsim will fail if it is not used with parameterizations n numpy support for tabulator n safeprimes gz already downloaded n gmp support make safeprimes utility n clsim pybindings n n ngives n n generating html from icetray inspect of clsim nignoring clsim dlopen dynamic loading error home nega combo build lib libclsim so undefined symbol clcreatesubdevices home nega combo build cmakefiles clsim inspection xml parser error opening and ending tag mismatch project line and icetray inspect n n n home nega combo build cmakefiles clsim inspection xml parser error premature end of data in tag icetray inspect line n n nunable to parse home nega combo build cmakefiles clsim inspection xml nmake error nmake error nmake error nmake error n n combo build n n reporter nega cc resolution worksforme ts component combo simulation summary clsim hobo clsim build chokes doc build priority normal keywords clsim docs time milestone owner claudio kopper type defect
1
66,636
20,383,834,278
IssuesEvent
2022-02-22 03:13:00
idaholab/raven
https://api.github.com/repos/idaholab/raven
opened
[DEFECT] IOStep with HistorySet
priority_normal defect
### Thank you for the defect report - [X] I am using the latest version of `RAVEN`. - [X] I have read the [Wiki](https://github.com/idaholab/raven/wiki). - [X] I have created a [minimum, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) that demonstrates the defect. ### Defect Description In the IoStep for HistorySet the loading from CSV fails if the "filename" variable is not place in the last column in the master HistorySet CSV file. The problem happens in the DataSet csv loader. ### Steps to Reproduce Use the attached files: basically change the order of variables in the HistorySet master file (placing the filename not in the last column) ### Expected Behavior Independently on the location, the filename is read ### Screenshots and Input Files [failure_io_step.zip](https://github.com/idaholab/raven/files/8113370/failure_io_step.zip) ![Uploading Screen Shot 2022-02-21 at 8.12.20 PM.png…]() ### OS MacOS ### OS Version _No response_ ### Dependency Manager CONDA ### For Change Control Board: Issue Review - [X] Is it tagged with a type: defect or task? - [X] Is it tagged with a priority: critical, normal or minor? - [X] If it will impact requirements or requirements tests, is it tagged with requirements? - [X] If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [X] Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ### For Change Control Board: Issue Closure - [ ] If the issue is a defect, is the defect fixed? - [ ] If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [ ] If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
1.0
[DEFECT] IOStep with HistorySet - ### Thank you for the defect report - [X] I am using the latest version of `RAVEN`. - [X] I have read the [Wiki](https://github.com/idaholab/raven/wiki). - [X] I have created a [minimum, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) that demonstrates the defect. ### Defect Description In the IoStep for HistorySet the loading from CSV fails if the "filename" variable is not place in the last column in the master HistorySet CSV file. The problem happens in the DataSet csv loader. ### Steps to Reproduce Use the attached files: basically change the order of variables in the HistorySet master file (placing the filename not in the last column) ### Expected Behavior Independently on the location, the filename is read ### Screenshots and Input Files [failure_io_step.zip](https://github.com/idaholab/raven/files/8113370/failure_io_step.zip) ![Uploading Screen Shot 2022-02-21 at 8.12.20 PM.png…]() ### OS MacOS ### OS Version _No response_ ### Dependency Manager CONDA ### For Change Control Board: Issue Review - [X] Is it tagged with a type: defect or task? - [X] Is it tagged with a priority: critical, normal or minor? - [X] If it will impact requirements or requirements tests, is it tagged with requirements? - [X] If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [X] Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ### For Change Control Board: Issue Closure - [ ] If the issue is a defect, is the defect fixed? - [ ] If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [ ] If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
defect
iostep with historyset thank you for the defect report i am using the latest version of raven i have read the i have created a that demonstrates the defect defect description in the iostep for historyset the loading from csv fails if the filename variable is not place in the last column in the master historyset csv file the problem happens in the dataset csv loader steps to reproduce use the attached files basically change the order of variables in the historyset master file placing the filename not in the last column expected behavior independently on the location the filename is read screenshots and input files os macos os version no response dependency manager conda for change control board issue review is it tagged with a type defect or task is it tagged with a priority critical normal or minor if it will impact requirements or requirements tests is it tagged with requirements if it is a defect can it cause wrong results for users if so an email needs to be sent to the users is a rationale provided such as explaining why the improvement is needed or why current code is wrong for change control board issue closure if the issue is a defect is the defect fixed if the issue is a defect is the defect tested for in the regression test system if not explain why not if the issue can impact users has an email to the users group been written the email should specify if the defect impacts stable or master if the issue is a defect does it impact the latest release branch if yes is there any issue tagged with release create if needed if the issue is being closed without a pull request has an explanation of why it is being closed been provided
1
45,815
13,055,752,505
IssuesEvent
2020-07-30 02:37:54
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
python dev libs on morax (Trac #91)
Incomplete Migration Migrated from Trac defect infrastructure
Migrated from https://code.icecube.wisc.edu/ticket/91 ```json { "status": "closed", "changetime": "2007-08-24T16:12:57", "description": "", "reporter": "troy", "cc": "", "resolution": "invalid", "_ts": "1187971977000000", "component": "infrastructure", "summary": "python dev libs on morax", "priority": "normal", "keywords": "", "time": "2007-08-22T01:10:59", "milestone": "", "owner": "cgils", "type": "defect" } ```
1.0
python dev libs on morax (Trac #91) - Migrated from https://code.icecube.wisc.edu/ticket/91 ```json { "status": "closed", "changetime": "2007-08-24T16:12:57", "description": "", "reporter": "troy", "cc": "", "resolution": "invalid", "_ts": "1187971977000000", "component": "infrastructure", "summary": "python dev libs on morax", "priority": "normal", "keywords": "", "time": "2007-08-22T01:10:59", "milestone": "", "owner": "cgils", "type": "defect" } ```
defect
python dev libs on morax trac migrated from json status closed changetime description reporter troy cc resolution invalid ts component infrastructure summary python dev libs on morax priority normal keywords time milestone owner cgils type defect
1
319,805
9,755,217,366
IssuesEvent
2019-06-04 13:27:43
carbon-design-system/carbon
https://api.github.com/repos/carbon-design-system/carbon
closed
[Carbon 10: Radio button] styling issues
Severity 3 Storybook good first issue 👋 package: react priority: low type: a11y ♿ type: bug 🐛
## Detailed description > Describe in detail the issue you're having. I don't believe the following are intended 1. there isn't a hover state when the user mouses over the label or input 1. vertical radio buttons are center aligned > Is this issue related to a specific component? Radio button > What did you expect to happen? What happened instead? What would you like to see changed? 1. there should be a hover state to inform the user they are hovering over the input (or label) 1. the radio button inputs are aligned with each other when using the vertical modifier > What browser are you working in? Chrome > What version of the Carbon Design System are you using? v10.0.0 > What offering/product do you work on? Any pressing ship or release dates we should be aware of? Watson Health Pattern & Asset Library (PAL) ## Additional information Vertical alignment ![Screen Shot 2019-04-10 at 4 04 06 PM](https://user-images.githubusercontent.com/1275779/55910478-8677a000-5bac-11e9-8b72-cd620f9b3c5f.png) Use case when a label wraps to multiple lines (both horizontal and vertical layouts) ![Screen Shot 2019-04-10 at 4 21 01 PM](https://user-images.githubusercontent.com/1275779/55910573-b8890200-5bac-11e9-8431-d7c9075fc6a1.png)
1.0
[Carbon 10: Radio button] styling issues - ## Detailed description > Describe in detail the issue you're having. I don't believe the following are intended 1. there isn't a hover state when the user mouses over the label or input 1. vertical radio buttons are center aligned > Is this issue related to a specific component? Radio button > What did you expect to happen? What happened instead? What would you like to see changed? 1. there should be a hover state to inform the user they are hovering over the input (or label) 1. the radio button inputs are aligned with each other when using the vertical modifier > What browser are you working in? Chrome > What version of the Carbon Design System are you using? v10.0.0 > What offering/product do you work on? Any pressing ship or release dates we should be aware of? Watson Health Pattern & Asset Library (PAL) ## Additional information Vertical alignment ![Screen Shot 2019-04-10 at 4 04 06 PM](https://user-images.githubusercontent.com/1275779/55910478-8677a000-5bac-11e9-8b72-cd620f9b3c5f.png) Use case when a label wraps to multiple lines (both horizontal and vertical layouts) ![Screen Shot 2019-04-10 at 4 21 01 PM](https://user-images.githubusercontent.com/1275779/55910573-b8890200-5bac-11e9-8431-d7c9075fc6a1.png)
non_defect
styling issues detailed description describe in detail the issue you re having i don t believe the following are intended there isn t a hover state when the user mouses over the label or input vertical radio buttons are center aligned is this issue related to a specific component radio button what did you expect to happen what happened instead what would you like to see changed there should be a hover state to inform the user they are hovering over the input or label the radio button inputs are aligned with each other when using the vertical modifier what browser are you working in chrome what version of the carbon design system are you using what offering product do you work on any pressing ship or release dates we should be aware of watson health pattern asset library pal additional information vertical alignment use case when a label wraps to multiple lines both horizontal and vertical layouts
0
191,813
22,215,849,886
IssuesEvent
2022-06-08 01:30:01
ShaikUsaf/linux-3.0.35
https://api.github.com/repos/ShaikUsaf/linux-3.0.35
opened
CVE-2021-39685 (High) detected in linuxlinux-3.0.49
security vulnerability
## CVE-2021-39685 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.49</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/gadget/composite.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In various setup methods of the USB gadget subsystem, there is a possible out of bounds write due to an incorrect flag check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-210292376References: Upstream kernel <p>Publish Date: 2022-03-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-39685>CVE-2021-39685</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2021-39685">https://www.linuxkernelcves.com/cves/CVE-2021-39685</a></p> <p>Release Date: 2022-03-16</p> <p>Fix Resolution: v4.4.295,v4.9.293,v4.14.258,v4.19.221,v5.4.165,v5.10.85,v5.15.8,v5.16-rc5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-39685 (High) detected in linuxlinux-3.0.49 - ## CVE-2021-39685 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.49</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/gadget/composite.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In various setup methods of the USB gadget subsystem, there is a possible out of bounds write due to an incorrect flag check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-210292376References: Upstream kernel <p>Publish Date: 2022-03-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-39685>CVE-2021-39685</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2021-39685">https://www.linuxkernelcves.com/cves/CVE-2021-39685</a></p> <p>Release Date: 2022-03-16</p> <p>Fix Resolution: v4.4.295,v4.9.293,v4.14.258,v4.19.221,v5.4.165,v5.10.85,v5.15.8,v5.16-rc5</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 linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in base branch master vulnerable source files drivers usb gadget composite c vulnerability details in various setup methods of the usb gadget subsystem there is a possible out of bounds write due to an incorrect flag check this could lead to local escalation of privilege with no additional execution privileges needed user interaction is not needed for exploitation product androidversions android kernelandroid id a upstream kernel publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
322,455
9,817,896,146
IssuesEvent
2019-06-13 17:52:21
robotology/human-dynamics-estimation
https://api.github.com/repos/robotology/human-dynamics-estimation
closed
Update HumanRobotPosePublisher with rpc port control
complexity:medium priority:high severity:major type:enhancement type:task
During https://github.com/robotology/human-dynamics-estimation/issues/99#issuecomment-483313796 we notice there is a slight lag in the `tfs` and hence the rviz visualization is a bit laggy. Also, we tested `HumanRobotPosePublisher` and the visualization is bad probably because the robot base tf is continuously streamed with the current `HumanRobotPosePublisher`. As @diegoferigo suggested [before](https://github.com/dic-iit/component_andy/issues/102#issuecomment-446108987) it is better to set the robot pose through a rpc port. Also, this can be stabilitzed only if the tfs are streamed correctly without any interruption. ![ezgif com-video-to-gif (3)](https://user-images.githubusercontent.com/6505998/56147880-6a5b7080-5fa9-11e9-9763-b35a2c0afb07.gif) Hopefully this is the last piece of puzzle to fix towards fully functional HDEv2 CC @DanielePucci @diegoferigo @lrapetti @traversaro
1.0
Update HumanRobotPosePublisher with rpc port control - During https://github.com/robotology/human-dynamics-estimation/issues/99#issuecomment-483313796 we notice there is a slight lag in the `tfs` and hence the rviz visualization is a bit laggy. Also, we tested `HumanRobotPosePublisher` and the visualization is bad probably because the robot base tf is continuously streamed with the current `HumanRobotPosePublisher`. As @diegoferigo suggested [before](https://github.com/dic-iit/component_andy/issues/102#issuecomment-446108987) it is better to set the robot pose through a rpc port. Also, this can be stabilitzed only if the tfs are streamed correctly without any interruption. ![ezgif com-video-to-gif (3)](https://user-images.githubusercontent.com/6505998/56147880-6a5b7080-5fa9-11e9-9763-b35a2c0afb07.gif) Hopefully this is the last piece of puzzle to fix towards fully functional HDEv2 CC @DanielePucci @diegoferigo @lrapetti @traversaro
non_defect
update humanrobotposepublisher with rpc port control during we notice there is a slight lag in the tfs and hence the rviz visualization is a bit laggy also we tested humanrobotposepublisher and the visualization is bad probably because the robot base tf is continuously streamed with the current humanrobotposepublisher as diegoferigo suggested it is better to set the robot pose through a rpc port also this can be stabilitzed only if the tfs are streamed correctly without any interruption hopefully this is the last piece of puzzle to fix towards fully functional cc danielepucci diegoferigo lrapetti traversaro
0
128,343
18,048,196,254
IssuesEvent
2021-09-19 09:07:09
jinhogate/pizza_angular
https://api.github.com/repos/jinhogate/pizza_angular
opened
CVE-2020-28481 (Medium) detected in socket.io-2.1.1.tgz
security vulnerability
## CVE-2020-28481 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>socket.io-2.1.1.tgz</b></p></summary> <p>node.js realtime framework server</p> <p>Library home page: <a href="https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz">https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz</a></p> <p>Path to dependency file: pizza_angular/package.json</p> <p>Path to vulnerable library: pizza_angular/node_modules/socket.io/package.json</p> <p> Dependency Hierarchy: - karma-3.0.0.tgz (Root Library) - :x: **socket.io-2.1.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jinhogate/pizza_angular/commit/353ead6609cbe90c767728d4050746689c22c532">353ead6609cbe90c767728d4050746689c22c532</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package socket.io before 2.4.0 are vulnerable to Insecure Defaults due to CORS Misconfiguration. All domains are whitelisted by default. <p>Publish Date: 2021-01-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28481>CVE-2020-28481</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.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28481">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28481</a></p> <p>Release Date: 2021-01-19</p> <p>Fix Resolution: 2.4.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-28481 (Medium) detected in socket.io-2.1.1.tgz - ## CVE-2020-28481 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>socket.io-2.1.1.tgz</b></p></summary> <p>node.js realtime framework server</p> <p>Library home page: <a href="https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz">https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz</a></p> <p>Path to dependency file: pizza_angular/package.json</p> <p>Path to vulnerable library: pizza_angular/node_modules/socket.io/package.json</p> <p> Dependency Hierarchy: - karma-3.0.0.tgz (Root Library) - :x: **socket.io-2.1.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jinhogate/pizza_angular/commit/353ead6609cbe90c767728d4050746689c22c532">353ead6609cbe90c767728d4050746689c22c532</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package socket.io before 2.4.0 are vulnerable to Insecure Defaults due to CORS Misconfiguration. All domains are whitelisted by default. <p>Publish Date: 2021-01-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28481>CVE-2020-28481</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.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28481">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28481</a></p> <p>Release Date: 2021-01-19</p> <p>Fix Resolution: 2.4.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in socket io tgz cve medium severity vulnerability vulnerable library socket io tgz node js realtime framework server library home page a href path to dependency file pizza angular package json path to vulnerable library pizza angular node modules socket io package json dependency hierarchy karma tgz root library x socket io tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package socket io before are vulnerable to insecure defaults due to cors misconfiguration all domains are whitelisted by default publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
195,161
14,705,674,050
IssuesEvent
2021-01-04 18:32:12
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
Many fips related: " Error generating an encryption key from the provided password " failures
:Security/FIPS :Security/Security >test-failure Team:Security
**Build scan**: https://gradle-enterprise.elastic.co/s/pv6fvk3ax6i54 **Repro line**: many different tests: ``` ./gradlew ':distribution:tools:keystore-cli:test' --tests "org.elasticsearch.common.settings.UpgradeKeyStoreCommandTests.testKeystoreUpgrade" -Dtests.seed=27F0CA12B7EDBFC1 -Dtests.security.manager=true -Dtests.locale=ja-JP -Dtests.timezone=Europe/Vilnius -Druntime.java=14 -Dtests.fips.enabled=true ``` ``` ./gradlew ':distribution:tools:keystore-cli:test' --tests "org.elasticsearch.bootstrap.BootstrapTests.testLoadSecureSettings" -Dtests.seed=27F0CA12B7EDBFC1 -Dtests.security.manager=true -Dtests.locale=es-NI -Dtests.timezone=America/Antigua -Druntime.java=14 -Dtests.fips.enabled=true ``` ``` ./gradlew ':distribution:tools:keystore-cli:test' --tests "org.elasticsearch.common.settings.AddFileKeyStoreCommandTests.testAddToUnprotectedKeystore" -Dtests.seed=27F0CA12B7EDBFC1 -Dtests.security.manager=true -Dtests.locale=pt-BR -Dtests.timezone=America/Cordoba -Druntime.java=14 -Dtests.fips.enabled=true ``` and more **Reproduces locally?**: no **Applicable branches**: master **Failure excerpt**: All of the test failures have some form like this: ``` org.elasticsearch.common.settings.AddFileKeyStoreCommandTests > testAddToUnprotectedKeystore FAILED |   -- | --   | java.security.GeneralSecurityException: Error generating an encryption key from the provided password |     | at __randomizedtesting.SeedInfo.seed([27F0CA12B7EDBFC1:20A8D30787D6E56A]:0) |     | at org.elasticsearch.common.settings.KeyStoreWrapper.createCipher(KeyStoreWrapper.java:319) |     | at org.elasticsearch.common.settings.KeyStoreWrapper.encrypt(KeyStoreWrapper.java:401) |     | at org.elasticsearch.common.settings.KeyStoreWrapper.save(KeyStoreWrapper.java:510) |     | at org.elasticsearch.common.settings.KeyStoreCommandTestCase.createKeystore(KeyStoreCommandTestCase.java:82) |     | at org.elasticsearch.common.settings.AddFileKeyStoreCommandTests.testAddToUnprotectedKeystore(AddFileKeyStoreCommandTests.java:216) |     |   |     | Caused by: |     | org.bouncycastle.crypto.fips.FipsUnapprovedOperationError: password must be at least 112 bits |     | at org.bouncycastle.crypto.fips.FipsPBKD$Parameters.<init>(Unknown Source) |     | at org.bouncycastle.crypto.fips.FipsPBKD$Parameters.<init>(Unknown Source) |     | at org.bouncycastle.crypto.fips.FipsPBKD$ParametersBuilder.using(Unknown Source) |     | at org.bouncycastle.jcajce.provider.ProvPBEPBKDF2$BasePBKDF2.engineGenerateSecret(Unknown Source) |     | at java.base/javax.crypto.SecretKeyFactory.generateSecret(SecretKeyFactory.java:340) |     | at org.elasticsearch.common.settings.KeyStoreWrapper.createCipher(KeyStoreWrapper.java:315) |     | ... 4 more ``` NOTE: * org.bouncycastle.crypto.fips.FipsUnapprovedOperationError: password must be at least 112 bits* Other issues: https://github.com/elastic/elasticsearch/issues/66880 https://github.com/elastic/elasticsearch/issues/66951
1.0
Many fips related: " Error generating an encryption key from the provided password " failures - **Build scan**: https://gradle-enterprise.elastic.co/s/pv6fvk3ax6i54 **Repro line**: many different tests: ``` ./gradlew ':distribution:tools:keystore-cli:test' --tests "org.elasticsearch.common.settings.UpgradeKeyStoreCommandTests.testKeystoreUpgrade" -Dtests.seed=27F0CA12B7EDBFC1 -Dtests.security.manager=true -Dtests.locale=ja-JP -Dtests.timezone=Europe/Vilnius -Druntime.java=14 -Dtests.fips.enabled=true ``` ``` ./gradlew ':distribution:tools:keystore-cli:test' --tests "org.elasticsearch.bootstrap.BootstrapTests.testLoadSecureSettings" -Dtests.seed=27F0CA12B7EDBFC1 -Dtests.security.manager=true -Dtests.locale=es-NI -Dtests.timezone=America/Antigua -Druntime.java=14 -Dtests.fips.enabled=true ``` ``` ./gradlew ':distribution:tools:keystore-cli:test' --tests "org.elasticsearch.common.settings.AddFileKeyStoreCommandTests.testAddToUnprotectedKeystore" -Dtests.seed=27F0CA12B7EDBFC1 -Dtests.security.manager=true -Dtests.locale=pt-BR -Dtests.timezone=America/Cordoba -Druntime.java=14 -Dtests.fips.enabled=true ``` and more **Reproduces locally?**: no **Applicable branches**: master **Failure excerpt**: All of the test failures have some form like this: ``` org.elasticsearch.common.settings.AddFileKeyStoreCommandTests > testAddToUnprotectedKeystore FAILED |   -- | --   | java.security.GeneralSecurityException: Error generating an encryption key from the provided password |     | at __randomizedtesting.SeedInfo.seed([27F0CA12B7EDBFC1:20A8D30787D6E56A]:0) |     | at org.elasticsearch.common.settings.KeyStoreWrapper.createCipher(KeyStoreWrapper.java:319) |     | at org.elasticsearch.common.settings.KeyStoreWrapper.encrypt(KeyStoreWrapper.java:401) |     | at org.elasticsearch.common.settings.KeyStoreWrapper.save(KeyStoreWrapper.java:510) |     | at org.elasticsearch.common.settings.KeyStoreCommandTestCase.createKeystore(KeyStoreCommandTestCase.java:82) |     | at org.elasticsearch.common.settings.AddFileKeyStoreCommandTests.testAddToUnprotectedKeystore(AddFileKeyStoreCommandTests.java:216) |     |   |     | Caused by: |     | org.bouncycastle.crypto.fips.FipsUnapprovedOperationError: password must be at least 112 bits |     | at org.bouncycastle.crypto.fips.FipsPBKD$Parameters.<init>(Unknown Source) |     | at org.bouncycastle.crypto.fips.FipsPBKD$Parameters.<init>(Unknown Source) |     | at org.bouncycastle.crypto.fips.FipsPBKD$ParametersBuilder.using(Unknown Source) |     | at org.bouncycastle.jcajce.provider.ProvPBEPBKDF2$BasePBKDF2.engineGenerateSecret(Unknown Source) |     | at java.base/javax.crypto.SecretKeyFactory.generateSecret(SecretKeyFactory.java:340) |     | at org.elasticsearch.common.settings.KeyStoreWrapper.createCipher(KeyStoreWrapper.java:315) |     | ... 4 more ``` NOTE: * org.bouncycastle.crypto.fips.FipsUnapprovedOperationError: password must be at least 112 bits* Other issues: https://github.com/elastic/elasticsearch/issues/66880 https://github.com/elastic/elasticsearch/issues/66951
non_defect
many fips related error generating an encryption key from the provided password failures build scan repro line many different tests gradlew distribution tools keystore cli test tests org elasticsearch common settings upgradekeystorecommandtests testkeystoreupgrade dtests seed dtests security manager true dtests locale ja jp dtests timezone europe vilnius druntime java dtests fips enabled true gradlew distribution tools keystore cli test tests org elasticsearch bootstrap bootstraptests testloadsecuresettings dtests seed dtests security manager true dtests locale es ni dtests timezone america antigua druntime java dtests fips enabled true gradlew distribution tools keystore cli test tests org elasticsearch common settings addfilekeystorecommandtests testaddtounprotectedkeystore dtests seed dtests security manager true dtests locale pt br dtests timezone america cordoba druntime java dtests fips enabled true and more reproduces locally no applicable branches master failure excerpt all of the test failures have some form like this org elasticsearch common settings addfilekeystorecommandtests testaddtounprotectedkeystore failed     java security generalsecurityexception error generating an encryption key from the provided password     at randomizedtesting seedinfo seed     at org elasticsearch common settings keystorewrapper createcipher keystorewrapper java     at org elasticsearch common settings keystorewrapper encrypt keystorewrapper java     at org elasticsearch common settings keystorewrapper save keystorewrapper java     at org elasticsearch common settings keystorecommandtestcase createkeystore keystorecommandtestcase java     at org elasticsearch common settings addfilekeystorecommandtests testaddtounprotectedkeystore addfilekeystorecommandtests java           caused by     org bouncycastle crypto fips fipsunapprovedoperationerror password must be at least bits     at org bouncycastle crypto fips fipspbkd parameters unknown source     at org bouncycastle crypto fips fipspbkd parameters unknown source     at org bouncycastle crypto fips fipspbkd parametersbuilder using unknown source     at org bouncycastle jcajce provider enginegeneratesecret unknown source     at java base javax crypto secretkeyfactory generatesecret secretkeyfactory java     at org elasticsearch common settings keystorewrapper createcipher keystorewrapper java     more note org bouncycastle crypto fips fipsunapprovedoperationerror password must be at least bits other issues
0
10,519
6,777,545,208
IssuesEvent
2017-10-27 22:56:55
postmarketOS/pmbootstrap
https://api.github.com/repos/postmarketOS/pmbootstrap
opened
Automatically analyze Android boot.img files and generate the deviceinfo entries
enhancement future usability
This idea is from @MoreRobustThanYou in the chat.
True
Automatically analyze Android boot.img files and generate the deviceinfo entries - This idea is from @MoreRobustThanYou in the chat.
non_defect
automatically analyze android boot img files and generate the deviceinfo entries this idea is from morerobustthanyou in the chat
0
811,006
30,271,694,272
IssuesEvent
2023-07-07 15:51:00
rangav/thunder-client-support
https://api.github.com/repos/rangav/thunder-client-support
closed
Html request and response report in thunderclient CLI
feature request Priority CLI
**Your Team Size Using TC:** 10 **Question:** When we run thunderclient collection(using excel/json upload) using CLI then we are not able to get Request and Response For Ex - If we are uploading 10 records using excel/json, in HTML report not able to get for each request and response.
1.0
Html request and response report in thunderclient CLI - **Your Team Size Using TC:** 10 **Question:** When we run thunderclient collection(using excel/json upload) using CLI then we are not able to get Request and Response For Ex - If we are uploading 10 records using excel/json, in HTML report not able to get for each request and response.
non_defect
html request and response report in thunderclient cli your team size using tc question when we run thunderclient collection using excel json upload using cli then we are not able to get request and response for ex if we are uploading records using excel json in html report not able to get for each request and response
0
18,253
3,037,768,475
IssuesEvent
2015-08-06 18:48:26
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
opened
3.x - Unable to set reusable formatter with custom pattern
Defect
## The what I wanted to set a non-default number format for a particular currency so I did: ```php Number::formatter([ 'type' => 'currency', 'locale' => 'en_IN', 'pattern' => '¤ #,##,##0' ]); ``` `Number` class stores and reuses the formatter for each locale and type pair so I expected the new pattern to be uses when using ```php $number->currency(15000, 'INR', ['locale' => 'en_IN']); ``` But the returned string still used the default pattern for `INR`. ## The why The reason for this is, though formatter instance for locale and type pair are cached by `Number`, it' sets the pattern after [cloning](https://github.com/cakephp/cakephp/blob/master/src/I18n/Number.php#L289) the formatter object, hence the pattern in not reused. ## The solution So to resolve the issue either the code should be refactored to not clone the formatter the 1st time it's created for a locale, type pair or add a extra option which prevents the cloning. Perhaps the class should also have methods to explicitly set / clear formatters in `Number::$_formatters`.
1.0
3.x - Unable to set reusable formatter with custom pattern - ## The what I wanted to set a non-default number format for a particular currency so I did: ```php Number::formatter([ 'type' => 'currency', 'locale' => 'en_IN', 'pattern' => '¤ #,##,##0' ]); ``` `Number` class stores and reuses the formatter for each locale and type pair so I expected the new pattern to be uses when using ```php $number->currency(15000, 'INR', ['locale' => 'en_IN']); ``` But the returned string still used the default pattern for `INR`. ## The why The reason for this is, though formatter instance for locale and type pair are cached by `Number`, it' sets the pattern after [cloning](https://github.com/cakephp/cakephp/blob/master/src/I18n/Number.php#L289) the formatter object, hence the pattern in not reused. ## The solution So to resolve the issue either the code should be refactored to not clone the formatter the 1st time it's created for a locale, type pair or add a extra option which prevents the cloning. Perhaps the class should also have methods to explicitly set / clear formatters in `Number::$_formatters`.
defect
x unable to set reusable formatter with custom pattern the what i wanted to set a non default number format for a particular currency so i did php number formatter type currency locale en in pattern ¤ number class stores and reuses the formatter for each locale and type pair so i expected the new pattern to be uses when using php number currency inr but the returned string still used the default pattern for inr the why the reason for this is though formatter instance for locale and type pair are cached by number it sets the pattern after the formatter object hence the pattern in not reused the solution so to resolve the issue either the code should be refactored to not clone the formatter the time it s created for a locale type pair or add a extra option which prevents the cloning perhaps the class should also have methods to explicitly set clear formatters in number formatters
1
72,489
24,139,431,485
IssuesEvent
2022-09-21 13:51:02
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Unable to decrypt after verification until reload
T-Defect S-Major Z-UISI O-Occasional
### Steps to reproduce 1. Don't set up key backup. 1. Have working session with all keys available. 1. Have an encrypted room with some messages. 1. Sign in a second session. 1. Open the room in the second session. 1. „Unable to decrypt“ visible. 1. Go to security settings and verify your device with the other session. 1. Look at the room ### Outcome #### What did you expect? Messages are now visible #### What happened instead? Still „Unable to decrypt“ Reloading the page gives a high chance for the messages to appear. ### Operating system Ubuntu 22.04.1 LTS ### Browser information Firefox 105.0 (64-bit) ### URL for webapp https://develop.element.io/ ### Application version Version von Element: 287a73506c29-react-71cf9bf932cc-js-7e24cb6cae8c Version von Olm: 3.2.12 ### Homeserver matrix.org ### Will you send logs? No
1.0
Unable to decrypt after verification until reload - ### Steps to reproduce 1. Don't set up key backup. 1. Have working session with all keys available. 1. Have an encrypted room with some messages. 1. Sign in a second session. 1. Open the room in the second session. 1. „Unable to decrypt“ visible. 1. Go to security settings and verify your device with the other session. 1. Look at the room ### Outcome #### What did you expect? Messages are now visible #### What happened instead? Still „Unable to decrypt“ Reloading the page gives a high chance for the messages to appear. ### Operating system Ubuntu 22.04.1 LTS ### Browser information Firefox 105.0 (64-bit) ### URL for webapp https://develop.element.io/ ### Application version Version von Element: 287a73506c29-react-71cf9bf932cc-js-7e24cb6cae8c Version von Olm: 3.2.12 ### Homeserver matrix.org ### Will you send logs? No
defect
unable to decrypt after verification until reload steps to reproduce don t set up key backup have working session with all keys available have an encrypted room with some messages sign in a second session open the room in the second session „unable to decrypt“ visible go to security settings and verify your device with the other session look at the room outcome what did you expect messages are now visible what happened instead still „unable to decrypt“ reloading the page gives a high chance for the messages to appear operating system ubuntu lts browser information firefox bit url for webapp application version version von element react js version von olm homeserver matrix org will you send logs no
1
44,831
13,091,616,280
IssuesEvent
2020-08-03 07:00:37
elikkatzgit/git_test2
https://api.github.com/repos/elikkatzgit/git_test2
opened
CVE-2020-11111 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2020-11111 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /tmp/ws-scm/git_test2/pom.xml</p> <p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/git_test2/target/myfinal-1.0.0-BUILD-SNAPSHOT/WEB-INF/lib/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/elikkatzgit/git_test2/commits/6c7791e0dbfe9f7fe7e387607f242d4f69208017">6c7791e0dbfe9f7fe7e387607f242d4f69208017</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.activemq.* (aka activemq-jms, activemq-core, activemq-pool, and activemq-pool-jms). <p>Publish Date: 2020-03-31 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11111>CVE-2020-11111</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11113">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11113</a></p> <p>Release Date: 2020-03-31</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.0"}],"vulnerabilityIdentifier":"CVE-2020-11111","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.activemq.* (aka activemq-jms, activemq-core, activemq-pool, and activemq-pool-jms).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11111","cvss3Severity":"high","cvss3Score":"8.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-11111 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-11111 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /tmp/ws-scm/git_test2/pom.xml</p> <p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar,/git_test2/target/myfinal-1.0.0-BUILD-SNAPSHOT/WEB-INF/lib/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/elikkatzgit/git_test2/commits/6c7791e0dbfe9f7fe7e387607f242d4f69208017">6c7791e0dbfe9f7fe7e387607f242d4f69208017</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.activemq.* (aka activemq-jms, activemq-core, activemq-pool, and activemq-pool-jms). <p>Publish Date: 2020-03-31 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11111>CVE-2020-11111</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11113">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11113</a></p> <p>Release Date: 2020-03-31</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.0"}],"vulnerabilityIdentifier":"CVE-2020-11111","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.activemq.* (aka activemq-jms, activemq-core, activemq-pool, and activemq-pool-jms).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11111","cvss3Severity":"high","cvss3Score":"8.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm git pom xml path to vulnerable library canner repository com fasterxml jackson core jackson databind jackson databind jar git target myfinal build snapshot web inf lib jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache activemq aka activemq jms activemq core activemq pool and activemq pool jms publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache activemq aka activemq jms activemq core activemq pool and activemq pool jms vulnerabilityurl
0
143,939
22,205,566,780
IssuesEvent
2022-06-07 14:37:38
patternfly/patternfly-org
https://api.github.com/repos/patternfly/patternfly-org
opened
Create guidelines for the Panel component
PF4 design Guidelines
https://www.patternfly.org/v4/components/panel/design-guidelines Add guidelines including: - what is a panel - when to use a panel - examples of panel in use Also mention that it works with the primary detail component, selectable tables etc....
1.0
Create guidelines for the Panel component - https://www.patternfly.org/v4/components/panel/design-guidelines Add guidelines including: - what is a panel - when to use a panel - examples of panel in use Also mention that it works with the primary detail component, selectable tables etc....
non_defect
create guidelines for the panel component add guidelines including what is a panel when to use a panel examples of panel in use also mention that it works with the primary detail component selectable tables etc
0
490,487
14,134,990,967
IssuesEvent
2020-11-10 00:35:47
dnnsoftware/Dnn.Platform
https://api.github.com/repos/dnnsoftware/Dnn.Platform
closed
Non-translatable resource text
Area: AE > PersonaBar Ext > Prompt.Web Area: AE > PersonaBar Ext > Users.Web Area: Localization Effort: High Priority: Medium Status: Ready for Development Type: Enhancement stale
## Description of bug Prompt_AddRoles_NotFound.Text in \DesktopModules\Admin\Dnn.PersonaBar\Modules\Dnn.Users\App_LocalResources\Users.resx cannot be properly translated into other languages: ## Steps to reproduce List the precise steps to reproduce the bug: 1. open the file and search for the key 2. the value is "Cannot find role{0} '{1}'. --roles parameter only accepts existent roles." 3. parameter {0} is used to append an "s" to "role", if multiple roles are speified 4. This doesn't work in other languages, as the plural is not always created by appending an "s" to the singular word - e.g. in German the plural of "Rolle" is "Rollen". ## Current behavior creates wrong plural in other languages. ## Expected behavior should either use "Role(s)" with no param or 2 individual resource keys ## Additional context I noticed the same issue in other resource files for Prompt as well with different words. ##Workaround for Translators ignore the {0} parameter and hardcode plural alternative, e.g. "Rolle(n)" in German. ## Affected version * [ ] 10.0.0 alpha build * [X] 9.5.0 alpha build * [X] 9.4.4 latest supported release ## Affected browser * [X] Chrome * [X] Firefox * [X] Safari * [X] Internet Explorer 11 * [X] Microsoft Edge (Classic) * [X] Microsoft Edge Chromium
1.0
Non-translatable resource text - ## Description of bug Prompt_AddRoles_NotFound.Text in \DesktopModules\Admin\Dnn.PersonaBar\Modules\Dnn.Users\App_LocalResources\Users.resx cannot be properly translated into other languages: ## Steps to reproduce List the precise steps to reproduce the bug: 1. open the file and search for the key 2. the value is "Cannot find role{0} '{1}'. --roles parameter only accepts existent roles." 3. parameter {0} is used to append an "s" to "role", if multiple roles are speified 4. This doesn't work in other languages, as the plural is not always created by appending an "s" to the singular word - e.g. in German the plural of "Rolle" is "Rollen". ## Current behavior creates wrong plural in other languages. ## Expected behavior should either use "Role(s)" with no param or 2 individual resource keys ## Additional context I noticed the same issue in other resource files for Prompt as well with different words. ##Workaround for Translators ignore the {0} parameter and hardcode plural alternative, e.g. "Rolle(n)" in German. ## Affected version * [ ] 10.0.0 alpha build * [X] 9.5.0 alpha build * [X] 9.4.4 latest supported release ## Affected browser * [X] Chrome * [X] Firefox * [X] Safari * [X] Internet Explorer 11 * [X] Microsoft Edge (Classic) * [X] Microsoft Edge Chromium
non_defect
non translatable resource text description of bug prompt addroles notfound text in desktopmodules admin dnn personabar modules dnn users app localresources users resx cannot be properly translated into other languages steps to reproduce list the precise steps to reproduce the bug open the file and search for the key the value is cannot find role roles parameter only accepts existent roles parameter is used to append an s to role if multiple roles are speified this doesn t work in other languages as the plural is not always created by appending an s to the singular word e g in german the plural of rolle is rollen current behavior creates wrong plural in other languages expected behavior should either use role s with no param or individual resource keys additional context i noticed the same issue in other resource files for prompt as well with different words workaround for translators ignore the parameter and hardcode plural alternative e g rolle n in german affected version alpha build alpha build latest supported release affected browser chrome firefox safari internet explorer microsoft edge classic microsoft edge chromium
0
6,543
2,610,256,573
IssuesEvent
2015-02-26 19:21:55
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳激光祛痘好不好
auto-migrated Priority-Medium Type-Defect
``` 深圳激光祛痘好不好【深圳韩方科颜全国热线400-869-1818,24小 时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国�� �方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩� ��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹” 健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专�� �治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的� ��痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:34
1.0
深圳激光祛痘好不好 - ``` 深圳激光祛痘好不好【深圳韩方科颜全国热线400-869-1818,24小 时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国�� �方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩� ��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹” 健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专�� �治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的� ��痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:34
defect
深圳激光祛痘好不好 深圳激光祛痘好不好【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国�� �方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩� ��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹” 健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专�� �治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的� ��痘。 original issue reported on code google com by szft com on may at
1
31,280
25,512,598,895
IssuesEvent
2022-11-28 14:10:50
cds-snc/scan-files
https://api.github.com/repos/cds-snc/scan-files
closed
S3 scan object Node.js 18 logging is broken
Bug | Bogue Infrastructure
# Summary With the upgrade to Node.js 18 in #441 the Lambda is now broken trying to log the NPM debug info to `~/.npm` which is not writable in a Lambda environment. Update the logging location to `/tmp`. # Related - #441 - cds-snc/platform-core-services#183
1.0
S3 scan object Node.js 18 logging is broken - # Summary With the upgrade to Node.js 18 in #441 the Lambda is now broken trying to log the NPM debug info to `~/.npm` which is not writable in a Lambda environment. Update the logging location to `/tmp`. # Related - #441 - cds-snc/platform-core-services#183
non_defect
scan object node js logging is broken summary with the upgrade to node js in the lambda is now broken trying to log the npm debug info to npm which is not writable in a lambda environment update the logging location to tmp related cds snc platform core services
0
40,867
12,799,753,466
IssuesEvent
2020-07-02 15:53:23
mwilliams7197/magento2
https://api.github.com/repos/mwilliams7197/magento2
opened
CVE-2020-7656 (Medium) detected in jquery-1.8.0.min.js
security vulnerability
## CVE-2020-7656 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.0.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js</a></p> <p>Path to vulnerable library: /magento2/app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/lib/jquery-1.8.0.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.8.0.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/mwilliams7197/magento2/commits/113be73a217524035432e0c0770ca7027f03d7b7">113be73a217524035432e0c0770ca7027f03d7b7</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "<script>" HTML tags that contain a whitespace character, i.e: "</script >", which results in the enclosed script logic to be executed. <p>Publish Date: 2020-05-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7656>CVE-2020-7656</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/rails/jquery-rails/commit/8f601cbfa08749ee5bbd2bffb6e509db9d753568">https://github.com/rails/jquery-rails/commit/8f601cbfa08749ee5bbd2bffb6e509db9d753568</a></p> <p>Release Date: 2020-05-19</p> <p>Fix Resolution: jquery-rails - 2.2.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.8.0","isTransitiveDependency":false,"dependencyTree":"jquery:1.8.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jquery-rails - 2.2.0"}],"vulnerabilityIdentifier":"CVE-2020-7656","vulnerabilityDetails":"jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove \"\u003cscript\u003e\" HTML tags that contain a whitespace character, i.e: \"\u003c/script \u003e\", which results in the enclosed script logic to be executed.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7656","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-7656 (Medium) detected in jquery-1.8.0.min.js - ## CVE-2020-7656 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.0.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js</a></p> <p>Path to vulnerable library: /magento2/app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/lib/jquery-1.8.0.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.8.0.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/mwilliams7197/magento2/commits/113be73a217524035432e0c0770ca7027f03d7b7">113be73a217524035432e0c0770ca7027f03d7b7</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "<script>" HTML tags that contain a whitespace character, i.e: "</script >", which results in the enclosed script logic to be executed. <p>Publish Date: 2020-05-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7656>CVE-2020-7656</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/rails/jquery-rails/commit/8f601cbfa08749ee5bbd2bffb6e509db9d753568">https://github.com/rails/jquery-rails/commit/8f601cbfa08749ee5bbd2bffb6e509db9d753568</a></p> <p>Release Date: 2020-05-19</p> <p>Fix Resolution: jquery-rails - 2.2.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.8.0","isTransitiveDependency":false,"dependencyTree":"jquery:1.8.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jquery-rails - 2.2.0"}],"vulnerabilityIdentifier":"CVE-2020-7656","vulnerabilityDetails":"jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove \"\u003cscript\u003e\" HTML tags that contain a whitespace character, i.e: \"\u003c/script \u003e\", which results in the enclosed script logic to be executed.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7656","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_defect
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to vulnerable library app code magento swagger view frontend web swagger ui js lib jquery min js dependency hierarchy x jquery min js vulnerable library found in head commit a href vulnerability details jquery prior to allows cross site scripting attacks via the load method the load method fails to recognize and remove html tags that contain a whitespace character i e which results in the enclosed script logic to be executed publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery rails isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails jquery prior to allows cross site scripting attacks via the load method the load method fails to recognize and remove html tags that contain a whitespace character i e script which results in the enclosed script logic to be executed vulnerabilityurl
0
56,070
14,919,234,946
IssuesEvent
2021-01-22 23:31:51
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
508-defect-3 [COGNITION]: Labels SHOULD be explicit and clear for children who have left the household in the Review page
508-defect-3 508-issue-cognition 508/Accessibility 686 frontend vsa vsa-ebenefits
## [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3) **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Description <!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. --> While working through multiple use cases, I removed a child from the household. When I got to the Review screen, I noticed there were implicit labels for the child's guardian. I'd like to improve these labels so users ensure they are submitting accurate data. Screenshot attached below. /cc @peggygannon for content awareness ## Possible Solution - For example: Change this to "Parent or Guardian's first name" ## Tasks - [x] Update field names ## Point of Contact <!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. --> **VFS Point of Contact:** _Trevor_ ## Acceptance Criteria <!-- As a keyboard user, I want to open the Level of Coverage widget by pressing Spacebar or pressing Enter. These keypress actions should not interfere with the mouse click event also opening the widget. --> - [x] As a user, I want to be sure the data I am submitting is correct - [x] As a user, I want to understand what each data point represents, without seeing duplicate labels close to one another ## WCAG or Vendor Guidance (optional) * [Error Prevention (Legal, Financial, Data): Understanding SC 3.3.4](https://www.w3.org/TR/UNDERSTANDING-WCAG20/minimize-error-reversible.html) ## Screenshots or Trace Logs <!-- Drop any screenshots or error logs that might be useful for debugging --> ![Screen Shot 2020-08-28 at 10 21 58 AM](https://user-images.githubusercontent.com/934879/91617327-671e1600-e94d-11ea-8d84-5f583418e49e.png) ## Definition of done 1. Review and acknowledge feedback. 1. Fix and/or document decisions made. 1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
1.0
508-defect-3 [COGNITION]: Labels SHOULD be explicit and clear for children who have left the household in the Review page - ## [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3) **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Description <!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. --> While working through multiple use cases, I removed a child from the household. When I got to the Review screen, I noticed there were implicit labels for the child's guardian. I'd like to improve these labels so users ensure they are submitting accurate data. Screenshot attached below. /cc @peggygannon for content awareness ## Possible Solution - For example: Change this to "Parent or Guardian's first name" ## Tasks - [x] Update field names ## Point of Contact <!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. --> **VFS Point of Contact:** _Trevor_ ## Acceptance Criteria <!-- As a keyboard user, I want to open the Level of Coverage widget by pressing Spacebar or pressing Enter. These keypress actions should not interfere with the mouse click event also opening the widget. --> - [x] As a user, I want to be sure the data I am submitting is correct - [x] As a user, I want to understand what each data point represents, without seeing duplicate labels close to one another ## WCAG or Vendor Guidance (optional) * [Error Prevention (Legal, Financial, Data): Understanding SC 3.3.4](https://www.w3.org/TR/UNDERSTANDING-WCAG20/minimize-error-reversible.html) ## Screenshots or Trace Logs <!-- Drop any screenshots or error logs that might be useful for debugging --> ![Screen Shot 2020-08-28 at 10 21 58 AM](https://user-images.githubusercontent.com/934879/91617327-671e1600-e94d-11ea-8d84-5f583418e49e.png) ## Definition of done 1. Review and acknowledge feedback. 1. Fix and/or document decisions made. 1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
defect
defect labels should be explicit and clear for children who have left the household in the review page feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements description while working through multiple use cases i removed a child from the household when i got to the review screen i noticed there were implicit labels for the child s guardian i d like to improve these labels so users ensure they are submitting accurate data screenshot attached below cc peggygannon for content awareness possible solution for example change this to parent or guardian s first name tasks update field names point of contact if this issue is being opened by a vfs team member please add a point of contact usually this is the same person who enters the issue ticket vfs point of contact trevor acceptance criteria as a user i want to be sure the data i am submitting is correct as a user i want to understand what each data point represents without seeing duplicate labels close to one another wcag or vendor guidance optional screenshots or trace logs definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix
1
55,337
14,380,800,782
IssuesEvent
2020-12-02 03:43:15
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
closed
Bug: Core Carousel- Focus looking off in Firefox and Safari browser
Defect Hunting Low bug core
#### Is this a bug, enhancement, or feature request? bug #### Briefly describe your proposal. on pressing the navigation arrow buttons, the focus ring does not appear outside the button, but comes inside it momentarily. #### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.) Safari- Version 14.0 (15610.1.28.1.9, 15610) Firefox- 81.0.2 #### If this is a bug, please provide steps for reproducing it. 1. Go to https://fundamental-ngx.netlify.app/#/core/carousel 2. Click on the arrow button to navigate through the carousel. 3. Notice the focus ring ![2020-11-05_13-10-58 (1)](https://user-images.githubusercontent.com/53509521/98211940-d7a66c00-1f68-11eb-8aa1-52487dbbfadc.gif) Expected: Focus ring should appear properly. **Note: works fine in IE and Chrome.**
1.0
Bug: Core Carousel- Focus looking off in Firefox and Safari browser - #### Is this a bug, enhancement, or feature request? bug #### Briefly describe your proposal. on pressing the navigation arrow buttons, the focus ring does not appear outside the button, but comes inside it momentarily. #### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.) Safari- Version 14.0 (15610.1.28.1.9, 15610) Firefox- 81.0.2 #### If this is a bug, please provide steps for reproducing it. 1. Go to https://fundamental-ngx.netlify.app/#/core/carousel 2. Click on the arrow button to navigate through the carousel. 3. Notice the focus ring ![2020-11-05_13-10-58 (1)](https://user-images.githubusercontent.com/53509521/98211940-d7a66c00-1f68-11eb-8aa1-52487dbbfadc.gif) Expected: Focus ring should appear properly. **Note: works fine in IE and Chrome.**
defect
bug core carousel focus looking off in firefox and safari browser is this a bug enhancement or feature request bug briefly describe your proposal on pressing the navigation arrow buttons the focus ring does not appear outside the button but comes inside it momentarily which versions of angular and fundamental library for angular are affected if this is a feature request use current version safari version firefox if this is a bug please provide steps for reproducing it go to click on the arrow button to navigate through the carousel notice the focus ring expected focus ring should appear properly note works fine in ie and chrome
1
26,818
4,793,199,037
IssuesEvent
2016-10-31 17:30:52
nelenkov/wwwjdic
https://api.github.com/repos/nelenkov/wwwjdic
closed
Entry for 併合 heigou produces the wrong Kanji. Ninben is necessary.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? If possible, provide a stack trace (logcat). As I can only test on HTC Magic and Nexus One, I can't reproduce device specific issues. Without a stack trace, there is usually nothing I can do. So do attach logcat output. That or, send me a phone :) Please provide any additional information below. ``` Original issue reported on code.google.com by `pera.c...@gmail.com` on 7 Sep 2014 at 12:12
1.0
Entry for 併合 heigou produces the wrong Kanji. Ninben is necessary. - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? If possible, provide a stack trace (logcat). As I can only test on HTC Magic and Nexus One, I can't reproduce device specific issues. Without a stack trace, there is usually nothing I can do. So do attach logcat output. That or, send me a phone :) Please provide any additional information below. ``` Original issue reported on code.google.com by `pera.c...@gmail.com` on 7 Sep 2014 at 12:12
defect
entry for 併合 heigou produces the wrong kanji ninben is necessary what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system if possible provide a stack trace logcat as i can only test on htc magic and nexus one i can t reproduce device specific issues without a stack trace there is usually nothing i can do so do attach logcat output that or send me a phone please provide any additional information below original issue reported on code google com by pera c gmail com on sep at
1
36,421
17,672,840,371
IssuesEvent
2021-08-23 08:38:24
PostHog/posthog
https://api.github.com/repos/PostHog/posthog
opened
Improve clickhouse events table schema
enhancement clickhouse performance
## Is your feature request related to a problem? 1. We can't update beyond 21.6 currently as our events table currently does `SAMPLE BY uuid`. This does not work on clickhouse >= 21.7 due to https://github.com/ClickHouse/ClickHouse/issues/822 and https://github.com/ClickHouse/ClickHouse/pull/26256. We can't e.g. `SAMPLE BY cityHash64(uuid)` because the expression needs to be in the sort key and a number. Related: https://github.com/PostHog/posthog/pull/5215 2. We should include `event` column in the sort key since it's used in most of our queries Both of these are tragically pretty heavy changes which would require re-reading the whole schema again, so it might make sense to bundle these up. Proposed solution: ``` ORDER BY (team_id, event, toStartOfHour(timestamp), distinct_id, cityHash64(uuid)) SAMPLE BY cityHash64(uuid) ``` Open questions: 1. What's the difference in `ORDER BY (..., timestamp, ...)` and `ORDER BY (..., toDate(timestamp), ...)` etc? When to prefer one to the other? 2. How to handle this migration on cloud? 3. How to handle this migration on self-hosted? cc @fuziontech @tiina303 @yakkomajuri would you mind handling this as #team-platform?
True
Improve clickhouse events table schema - ## Is your feature request related to a problem? 1. We can't update beyond 21.6 currently as our events table currently does `SAMPLE BY uuid`. This does not work on clickhouse >= 21.7 due to https://github.com/ClickHouse/ClickHouse/issues/822 and https://github.com/ClickHouse/ClickHouse/pull/26256. We can't e.g. `SAMPLE BY cityHash64(uuid)` because the expression needs to be in the sort key and a number. Related: https://github.com/PostHog/posthog/pull/5215 2. We should include `event` column in the sort key since it's used in most of our queries Both of these are tragically pretty heavy changes which would require re-reading the whole schema again, so it might make sense to bundle these up. Proposed solution: ``` ORDER BY (team_id, event, toStartOfHour(timestamp), distinct_id, cityHash64(uuid)) SAMPLE BY cityHash64(uuid) ``` Open questions: 1. What's the difference in `ORDER BY (..., timestamp, ...)` and `ORDER BY (..., toDate(timestamp), ...)` etc? When to prefer one to the other? 2. How to handle this migration on cloud? 3. How to handle this migration on self-hosted? cc @fuziontech @tiina303 @yakkomajuri would you mind handling this as #team-platform?
non_defect
improve clickhouse events table schema is your feature request related to a problem we can t update beyond currently as our events table currently does sample by uuid this does not work on clickhouse due to and we can t e g sample by uuid because the expression needs to be in the sort key and a number related we should include event column in the sort key since it s used in most of our queries both of these are tragically pretty heavy changes which would require re reading the whole schema again so it might make sense to bundle these up proposed solution order by team id event tostartofhour timestamp distinct id uuid sample by uuid open questions what s the difference in order by timestamp and order by todate timestamp etc when to prefer one to the other how to handle this migration on cloud how to handle this migration on self hosted cc fuziontech yakkomajuri would you mind handling this as team platform
0
136,387
5,281,309,421
IssuesEvent
2017-02-07 16:12:52
TrinityCore/TrinityCore
https://api.github.com/repos/TrinityCore/TrinityCore
opened
100% sql free core installation
Branch-3.3.5a Branch-master Comp-Core Priority-FutureFeatureRequest Sub-Miscellaneous
**Description:** 100% sql free installation If databases are missing show the following message: "Databases missing, we need root user password or user with CREATE and GRANT permisions press enter for root user or write user name with CREATE and GRANT permisions" "we will create 3 (4) databases named auth_335, characters_335, world_335, if you want to use diferent names write them separated by "," don't use spaces on database names, press enter for default names" "we will create one user to allow to use the databases, by default this user will be trinitycore, press enter to accept or write desired username" "we will give (user name) one random password, it will be show after this row, press enter to accept or write your desired password" and after that update conf files **Current behaviour:** (Tell us what happens.) you need to run create_mysql.sql, then start core. **Expected behaviour:** (Tell us what should happen instead.) you start core. **Branch(es):** 3.3.5 / master (Tell us which branch(es) this issue affects.) ALL **TC rev. hash/commit:** 0659a85 **TDB version:** ALL **Operating system:** ALL
1.0
100% sql free core installation - **Description:** 100% sql free installation If databases are missing show the following message: "Databases missing, we need root user password or user with CREATE and GRANT permisions press enter for root user or write user name with CREATE and GRANT permisions" "we will create 3 (4) databases named auth_335, characters_335, world_335, if you want to use diferent names write them separated by "," don't use spaces on database names, press enter for default names" "we will create one user to allow to use the databases, by default this user will be trinitycore, press enter to accept or write desired username" "we will give (user name) one random password, it will be show after this row, press enter to accept or write your desired password" and after that update conf files **Current behaviour:** (Tell us what happens.) you need to run create_mysql.sql, then start core. **Expected behaviour:** (Tell us what should happen instead.) you start core. **Branch(es):** 3.3.5 / master (Tell us which branch(es) this issue affects.) ALL **TC rev. hash/commit:** 0659a85 **TDB version:** ALL **Operating system:** ALL
non_defect
sql free core installation description sql free installation if databases are missing show the following message databases missing we need root user password or user with create and grant permisions press enter for root user or write user name with create and grant permisions we will create databases named auth characters world if you want to use diferent names write them separated by don t use spaces on database names press enter for default names we will create one user to allow to use the databases by default this user will be trinitycore press enter to accept or write desired username we will give user name one random password it will be show after this row press enter to accept or write your desired password and after that update conf files current behaviour tell us what happens you need to run create mysql sql then start core expected behaviour tell us what should happen instead you start core branch es master tell us which branch es this issue affects all tc rev hash commit tdb version all operating system all
0
126,203
12,288,344,000
IssuesEvent
2020-05-09 16:18:59
ISPPNightTurn/Clubby
https://api.github.com/repos/ISPPNightTurn/Clubby
closed
Preparar demo de usuarios
documentation
@Pablo17p y @AlfonsoRodriguezRomero es necesario que a la hora de construir la demo siga la pequeña historia del inicio efectivo para maximizar el efecto que estos dos pueden conseguir en la audiencia. Por tanto, @Pablo17p es necesario que pienses en un inicio efectivo y que se lo comuniques a @AlfonsoRodriguezRomero o a aquel que se vaya a encargar de la demo para que el encargado de la demo pueda hacerlo lo mejor posible
1.0
Preparar demo de usuarios - @Pablo17p y @AlfonsoRodriguezRomero es necesario que a la hora de construir la demo siga la pequeña historia del inicio efectivo para maximizar el efecto que estos dos pueden conseguir en la audiencia. Por tanto, @Pablo17p es necesario que pienses en un inicio efectivo y que se lo comuniques a @AlfonsoRodriguezRomero o a aquel que se vaya a encargar de la demo para que el encargado de la demo pueda hacerlo lo mejor posible
non_defect
preparar demo de usuarios y alfonsorodriguezromero es necesario que a la hora de construir la demo siga la pequeña historia del inicio efectivo para maximizar el efecto que estos dos pueden conseguir en la audiencia por tanto es necesario que pienses en un inicio efectivo y que se lo comuniques a alfonsorodriguezromero o a aquel que se vaya a encargar de la demo para que el encargado de la demo pueda hacerlo lo mejor posible
0
763,185
26,746,903,024
IssuesEvent
2023-01-30 16:35:06
houeland/kolproxy
https://api.github.com/repos/houeland/kolproxy
closed
Palindrome Warning: Placing photographs before unlocking room
Type: Bug Component: Warnings Priority: High
At the moment the Palindrome notifies you to place the photographers in the room before you even get the "I Love Me, Vol 1" book to open the room. Should be a quick check to fix or move.
1.0
Palindrome Warning: Placing photographs before unlocking room - At the moment the Palindrome notifies you to place the photographers in the room before you even get the "I Love Me, Vol 1" book to open the room. Should be a quick check to fix or move.
non_defect
palindrome warning placing photographs before unlocking room at the moment the palindrome notifies you to place the photographers in the room before you even get the i love me vol book to open the room should be a quick check to fix or move
0
38,228
8,704,272,474
IssuesEvent
2018-12-05 18:56:32
IBM/CAST
https://api.github.com/repos/IBM/CAST
closed
Invalid JSON in CSM archive json files
Comp: CSM Comp: CSM.bds Comp: CSM.db PhaseFound: Customer Sev: 2 Status: Verify Type: Defect
The csm_allocation_history.archive.*.json and csm_step_history.archive.*.json files frequently contain invalid JSON, similar to issue #253. This time though, the problem is usually double-quotes that appear in a user-specified string rather than newlines. Here is a small excerpt from a type db-csm_allocation_history line: `"user_script":"pwd;date;ls -l;#echo \\"Starting node sanity tests\\";#lrun -T 1 find_zombies;` (the value continues, but I'm just showing the beginning where the first json error occurs for brevity) Note that the user of double-quotes in the _value_ of the user_script key. The double-quotes here are not properly escaped, and that make either beats or logstash incapable of parsing the json correctly, so the document does not appear in elasticsearch correctly either. I skimmed the db archiving scripts involved, and I could be wrong, but it looks like this uses a different data collection path that won't be addressed by issue #253.
1.0
Invalid JSON in CSM archive json files - The csm_allocation_history.archive.*.json and csm_step_history.archive.*.json files frequently contain invalid JSON, similar to issue #253. This time though, the problem is usually double-quotes that appear in a user-specified string rather than newlines. Here is a small excerpt from a type db-csm_allocation_history line: `"user_script":"pwd;date;ls -l;#echo \\"Starting node sanity tests\\";#lrun -T 1 find_zombies;` (the value continues, but I'm just showing the beginning where the first json error occurs for brevity) Note that the user of double-quotes in the _value_ of the user_script key. The double-quotes here are not properly escaped, and that make either beats or logstash incapable of parsing the json correctly, so the document does not appear in elasticsearch correctly either. I skimmed the db archiving scripts involved, and I could be wrong, but it looks like this uses a different data collection path that won't be addressed by issue #253.
defect
invalid json in csm archive json files the csm allocation history archive json and csm step history archive json files frequently contain invalid json similar to issue this time though the problem is usually double quotes that appear in a user specified string rather than newlines here is a small excerpt from a type db csm allocation history line user script pwd date ls l echo starting node sanity tests lrun t find zombies the value continues but i m just showing the beginning where the first json error occurs for brevity note that the user of double quotes in the value of the user script key the double quotes here are not properly escaped and that make either beats or logstash incapable of parsing the json correctly so the document does not appear in elasticsearch correctly either i skimmed the db archiving scripts involved and i could be wrong but it looks like this uses a different data collection path that won t be addressed by issue
1
10,496
2,622,168,083
IssuesEvent
2015-03-04 00:13:17
byzhang/rapidjson
https://api.github.com/repos/byzhang/rapidjson
closed
Removing last member in object crashes the library
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. try to remove last member in JSON entry by calling object.RemoveMember("lastentry"); What is the expected output? What do you see instead? Expected would be that this given member would be removed like the others. What happens is that it crashes because it tries to remove last member by moving the last one to it's place :) this assert on line 165 in document.h crashes it: RAPIDJSON_ASSERT(this != &rhs); What version of the product are you using? On what operating system? 0.1 version Please provide any additional information below. ``` Original issue reported on code.google.com by `toxyg...@gmail.com` on 31 Jul 2012 at 12:22 * Merged into: #18
1.0
Removing last member in object crashes the library - ``` What steps will reproduce the problem? 1. try to remove last member in JSON entry by calling object.RemoveMember("lastentry"); What is the expected output? What do you see instead? Expected would be that this given member would be removed like the others. What happens is that it crashes because it tries to remove last member by moving the last one to it's place :) this assert on line 165 in document.h crashes it: RAPIDJSON_ASSERT(this != &rhs); What version of the product are you using? On what operating system? 0.1 version Please provide any additional information below. ``` Original issue reported on code.google.com by `toxyg...@gmail.com` on 31 Jul 2012 at 12:22 * Merged into: #18
defect
removing last member in object crashes the library what steps will reproduce the problem try to remove last member in json entry by calling object removemember lastentry what is the expected output what do you see instead expected would be that this given member would be removed like the others what happens is that it crashes because it tries to remove last member by moving the last one to it s place this assert on line in document h crashes it rapidjson assert this rhs what version of the product are you using on what operating system version please provide any additional information below original issue reported on code google com by toxyg gmail com on jul at merged into
1
12,280
2,688,713,348
IssuesEvent
2015-03-31 03:06:36
markstory/asset_compress
https://api.github.com/repos/markstory/asset_compress
closed
ClosureJS filter
defect
_findExecutable 1st arg should be array ```php $jar = $this->_findExecutable(ROOT . 'vendor', $this->_settings['path']); ``` to ```php $jar = $this->_findExecutable([ROOT . 'vendor'], $this->_settings['path']); ``` also files paths in windows can have spaces (like in my project : ) ) ```php $cmd .= sprintf(' --%s=%s', $key, $value); ``` to ```php $cmd .= sprintf(' --%s="%s"', $key, $value); ```
1.0
ClosureJS filter - _findExecutable 1st arg should be array ```php $jar = $this->_findExecutable(ROOT . 'vendor', $this->_settings['path']); ``` to ```php $jar = $this->_findExecutable([ROOT . 'vendor'], $this->_settings['path']); ``` also files paths in windows can have spaces (like in my project : ) ) ```php $cmd .= sprintf(' --%s=%s', $key, $value); ``` to ```php $cmd .= sprintf(' --%s="%s"', $key, $value); ```
defect
closurejs filter findexecutable arg should be array php jar this findexecutable root vendor this settings to php jar this findexecutable this settings also files paths in windows can have spaces like in my project php cmd sprintf s s key value to php cmd sprintf s s key value
1
456,574
13,150,850,805
IssuesEvent
2020-08-09 13:51:04
chrisjsewell/docutils
https://api.github.com/repos/chrisjsewell/docutils
closed
do not set border attribute on table element [SF:bugs:108]
bugs closed-wont-fix priority-5
author: aisaac0 created: 2008-12-31 03:36:04 assigned: goodger SF_url: https://sourceforge.net/p/docutils/bugs/108 Currently the HTML writer sets border=1 on the table element. Setting this attribute might be considered a bug, since setting the border attribute cannot be overridden by styling the table element \(with CSS\). This is a styling decision, and should go in the style sheet. Possible approaches are discussed here: http://article.gmane.org/gmane.text.docutils.user/4790 --- commenter: goodger posted: 2008-12-31 17:01:40 title: #108 do not set border attribute on table element This is a question of aesthetics and practicality, not a bug. See the thread: http://thread.gmane.org/gmane.text.docutils.user/4788 Especially http://article.gmane.org/gmane.text.docutils.user/4799 --- commenter: goodger posted: 2008-12-31 17:01:40 title: #108 do not set border attribute on table element - **assigned_to**: nobody --> goodger - **status**: open --> closed-wont-fix
1.0
do not set border attribute on table element [SF:bugs:108] - author: aisaac0 created: 2008-12-31 03:36:04 assigned: goodger SF_url: https://sourceforge.net/p/docutils/bugs/108 Currently the HTML writer sets border=1 on the table element. Setting this attribute might be considered a bug, since setting the border attribute cannot be overridden by styling the table element \(with CSS\). This is a styling decision, and should go in the style sheet. Possible approaches are discussed here: http://article.gmane.org/gmane.text.docutils.user/4790 --- commenter: goodger posted: 2008-12-31 17:01:40 title: #108 do not set border attribute on table element This is a question of aesthetics and practicality, not a bug. See the thread: http://thread.gmane.org/gmane.text.docutils.user/4788 Especially http://article.gmane.org/gmane.text.docutils.user/4799 --- commenter: goodger posted: 2008-12-31 17:01:40 title: #108 do not set border attribute on table element - **assigned_to**: nobody --> goodger - **status**: open --> closed-wont-fix
non_defect
do not set border attribute on table element author created assigned goodger sf url currently the html writer sets border on the table element setting this attribute might be considered a bug since setting the border attribute cannot be overridden by styling the table element with css this is a styling decision and should go in the style sheet possible approaches are discussed here commenter goodger posted title do not set border attribute on table element this is a question of aesthetics and practicality not a bug see the thread especially commenter goodger posted title do not set border attribute on table element assigned to nobody goodger status open closed wont fix
0
6,336
2,610,240,817
IssuesEvent
2015-02-26 19:16:46
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 31 May 2014 at 12:03
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 31 May 2014 at 12:03
defect
台州割包茎手术哪家医院最好 台州割包茎手术哪家医院最好【台州五洲生殖医院】 康咨询热线 微信号tzwzszyy 医院地址 (枫南大转盘旁)乘车线路 � �� 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
170,723
27,009,338,668
IssuesEvent
2023-02-10 14:15:39
department-of-veterans-affairs/vets-design-system-documentation
https://api.github.com/repos/department-of-veterans-affairs/vets-design-system-documentation
opened
"Step" language paired with focus management to the `h2` in forms is confusing to screen reader users
bug vsp-design-system-team
# Bug Report - [x] I’ve searched for any related issues and avoided creating a duplicate issue. [This is a specific bug ticket that addresses the issues the simplified header looks to fix long term in the future.](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/1326). I'm writing this in hopes that we can begin work on interim, short-term fixes. ## What happened [As documented in 10-10ez research](https://github.com/department-of-veterans-affairs/va.gov-research-repository/issues/154#issuecomment-1225813166), focus management in longer forms where a user may be stuck on the same step for _multiple_ pages is a confusing experience for screen reader users. > P: See I don't understand 1 of 6. I already entered my name. Unless it's back up there. M: So you're saying, you already entered your name, why is on step 1? Did I capture that right? P: No, I entered my name, then it dropped me to ssn, but it's still saying step 1 of 6, so I don't know if it's actually changed the page or if my continue button just didn't work. Several key issues exist here that wrap around one another: - The language "step" implies one _unique_ page, which breaks down when multiple pages can exist within the same "step" - Since we have a generic `h1` (which in and of itself is an a11y issue), it was decided to send the focus to the `h2` "step"; this was the best choice made at the time originally with the Section 508 office as - we didn't have access yet to user research with disabled assistive technology users - this was done before we gradually started breaking down longer steps into sub-steps (a la one thing per page), meaning there was less of a chance that there could be 3-5+ pages per step (at the cost of all the consequences that come with longer, more complex pages). - There's often no other "unique" headings we can send focus to on a page as they're usually the legend/labels below the "step" `h2` <img width="552" alt="Screenshot 2023-02-10 at 8 58 33 AM" src="https://user-images.githubusercontent.com/14154792/218109869-b69a3ade-275c-4f6a-ab7e-8377ee300951.png"> ## What I expected to happen As seen in the quote above, users: - _expect_ that each page be uniquely described (which is a systemic issue as our `h1`s are generic, which should be addressed with a simplified header) and - _don't expect_ that a step can last multiple pages ## Urgency How urgent is this request? Please select the approriate option below and/or provide details - [ ] This bug is blocking work currently in progress - [x] This bug is affecting work currently in progress but we have a workaround - [ ] This bug is blocking work planned within the next few sprints - [ ] This bug is not blocking any work - [ ] Other IMO, this is urgent given the 10-10ez team's findings. I've listed potential interim steps to address this below. ### Now: Change "step" to "section or part" We should _strongly_ consider reframing the language of "step" to something that more strongly implies that multiple pages can exist within it. Some options may include: - Physical forms use the language "part," which may translate easily - "Section" may be a little more clear than part, but doesn't match the language in physical forms. I strongly recommend looping in a content expert to weigh in on this and for user testing to occur. This could be a small change that leads to an exponentially better experience that can prevent drop-offs by screen reader users, particularly on the longer forms. It also (I think) would cost very little to implement as we wouldn't have to adjust focus (yet). ### Next: Add unique `h3`s to receive focus for forms in progress that will be published _before_ a simplified header is introduced The ideal screen reader experience would entail hearing a unique topic/title/heading each time one navigates to a new page describing what that new page will cover. Although introducing the language change will reduce confusion to a significant degree, it still doesn't address the key a11y issue at the heart of it: generic headings/page titles that don't accomplish the ideal experience described. To set up forms in progress to transition to a simplified header where the `h1` is a unique title to the page that takes focus (instead of a generic description of where you generally are in the form), we can explore temporarily adding `h3`s that uniquely describe a page in a form. [Supplemental Claims is implementing this plan ahead of launch](https://docs.google.com/spreadsheets/d/157gfgClyIoIMGrQky-KKvtaoug-Z5TSbBIguWAyr8zg/edit?usp=sharing) with the intention of converting those `h3`s into `h1`s in the future when a simplified header pattern exists. ### Later: Fully implement the simplified form header [As documented here](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/1326), a new simplified form header should address this wicked problem at its root-- but will require discovery, time, testing and proper care to get right at scale.
1.0
"Step" language paired with focus management to the `h2` in forms is confusing to screen reader users - # Bug Report - [x] I’ve searched for any related issues and avoided creating a duplicate issue. [This is a specific bug ticket that addresses the issues the simplified header looks to fix long term in the future.](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/1326). I'm writing this in hopes that we can begin work on interim, short-term fixes. ## What happened [As documented in 10-10ez research](https://github.com/department-of-veterans-affairs/va.gov-research-repository/issues/154#issuecomment-1225813166), focus management in longer forms where a user may be stuck on the same step for _multiple_ pages is a confusing experience for screen reader users. > P: See I don't understand 1 of 6. I already entered my name. Unless it's back up there. M: So you're saying, you already entered your name, why is on step 1? Did I capture that right? P: No, I entered my name, then it dropped me to ssn, but it's still saying step 1 of 6, so I don't know if it's actually changed the page or if my continue button just didn't work. Several key issues exist here that wrap around one another: - The language "step" implies one _unique_ page, which breaks down when multiple pages can exist within the same "step" - Since we have a generic `h1` (which in and of itself is an a11y issue), it was decided to send the focus to the `h2` "step"; this was the best choice made at the time originally with the Section 508 office as - we didn't have access yet to user research with disabled assistive technology users - this was done before we gradually started breaking down longer steps into sub-steps (a la one thing per page), meaning there was less of a chance that there could be 3-5+ pages per step (at the cost of all the consequences that come with longer, more complex pages). - There's often no other "unique" headings we can send focus to on a page as they're usually the legend/labels below the "step" `h2` <img width="552" alt="Screenshot 2023-02-10 at 8 58 33 AM" src="https://user-images.githubusercontent.com/14154792/218109869-b69a3ade-275c-4f6a-ab7e-8377ee300951.png"> ## What I expected to happen As seen in the quote above, users: - _expect_ that each page be uniquely described (which is a systemic issue as our `h1`s are generic, which should be addressed with a simplified header) and - _don't expect_ that a step can last multiple pages ## Urgency How urgent is this request? Please select the approriate option below and/or provide details - [ ] This bug is blocking work currently in progress - [x] This bug is affecting work currently in progress but we have a workaround - [ ] This bug is blocking work planned within the next few sprints - [ ] This bug is not blocking any work - [ ] Other IMO, this is urgent given the 10-10ez team's findings. I've listed potential interim steps to address this below. ### Now: Change "step" to "section or part" We should _strongly_ consider reframing the language of "step" to something that more strongly implies that multiple pages can exist within it. Some options may include: - Physical forms use the language "part," which may translate easily - "Section" may be a little more clear than part, but doesn't match the language in physical forms. I strongly recommend looping in a content expert to weigh in on this and for user testing to occur. This could be a small change that leads to an exponentially better experience that can prevent drop-offs by screen reader users, particularly on the longer forms. It also (I think) would cost very little to implement as we wouldn't have to adjust focus (yet). ### Next: Add unique `h3`s to receive focus for forms in progress that will be published _before_ a simplified header is introduced The ideal screen reader experience would entail hearing a unique topic/title/heading each time one navigates to a new page describing what that new page will cover. Although introducing the language change will reduce confusion to a significant degree, it still doesn't address the key a11y issue at the heart of it: generic headings/page titles that don't accomplish the ideal experience described. To set up forms in progress to transition to a simplified header where the `h1` is a unique title to the page that takes focus (instead of a generic description of where you generally are in the form), we can explore temporarily adding `h3`s that uniquely describe a page in a form. [Supplemental Claims is implementing this plan ahead of launch](https://docs.google.com/spreadsheets/d/157gfgClyIoIMGrQky-KKvtaoug-Z5TSbBIguWAyr8zg/edit?usp=sharing) with the intention of converting those `h3`s into `h1`s in the future when a simplified header pattern exists. ### Later: Fully implement the simplified form header [As documented here](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/1326), a new simplified form header should address this wicked problem at its root-- but will require discovery, time, testing and proper care to get right at scale.
non_defect
step language paired with focus management to the in forms is confusing to screen reader users bug report i’ve searched for any related issues and avoided creating a duplicate issue i m writing this in hopes that we can begin work on interim short term fixes what happened focus management in longer forms where a user may be stuck on the same step for multiple pages is a confusing experience for screen reader users p see i don t understand of i already entered my name unless it s back up there m so you re saying you already entered your name why is on step did i capture that right p no i entered my name then it dropped me to ssn but it s still saying step of so i don t know if it s actually changed the page or if my continue button just didn t work several key issues exist here that wrap around one another the language step implies one unique page which breaks down when multiple pages can exist within the same step since we have a generic which in and of itself is an issue it was decided to send the focus to the step this was the best choice made at the time originally with the section office as we didn t have access yet to user research with disabled assistive technology users this was done before we gradually started breaking down longer steps into sub steps a la one thing per page meaning there was less of a chance that there could be pages per step at the cost of all the consequences that come with longer more complex pages there s often no other unique headings we can send focus to on a page as they re usually the legend labels below the step img width alt screenshot at am src what i expected to happen as seen in the quote above users expect that each page be uniquely described which is a systemic issue as our s are generic which should be addressed with a simplified header and don t expect that a step can last multiple pages urgency how urgent is this request please select the approriate option below and or provide details this bug is blocking work currently in progress this bug is affecting work currently in progress but we have a workaround this bug is blocking work planned within the next few sprints this bug is not blocking any work other imo this is urgent given the team s findings i ve listed potential interim steps to address this below now change step to section or part we should strongly consider reframing the language of step to something that more strongly implies that multiple pages can exist within it some options may include physical forms use the language part which may translate easily section may be a little more clear than part but doesn t match the language in physical forms i strongly recommend looping in a content expert to weigh in on this and for user testing to occur this could be a small change that leads to an exponentially better experience that can prevent drop offs by screen reader users particularly on the longer forms it also i think would cost very little to implement as we wouldn t have to adjust focus yet next add unique s to receive focus for forms in progress that will be published before a simplified header is introduced the ideal screen reader experience would entail hearing a unique topic title heading each time one navigates to a new page describing what that new page will cover although introducing the language change will reduce confusion to a significant degree it still doesn t address the key issue at the heart of it generic headings page titles that don t accomplish the ideal experience described to set up forms in progress to transition to a simplified header where the is a unique title to the page that takes focus instead of a generic description of where you generally are in the form we can explore temporarily adding s that uniquely describe a page in a form with the intention of converting those s into s in the future when a simplified header pattern exists later fully implement the simplified form header a new simplified form header should address this wicked problem at its root but will require discovery time testing and proper care to get right at scale
0
17,127
3,594,474,624
IssuesEvent
2016-02-01 23:52:30
docker/swarm
https://api.github.com/repos/docker/swarm
closed
Resource management integration tests
area/tests
Docker 1.7 broke our resource management (`Memory` and `CPU` are now in `HostConfig` rather than `Config`). This should not happen again - we need to add integration tests to verify everything is working correctly. Basic tests: - [x] **Resource Propagation**: `docker run -m X -c Y foo` and check if data is shares are propagated correctly (`docker inspect` again swarm and docker host). **Note**: We do weird stuff with CPU shares. We should verify it works correctly. - [x] **Resource Limits**: `docker run -m BIG` and `docker run -c BIG` should fail to schedule (`not enough resources`) Strategies: Perhaps, later, we could add some tests that actually try out the strategy, similar to `script/demo/misc/script.sh`: - [ ] **binpack** - [ ] **spread**
1.0
Resource management integration tests - Docker 1.7 broke our resource management (`Memory` and `CPU` are now in `HostConfig` rather than `Config`). This should not happen again - we need to add integration tests to verify everything is working correctly. Basic tests: - [x] **Resource Propagation**: `docker run -m X -c Y foo` and check if data is shares are propagated correctly (`docker inspect` again swarm and docker host). **Note**: We do weird stuff with CPU shares. We should verify it works correctly. - [x] **Resource Limits**: `docker run -m BIG` and `docker run -c BIG` should fail to schedule (`not enough resources`) Strategies: Perhaps, later, we could add some tests that actually try out the strategy, similar to `script/demo/misc/script.sh`: - [ ] **binpack** - [ ] **spread**
non_defect
resource management integration tests docker broke our resource management memory and cpu are now in hostconfig rather than config this should not happen again we need to add integration tests to verify everything is working correctly basic tests resource propagation docker run m x c y foo and check if data is shares are propagated correctly docker inspect again swarm and docker host note we do weird stuff with cpu shares we should verify it works correctly resource limits docker run m big and docker run c big should fail to schedule not enough resources strategies perhaps later we could add some tests that actually try out the strategy similar to script demo misc script sh binpack spread
0
455,855
13,133,148,634
IssuesEvent
2020-08-06 20:19:42
CDH-Studio/UpSkill
https://api.github.com/repos/CDH-Studio/UpSkill
closed
Add option to delete account
Security Control enhancement medium priority
**Is your feature request related to a problem? Please describe.** A user may want to delete their account from I-Talent (maybe because they are leaving the GC, or they just want to start their account over from scratch) **Describe the solution you'd like** At the bottom of the sidebar of the Edit Profile pages, there could be a "Advanced Profile Settings" button that opens a page/module on screen. The module or page would then offer a button to delete one's account (there should also be a confirmation popup for the user to select cancel or confirm delete account). **Describe alternatives you've considered** I was thinking of putting a "Delete my account" button directly at the bottom of the sidebar but It might look more out of place than putting an Advanced Profile Settings button. Also if we have an APS button we can group other functions into that module or page when we find a need to add them.
1.0
Add option to delete account - **Is your feature request related to a problem? Please describe.** A user may want to delete their account from I-Talent (maybe because they are leaving the GC, or they just want to start their account over from scratch) **Describe the solution you'd like** At the bottom of the sidebar of the Edit Profile pages, there could be a "Advanced Profile Settings" button that opens a page/module on screen. The module or page would then offer a button to delete one's account (there should also be a confirmation popup for the user to select cancel or confirm delete account). **Describe alternatives you've considered** I was thinking of putting a "Delete my account" button directly at the bottom of the sidebar but It might look more out of place than putting an Advanced Profile Settings button. Also if we have an APS button we can group other functions into that module or page when we find a need to add them.
non_defect
add option to delete account is your feature request related to a problem please describe a user may want to delete their account from i talent maybe because they are leaving the gc or they just want to start their account over from scratch describe the solution you d like at the bottom of the sidebar of the edit profile pages there could be a advanced profile settings button that opens a page module on screen the module or page would then offer a button to delete one s account there should also be a confirmation popup for the user to select cancel or confirm delete account describe alternatives you ve considered i was thinking of putting a delete my account button directly at the bottom of the sidebar but it might look more out of place than putting an advanced profile settings button also if we have an aps button we can group other functions into that module or page when we find a need to add them
0
225,377
24,828,514,969
IssuesEvent
2022-10-25 23:39:25
gms-ws-demo/Java-Demo
https://api.github.com/repos/gms-ws-demo/Java-Demo
reopened
CVE-2022-40156 (High) detected in woodstox-core-5.0.3.jar
security vulnerability
## CVE-2022-40156 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>woodstox-core-5.0.3.jar</b></p></summary> <p>Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs</p> <p>Library home page: <a href="https://github.com/FasterXML/woodstox">https://github.com/FasterXML/woodstox</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar,/target/owaspSecurityShepherd/WEB-INF/lib/woodstox-core-5.0.3.jar</p> <p> Dependency Hierarchy: - :x: **woodstox-core-5.0.3.jar** (Vulnerable Library) <p>Found in base branch: <b>dev</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> Those using Xstream to seralize XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. <p>Publish Date: 2022-09-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-40156>CVE-2022-40156</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>
True
CVE-2022-40156 (High) detected in woodstox-core-5.0.3.jar - ## CVE-2022-40156 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>woodstox-core-5.0.3.jar</b></p></summary> <p>Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs</p> <p>Library home page: <a href="https://github.com/FasterXML/woodstox">https://github.com/FasterXML/woodstox</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar,/target/owaspSecurityShepherd/WEB-INF/lib/woodstox-core-5.0.3.jar</p> <p> Dependency Hierarchy: - :x: **woodstox-core-5.0.3.jar** (Vulnerable Library) <p>Found in base branch: <b>dev</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> Those using Xstream to seralize XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. <p>Publish Date: 2022-09-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-40156>CVE-2022-40156</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>
non_defect
cve high detected in woodstox core jar cve high severity vulnerability vulnerable library woodstox core jar woodstox is a high performance xml processor that implements stax jsr and apis library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml woodstox woodstox core woodstox core jar target owaspsecurityshepherd web inf lib woodstox core jar dependency hierarchy x woodstox core jar vulnerable library found in base branch dev vulnerability details those using xstream to seralize xml data may be vulnerable to denial of service attacks dos if the parser is running on user supplied input an attacker may supply content that causes the parser to crash by stackoverflow this effect may support a denial of service attack 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
0
342,524
24,746,496,064
IssuesEvent
2022-10-21 10:07:43
flame-engine/flame
https://api.github.com/repos/flame-engine/flame
closed
Bridge package docs: `flame_svg`
enhancement good first issue documentation hacktoberfest bridge package docs
# Bridge package docs for `flame_svg` This bridge package should have its own documentation section on the docs site, similarly to `flame_audio` for example: https://docs.flame-engine.org/main/flame_audio/flame_audio.html For inspiration (and copy-pasting) you can have a look at the documentation for the package written in the `README.md` file and the documentation that the package is bridging too. # Good to know Make sure that you comment on the issue that you will be working on this before starting to program. To set up the Flame environment you need to follow the instructions in our [contributing.md](https://github.com/flame-engine/flame/blob/main/CONTRIBUTING.md#environment-setup) doc, if you have any problems setting up your environment (or other issues of course) feel free to ask for help in the Flame channel on our [Discord server](https://discord.com/invite/pxrBmy4). Since this is a documentation change, you need to be able to build the docs. You can do that by running `melos doc-build` after you have followed the instructions in the contributing.md doc and also [installed Sphinx on your system](https://www.sphinx-doc.org/en/master/usage/installation.html). After you have built the docs you can open the `doc/_build/html/index.html` file in your web browser to see the changes. Make sure to include a video of the example when you upload the PR so that it will be easier for us to review it. (You can attach videos directly in the PR, so no need to upload them somewhere else) **Happy hacking!**
1.0
Bridge package docs: `flame_svg` - # Bridge package docs for `flame_svg` This bridge package should have its own documentation section on the docs site, similarly to `flame_audio` for example: https://docs.flame-engine.org/main/flame_audio/flame_audio.html For inspiration (and copy-pasting) you can have a look at the documentation for the package written in the `README.md` file and the documentation that the package is bridging too. # Good to know Make sure that you comment on the issue that you will be working on this before starting to program. To set up the Flame environment you need to follow the instructions in our [contributing.md](https://github.com/flame-engine/flame/blob/main/CONTRIBUTING.md#environment-setup) doc, if you have any problems setting up your environment (or other issues of course) feel free to ask for help in the Flame channel on our [Discord server](https://discord.com/invite/pxrBmy4). Since this is a documentation change, you need to be able to build the docs. You can do that by running `melos doc-build` after you have followed the instructions in the contributing.md doc and also [installed Sphinx on your system](https://www.sphinx-doc.org/en/master/usage/installation.html). After you have built the docs you can open the `doc/_build/html/index.html` file in your web browser to see the changes. Make sure to include a video of the example when you upload the PR so that it will be easier for us to review it. (You can attach videos directly in the PR, so no need to upload them somewhere else) **Happy hacking!**
non_defect
bridge package docs flame svg bridge package docs for flame svg this bridge package should have its own documentation section on the docs site similarly to flame audio for example for inspiration and copy pasting you can have a look at the documentation for the package written in the readme md file and the documentation that the package is bridging too good to know make sure that you comment on the issue that you will be working on this before starting to program to set up the flame environment you need to follow the instructions in our doc if you have any problems setting up your environment or other issues of course feel free to ask for help in the flame channel on our since this is a documentation change you need to be able to build the docs you can do that by running melos doc build after you have followed the instructions in the contributing md doc and also after you have built the docs you can open the doc build html index html file in your web browser to see the changes make sure to include a video of the example when you upload the pr so that it will be easier for us to review it you can attach videos directly in the pr so no need to upload them somewhere else happy hacking
0
26,469
13,024,984,265
IssuesEvent
2020-07-27 12:50:13
microsoft/onnxruntime
https://api.github.com/repos/microsoft/onnxruntime
closed
ONNX runtime nuget package built in release mode
type:performance wontfix
I've noticed that when building from source with --config Release, I get faster inference in C# than when using the nuget package. I can see that --config RelWithDebInfo is used in the nuget pipeline (https://github.com/microsoft/onnxruntime/blob/master/tools/ci_build/github/azure-pipelines/templates/windowsai-nuget-build.yml) Is there a reason for this, and if not would it be possible to have the nuget build in release?
True
ONNX runtime nuget package built in release mode - I've noticed that when building from source with --config Release, I get faster inference in C# than when using the nuget package. I can see that --config RelWithDebInfo is used in the nuget pipeline (https://github.com/microsoft/onnxruntime/blob/master/tools/ci_build/github/azure-pipelines/templates/windowsai-nuget-build.yml) Is there a reason for this, and if not would it be possible to have the nuget build in release?
non_defect
onnx runtime nuget package built in release mode i ve noticed that when building from source with config release i get faster inference in c than when using the nuget package i can see that config relwithdebinfo is used in the nuget pipeline is there a reason for this and if not would it be possible to have the nuget build in release
0
42,646
11,196,220,196
IssuesEvent
2020-01-03 09:28:40
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Mapping schema with RegEx generates invalid output name after upgrade to 3.12
T: Defect
### Expected behavior and actual behavior: Assuming we have the following code applied: ``` private static final Pattern INPUT_PATTERN = Pattern.compile("^(.*)"); Configuration configuration = baseConfig.derive(); return configuration.derive(new Settings() .withRenderMapping(new RenderMapping() .withSchemata(new MappedSchema() .withInputExpression(INPUT_PATTERN) .withOutput(tenantId + "-$1")))); ``` **Actual:** Error while accessing the database: ``` org.springframework.jdbc.BadSqlGrammarException: jOOQ; bad SQL grammar [select `test-test-events`.`room`.`id` ... from `test-test-events`.`room` ``` Catalog name contains extra prefix i.e. `test-test-events`. **Expected:** Catalog name is `test-events`. **The issue appears after upgrade from 3.11.12 to 3.12.3** ### Steps to reproduce the problem (if possible, create an MCVE: https://github.com/jOOQ/jOOQ-mcve): ### Versions: - jOOQ: 3.12.3 - Java: 10 - Database (include vendor): MariaDB (also happens on `org.testcontainers.mariadb:1.10.5`) - OS: MacOS Mojave 10.14.6 - JDBC Driver (include name if inofficial driver): `org.mariadb.jdbc:mariadb-java-client:2.4.4`
1.0
Mapping schema with RegEx generates invalid output name after upgrade to 3.12 - ### Expected behavior and actual behavior: Assuming we have the following code applied: ``` private static final Pattern INPUT_PATTERN = Pattern.compile("^(.*)"); Configuration configuration = baseConfig.derive(); return configuration.derive(new Settings() .withRenderMapping(new RenderMapping() .withSchemata(new MappedSchema() .withInputExpression(INPUT_PATTERN) .withOutput(tenantId + "-$1")))); ``` **Actual:** Error while accessing the database: ``` org.springframework.jdbc.BadSqlGrammarException: jOOQ; bad SQL grammar [select `test-test-events`.`room`.`id` ... from `test-test-events`.`room` ``` Catalog name contains extra prefix i.e. `test-test-events`. **Expected:** Catalog name is `test-events`. **The issue appears after upgrade from 3.11.12 to 3.12.3** ### Steps to reproduce the problem (if possible, create an MCVE: https://github.com/jOOQ/jOOQ-mcve): ### Versions: - jOOQ: 3.12.3 - Java: 10 - Database (include vendor): MariaDB (also happens on `org.testcontainers.mariadb:1.10.5`) - OS: MacOS Mojave 10.14.6 - JDBC Driver (include name if inofficial driver): `org.mariadb.jdbc:mariadb-java-client:2.4.4`
defect
mapping schema with regex generates invalid output name after upgrade to expected behavior and actual behavior assuming we have the following code applied private static final pattern input pattern pattern compile configuration configuration baseconfig derive return configuration derive new settings withrendermapping new rendermapping withschemata new mappedschema withinputexpression input pattern withoutput tenantid actual error while accessing the database org springframework jdbc badsqlgrammarexception jooq bad sql grammar select test test events room id from test test events room catalog name contains extra prefix i e test test events expected catalog name is test events the issue appears after upgrade from to steps to reproduce the problem if possible create an mcve versions jooq java database include vendor mariadb also happens on org testcontainers mariadb os macos mojave jdbc driver include name if inofficial driver org mariadb jdbc mariadb java client
1
57,208
8,160,574,160
IssuesEvent
2018-08-24 02:18:42
material-components/material-components-ios
https://api.github.com/repos/material-components/material-components-ios
closed
Add sections to releasing.md regarding giving yourself push permissions when cutting the release
Needs actionability review fixit type:Bug type:Documentation
- Link to https://github.com/google/material-components-ios/settings/branches/master - Inform the releaser when and how to add/remove themselves to the "Restrict who can push to this branch" list.
1.0
Add sections to releasing.md regarding giving yourself push permissions when cutting the release - - Link to https://github.com/google/material-components-ios/settings/branches/master - Inform the releaser when and how to add/remove themselves to the "Restrict who can push to this branch" list.
non_defect
add sections to releasing md regarding giving yourself push permissions when cutting the release link to inform the releaser when and how to add remove themselves to the restrict who can push to this branch list
0
81,387
30,828,067,876
IssuesEvent
2023-08-01 21:57:46
dotCMS/core
https://api.github.com/repos/dotCMS/core
closed
Favorite Pages: Unusual loading or search icon appears in the search field of 'Workflow Action'
Type : Defect Team : Lunik Triage
### Parent Issue [Pages] ### Problem Statement An unusual loading or search icon appears in the search field of the 'Workflow Action'. ### Steps to Reproduce 1. Go to https://localhost:8443/dotAdmin/#/pages 2. Observe the search field; a peculiar loading or search icon shows up. ### Acceptance Criteria Search field should display a standard search or loading icon for user recognition and ease of use. ### dotCMS Version 23.07 ### Proposed Objective User Experience ### Proposed Priority Priority 3 - Average ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds https://github.com/dotCMS/core/assets/129882031/6860c264-b0d1-4b43-8842-35dee6c04c9a ### Sub-Tasks & Estimates _No response_
1.0
Favorite Pages: Unusual loading or search icon appears in the search field of 'Workflow Action' - ### Parent Issue [Pages] ### Problem Statement An unusual loading or search icon appears in the search field of the 'Workflow Action'. ### Steps to Reproduce 1. Go to https://localhost:8443/dotAdmin/#/pages 2. Observe the search field; a peculiar loading or search icon shows up. ### Acceptance Criteria Search field should display a standard search or loading icon for user recognition and ease of use. ### dotCMS Version 23.07 ### Proposed Objective User Experience ### Proposed Priority Priority 3 - Average ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds https://github.com/dotCMS/core/assets/129882031/6860c264-b0d1-4b43-8842-35dee6c04c9a ### Sub-Tasks & Estimates _No response_
defect
favorite pages unusual loading or search icon appears in the search field of workflow action parent issue problem statement an unusual loading or search icon appears in the search field of the workflow action steps to reproduce go to observe the search field a peculiar loading or search icon shows up acceptance criteria search field should display a standard search or loading icon for user recognition and ease of use dotcms version proposed objective user experience proposed priority priority average external links slack conversations support tickets figma designs etc no response assumptions initiation needs no response quality assurance notes workarounds sub tasks estimates no response
1
117,875
4,728,624,826
IssuesEvent
2016-10-18 16:25:54
danascheider/rambo
https://api.github.com/repos/danascheider/rambo
opened
Deprecation warning when running Rambo tests with Rails 5
easy medium priority
## Summary When I generate tests for a Rails 5 app using `rake rambo`, a deprecation warning appears: ``` DEPRECATION WARNING: ActionController::TestCase HTTP request methods will accept only keyword arguments in future Rails versions. Examples: get :show, params: { id: 1 }, session: { user_id: 1 } process :update, method: :post, params: { id: 1 } (called from block (3 levels) in <top (required)> at /Users/dana/Development/personal_calculator/spec/controllers/calculations_controller_spec.rb:9) DEPRECATION WARNING: ActionController::TestCase HTTP request methods will accept only keyword arguments in future Rails versions. Examples: get :show, params: { id: 1 }, session: { user_id: 1 } process :update, method: :post, params: { id: 1 } (called from block (3 levels) in <top (required)> at /Users/dana/Development/personal_calculator/spec/controllers/calculations_controller_spec.rb:9) ``` ## Expected Behavior Running Rambo-generated tests should not cause any errors or warnings. ## Current Behavior Running Rambo-generated tests against a Rails 5 app causes warnings to be output.
1.0
Deprecation warning when running Rambo tests with Rails 5 - ## Summary When I generate tests for a Rails 5 app using `rake rambo`, a deprecation warning appears: ``` DEPRECATION WARNING: ActionController::TestCase HTTP request methods will accept only keyword arguments in future Rails versions. Examples: get :show, params: { id: 1 }, session: { user_id: 1 } process :update, method: :post, params: { id: 1 } (called from block (3 levels) in <top (required)> at /Users/dana/Development/personal_calculator/spec/controllers/calculations_controller_spec.rb:9) DEPRECATION WARNING: ActionController::TestCase HTTP request methods will accept only keyword arguments in future Rails versions. Examples: get :show, params: { id: 1 }, session: { user_id: 1 } process :update, method: :post, params: { id: 1 } (called from block (3 levels) in <top (required)> at /Users/dana/Development/personal_calculator/spec/controllers/calculations_controller_spec.rb:9) ``` ## Expected Behavior Running Rambo-generated tests should not cause any errors or warnings. ## Current Behavior Running Rambo-generated tests against a Rails 5 app causes warnings to be output.
non_defect
deprecation warning when running rambo tests with rails summary when i generate tests for a rails app using rake rambo a deprecation warning appears deprecation warning actioncontroller testcase http request methods will accept only keyword arguments in future rails versions examples get show params id session user id process update method post params id called from block levels in at users dana development personal calculator spec controllers calculations controller spec rb deprecation warning actioncontroller testcase http request methods will accept only keyword arguments in future rails versions examples get show params id session user id process update method post params id called from block levels in at users dana development personal calculator spec controllers calculations controller spec rb expected behavior running rambo generated tests should not cause any errors or warnings current behavior running rambo generated tests against a rails app causes warnings to be output
0
4,206
2,610,089,226
IssuesEvent
2015-02-26 18:27:01
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳痘疤祛除
auto-migrated Priority-Medium Type-Defect
``` 深圳痘疤祛除【深圳韩方科颜全国热线400-869-1818,24小时QQ4008 691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—�� �韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜� ��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛 痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗�� �刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:33
1.0
深圳痘疤祛除 - ``` 深圳痘疤祛除【深圳韩方科颜全国热线400-869-1818,24小时QQ4008 691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—�� �韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜� ��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛 痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗�� �刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:33
defect
深圳痘疤祛除 深圳痘疤祛除【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方—�� �韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科颜� ��业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康祛 痘技术并结合先进“先进豪华彩光”仪,开创国内专业治疗�� �刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘。 original issue reported on code google com by szft com on may at
1
64,285
18,362,132,777
IssuesEvent
2021-10-09 11:58:25
pymc-devs/pymc
https://api.github.com/repos/pymc-devs/pymc
closed
Coordinates and values of `constant_data` messed up
defects trace-backend
## Description of your problem I have a model that has two data variables of identical dimensionality: ```python pymc3.Data("obs_A360", obs_A360, dims=("replicate_id", "cycle")) pymc3.Data("obs_A600", obs_A600, dims=("replicate_id", "cycle")) ``` where `obs_A360` and `obs_A600` are numpy arrays of shape (131, 5). Sampling works fine, also an `InferenceData` object is returned. But looking into `idata.constant_data` the shapes, values and coordinates of those data variables are completely messed up: - The `replicate_id` coordinate became a concatenation of the string-valued replicate IDs with a numpy arange of the same length. - `idata.posterior.replicate_id` and `idata.constant_data.replicate_id` don't match - `constant_data.obs_A360` and `constant_data.obs_A600` have shapes (262, 5) and are half filled with `nan`. And not even the same way! ![grafik](https://user-images.githubusercontent.com/5894642/136253278-275af748-7801-41c0-b15d-77bc13750c29.png) What's going on?! ## Versions and main components * PyMC3 Version: `main`
1.0
Coordinates and values of `constant_data` messed up - ## Description of your problem I have a model that has two data variables of identical dimensionality: ```python pymc3.Data("obs_A360", obs_A360, dims=("replicate_id", "cycle")) pymc3.Data("obs_A600", obs_A600, dims=("replicate_id", "cycle")) ``` where `obs_A360` and `obs_A600` are numpy arrays of shape (131, 5). Sampling works fine, also an `InferenceData` object is returned. But looking into `idata.constant_data` the shapes, values and coordinates of those data variables are completely messed up: - The `replicate_id` coordinate became a concatenation of the string-valued replicate IDs with a numpy arange of the same length. - `idata.posterior.replicate_id` and `idata.constant_data.replicate_id` don't match - `constant_data.obs_A360` and `constant_data.obs_A600` have shapes (262, 5) and are half filled with `nan`. And not even the same way! ![grafik](https://user-images.githubusercontent.com/5894642/136253278-275af748-7801-41c0-b15d-77bc13750c29.png) What's going on?! ## Versions and main components * PyMC3 Version: `main`
defect
coordinates and values of constant data messed up description of your problem i have a model that has two data variables of identical dimensionality python data obs obs dims replicate id cycle data obs obs dims replicate id cycle where obs and obs are numpy arrays of shape sampling works fine also an inferencedata object is returned but looking into idata constant data the shapes values and coordinates of those data variables are completely messed up the replicate id coordinate became a concatenation of the string valued replicate ids with a numpy arange of the same length idata posterior replicate id and idata constant data replicate id don t match constant data obs and constant data obs have shapes and are half filled with nan and not even the same way what s going on versions and main components version main
1
425,538
12,341,971,377
IssuesEvent
2020-05-14 23:19:41
HW-PlayersPatch/Development
https://api.github.com/repos/HW-PlayersPatch/Development
opened
Salvaging Production Ship with Docked Units
Priority3: Low Status2: Research Needed Type2: HWR Bug
## Bug Enemy has units docked in a production ship. Player salvages that production ship. After the capture process is completed and the production ship is in the players control: the enemy units will un-dock. These units will still be under enemy control. ## Proposed Solution Test hw1c to see how this worked. Perhaps forcing the enemy units to un-dock when all required salvage corvettes latch on would be a better implementation.
1.0
Salvaging Production Ship with Docked Units - ## Bug Enemy has units docked in a production ship. Player salvages that production ship. After the capture process is completed and the production ship is in the players control: the enemy units will un-dock. These units will still be under enemy control. ## Proposed Solution Test hw1c to see how this worked. Perhaps forcing the enemy units to un-dock when all required salvage corvettes latch on would be a better implementation.
non_defect
salvaging production ship with docked units bug enemy has units docked in a production ship player salvages that production ship after the capture process is completed and the production ship is in the players control the enemy units will un dock these units will still be under enemy control proposed solution test to see how this worked perhaps forcing the enemy units to un dock when all required salvage corvettes latch on would be a better implementation
0
310,980
26,759,146,923
IssuesEvent
2023-01-31 04:32:22
4paradigm/OpenMLDB
https://api.github.com/repos/4paradigm/OpenMLDB
closed
functions in `src/test/util.h` not inlined
bug test
bad practise for non-member function definition in header file not inlined
1.0
functions in `src/test/util.h` not inlined - bad practise for non-member function definition in header file not inlined
non_defect
functions in src test util h not inlined bad practise for non member function definition in header file not inlined
0
301,243
26,028,461,639
IssuesEvent
2022-12-21 18:33:36
romanwbruce/Test_Repo
https://api.github.com/repos/romanwbruce/Test_Repo
opened
AUTOASSIGN DSB Issue
bug Testing bug2
Dsb is super down right now!! <br/> <p>test</p> <br/> <img width="200px" src="https://www.credosoftware.com/wp-content/uploads/2021/11/cropped-cropped-Logo2022-2-1.png"/> <br/> <iframe width="420" height="315" src="https://www.youtube.com/embed/tgbNymZ7vqY"> </iframe>
1.0
AUTOASSIGN DSB Issue - Dsb is super down right now!! <br/> <p>test</p> <br/> <img width="200px" src="https://www.credosoftware.com/wp-content/uploads/2021/11/cropped-cropped-Logo2022-2-1.png"/> <br/> <iframe width="420" height="315" src="https://www.youtube.com/embed/tgbNymZ7vqY"> </iframe>
non_defect
autoassign dsb issue dsb is super down right now test img width src iframe width height src
0
322,225
27,590,746,448
IssuesEvent
2023-03-09 00:04:50
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
core/math/transform_2d.cpp:49 - Condition "det == 0" is true.
bug topic:core needs testing topic:2d
### Godot version 3.4.4 , 3.5 , 4.0.alpha10 ### System information MacOS, OpenGL ES 2.0 Renderer: AMD Radeon Pro 455 OpenGL Engine ### Issue description trying to add `Bone2D` to `Skeleton2D` , and it keep showing this in the output: ` core/math/transform_2d.cpp:49 - Condition "det == 0" is true.` and it happens also when trying to `Reset to rest pos` ### Steps to reproduce just adding `Bone2D` to `Skeleton2D` will trigger the error ### Minimal reproduction project https://github.com/AbanoubNassem/godot-Skeleton2D: goto Node2D scene > select Skeleton2D > Reset to Rest Pos
1.0
core/math/transform_2d.cpp:49 - Condition "det == 0" is true. - ### Godot version 3.4.4 , 3.5 , 4.0.alpha10 ### System information MacOS, OpenGL ES 2.0 Renderer: AMD Radeon Pro 455 OpenGL Engine ### Issue description trying to add `Bone2D` to `Skeleton2D` , and it keep showing this in the output: ` core/math/transform_2d.cpp:49 - Condition "det == 0" is true.` and it happens also when trying to `Reset to rest pos` ### Steps to reproduce just adding `Bone2D` to `Skeleton2D` will trigger the error ### Minimal reproduction project https://github.com/AbanoubNassem/godot-Skeleton2D: goto Node2D scene > select Skeleton2D > Reset to Rest Pos
non_defect
core math transform cpp condition det is true godot version system information macos opengl es renderer amd radeon pro opengl engine issue description trying to add to and it keep showing this in the output core math transform cpp condition det is true and it happens also when trying to reset to rest pos steps to reproduce just adding to will trigger the error minimal reproduction project goto scene select reset to rest pos
0
195,592
14,740,849,050
IssuesEvent
2021-01-07 09:43:18
kdjstudios/SABillingGitlab
https://api.github.com/repos/kdjstudios/SABillingGitlab
opened
New report - Account Contact Info
anc-report anp-2 ant-feature dev/testing merge grt-reports pl-development
In GitLab by @kdjstudios on Dec 7, 2018, 11:31 **Submitted by:** Gaylan Garrett <gaylan@keenercom.net> **Gary HD** http://www.servicedesk.answernet.com/profiles/ticket/2018-12-17-14753 **Server:** External (ALL) **Client/Site:** Keener (ALL) **Account:** NA **Issue:** Is there a report that I can run that has the account #, resource ID and email address ? If not, is there a way you can run something like this and send to me ?
1.0
New report - Account Contact Info - In GitLab by @kdjstudios on Dec 7, 2018, 11:31 **Submitted by:** Gaylan Garrett <gaylan@keenercom.net> **Gary HD** http://www.servicedesk.answernet.com/profiles/ticket/2018-12-17-14753 **Server:** External (ALL) **Client/Site:** Keener (ALL) **Account:** NA **Issue:** Is there a report that I can run that has the account #, resource ID and email address ? If not, is there a way you can run something like this and send to me ?
non_defect
new report account contact info in gitlab by kdjstudios on dec submitted by gaylan garrett gary hd server external all client site keener all account na issue is there a report that i can run that has the account resource id and email address if not is there a way you can run something like this and send to me
0
8,589
2,611,531,908
IssuesEvent
2015-02-27 06:03:23
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Surface2Tex failed, expecting 32 bit surface
auto-migrated Priority-Medium Type-Defect
``` I got a message error it's say: Surface2Tex failed, expecting 32 bit surface, How do i fix? ``` Original issue reported on code.google.com by `andythep...@gmail.com` on 28 May 2013 at 12:20
1.0
Surface2Tex failed, expecting 32 bit surface - ``` I got a message error it's say: Surface2Tex failed, expecting 32 bit surface, How do i fix? ``` Original issue reported on code.google.com by `andythep...@gmail.com` on 28 May 2013 at 12:20
defect
failed expecting bit surface i got a message error it s say failed expecting bit surface how do i fix original issue reported on code google com by andythep gmail com on may at
1
400,453
11,775,507,184
IssuesEvent
2020-03-16 11:28:27
lowRISC/opentitan
https://api.github.com/repos/lowRISC/opentitan
closed
out_2019-11-26/asm_tests/riscv_arithmetic_basic_test_0.S: not generating in the out directory.
Component:Tooling Priority:P2 Type:Question
Hi all, Here I am getting an issue that the assembly files not getting generated in the out/... directory generated by the run.py. command: python3 run.py --test riscv_arithmetic_basic_test --simulator questa ![Lowrisc](https://user-images.githubusercontent.com/55076352/69638516-da25f380-1080-11ea-85ae-76bb6ab968ec.png) please help me.
1.0
out_2019-11-26/asm_tests/riscv_arithmetic_basic_test_0.S: not generating in the out directory. - Hi all, Here I am getting an issue that the assembly files not getting generated in the out/... directory generated by the run.py. command: python3 run.py --test riscv_arithmetic_basic_test --simulator questa ![Lowrisc](https://user-images.githubusercontent.com/55076352/69638516-da25f380-1080-11ea-85ae-76bb6ab968ec.png) please help me.
non_defect
out asm tests riscv arithmetic basic test s not generating in the out directory hi all here i am getting an issue that the assembly files not getting generated in the out directory generated by the run py command run py test riscv arithmetic basic test simulator questa please help me
0
8,100
2,611,452,356
IssuesEvent
2015-02-27 05:00:08
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Arabic Translation for Hedgewars
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? - 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. This is a suggested Arabic Translation for the game. The menus seem fine, however, the in-game arabic strings seem right to left and not linked. Couldn't resolve the issue, hoping future releases would address the in-game text issues while benefiting from the menu texts for the time being. Thanks, Circoficus ``` Original issue reported on code.google.com by `crappy...@cooltoad.com` on 2 Oct 2010 at 1:17 Attachments: * [ar.txt](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-80/comment-0/ar.txt) * [hedgewars_ar.qm](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-80/comment-0/hedgewars_ar.qm) * [hedgewars_ar.ts](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-80/comment-0/hedgewars_ar.ts)
1.0
Arabic Translation for Hedgewars - ``` What steps will reproduce the problem? - 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. This is a suggested Arabic Translation for the game. The menus seem fine, however, the in-game arabic strings seem right to left and not linked. Couldn't resolve the issue, hoping future releases would address the in-game text issues while benefiting from the menu texts for the time being. Thanks, Circoficus ``` Original issue reported on code.google.com by `crappy...@cooltoad.com` on 2 Oct 2010 at 1:17 Attachments: * [ar.txt](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-80/comment-0/ar.txt) * [hedgewars_ar.qm](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-80/comment-0/hedgewars_ar.qm) * [hedgewars_ar.ts](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-80/comment-0/hedgewars_ar.ts)
defect
arabic translation for hedgewars what steps will reproduce the problem 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 this is a suggested arabic translation for the game the menus seem fine however the in game arabic strings seem right to left and not linked couldn t resolve the issue hoping future releases would address the in game text issues while benefiting from the menu texts for the time being thanks circoficus original issue reported on code google com by crappy cooltoad com on oct at attachments
1
418,446
12,198,048,886
IssuesEvent
2020-04-29 21:59:21
threefoldtech/zos
https://api.github.com/repos/threefoldtech/zos
opened
failed to create container because of wrong route on the eth0 of the container
priority_major type_bug
Network reservation: https://explorer.testnet.grid.tf/explorer/reservations/459040 container reservation: https://explorer.testnet.grid.tf/explorer/reservations/459689 So the cidr of the network resource of the selected node is: ``` "node_id": "6m9gFPTYLRiCH7FD8yU5VWwXZdfegKUvXZgrJoS1EJfQ", "iprange": "172.25.4.0/24", ``` The network configuration of the container is ``` network_id "zaibon_testnet_0" ipaddress "172.25.4.40" ``` And the error I got: `"failed to load network resource: failed to set route {Ifindex: 3 Dst: 0.0.0.0/0 Src: <nil> Gw: 172.25.6.1 Flags: [] Table: 0} on eth0: network is unreachable"` It seems for some reason 0-OS assign the wrong gateway IP to the Default route of the container eth0 interface
1.0
failed to create container because of wrong route on the eth0 of the container - Network reservation: https://explorer.testnet.grid.tf/explorer/reservations/459040 container reservation: https://explorer.testnet.grid.tf/explorer/reservations/459689 So the cidr of the network resource of the selected node is: ``` "node_id": "6m9gFPTYLRiCH7FD8yU5VWwXZdfegKUvXZgrJoS1EJfQ", "iprange": "172.25.4.0/24", ``` The network configuration of the container is ``` network_id "zaibon_testnet_0" ipaddress "172.25.4.40" ``` And the error I got: `"failed to load network resource: failed to set route {Ifindex: 3 Dst: 0.0.0.0/0 Src: <nil> Gw: 172.25.6.1 Flags: [] Table: 0} on eth0: network is unreachable"` It seems for some reason 0-OS assign the wrong gateway IP to the Default route of the container eth0 interface
non_defect
failed to create container because of wrong route on the of the container network reservation container reservation so the cidr of the network resource of the selected node is node id iprange the network configuration of the container is network id zaibon testnet ipaddress and the error i got failed to load network resource failed to set route ifindex dst src gw flags table on network is unreachable it seems for some reason os assign the wrong gateway ip to the default route of the container interface
0
117,401
15,096,289,404
IssuesEvent
2021-02-07 14:32:35
notapixelstudio/superstarfighter
https://api.github.com/repos/notapixelstudio/superstarfighter
opened
Should a Mine kill you even if invulnerable at start?
combat game_design question
In Diamond Minefield. It's probably better to disable the starting invulnerability in some games.
1.0
Should a Mine kill you even if invulnerable at start? - In Diamond Minefield. It's probably better to disable the starting invulnerability in some games.
non_defect
should a mine kill you even if invulnerable at start in diamond minefield it s probably better to disable the starting invulnerability in some games
0
7,737
3,106,081,405
IssuesEvent
2015-09-01 01:22:37
california-civic-data-coalition/django-calaccess-raw-data
https://api.github.com/repos/california-civic-data-coalition/django-calaccess-raw-data
closed
Add documentation for the ``amount`` field on the ``S401Cd`` database model
documentation enhancement small
## Your mission Add documentation for the ``amount`` field on the ``S401Cd`` database model. ## Here's how **Step 1**: Claim this ticket by leaving a comment below. Tell everyone you're ON IT! **Step 2**: Open up the file that contains this model. It should be in <a href="https://github.com/california-civic-data-coalition/django-calaccess-raw-data/blob/master/calaccess_raw/models/campaign.py">calaccess_raw.models.campaign.py</a>. **Step 3**: Hit the little pencil button in the upper-right corner of the code box to begin editing the file. ![Edit](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367320.67.png) **Step 4**: Find this model and field in the file. (Clicking into the box and searching with CTRL-F can help you here.) Once you find it, we expect the field to lack the ``help_text`` field typically used in Django to explain what a field contains. ```python effect_dt = fields.DateField( null=True, db_column="EFFECT_DT" ) ``` **Step 5**: In a separate tab, open up the <a href="Quilmes">official state documentation</a> and find the page that defines all the fields in this model. ![The docs](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367001.08.png) **Step 6**: Find the row in that table's definition table that spells out what this field contains. If it lacks documentation. Note that in the ticket and close it now. ![The definition](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367068.59.png) **Step 7**: Return to the GitHub tab. **Step 8**: Add the state's label explaining what's in the field, to our field definition by inserting it a ``help_text`` argument. That should look something like this: ```python effect_dt = fields.DateField( null=True, db_column="EFFECT_DT", # Add a help_text argument like the one here, but put your string in instead. help_text="The other values in record were effective as of this date" ) ``` **Step 9**: Scroll down below the code box and describe the change you've made in the commit message. Press the button below. ![Commit](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367511.66.png) **Step 10**: Review your changes and create a pull request submitting them to the core team for inclusion. ![Pull request](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440368058.52.png) That's it! Mission accomplished!
1.0
Add documentation for the ``amount`` field on the ``S401Cd`` database model - ## Your mission Add documentation for the ``amount`` field on the ``S401Cd`` database model. ## Here's how **Step 1**: Claim this ticket by leaving a comment below. Tell everyone you're ON IT! **Step 2**: Open up the file that contains this model. It should be in <a href="https://github.com/california-civic-data-coalition/django-calaccess-raw-data/blob/master/calaccess_raw/models/campaign.py">calaccess_raw.models.campaign.py</a>. **Step 3**: Hit the little pencil button in the upper-right corner of the code box to begin editing the file. ![Edit](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367320.67.png) **Step 4**: Find this model and field in the file. (Clicking into the box and searching with CTRL-F can help you here.) Once you find it, we expect the field to lack the ``help_text`` field typically used in Django to explain what a field contains. ```python effect_dt = fields.DateField( null=True, db_column="EFFECT_DT" ) ``` **Step 5**: In a separate tab, open up the <a href="Quilmes">official state documentation</a> and find the page that defines all the fields in this model. ![The docs](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367001.08.png) **Step 6**: Find the row in that table's definition table that spells out what this field contains. If it lacks documentation. Note that in the ticket and close it now. ![The definition](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367068.59.png) **Step 7**: Return to the GitHub tab. **Step 8**: Add the state's label explaining what's in the field, to our field definition by inserting it a ``help_text`` argument. That should look something like this: ```python effect_dt = fields.DateField( null=True, db_column="EFFECT_DT", # Add a help_text argument like the one here, but put your string in instead. help_text="The other values in record were effective as of this date" ) ``` **Step 9**: Scroll down below the code box and describe the change you've made in the commit message. Press the button below. ![Commit](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367511.66.png) **Step 10**: Review your changes and create a pull request submitting them to the core team for inclusion. ![Pull request](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440368058.52.png) That's it! Mission accomplished!
non_defect
add documentation for the amount field on the database model your mission add documentation for the amount field on the database model here s how step claim this ticket by leaving a comment below tell everyone you re on it step open up the file that contains this model it should be in a href step hit the little pencil button in the upper right corner of the code box to begin editing the file step find this model and field in the file clicking into the box and searching with ctrl f can help you here once you find it we expect the field to lack the help text field typically used in django to explain what a field contains python effect dt fields datefield null true db column effect dt step in a separate tab open up the official state documentation and find the page that defines all the fields in this model step find the row in that table s definition table that spells out what this field contains if it lacks documentation note that in the ticket and close it now step return to the github tab step add the state s label explaining what s in the field to our field definition by inserting it a help text argument that should look something like this python effect dt fields datefield null true db column effect dt add a help text argument like the one here but put your string in instead help text the other values in record were effective as of this date step scroll down below the code box and describe the change you ve made in the commit message press the button below step review your changes and create a pull request submitting them to the core team for inclusion that s it mission accomplished
0
66,952
20,777,735,153
IssuesEvent
2022-03-16 12:07:52
marcosdosea/sace-saomarcos
https://api.github.com/repos/marcosdosea/sace-saomarcos
closed
Pagamentos Crédito de Celular
Priority-Medium Type-Defect auto-migrated
``` São realizados todas as terças e quintas. ``` Original issue reported on code.google.com by `marcosdosea` on 7 Sep 2009 at 1:25
1.0
Pagamentos Crédito de Celular - ``` São realizados todas as terças e quintas. ``` Original issue reported on code.google.com by `marcosdosea` on 7 Sep 2009 at 1:25
defect
pagamentos crédito de celular são realizados todas as terças e quintas original issue reported on code google com by marcosdosea on sep at
1
4,335
2,610,091,882
IssuesEvent
2015-02-26 18:27:46
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳粉刺哪家好
auto-migrated Priority-Medium Type-Defect
``` 深圳粉刺哪家好【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:52
1.0
深圳粉刺哪家好 - ``` 深圳粉刺哪家好【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:52
defect
深圳粉刺哪家好 深圳粉刺哪家好【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� original issue reported on code google com by szft com on may at
1
39,193
9,305,983,903
IssuesEvent
2019-03-25 08:28:44
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
change cluster version while migrations are still pending provokes GB of logging
Priority: Medium Source: Internal Team: Core Type: Defect
``` Nov 15, 2018 11:30:20 AM com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp INFO: [10.0.0.185]:5701 [HZ] [3.12-SNAPSHOT] Locking cluster state. Initiator: [10.0.0.185]:5701, lease-time: 60000 Nov 15, 2018 11:30:20 AM com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp SEVERE: [10.0.0.185]:5701 [HZ] [3.12-SNAPSHOT] Still have pending migration tasks, cannot lock cluster state! New state: ClusterStateChange{type=class com.hazelcast.version.Version, newState=3.12}, current state: ACTIVE java.lang.IllegalStateException: Still have pending migration tasks, cannot lock cluster state! New state: ClusterStateChange{type=class com.hazelcast.version.Version, newState=3.12 }, current state: ACTIVE at com.hazelcast.internal.cluster.impl.ClusterStateManager.checkMigrationsAndPartitionStateVersion(ClusterStateManager.java:283) at com.hazelcast.internal.cluster.impl.ClusterStateManager.lockClusterState(ClusterStateManager.java:215) at com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp.run(LockClusterStateOp.java:83) at com.hazelcast.spi.Operation.call(Operation.java:170) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:208) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:197) at com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl.run(OperationExecutorImpl.java:407) at com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl.runOrExecute(OperationExecutorImpl.java:434) at com.hazelcast.spi.impl.operationservice.impl.Invocation.doInvokeLocal(Invocation.java:586) at com.hazelcast.spi.impl.operationservice.impl.Invocation.doInvoke(Invocation.java:571) at com.hazelcast.spi.impl.operationservice.impl.Invocation.invoke0(Invocation.java:530) at com.hazelcast.spi.impl.operationservice.impl.Invocation.invoke(Invocation.java:220) at com.hazelcast.spi.impl.operationservice.impl.OperationServiceImpl.invokeOnTarget(OperationServiceImpl.java:324) at com.hazelcast.internal.cluster.impl.ClusterStateManager.lockClusterStateOnAllMembers(ClusterStateManager.java:433) at com.hazelcast.internal.cluster.impl.ClusterStateManager.changeClusterState(ClusterStateManager.java:385) at com.hazelcast.internal.cluster.impl.ClusterStateManager.changeClusterState(ClusterStateManager.java:362) at com.hazelcast.internal.cluster.impl.ClusterServiceImpl.changeClusterVersion(ClusterServiceImpl.java:890) at hzcmd.ops.Version3_12.timeStep(Version3_12.java:11) ``` ``` Nov 15, 2018 11:30:21 AM com.hazelcast.internal.cluster.impl.operations.RollbackClusterStateOp INFO: [10.0.0.185]:5701 [HZ] [3.12-SNAPSHOT] Rolling back cluster state! Initiator: [10.0.0.185]:5701 Nov 15, 2018 11:30:21 AM com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp INFO: [10.0.0.185]:5701 [HZ] [3.12-SNAPSHOT] Locking cluster state. Initiator: [10.0.0.185]:5701, lease-time: 60000 Nov 15, 2018 11:30:21 AM com.hazelcast.internal.cluster.impl.operations.RollbackClusterStateOp INFO: [10.0.0.185]:5701 [HZ] [3.12-SNAPSHOT] Rolling back cluster state! Initiator: [10.0.0.185]:5701 ``` ``` Nov 15, 2018 11:52:23 AM com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp SEVERE: [10.0.0.228]:5701 [HZ] [3.12-SNAPSHOT] Still have pending migration tasks, cannot lock cluster state! New state: ClusterStateChange{type=class com.hazelcast.version.Version, newState=3.12}, current state: ACTIVE java.lang.IllegalStateException: Still have pending migration tasks, cannot lock cluster state! New state: ClusterStateChange{type=class com.hazelcast.version.Version, newState=3.12}, current state: ACTIVE at com.hazelcast.internal.cluster.impl.ClusterStateManager.checkMigrationsAndPartitionStateVersion(ClusterStateManager.java:283) at com.hazelcast.internal.cluster.impl.ClusterStateManager.lockClusterState(ClusterStateManager.java:215) at com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp.run(LockClusterStateOp.java:83) at com.hazelcast.spi.Operation.call(Operation.java:170) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:208) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:197) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:413) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:153) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:123) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:110) ``` this logging is repeated giving GB's of logs with this repeated msg. so this roll up strategy, did not work. ``` for (( n=1; n<=${memberCount}; n++ )) ; do hz driver Member${n} hz run ${HZ_CMD_BENCH_SRC}/lab/hz/functions/shutDown >> out.txt hz bounce -v ${targetVersion} Member${n} >> out.txt done hz run ${HZ_CMD_BENCH_SRC}/lab/hz/functions/version_${targetVersion} >> out.txt ``` we can't change cluster version while migrations are still pending ? yes, since the cluster version can only be changed if all member have the same partition table so we have to wait for cluster safe before changing version after rollup ``` for (( n=1; n<=${memberCount}; n++ )) ; do hz driver Member${n} hz run ${HZ_CMD_BENCH_SRC}/lab/hz/functions/shutDown >> out.txt hz bounce -v ${targetVersion} Member${n} >> out.txt done hz run ${HZ_CMD_BENCH_SRC}/lab/hz/functions/untilClusterSafe >> out.txt hz run ${HZ_CMD_BENCH_SRC}/lab/hz/functions/version_${targetVersion} >> out.txt ```
1.0
change cluster version while migrations are still pending provokes GB of logging - ``` Nov 15, 2018 11:30:20 AM com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp INFO: [10.0.0.185]:5701 [HZ] [3.12-SNAPSHOT] Locking cluster state. Initiator: [10.0.0.185]:5701, lease-time: 60000 Nov 15, 2018 11:30:20 AM com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp SEVERE: [10.0.0.185]:5701 [HZ] [3.12-SNAPSHOT] Still have pending migration tasks, cannot lock cluster state! New state: ClusterStateChange{type=class com.hazelcast.version.Version, newState=3.12}, current state: ACTIVE java.lang.IllegalStateException: Still have pending migration tasks, cannot lock cluster state! New state: ClusterStateChange{type=class com.hazelcast.version.Version, newState=3.12 }, current state: ACTIVE at com.hazelcast.internal.cluster.impl.ClusterStateManager.checkMigrationsAndPartitionStateVersion(ClusterStateManager.java:283) at com.hazelcast.internal.cluster.impl.ClusterStateManager.lockClusterState(ClusterStateManager.java:215) at com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp.run(LockClusterStateOp.java:83) at com.hazelcast.spi.Operation.call(Operation.java:170) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:208) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:197) at com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl.run(OperationExecutorImpl.java:407) at com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl.runOrExecute(OperationExecutorImpl.java:434) at com.hazelcast.spi.impl.operationservice.impl.Invocation.doInvokeLocal(Invocation.java:586) at com.hazelcast.spi.impl.operationservice.impl.Invocation.doInvoke(Invocation.java:571) at com.hazelcast.spi.impl.operationservice.impl.Invocation.invoke0(Invocation.java:530) at com.hazelcast.spi.impl.operationservice.impl.Invocation.invoke(Invocation.java:220) at com.hazelcast.spi.impl.operationservice.impl.OperationServiceImpl.invokeOnTarget(OperationServiceImpl.java:324) at com.hazelcast.internal.cluster.impl.ClusterStateManager.lockClusterStateOnAllMembers(ClusterStateManager.java:433) at com.hazelcast.internal.cluster.impl.ClusterStateManager.changeClusterState(ClusterStateManager.java:385) at com.hazelcast.internal.cluster.impl.ClusterStateManager.changeClusterState(ClusterStateManager.java:362) at com.hazelcast.internal.cluster.impl.ClusterServiceImpl.changeClusterVersion(ClusterServiceImpl.java:890) at hzcmd.ops.Version3_12.timeStep(Version3_12.java:11) ``` ``` Nov 15, 2018 11:30:21 AM com.hazelcast.internal.cluster.impl.operations.RollbackClusterStateOp INFO: [10.0.0.185]:5701 [HZ] [3.12-SNAPSHOT] Rolling back cluster state! Initiator: [10.0.0.185]:5701 Nov 15, 2018 11:30:21 AM com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp INFO: [10.0.0.185]:5701 [HZ] [3.12-SNAPSHOT] Locking cluster state. Initiator: [10.0.0.185]:5701, lease-time: 60000 Nov 15, 2018 11:30:21 AM com.hazelcast.internal.cluster.impl.operations.RollbackClusterStateOp INFO: [10.0.0.185]:5701 [HZ] [3.12-SNAPSHOT] Rolling back cluster state! Initiator: [10.0.0.185]:5701 ``` ``` Nov 15, 2018 11:52:23 AM com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp SEVERE: [10.0.0.228]:5701 [HZ] [3.12-SNAPSHOT] Still have pending migration tasks, cannot lock cluster state! New state: ClusterStateChange{type=class com.hazelcast.version.Version, newState=3.12}, current state: ACTIVE java.lang.IllegalStateException: Still have pending migration tasks, cannot lock cluster state! New state: ClusterStateChange{type=class com.hazelcast.version.Version, newState=3.12}, current state: ACTIVE at com.hazelcast.internal.cluster.impl.ClusterStateManager.checkMigrationsAndPartitionStateVersion(ClusterStateManager.java:283) at com.hazelcast.internal.cluster.impl.ClusterStateManager.lockClusterState(ClusterStateManager.java:215) at com.hazelcast.internal.cluster.impl.operations.LockClusterStateOp.run(LockClusterStateOp.java:83) at com.hazelcast.spi.Operation.call(Operation.java:170) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:208) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:197) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:413) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:153) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:123) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:110) ``` this logging is repeated giving GB's of logs with this repeated msg. so this roll up strategy, did not work. ``` for (( n=1; n<=${memberCount}; n++ )) ; do hz driver Member${n} hz run ${HZ_CMD_BENCH_SRC}/lab/hz/functions/shutDown >> out.txt hz bounce -v ${targetVersion} Member${n} >> out.txt done hz run ${HZ_CMD_BENCH_SRC}/lab/hz/functions/version_${targetVersion} >> out.txt ``` we can't change cluster version while migrations are still pending ? yes, since the cluster version can only be changed if all member have the same partition table so we have to wait for cluster safe before changing version after rollup ``` for (( n=1; n<=${memberCount}; n++ )) ; do hz driver Member${n} hz run ${HZ_CMD_BENCH_SRC}/lab/hz/functions/shutDown >> out.txt hz bounce -v ${targetVersion} Member${n} >> out.txt done hz run ${HZ_CMD_BENCH_SRC}/lab/hz/functions/untilClusterSafe >> out.txt hz run ${HZ_CMD_BENCH_SRC}/lab/hz/functions/version_${targetVersion} >> out.txt ```
defect
change cluster version while migrations are still pending provokes gb of logging nov am com hazelcast internal cluster impl operations lockclusterstateop info locking cluster state initiator lease time nov am com hazelcast internal cluster impl operations lockclusterstateop severe still have pending migration tasks cannot lock cluster state new state clusterstatechange type class com hazelcast version version newstate current state active java lang illegalstateexception still have pending migration tasks cannot lock cluster state new state clusterstatechange type class com hazelcast version version newstate current state active at com hazelcast internal cluster impl clusterstatemanager checkmigrationsandpartitionstateversion clusterstatemanager java at com hazelcast internal cluster impl clusterstatemanager lockclusterstate clusterstatemanager java at com hazelcast internal cluster impl operations lockclusterstateop run lockclusterstateop java at com hazelcast spi operation call operation java at com hazelcast spi impl operationservice impl operationrunnerimpl call operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationexecutor impl operationexecutorimpl run operationexecutorimpl java at com hazelcast spi impl operationexecutor impl operationexecutorimpl runorexecute operationexecutorimpl java at com hazelcast spi impl operationservice impl invocation doinvokelocal invocation java at com hazelcast spi impl operationservice impl invocation doinvoke invocation java at com hazelcast spi impl operationservice impl invocation invocation java at com hazelcast spi impl operationservice impl invocation invoke invocation java at com hazelcast spi impl operationservice impl operationserviceimpl invokeontarget operationserviceimpl java at com hazelcast internal cluster impl clusterstatemanager lockclusterstateonallmembers clusterstatemanager java at com hazelcast internal cluster impl clusterstatemanager changeclusterstate clusterstatemanager java at com hazelcast internal cluster impl clusterstatemanager changeclusterstate clusterstatemanager java at com hazelcast internal cluster impl clusterserviceimpl changeclusterversion clusterserviceimpl java at hzcmd ops timestep java nov am com hazelcast internal cluster impl operations rollbackclusterstateop info rolling back cluster state initiator nov am com hazelcast internal cluster impl operations lockclusterstateop info locking cluster state initiator lease time nov am com hazelcast internal cluster impl operations rollbackclusterstateop info rolling back cluster state initiator nov am com hazelcast internal cluster impl operations lockclusterstateop severe still have pending migration tasks cannot lock cluster state new state clusterstatechange type class com hazelcast version version newstate current state active java lang illegalstateexception still have pending migration tasks cannot lock cluster state new state clusterstatechange type class com hazelcast version version newstate current state active at com hazelcast internal cluster impl clusterstatemanager checkmigrationsandpartitionstateversion clusterstatemanager java at com hazelcast internal cluster impl clusterstatemanager lockclusterstate clusterstatemanager java at com hazelcast internal cluster impl operations lockclusterstateop run lockclusterstateop java at com hazelcast spi operation call operation java at com hazelcast spi impl operationservice impl operationrunnerimpl call operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java this logging is repeated giving gb s of logs with this repeated msg so this roll up strategy did not work for n n membercount n do hz driver member n hz run hz cmd bench src lab hz functions shutdown out txt hz bounce v targetversion member n out txt done hz run hz cmd bench src lab hz functions version targetversion out txt we can t change cluster version while migrations are still pending yes since the cluster version can only be changed if all member have the same partition table so we have to wait for cluster safe before changing version after rollup for n n membercount n do hz driver member n hz run hz cmd bench src lab hz functions shutdown out txt hz bounce v targetversion member n out txt done hz run hz cmd bench src lab hz functions untilclustersafe out txt hz run hz cmd bench src lab hz functions version targetversion out txt
1
5,729
2,610,214,245
IssuesEvent
2015-02-26 19:08:23
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
ritmix rf 4500 прошивка
auto-migrated Priority-Medium Type-Defect
``` '''Валентин Третьяков''' Привет всем не подскажите где можно найти .ritmix rf 4500 прошивка. где то видел уже '''Аскольд Дмитриев''' Качай тут http://bit.ly/16xWHUV '''Василий Беляев''' Просит ввести номер мобилы!Не опасно ли это? '''Ананий Муравьёв''' Не это не влияет на баланс '''Вильям Котов''' Неа все ок у меня ничего не списало Информация о файле: ritmix rf 4500 прошивка Загружен: В этом месяце Скачан раз: 510 Рейтинг: 842 Средняя скорость скачивания: 138 Похожих файлов: 19 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 12:30
1.0
ritmix rf 4500 прошивка - ``` '''Валентин Третьяков''' Привет всем не подскажите где можно найти .ritmix rf 4500 прошивка. где то видел уже '''Аскольд Дмитриев''' Качай тут http://bit.ly/16xWHUV '''Василий Беляев''' Просит ввести номер мобилы!Не опасно ли это? '''Ананий Муравьёв''' Не это не влияет на баланс '''Вильям Котов''' Неа все ок у меня ничего не списало Информация о файле: ritmix rf 4500 прошивка Загружен: В этом месяце Скачан раз: 510 Рейтинг: 842 Средняя скорость скачивания: 138 Похожих файлов: 19 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 12:30
defect
ritmix rf прошивка валентин третьяков привет всем не подскажите где можно найти ritmix rf прошивка где то видел уже аскольд дмитриев качай тут василий беляев просит ввести номер мобилы не опасно ли это ананий муравьёв не это не влияет на баланс вильям котов неа все ок у меня ничего не списало информация о файле ritmix rf прошивка загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
270,673
20,605,092,493
IssuesEvent
2022-03-06 21:17:21
seanradel2020/MaineFrame
https://api.github.com/repos/seanradel2020/MaineFrame
closed
Sprint Review
documentation
• Updated and it follows the guideline. • Should follow the template posted on Brightspace. • For any missing item from the template, deduct 2 points.Should be for both Sprint 1 and 2.
1.0
Sprint Review - • Updated and it follows the guideline. • Should follow the template posted on Brightspace. • For any missing item from the template, deduct 2 points.Should be for both Sprint 1 and 2.
non_defect
sprint review • updated and it follows the guideline • should follow the template posted on brightspace • for any missing item from the template deduct points should be for both sprint and
0
178,484
21,509,414,868
IssuesEvent
2022-04-28 01:38:42
bsbtd/Teste
https://api.github.com/repos/bsbtd/Teste
closed
CVE-2021-3777 (High) detected in tmpl-1.0.4.tgz - autoclosed
security vulnerability
## CVE-2021-3777 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tmpl-1.0.4.tgz</b></p></summary> <p>JavaScript micro templates.</p> <p>Library home page: <a href="https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz">https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz</a></p> <p>Path to dependency file: /api-umbrella/src/api-umbrella/admin-ui/package.json</p> <p>Path to vulnerable library: /api-umbrella/src/api-umbrella/admin-ui/node_modules/tmpl/package.json</p> <p> Dependency Hierarchy: - ember-cli-3.12.1.tgz (Root Library) - sane-4.1.0.tgz - walker-1.0.7.tgz - makeerror-1.0.11.tgz - :x: **tmpl-1.0.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/bsbtd/Teste/commit/64dde89c50c07496423c4d4a865f2e16b92399ad">64dde89c50c07496423c4d4a865f2e16b92399ad</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> nodejs-tmpl is vulnerable to Inefficient Regular Expression Complexity <p>Publish Date: 2021-09-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3777>CVE-2021-3777</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5">https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5</a></p> <p>Release Date: 2021-09-15</p> <p>Fix Resolution: tmpl - 1.0.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-3777 (High) detected in tmpl-1.0.4.tgz - autoclosed - ## CVE-2021-3777 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tmpl-1.0.4.tgz</b></p></summary> <p>JavaScript micro templates.</p> <p>Library home page: <a href="https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz">https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz</a></p> <p>Path to dependency file: /api-umbrella/src/api-umbrella/admin-ui/package.json</p> <p>Path to vulnerable library: /api-umbrella/src/api-umbrella/admin-ui/node_modules/tmpl/package.json</p> <p> Dependency Hierarchy: - ember-cli-3.12.1.tgz (Root Library) - sane-4.1.0.tgz - walker-1.0.7.tgz - makeerror-1.0.11.tgz - :x: **tmpl-1.0.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/bsbtd/Teste/commit/64dde89c50c07496423c4d4a865f2e16b92399ad">64dde89c50c07496423c4d4a865f2e16b92399ad</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> nodejs-tmpl is vulnerable to Inefficient Regular Expression Complexity <p>Publish Date: 2021-09-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3777>CVE-2021-3777</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5">https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5</a></p> <p>Release Date: 2021-09-15</p> <p>Fix Resolution: tmpl - 1.0.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in tmpl tgz autoclosed cve high severity vulnerability vulnerable library tmpl tgz javascript micro templates library home page a href path to dependency file api umbrella src api umbrella admin ui package json path to vulnerable library api umbrella src api umbrella admin ui node modules tmpl package json dependency hierarchy ember cli tgz root library sane tgz walker tgz makeerror tgz x tmpl tgz vulnerable library found in head commit a href vulnerability details nodejs tmpl is vulnerable to inefficient regular expression complexity 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 tmpl step up your open source security game with whitesource
0
32,923
8,970,890,908
IssuesEvent
2019-01-29 14:44:29
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
production build - 79% chunk modules optimization ModuleConcatenationPlugin takes too much time about 15 minutes
comp: devkit/build-angular freq2: medium severity4: memory/performance
<!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request (mark with an `x`) ``` - [ ] feature request it should build just change module or component ``` ### Area ``` CLI - Production Build Time ``` ### Versions <!-- Output from: `node --version` and `npm --version`. --> windows 10 npm: 5.6.0 Angular CLI: 6.0.7 Node: 9.11.1 OS: win32 x64 Angular: 6.0.3 ### The log <!-- Normally this include a stack trace and some more information. --> ng build --prod --build-optimizer false --extract-css false Date: 2018-06-21T08:08:31.532Z Hash: e32517fc45f6d4ffb87a Time: 931576ms chunk {26} 26.ff311d52ae3f6683da11.js () 324 kB [rendered] chunk {scripts} scripts.41924ea69bd9c6533a4e.js (scripts) 160 kB [rendered] chunk {0} common.e26c0c0d51d2df5001be.js (common) 25.5 kB [rendered] chunk {1} 1.c1e66b858fd6fe88cd5f.js () 26.2 kB [rendered] chunk {2} 2.39675380bd944d73df8c.js () 63.9 kB [rendered] chunk {3} 3.0e55ac7153f150486005.js () 48.5 kB [rendered] chunk {4} 4.0fc0a82d42ed08914306.js () 182 kB [rendered] chunk {5} 5.dcc63abe9822069d02c2.js () 928 kB [rendered] chunk {6} 6.57403ceb4e9bac30f80a.js () 149 kB [rendered] chunk {7} 7.fca98dfcadfcef69ed52.js () 33.6 kB [rendered] chunk {8} 8.dbeb2e9e28cdaba862a7.js () 20.8 kB [rendered] chunk {9} 9.0af367ceb324729d8c47.js () 56.4 kB [rendered] chunk {10} 10.9ef2304e3de2d75be73a.js () 196 kB [rendered] chunk {11} 11.73c2164f23e553a1652b.js () 51.9 kB [rendered] chunk {12} 12.d8e2d0631bfe09037971.js () 22.1 kB [rendered] chunk {13} 13.0816f5547dcd27e84903.js () 34.3 kB [rendered] chunk {14} 14.5e0ce628be46963be33d.js () 290 kB [rendered] chunk {15} 15.4e4309476f6a7d602620.js () 23.5 kB [rendered] chunk {16} 16.9f04f8a035458a6368c9.js () 80.1 kB [rendered] chunk {17} 17.906ff37a1e8f96ca025f.js () 153 kB [rendered] chunk {18} 18.eff87b68dd7bf0afbcf6.js () 36.2 kB [rendered] chunk {19} 19.1d3c8e09928372e2606e.js () 76.8 kB [rendered] chunk {20} 20.2f17b3227a81ba891b2e.js () 98 kB [rendered] chunk {21} 21.8f5ae5f4b19b78df3e06.js () 129 kB [rendered] chunk {22} 22.446e4107a7ffbbf63499.js () 176 kB [rendered] chunk {23} 23.cfc03ff4f164d01f9ff3.js () 273 kB [rendered] chunk {24} 24.3a08ee0c582e89e49d00.js () 1.14 MB [rendered] chunk {25} 25.a0a1308d227d615e218e.js () 3.23 MB [rendered] chunk {27} 27.a5538d048b5959c4be46.js () 430 kB [rendered] chunk {28} 28.b5978a7d49075f1c7cc7.js () 5.48 kB [rendered] chunk {29} 29.fe503eeadeaa97b5e32f.js () 203 kB [rendered] chunk {30} 30.b04d92c74e5ba03b88f7.js () 54.9 kB [rendered] chunk {31} 31.20d08166c1d5e76a7622.js () 77.8 kB [rendered] chunk {32} 32.f0f508b73269000a6f27.js () 192 kB [rendered] chunk {33} 33.7afa46ab123eec80fe87.js () 329 kB [rendered] chunk {34} 34.17705852fbf5641b34f7.js () 430 kB [rendered] chunk {35} 35.fd1a8ed923f531439b07.js () 2.68 MB [rendered] chunk {36} 36.d8fc436a241f395a5f65.js () 83.3 kB [rendered] chunk {37} 37.946bccd347460824408a.js () 86.3 kB [rendered] chunk {38} 38.83377bb86965bc9db216.js () 62.9 kB [rendered] chunk {39} 39.9854ec5c58f593a41f1e.js () 101 kB [rendered] chunk {40} 40.0ee570e8345b1d732466.js () 229 kB [rendered] chunk {41} 41.27fe71be8f0672995a17.js () 121 kB [rendered] chunk {42} 42.3bdc9d570485102f4284.js () 701 kB [rendered] chunk {43} 43.1af0b29b5b487403e483.js () 4.95 MB [rendered] chunk {44} 44.aa7620d0e34da38376b3.js () 61.4 kB [rendered] chunk {45} 45.ba683f48c5edd9639d5e.js () 648 kB [rendered] chunk {46} 46.07755939e3ae0bc7fc73.js () 497 kB [rendered] chunk {47} 47.7baba17226a3fecf8f1f.js () 476 kB [rendered] chunk {48} runtime.9f7f2f6ec0b15f30e75f.js (runtime) 3.07 kB [entry] [rendered] chunk {49} styles.af329127296b33f62b16.js (styles) 122 kB [initial] [rendered] chunk {50} polyfills.42605b2f1d92fab49545.js (polyfills) 59.7 kB [initial] [rendered] chunk {51} main.da65fcdb5fd9f2cb260c.js (main) 2.08 MB [initial] [rendered] ### Desired functionality <!-- What would like to see implemented? What is the usecase? --> compilation should be fast on large projects. it should build only changed module(s) in production mode. it works with ng build --watch mode without --prod flag but not in production mode. ### Mention any other details that might be useful <!-- Please include a link to the repo if this is related to an OSS project. --> I have project of containing almost 50 modules. Its production build time 15 minutes and it takes too much time on chunk modules optimization ModuleConcatenationPlugin.
1.0
production build - 79% chunk modules optimization ModuleConcatenationPlugin takes too much time about 15 minutes - <!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request (mark with an `x`) ``` - [ ] feature request it should build just change module or component ``` ### Area ``` CLI - Production Build Time ``` ### Versions <!-- Output from: `node --version` and `npm --version`. --> windows 10 npm: 5.6.0 Angular CLI: 6.0.7 Node: 9.11.1 OS: win32 x64 Angular: 6.0.3 ### The log <!-- Normally this include a stack trace and some more information. --> ng build --prod --build-optimizer false --extract-css false Date: 2018-06-21T08:08:31.532Z Hash: e32517fc45f6d4ffb87a Time: 931576ms chunk {26} 26.ff311d52ae3f6683da11.js () 324 kB [rendered] chunk {scripts} scripts.41924ea69bd9c6533a4e.js (scripts) 160 kB [rendered] chunk {0} common.e26c0c0d51d2df5001be.js (common) 25.5 kB [rendered] chunk {1} 1.c1e66b858fd6fe88cd5f.js () 26.2 kB [rendered] chunk {2} 2.39675380bd944d73df8c.js () 63.9 kB [rendered] chunk {3} 3.0e55ac7153f150486005.js () 48.5 kB [rendered] chunk {4} 4.0fc0a82d42ed08914306.js () 182 kB [rendered] chunk {5} 5.dcc63abe9822069d02c2.js () 928 kB [rendered] chunk {6} 6.57403ceb4e9bac30f80a.js () 149 kB [rendered] chunk {7} 7.fca98dfcadfcef69ed52.js () 33.6 kB [rendered] chunk {8} 8.dbeb2e9e28cdaba862a7.js () 20.8 kB [rendered] chunk {9} 9.0af367ceb324729d8c47.js () 56.4 kB [rendered] chunk {10} 10.9ef2304e3de2d75be73a.js () 196 kB [rendered] chunk {11} 11.73c2164f23e553a1652b.js () 51.9 kB [rendered] chunk {12} 12.d8e2d0631bfe09037971.js () 22.1 kB [rendered] chunk {13} 13.0816f5547dcd27e84903.js () 34.3 kB [rendered] chunk {14} 14.5e0ce628be46963be33d.js () 290 kB [rendered] chunk {15} 15.4e4309476f6a7d602620.js () 23.5 kB [rendered] chunk {16} 16.9f04f8a035458a6368c9.js () 80.1 kB [rendered] chunk {17} 17.906ff37a1e8f96ca025f.js () 153 kB [rendered] chunk {18} 18.eff87b68dd7bf0afbcf6.js () 36.2 kB [rendered] chunk {19} 19.1d3c8e09928372e2606e.js () 76.8 kB [rendered] chunk {20} 20.2f17b3227a81ba891b2e.js () 98 kB [rendered] chunk {21} 21.8f5ae5f4b19b78df3e06.js () 129 kB [rendered] chunk {22} 22.446e4107a7ffbbf63499.js () 176 kB [rendered] chunk {23} 23.cfc03ff4f164d01f9ff3.js () 273 kB [rendered] chunk {24} 24.3a08ee0c582e89e49d00.js () 1.14 MB [rendered] chunk {25} 25.a0a1308d227d615e218e.js () 3.23 MB [rendered] chunk {27} 27.a5538d048b5959c4be46.js () 430 kB [rendered] chunk {28} 28.b5978a7d49075f1c7cc7.js () 5.48 kB [rendered] chunk {29} 29.fe503eeadeaa97b5e32f.js () 203 kB [rendered] chunk {30} 30.b04d92c74e5ba03b88f7.js () 54.9 kB [rendered] chunk {31} 31.20d08166c1d5e76a7622.js () 77.8 kB [rendered] chunk {32} 32.f0f508b73269000a6f27.js () 192 kB [rendered] chunk {33} 33.7afa46ab123eec80fe87.js () 329 kB [rendered] chunk {34} 34.17705852fbf5641b34f7.js () 430 kB [rendered] chunk {35} 35.fd1a8ed923f531439b07.js () 2.68 MB [rendered] chunk {36} 36.d8fc436a241f395a5f65.js () 83.3 kB [rendered] chunk {37} 37.946bccd347460824408a.js () 86.3 kB [rendered] chunk {38} 38.83377bb86965bc9db216.js () 62.9 kB [rendered] chunk {39} 39.9854ec5c58f593a41f1e.js () 101 kB [rendered] chunk {40} 40.0ee570e8345b1d732466.js () 229 kB [rendered] chunk {41} 41.27fe71be8f0672995a17.js () 121 kB [rendered] chunk {42} 42.3bdc9d570485102f4284.js () 701 kB [rendered] chunk {43} 43.1af0b29b5b487403e483.js () 4.95 MB [rendered] chunk {44} 44.aa7620d0e34da38376b3.js () 61.4 kB [rendered] chunk {45} 45.ba683f48c5edd9639d5e.js () 648 kB [rendered] chunk {46} 46.07755939e3ae0bc7fc73.js () 497 kB [rendered] chunk {47} 47.7baba17226a3fecf8f1f.js () 476 kB [rendered] chunk {48} runtime.9f7f2f6ec0b15f30e75f.js (runtime) 3.07 kB [entry] [rendered] chunk {49} styles.af329127296b33f62b16.js (styles) 122 kB [initial] [rendered] chunk {50} polyfills.42605b2f1d92fab49545.js (polyfills) 59.7 kB [initial] [rendered] chunk {51} main.da65fcdb5fd9f2cb260c.js (main) 2.08 MB [initial] [rendered] ### Desired functionality <!-- What would like to see implemented? What is the usecase? --> compilation should be fast on large projects. it should build only changed module(s) in production mode. it works with ng build --watch mode without --prod flag but not in production mode. ### Mention any other details that might be useful <!-- Please include a link to the repo if this is related to an OSS project. --> I have project of containing almost 50 modules. Its production build time 15 minutes and it takes too much time on chunk modules optimization ModuleConcatenationPlugin.
non_defect
production build chunk modules optimization moduleconcatenationplugin takes too much time about minutes if you don t fill out the following information your issue might be closed without investigating bug report or feature request mark with an x feature request it should build just change module or component area cli production build time versions output from node version and npm version windows npm angular cli node os angular the log ng build prod build optimizer false extract css false date hash time chunk js kb chunk scripts scripts js scripts kb chunk common js common kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js mb chunk js mb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js mb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js kb chunk js mb chunk js kb chunk js kb chunk js kb chunk js kb chunk runtime js runtime kb chunk styles js styles kb chunk polyfills js polyfills kb chunk main js main mb desired functionality what would like to see implemented what is the usecase compilation should be fast on large projects it should build only changed module s in production mode it works with ng build watch mode without prod flag but not in production mode mention any other details that might be useful i have project of containing almost modules its production build time minutes and it takes too much time on chunk modules optimization moduleconcatenationplugin
0
46,618
13,055,947,599
IssuesEvent
2020-07-30 03:12:13
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
MuonGun Track.Harvest bug (Trac #1583)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/1583 ```json { "status": "closed", "changetime": "2019-02-13T14:13:10", "description": "Energy deposited at some point along the track sometimes returns nonsensical negative energy. File below (located at DESY Zeuthen) contains I3MCTree and MMCTrackList for several example events. \n\n/lustre/fs11/group/icecube/blotsd/muon_gun/muon_gun_testcase.i3.bz2\n\nRelevant information about the file:\n\n**Generation**\nmodel.flux.max_multiplicity = 1\nspectrum = MuonGun.OffsetPowerLaw(5,100*I3Units.TeV, 1*I3Units.GeV,1*I3Units.TeV)\nouter = MuonGun.Cylinder(1600*I3Units.m, 800*I3Units.m)\nmodel = MuonGun.load_model('GaisserH4a_atmod12_SIBYLL')\ngenerator = MuonGun.Floodlight(outer, spectrum, 0.99,1.0)\n\n***Propagation***\nmuprop = I3PropagatorServicePROPOSAL(type=dataclasses.I3Particle.MuMinus, cylinderHeight=1600, cylinderRadius=800)\n\n\nIf I try to get the deposited energy in the volume as below sometimes its negative.\n\nfor track in MuonGun.Track.harvest(frame['I3MCTree'], frame['MMCTrackList']):\n # Find distance to entrance and exit from sampling volume\n intersections = outer.intersection(track.pos, track.dir)\n # Get the corresponding energies\n e0, e1 = track.get_energy(intersections.first)/I3Units.GeV, track.get_energy(intersections.second)/I3Units.GeV\n\nSometimes e1 < 0 \nand that means that e0 - e1 > 1 TeV (maximum generated energy)\n", "reporter": "summer.blot", "cc": "thomas.kintscher@desy.de", "resolution": "fixed", "_ts": "1550067190995086", "component": "combo simulation", "summary": "MuonGun Track.Harvest bug", "priority": "normal", "keywords": "MuonGun", "time": "2016-03-10T13:44:14", "milestone": "", "owner": "jvansanten", "type": "defect" } ```
1.0
MuonGun Track.Harvest bug (Trac #1583) - Migrated from https://code.icecube.wisc.edu/ticket/1583 ```json { "status": "closed", "changetime": "2019-02-13T14:13:10", "description": "Energy deposited at some point along the track sometimes returns nonsensical negative energy. File below (located at DESY Zeuthen) contains I3MCTree and MMCTrackList for several example events. \n\n/lustre/fs11/group/icecube/blotsd/muon_gun/muon_gun_testcase.i3.bz2\n\nRelevant information about the file:\n\n**Generation**\nmodel.flux.max_multiplicity = 1\nspectrum = MuonGun.OffsetPowerLaw(5,100*I3Units.TeV, 1*I3Units.GeV,1*I3Units.TeV)\nouter = MuonGun.Cylinder(1600*I3Units.m, 800*I3Units.m)\nmodel = MuonGun.load_model('GaisserH4a_atmod12_SIBYLL')\ngenerator = MuonGun.Floodlight(outer, spectrum, 0.99,1.0)\n\n***Propagation***\nmuprop = I3PropagatorServicePROPOSAL(type=dataclasses.I3Particle.MuMinus, cylinderHeight=1600, cylinderRadius=800)\n\n\nIf I try to get the deposited energy in the volume as below sometimes its negative.\n\nfor track in MuonGun.Track.harvest(frame['I3MCTree'], frame['MMCTrackList']):\n # Find distance to entrance and exit from sampling volume\n intersections = outer.intersection(track.pos, track.dir)\n # Get the corresponding energies\n e0, e1 = track.get_energy(intersections.first)/I3Units.GeV, track.get_energy(intersections.second)/I3Units.GeV\n\nSometimes e1 < 0 \nand that means that e0 - e1 > 1 TeV (maximum generated energy)\n", "reporter": "summer.blot", "cc": "thomas.kintscher@desy.de", "resolution": "fixed", "_ts": "1550067190995086", "component": "combo simulation", "summary": "MuonGun Track.Harvest bug", "priority": "normal", "keywords": "MuonGun", "time": "2016-03-10T13:44:14", "milestone": "", "owner": "jvansanten", "type": "defect" } ```
defect
muongun track harvest bug trac migrated from json status closed changetime description energy deposited at some point along the track sometimes returns nonsensical negative energy file below located at desy zeuthen contains and mmctracklist for several example events n n lustre group icecube blotsd muon gun muon gun testcase n nrelevant information about the file n n generation nmodel flux max multiplicity nspectrum muongun offsetpowerlaw tev gev tev nouter muongun cylinder m m nmodel muongun load model sibyll ngenerator muongun floodlight outer spectrum n n propagation nmuprop type dataclasses muminus cylinderheight cylinderradius n n nif i try to get the deposited energy in the volume as below sometimes its negative n nfor track in muongun track harvest frame frame n find distance to entrance and exit from sampling volume n intersections outer intersection track pos track dir n get the corresponding energies n track get energy intersections first gev track get energy intersections second gev n nsometimes tev maximum generated energy n reporter summer blot cc thomas kintscher desy de resolution fixed ts component combo simulation summary muongun track harvest bug priority normal keywords muongun time milestone owner jvansanten type defect
1
2,174
2,603,977,484
IssuesEvent
2015-02-24 19:01:53
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳沈阳生殖疱疹
auto-migrated Priority-Medium Type-Defect
``` 沈阳沈阳生殖疱疹〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:27
1.0
沈阳沈阳生殖疱疹 - ``` 沈阳沈阳生殖疱疹〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:27
defect
沈阳沈阳生殖疱疹 沈阳沈阳生殖疱疹〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位于� �� 。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 original issue reported on code google com by gmail com on jun at
1
26,917
27,364,491,874
IssuesEvent
2023-02-27 18:05:33
redpanda-data/documentation
https://api.github.com/repos/redpanda-data/documentation
closed
Document Error Code in Redpanda
content gap usability improvement P3
### Who is this for and what problem do they have today? While playing around Redpanda, users usually receive an error with a corresponding error code like: ``` archival metadata STM update failed: cluster::errc:13 ``` But it's unclear what `13` actually means. Uses may google it but we, Redpanda, doesn't provide anything about it. ### What would you like fixed in or added to the documentation? As Apache Kafka has https://kafka.apache.org/11/protocol.html#protocol_error_codes, let's document Redpanda's error code too. The error code is basically defined in `errc.h` or in `errors.h` in each component like below: https://github.com/redpanda-data/redpanda/blob/dev/src/v/rpc/errc.h https://github.com/redpanda-data/redpanda/blob/dev/src/v/cluster/errc.h https://github.com/redpanda-data/redpanda/blob/dev/src/v/kafka/protocol/errors.h We should have the corresponding tables per component. ### Is this a new feature or a gap in the documentation? New feature #### If new feature, what's the expected release number and date? ### Link to existing product documentation page and/or community slack conversation, if applicable This was originally raised while troubleshooting a customer issue, https://redpandadata.slack.com/archives/C032D7VUFEE/p1645218956913879 ### Additional notes <!-- Why is this impactful for you? Relevant GitHub issues and pull requests Dependencies on other features or components Specific Redpanda contributors you’d like to notify -->
True
Document Error Code in Redpanda - ### Who is this for and what problem do they have today? While playing around Redpanda, users usually receive an error with a corresponding error code like: ``` archival metadata STM update failed: cluster::errc:13 ``` But it's unclear what `13` actually means. Uses may google it but we, Redpanda, doesn't provide anything about it. ### What would you like fixed in or added to the documentation? As Apache Kafka has https://kafka.apache.org/11/protocol.html#protocol_error_codes, let's document Redpanda's error code too. The error code is basically defined in `errc.h` or in `errors.h` in each component like below: https://github.com/redpanda-data/redpanda/blob/dev/src/v/rpc/errc.h https://github.com/redpanda-data/redpanda/blob/dev/src/v/cluster/errc.h https://github.com/redpanda-data/redpanda/blob/dev/src/v/kafka/protocol/errors.h We should have the corresponding tables per component. ### Is this a new feature or a gap in the documentation? New feature #### If new feature, what's the expected release number and date? ### Link to existing product documentation page and/or community slack conversation, if applicable This was originally raised while troubleshooting a customer issue, https://redpandadata.slack.com/archives/C032D7VUFEE/p1645218956913879 ### Additional notes <!-- Why is this impactful for you? Relevant GitHub issues and pull requests Dependencies on other features or components Specific Redpanda contributors you’d like to notify -->
non_defect
document error code in redpanda who is this for and what problem do they have today while playing around redpanda users usually receive an error with a corresponding error code like archival metadata stm update failed cluster errc but it s unclear what actually means uses may google it but we redpanda doesn t provide anything about it what would you like fixed in or added to the documentation as apache kafka has let s document redpanda s error code too the error code is basically defined in errc h or in errors h in each component like below we should have the corresponding tables per component is this a new feature or a gap in the documentation new feature if new feature what s the expected release number and date link to existing product documentation page and or community slack conversation if applicable this was originally raised while troubleshooting a customer issue additional notes why is this impactful for you relevant github issues and pull requests dependencies on other features or components specific redpanda contributors you’d like to notify
0
42,795
11,271,578,240
IssuesEvent
2020-01-14 13:20:45
ShaikASK/Testing
https://api.github.com/repos/ShaikASK/Testing
opened
Candidate Dashboard : Payroll Dynamic Document : Error message is displayed while submitting document in reject document flow
Defect P2
Steps To Replicate : 1.Launch the URL 2.Sign in as Candidate 3.Sign the Offer letter 4.Fill the Common Details Web form 5. navigated to Candidate Dashboard 6.Fill the Payroll Dynamic document by selecting direct deposit radio option and submit it 7.Submit all other documents 8.Reject Payroll Dynamic document from HR Review & Certify screen 9.Sign in as candidate using reject document email link 10.Click on Edit icon displayed beside Payroll document 11.Select Payroll Card radio option and click on submit button Experienced Behavior : Observed that error message is displayed as “There is some issue with confirm Account number 2, Please enter again” (Refer Screen Shot) Expected Behavior : Ensure that it should not display any error message while submitting document
1.0
Candidate Dashboard : Payroll Dynamic Document : Error message is displayed while submitting document in reject document flow - Steps To Replicate : 1.Launch the URL 2.Sign in as Candidate 3.Sign the Offer letter 4.Fill the Common Details Web form 5. navigated to Candidate Dashboard 6.Fill the Payroll Dynamic document by selecting direct deposit radio option and submit it 7.Submit all other documents 8.Reject Payroll Dynamic document from HR Review & Certify screen 9.Sign in as candidate using reject document email link 10.Click on Edit icon displayed beside Payroll document 11.Select Payroll Card radio option and click on submit button Experienced Behavior : Observed that error message is displayed as “There is some issue with confirm Account number 2, Please enter again” (Refer Screen Shot) Expected Behavior : Ensure that it should not display any error message while submitting document
defect
candidate dashboard payroll dynamic document error message is displayed while submitting document in reject document flow steps to replicate launch the url sign in as candidate sign the offer letter fill the common details web form navigated to candidate dashboard fill the payroll dynamic document by selecting direct deposit radio option and submit it submit all other documents reject payroll dynamic document from hr review certify screen sign in as candidate using reject document email link click on edit icon displayed beside payroll document select payroll card radio option and click on submit button experienced behavior observed that error message is displayed as “there is some issue with confirm account number please enter again” refer screen shot expected behavior ensure that it should not display any error message while submitting document
1
97,439
11,013,756,517
IssuesEvent
2019-12-04 21:10:30
dwcs-ucha/proxecto1
https://api.github.com/repos/dwcs-ucha/proxecto1
closed
Como facer uso do actual deseño
documentation
Os arquivos que conteñan a parte común da páxina, deberían importar 3/4 arquivos: 1. layout/head.php 2. layout/cabeceira.php 3. //layout/menu.php (en caso de haber un menú) 4. layout/pe.php Un exemplo dun arquivo **index.php** situado en **actividades/actividade3** ``` <!doctype html> <html lang="gl"> <head> <?php require_once '../../layout/head.php'; /*Contén etiquetas coma meta, link, script*/ ?> </head> <body> <?php require_once '../../layout/cabeceira.php'; /*Contén a cabeceira, que consiste nun menú horizontal <nav> [...] </nav>*/ ?> <div class="container"> <div style="border: 1px solid;"> <h1> Proba </h1> </div> </div> <?php require_once '../../layout/pe.php'; /*Contén o pé da páxina (<footer>[...]</footer>)*/ ?> </body> </html> ```
1.0
Como facer uso do actual deseño - Os arquivos que conteñan a parte común da páxina, deberían importar 3/4 arquivos: 1. layout/head.php 2. layout/cabeceira.php 3. //layout/menu.php (en caso de haber un menú) 4. layout/pe.php Un exemplo dun arquivo **index.php** situado en **actividades/actividade3** ``` <!doctype html> <html lang="gl"> <head> <?php require_once '../../layout/head.php'; /*Contén etiquetas coma meta, link, script*/ ?> </head> <body> <?php require_once '../../layout/cabeceira.php'; /*Contén a cabeceira, que consiste nun menú horizontal <nav> [...] </nav>*/ ?> <div class="container"> <div style="border: 1px solid;"> <h1> Proba </h1> </div> </div> <?php require_once '../../layout/pe.php'; /*Contén o pé da páxina (<footer>[...]</footer>)*/ ?> </body> </html> ```
non_defect
como facer uso do actual deseño os arquivos que conteñan a parte común da páxina deberían importar arquivos layout head php layout cabeceira php layout menu php en caso de haber un menú layout pe php un exemplo dun arquivo index php situado en actividades php require once layout head php contén etiquetas coma meta link script php require once layout cabeceira php contén a cabeceira que consiste nun menú horizontal proba php require once layout pe php contén o pé da páxina
0
407,615
11,924,578,889
IssuesEvent
2020-04-01 09:46:08
googleapis/google-cloud-dotnet
https://api.github.com/repos/googleapis/google-cloud-dotnet
opened
Synthesis failed for Google.Cloud.SecretManager.V1
autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate Google.Cloud.SecretManager.V1. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1' Cloning into '/tmpfs/tmp/tmp2otqxm3b/googleapis'... Note: checking out '0c88ce0da0e66910735643832b237c9f873b05e6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 0c88ce0da Add a new AuthorizationType for Data Source Definition. Note: checking out 'dc65f39f33cb139b3a2244199a3e722a4d94b679'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at dc65f39f For Secret Manager v1 and v1beta1, noted Secret ID character limitations. Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-20' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:38:39,787 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 Building new version of Google.Cloud.SecretManager.V1 for compatibility checking Changes in Google.Cloud.SecretManager.V1: Diff level: Identical 2020-04-01 02:38:53,682 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/SecretManagerServiceClient.g.cs M apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/Service.cs M apis/Google.Cloud.SecretManager.V1/synth.metadata [autosynth-Google.Cloud.SecretManager.V1-20 049ce1aa5] ignored 3 files changed, 31 insertions(+), 2 deletions(-) Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' Previous HEAD position was dc65f39f For Secret Manager v1 and v1beta1, noted Secret ID character limitations. HEAD is now at 7be2811a fix: Update gapic-generator version to pickup discogapic fixes Note: checking out '7491500461015ce88fdb53baabba5b712122f98c'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 749150046 Another synthtool attempt: this time retaining metadata Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-0' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:38:54,305 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 git detects no change in Google.Cloud.SecretManager.V1; skipping compatibility checking 2020-04-01 02:38:59,459 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/synth.metadata Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' Note: checking out '0c88ce0da0e66910735643832b237c9f873b05e6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 0c88ce0da Add a new AuthorizationType for Data Source Definition. Previous HEAD position was 7be2811a fix: Update gapic-generator version to pickup discogapic fixes HEAD is now at f260ba24 chore: use the latest gapic-generator in googleapis WORKSPACE. - PHP multi-pattern resource name support. - Trace up only one level when calculating parent types with singleton resource names Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-10' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:38:59,994 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 git detects no change in Google.Cloud.SecretManager.V1; skipping compatibility checking 2020-04-01 02:39:05,104 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/synth.metadata Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' Note: checking out '0c88ce0da0e66910735643832b237c9f873b05e6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 0c88ce0da Add a new AuthorizationType for Data Source Definition. Previous HEAD position was f260ba24 chore: use the latest gapic-generator in googleapis WORKSPACE. - PHP multi-pattern resource name support. - Trace up only one level when calculating parent types with singleton resource names HEAD is now at 7be2811a fix: Update gapic-generator version to pickup discogapic fixes Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-5' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:39:05,609 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 git detects no change in Google.Cloud.SecretManager.V1; skipping compatibility checking 2020-04-01 02:39:10,748 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/synth.metadata Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' HEAD is now at 7be2811a fix: Update gapic-generator version to pickup discogapic fixes Note: checking out '211500e6c2879534f9ce545ee4d4e49a6043d9cb'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 211500e6c Regenerate all synth.py files Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-2' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:39:11,235 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 git detects no change in Google.Cloud.SecretManager.V1; skipping compatibility checking 2020-04-01 02:39:16,711 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/synth.metadata Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' HEAD is now at 7be2811a fix: Update gapic-generator version to pickup discogapic fixes Note: checking out 'cf8b195af254ad4efb9a30bca24ec3edcabc4db6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at cf8b195af Add a workaround to synth.py to avoid metadata being overwritten Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-1' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:39:17,224 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 git detects no change in Google.Cloud.SecretManager.V1; skipping compatibility checking 2020-04-01 02:39:22,335 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/synth.metadata Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' On branch autosynth-Google.Cloud.SecretManager.V1 nothing to commit, working tree clean Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 482, in <module> main() File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 334, in main return _inner_main(temp_dir) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 429, in _inner_main branch, File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 202, in synthesize_loop patch_merge_version(young) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 171, in patch_merge_version or flat_source_versions[flat_version_index].version.get_comment() File "/tmpfs/src/git/autosynth/autosynth/git.py", line 95, in commit_all_changes subprocess.check_call(["git", "commit", "-m", message]) File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['git', 'commit', '-m', "Add a workaround to synth.py to avoid metadata being overwritten\n\nhttps://github.com/googleapis/google-cloud-dotnet/commit/cf8b195af254ad4efb9a30bca24ec3edcabc4db6\ncommit cf8b195af254ad4efb9a30bca24ec3edcabc4db6\nAuthor: Jon Skeet <jonskeet@google.com>\nDate: Wed Apr 1 10:07:03 2020 +0100\n\n Add a workaround to synth.py to avoid metadata being overwritten\n \n Our generateapis.sh script writes out synth.metadata with the current commit.\n Unfortunately synthtool then overwrites that file with an in-memory version.\n Fortunately we can join the two up by copying the sources from the file generated\n by generateapis.sh into the in-memory very at the end of the synth.py script.\n \n I'm sure we'll want a cleaner way of handling this eventually, but it'll do for now."]' returned non-zero exit status 1. ``` Google internal developers can see the full log [here](https://sponge/071226c9-bf81-416a-8a08-947eb75c07d4).
1.0
Synthesis failed for Google.Cloud.SecretManager.V1 - Hello! Autosynth couldn't regenerate Google.Cloud.SecretManager.V1. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1' Cloning into '/tmpfs/tmp/tmp2otqxm3b/googleapis'... Note: checking out '0c88ce0da0e66910735643832b237c9f873b05e6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 0c88ce0da Add a new AuthorizationType for Data Source Definition. Note: checking out 'dc65f39f33cb139b3a2244199a3e722a4d94b679'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at dc65f39f For Secret Manager v1 and v1beta1, noted Secret ID character limitations. Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-20' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:38:39,787 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 Building new version of Google.Cloud.SecretManager.V1 for compatibility checking Changes in Google.Cloud.SecretManager.V1: Diff level: Identical 2020-04-01 02:38:53,682 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/SecretManagerServiceClient.g.cs M apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/Service.cs M apis/Google.Cloud.SecretManager.V1/synth.metadata [autosynth-Google.Cloud.SecretManager.V1-20 049ce1aa5] ignored 3 files changed, 31 insertions(+), 2 deletions(-) Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' Previous HEAD position was dc65f39f For Secret Manager v1 and v1beta1, noted Secret ID character limitations. HEAD is now at 7be2811a fix: Update gapic-generator version to pickup discogapic fixes Note: checking out '7491500461015ce88fdb53baabba5b712122f98c'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 749150046 Another synthtool attempt: this time retaining metadata Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-0' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:38:54,305 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 git detects no change in Google.Cloud.SecretManager.V1; skipping compatibility checking 2020-04-01 02:38:59,459 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/synth.metadata Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' Note: checking out '0c88ce0da0e66910735643832b237c9f873b05e6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 0c88ce0da Add a new AuthorizationType for Data Source Definition. Previous HEAD position was 7be2811a fix: Update gapic-generator version to pickup discogapic fixes HEAD is now at f260ba24 chore: use the latest gapic-generator in googleapis WORKSPACE. - PHP multi-pattern resource name support. - Trace up only one level when calculating parent types with singleton resource names Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-10' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:38:59,994 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 git detects no change in Google.Cloud.SecretManager.V1; skipping compatibility checking 2020-04-01 02:39:05,104 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/synth.metadata Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' Note: checking out '0c88ce0da0e66910735643832b237c9f873b05e6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 0c88ce0da Add a new AuthorizationType for Data Source Definition. Previous HEAD position was f260ba24 chore: use the latest gapic-generator in googleapis WORKSPACE. - PHP multi-pattern resource name support. - Trace up only one level when calculating parent types with singleton resource names HEAD is now at 7be2811a fix: Update gapic-generator version to pickup discogapic fixes Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-5' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:39:05,609 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 git detects no change in Google.Cloud.SecretManager.V1; skipping compatibility checking 2020-04-01 02:39:10,748 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/synth.metadata Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' HEAD is now at 7be2811a fix: Update gapic-generator version to pickup discogapic fixes Note: checking out '211500e6c2879534f9ce545ee4d4e49a6043d9cb'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 211500e6c Regenerate all synth.py files Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-2' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:39:11,235 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 git detects no change in Google.Cloud.SecretManager.V1; skipping compatibility checking 2020-04-01 02:39:16,711 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/synth.metadata Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' HEAD is now at 7be2811a fix: Update gapic-generator version to pickup discogapic fixes Note: checking out 'cf8b195af254ad4efb9a30bca24ec3edcabc4db6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at cf8b195af Add a workaround to synth.py to avoid metadata being overwritten Switched to a new branch 'autosynth-Google.Cloud.SecretManager.V1-1' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--'] 2020-04-01 02:39:17,224 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/apis/Google.Cloud.SecretManager.V1/synth.py. Skipping microgenerator fetch/build: already built, and running on Kokoro Building existing version of Google.Cloud.SecretManager.V1 for compatibility checking Generating Google.Cloud.SecretManager.V1 git detects no change in Google.Cloud.SecretManager.V1; skipping compatibility checking 2020-04-01 02:39:22,335 synthtool > Wrote metadata to synth.metadata. Changed files: M apis/Google.Cloud.SecretManager.V1/synth.metadata Switched to branch 'autosynth-Google.Cloud.SecretManager.V1' On branch autosynth-Google.Cloud.SecretManager.V1 nothing to commit, working tree clean Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 482, in <module> main() File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 334, in main return _inner_main(temp_dir) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 429, in _inner_main branch, File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 202, in synthesize_loop patch_merge_version(young) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 171, in patch_merge_version or flat_source_versions[flat_version_index].version.get_comment() File "/tmpfs/src/git/autosynth/autosynth/git.py", line 95, in commit_all_changes subprocess.check_call(["git", "commit", "-m", message]) File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['git', 'commit', '-m', "Add a workaround to synth.py to avoid metadata being overwritten\n\nhttps://github.com/googleapis/google-cloud-dotnet/commit/cf8b195af254ad4efb9a30bca24ec3edcabc4db6\ncommit cf8b195af254ad4efb9a30bca24ec3edcabc4db6\nAuthor: Jon Skeet <jonskeet@google.com>\nDate: Wed Apr 1 10:07:03 2020 +0100\n\n Add a workaround to synth.py to avoid metadata being overwritten\n \n Our generateapis.sh script writes out synth.metadata with the current commit.\n Unfortunately synthtool then overwrites that file with an in-memory version.\n Fortunately we can join the two up by copying the sources from the file generated\n by generateapis.sh into the in-memory very at the end of the synth.py script.\n \n I'm sure we'll want a cleaner way of handling this eventually, but it'll do for now."]' returned non-zero exit status 1. ``` Google internal developers can see the full log [here](https://sponge/071226c9-bf81-416a-8a08-947eb75c07d4).
non_defect
synthesis failed for google cloud secretmanager hello autosynth couldn t regenerate google cloud secretmanager broken heart here s the output from running synth py cloning into working repo switched to a new branch autosynth google cloud secretmanager cloning into tmpfs tmp googleapis note checking out you are in detached head state you can look around make experimental changes and commit them and you can discard any commits you make in this state without impacting any branches by performing another checkout if you want to create a new branch to retain commits you create you may do so now or later by using b with the checkout command again example git checkout b head is now at add a new authorizationtype for data source definition note checking out you are in detached head state you can look around make experimental changes and commit them and you can discard any commits you make in this state without impacting any branches by performing another checkout if you want to create a new branch to retain commits you create you may do so now or later by using b with the checkout command again example git checkout b head is now at for secret manager and noted secret id character limitations switched to a new branch autosynth google cloud secretmanager running synthtool synthtool executing tmpfs src git autosynth working repo apis google cloud secretmanager synth py skipping microgenerator fetch build already built and running on kokoro building existing version of google cloud secretmanager for compatibility checking generating google cloud secretmanager building new version of google cloud secretmanager for compatibility checking changes in google cloud secretmanager diff level identical synthtool wrote metadata to synth metadata changed files m apis google cloud secretmanager google cloud secretmanager secretmanagerserviceclient g cs m apis google cloud secretmanager google cloud secretmanager service cs m apis google cloud secretmanager synth metadata ignored files changed insertions deletions switched to branch autosynth google cloud secretmanager previous head position was for secret manager and noted secret id character limitations head is now at fix update gapic generator version to pickup discogapic fixes note checking out you are in detached head state you can look around make experimental changes and commit them and you can discard any commits you make in this state without impacting any branches by performing another checkout if you want to create a new branch to retain commits you create you may do so now or later by using b with the checkout command again example git checkout b head is now at another synthtool attempt this time retaining metadata switched to a new branch autosynth google cloud secretmanager running synthtool synthtool executing tmpfs src git autosynth working repo apis google cloud secretmanager synth py skipping microgenerator fetch build already built and running on kokoro building existing version of google cloud secretmanager for compatibility checking generating google cloud secretmanager git detects no change in google cloud secretmanager skipping compatibility checking synthtool wrote metadata to synth metadata changed files m apis google cloud secretmanager synth metadata switched to branch autosynth google cloud secretmanager note checking out you are in detached head state you can look around make experimental changes and commit them and you can discard any commits you make in this state without impacting any branches by performing another checkout if you want to create a new branch to retain commits you create you may do so now or later by using b with the checkout command again example git checkout b head is now at add a new authorizationtype for data source definition previous head position was fix update gapic generator version to pickup discogapic fixes head is now at chore use the latest gapic generator in googleapis workspace php multi pattern resource name support trace up only one level when calculating parent types with singleton resource names switched to a new branch autosynth google cloud secretmanager running synthtool synthtool executing tmpfs src git autosynth working repo apis google cloud secretmanager synth py skipping microgenerator fetch build already built and running on kokoro building existing version of google cloud secretmanager for compatibility checking generating google cloud secretmanager git detects no change in google cloud secretmanager skipping compatibility checking synthtool wrote metadata to synth metadata changed files m apis google cloud secretmanager synth metadata switched to branch autosynth google cloud secretmanager note checking out you are in detached head state you can look around make experimental changes and commit them and you can discard any commits you make in this state without impacting any branches by performing another checkout if you want to create a new branch to retain commits you create you may do so now or later by using b with the checkout command again example git checkout b head is now at add a new authorizationtype for data source definition previous head position was chore use the latest gapic generator in googleapis workspace php multi pattern resource name support trace up only one level when calculating parent types with singleton resource names head is now at fix update gapic generator version to pickup discogapic fixes switched to a new branch autosynth google cloud secretmanager running synthtool synthtool executing tmpfs src git autosynth working repo apis google cloud secretmanager synth py skipping microgenerator fetch build already built and running on kokoro building existing version of google cloud secretmanager for compatibility checking generating google cloud secretmanager git detects no change in google cloud secretmanager skipping compatibility checking synthtool wrote metadata to synth metadata changed files m apis google cloud secretmanager synth metadata switched to branch autosynth google cloud secretmanager head is now at fix update gapic generator version to pickup discogapic fixes note checking out you are in detached head state you can look around make experimental changes and commit them and you can discard any commits you make in this state without impacting any branches by performing another checkout if you want to create a new branch to retain commits you create you may do so now or later by using b with the checkout command again example git checkout b head is now at regenerate all synth py files switched to a new branch autosynth google cloud secretmanager running synthtool synthtool executing tmpfs src git autosynth working repo apis google cloud secretmanager synth py skipping microgenerator fetch build already built and running on kokoro building existing version of google cloud secretmanager for compatibility checking generating google cloud secretmanager git detects no change in google cloud secretmanager skipping compatibility checking synthtool wrote metadata to synth metadata changed files m apis google cloud secretmanager synth metadata switched to branch autosynth google cloud secretmanager head is now at fix update gapic generator version to pickup discogapic fixes note checking out you are in detached head state you can look around make experimental changes and commit them and you can discard any commits you make in this state without impacting any branches by performing another checkout if you want to create a new branch to retain commits you create you may do so now or later by using b with the checkout command again example git checkout b head is now at add a workaround to synth py to avoid metadata being overwritten switched to a new branch autosynth google cloud secretmanager running synthtool synthtool executing tmpfs src git autosynth working repo apis google cloud secretmanager synth py skipping microgenerator fetch build already built and running on kokoro building existing version of google cloud secretmanager for compatibility checking generating google cloud secretmanager git detects no change in google cloud secretmanager skipping compatibility checking synthtool wrote metadata to synth metadata changed files m apis google cloud secretmanager synth metadata switched to branch autosynth google cloud secretmanager on branch autosynth google cloud secretmanager nothing to commit working tree clean traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src git autosynth autosynth synth py line in main file tmpfs src git autosynth autosynth synth py line in main return inner main temp dir file tmpfs src git autosynth autosynth synth py line in inner main branch file tmpfs src git autosynth autosynth synth py line in synthesize loop patch merge version young file tmpfs src git autosynth autosynth synth py line in patch merge version or flat source versions version get comment file tmpfs src git autosynth autosynth git py line in commit all changes subprocess check call file home kbuilder pyenv versions lib subprocess py line in check call raise calledprocesserror retcode cmd subprocess calledprocesserror command returned non zero exit status google internal developers can see the full log
0
60,333
25,096,451,770
IssuesEvent
2022-11-08 10:29:34
hashicorp/terraform-provider-azurerm
https://api.github.com/repos/hashicorp/terraform-provider-azurerm
closed
Subscription ID cannot be set as resource_id in azurerm_resource_policy_assignment
question service/policy
<!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues * [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues * [Registry](https://registry.terraform.io/) issues * Spans resources across multiple providers If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead. ---> <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform (and AzureRM Provider) Version ``` Terraform v1.0.2 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v2.66.0 ``` <!--- Please run `terraform -v` to show the Terraform core version and provider version(s). If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions). ---> ### Affected Resource(s) <!--- Please list the affected resources and data sources. ---> * `azurerm_resource_policy_assignment` ### Terraform Configuration Files <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl data "azurerm_subscription" "current" { } data "azurerm_policy_definition" "kv-secrets-expiration-set" { display_name = "[Preview]: Key Vault secrets should have an expiration date" } resource "azurerm_resource_policy_assignment" "kv-secrets-expiration-set" { name = "kv-secrets-expiration-set" resource_id = data.azurerm_subscription.current.id policy_definition_id = data.azurerm_policy_definition.kv-secrets-expiration-set.id } ``` ### Debug Output <!--- Please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist. To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html). ---> ``` ╷ │ Error: ID cannot be a Subscription ID │ │ with module.sharedres.azurerm_resource_policy_assignment.kv-secrets-expiration-set, │ on .terraform/modules/sharedres/policy.tf line 10, in resource "azurerm_resource_policy_assignment" "kv-secrets-expiration-set": │ 10: resource_id = data.azurerm_subscription.current.id │ ╵ ``` ### Panic Output <!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`. ---> ### Expected Behaviour <!--- What should have happened? ---> The azure policy assignment should have been created as scoped to the whole current Azure Subscription (I'm able to create the same via Azure Portal and also see a valid resource_id when I try to import the existing Azure Policy Assignment into the current terraform state). The API doc also states that `Be sure to replace {scope} with one of the following patterns: Subscription: /subscriptions/{subscriptionId}` ``` resource "azurerm_resource_policy_assignment" "kv-secrets-expiration-set" { ... policy_definition_id = "/providers/Microsoft.Authorization/policyDefinitions/98728c90-32c7-4049-8429-847dc0f4fe37" resource_id = "/subscriptions/0cf03d4a-be67-42d2-bfc6-18e57807abc8" } ``` ### Actual Behaviour <!--- What actually happened? ---> ### Steps to Reproduce <!--- Please list the steps required to reproduce the issue. ---> 1. `terraform plan -out plan.out` ### Important Factoids <!--- Are there anything atypical about your accounts that we should know? For example: Running in a Azure China/Germany/Government? ---> ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Such as vendor documentation? ---> * https://docs.microsoft.com/en-us/azure/governance/policy/assign-policy-rest-api
1.0
Subscription ID cannot be set as resource_id in azurerm_resource_policy_assignment - <!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues * [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues * [Registry](https://registry.terraform.io/) issues * Spans resources across multiple providers If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead. ---> <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform (and AzureRM Provider) Version ``` Terraform v1.0.2 on linux_amd64 + provider registry.terraform.io/hashicorp/azurerm v2.66.0 ``` <!--- Please run `terraform -v` to show the Terraform core version and provider version(s). If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions). ---> ### Affected Resource(s) <!--- Please list the affected resources and data sources. ---> * `azurerm_resource_policy_assignment` ### Terraform Configuration Files <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl data "azurerm_subscription" "current" { } data "azurerm_policy_definition" "kv-secrets-expiration-set" { display_name = "[Preview]: Key Vault secrets should have an expiration date" } resource "azurerm_resource_policy_assignment" "kv-secrets-expiration-set" { name = "kv-secrets-expiration-set" resource_id = data.azurerm_subscription.current.id policy_definition_id = data.azurerm_policy_definition.kv-secrets-expiration-set.id } ``` ### Debug Output <!--- Please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist. To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html). ---> ``` ╷ │ Error: ID cannot be a Subscription ID │ │ with module.sharedres.azurerm_resource_policy_assignment.kv-secrets-expiration-set, │ on .terraform/modules/sharedres/policy.tf line 10, in resource "azurerm_resource_policy_assignment" "kv-secrets-expiration-set": │ 10: resource_id = data.azurerm_subscription.current.id │ ╵ ``` ### Panic Output <!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`. ---> ### Expected Behaviour <!--- What should have happened? ---> The azure policy assignment should have been created as scoped to the whole current Azure Subscription (I'm able to create the same via Azure Portal and also see a valid resource_id when I try to import the existing Azure Policy Assignment into the current terraform state). The API doc also states that `Be sure to replace {scope} with one of the following patterns: Subscription: /subscriptions/{subscriptionId}` ``` resource "azurerm_resource_policy_assignment" "kv-secrets-expiration-set" { ... policy_definition_id = "/providers/Microsoft.Authorization/policyDefinitions/98728c90-32c7-4049-8429-847dc0f4fe37" resource_id = "/subscriptions/0cf03d4a-be67-42d2-bfc6-18e57807abc8" } ``` ### Actual Behaviour <!--- What actually happened? ---> ### Steps to Reproduce <!--- Please list the steps required to reproduce the issue. ---> 1. `terraform plan -out plan.out` ### Important Factoids <!--- Are there anything atypical about your accounts that we should know? For example: Running in a Azure China/Germany/Government? ---> ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Such as vendor documentation? ---> * https://docs.microsoft.com/en-us/azure/governance/policy/assign-policy-rest-api
non_defect
subscription id cannot be set as resource id in azurerm resource policy assignment please note the following potential times when an issue might be in terraform core or resource ordering issues and issues issues issues spans resources across multiple providers if you are running into one of these scenarios we recommend opening an issue in the instead community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment terraform and azurerm provider version terraform on linux provider registry terraform io hashicorp azurerm affected resource s azurerm resource policy assignment terraform configuration files hcl data azurerm subscription current data azurerm policy definition kv secrets expiration set display name key vault secrets should have an expiration date resource azurerm resource policy assignment kv secrets expiration set name kv secrets expiration set resource id data azurerm subscription current id policy definition id data azurerm policy definition kv secrets expiration set id debug output please provide a link to a github gist containing the complete debug output please do not paste the debug output in the issue just paste a link to the gist to obtain the debug output see the ╷ │ error id cannot be a subscription id │ │ with module sharedres azurerm resource policy assignment kv secrets expiration set │ on terraform modules sharedres policy tf line in resource azurerm resource policy assignment kv secrets expiration set │ resource id data azurerm subscription current id │ ╵ panic output expected behaviour the azure policy assignment should have been created as scoped to the whole current azure subscription i m able to create the same via azure portal and also see a valid resource id when i try to import the existing azure policy assignment into the current terraform state the api doc also states that be sure to replace scope with one of the following patterns subscription subscriptions subscriptionid resource azurerm resource policy assignment kv secrets expiration set policy definition id providers microsoft authorization policydefinitions resource id subscriptions actual behaviour steps to reproduce terraform plan out plan out important factoids references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here such as vendor documentation
0
7,610
2,610,407,505
IssuesEvent
2015-02-26 20:12:25
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Mechis III Build Pads
auto-migrated Priority-Medium Type-Defect
``` On Mechis III (land), bottom center build pad can't be clicked. This also occurs for a few others on the map. ``` ----- Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 1 May 2012 at 1:02
1.0
Mechis III Build Pads - ``` On Mechis III (land), bottom center build pad can't be clicked. This also occurs for a few others on the map. ``` ----- Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 1 May 2012 at 1:02
defect
mechis iii build pads on mechis iii land bottom center build pad can t be clicked this also occurs for a few others on the map original issue reported on code google com by killerhurdz netscape net on may at
1
65,133
19,161,335,730
IssuesEvent
2021-12-03 00:45:52
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
CCP v2.0 - no genera cfdi de tipo traslado, solo ingreso
bug defect
Solo presenta el PDF, como si fuera vista previa, es decir vacío, sin datos de timbrado.
1.0
CCP v2.0 - no genera cfdi de tipo traslado, solo ingreso - Solo presenta el PDF, como si fuera vista previa, es decir vacío, sin datos de timbrado.
defect
ccp no genera cfdi de tipo traslado solo ingreso solo presenta el pdf como si fuera vista previa es decir vacío sin datos de timbrado
1
44,276
12,101,433,333
IssuesEvent
2020-04-20 15:12:28
codesmithtools/Templates
https://api.github.com/repos/codesmithtools/Templates
closed
Issue creating connection string in web.config when connection string contains a double quote.
Framework-PLINQO Type-Defect auto-migrated stale
``` Issue creating connection string in web.config when connection string contains a double quote. ``` Original issue reported on code.google.com by `bniemyjski` on 18 Nov 2014 at 2:42
1.0
Issue creating connection string in web.config when connection string contains a double quote. - ``` Issue creating connection string in web.config when connection string contains a double quote. ``` Original issue reported on code.google.com by `bniemyjski` on 18 Nov 2014 at 2:42
defect
issue creating connection string in web config when connection string contains a double quote issue creating connection string in web config when connection string contains a double quote original issue reported on code google com by bniemyjski on nov at
1
53,828
13,262,361,108
IssuesEvent
2020-08-20 21:39:57
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
wimpsim-reader - example.py error (Trac #2154)
Migrated from Trac combo simulation defect
In [source:IceCube/projects/wimpsim-reader/trunk/resources/examples/example.py#L19] at line 19 there is a likely typing error: ```text 19 outfile = os.path.expandars("$I3_BUILD/wimpsim-reader/resources/example.i3.bz2") ``` I get this error: ```text AttributeError: 'module' object has no attribute 'expandars' ``` I suppose it should be ```expandvars``` instead of ```expandars``` . <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2154">https://code.icecube.wisc.edu/projects/icecube/ticket/2154</a>, reported by grenziand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2018-05-17T15:58:32", "_ts": "1526572712892430", "description": "In [source:IceCube/projects/wimpsim-reader/trunk/resources/examples/example.py#L19]\n\nat line 19 there is a likely typing error:\n\n\n{{{\n19\toutfile = os.path.expandars(\"$I3_BUILD/wimpsim-reader/resources/example.i3.bz2\")\n}}}\n\nI get this error:\n\n{{{\nAttributeError: 'module' object has no attribute 'expandars'\n}}}\n\n\nI suppose it should be {{{expandvars}}} instead of {{{expandars}}} .\n\n\n", "reporter": "grenzi", "cc": "", "resolution": "fixed", "time": "2018-05-17T15:18:51", "component": "combo simulation", "summary": "wimpsim-reader - example.py error", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
wimpsim-reader - example.py error (Trac #2154) - In [source:IceCube/projects/wimpsim-reader/trunk/resources/examples/example.py#L19] at line 19 there is a likely typing error: ```text 19 outfile = os.path.expandars("$I3_BUILD/wimpsim-reader/resources/example.i3.bz2") ``` I get this error: ```text AttributeError: 'module' object has no attribute 'expandars' ``` I suppose it should be ```expandvars``` instead of ```expandars``` . <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2154">https://code.icecube.wisc.edu/projects/icecube/ticket/2154</a>, reported by grenziand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2018-05-17T15:58:32", "_ts": "1526572712892430", "description": "In [source:IceCube/projects/wimpsim-reader/trunk/resources/examples/example.py#L19]\n\nat line 19 there is a likely typing error:\n\n\n{{{\n19\toutfile = os.path.expandars(\"$I3_BUILD/wimpsim-reader/resources/example.i3.bz2\")\n}}}\n\nI get this error:\n\n{{{\nAttributeError: 'module' object has no attribute 'expandars'\n}}}\n\n\nI suppose it should be {{{expandvars}}} instead of {{{expandars}}} .\n\n\n", "reporter": "grenzi", "cc": "", "resolution": "fixed", "time": "2018-05-17T15:18:51", "component": "combo simulation", "summary": "wimpsim-reader - example.py error", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
wimpsim reader example py error trac in at line there is a likely typing error text outfile os path expandars build wimpsim reader resources example i get this error text attributeerror module object has no attribute expandars i suppose it should be expandvars instead of expandars migrated from json status closed changetime ts description in n nat line there is a likely typing error n n n toutfile os path expandars build wimpsim reader resources example n n ni get this error n n nattributeerror module object has no attribute expandars n n n ni suppose it should be expandvars instead of expandars n n n reporter grenzi cc resolution fixed time component combo simulation summary wimpsim reader example py error priority normal keywords milestone owner nega type defect
1
53,915
13,890,064,402
IssuesEvent
2020-10-19 08:46:56
edwardhu/yarn
https://api.github.com/repos/edwardhu/yarn
opened
CVE-2017-15010 (High) detected in tough-cookie-2.3.2.tgz
security vulnerability
## CVE-2017-15010 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tough-cookie-2.3.2.tgz</b></p></summary> <p>RFC6265 Cookies and Cookie Jar for node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz">https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz</a></p> <p>Path to dependency file: yarn/__tests__/fixtures/outdated/wanted-newer-than-current/yarn.lock</p> <p>Path to vulnerable library: yarn/__tests__/fixtures/outdated/wanted-newer-than-current/yarn.lock,yarn/__tests__/fixtures/install/install-bin-links-eslint/node_modules/tough-cookie/package.json</p> <p> Dependency Hierarchy: - react-scripts-0.9.5.tgz (Root Library) - webpack-1.14.0.tgz - watchpack-0.2.9.tgz - chokidar-1.7.0.tgz - fsevents-1.0.17.tgz - node-pre-gyp-0.6.36.tgz - request-2.81.0.tgz - :x: **tough-cookie-2.3.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/edwardhu/yarn/commit/2ee054bb235ddfee52d2edbc5ea95cd8becdb9c9">2ee054bb235ddfee52d2edbc5ea95cd8becdb9c9</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> A ReDoS (regular expression denial of service) flaw was found in the tough-cookie module before 2.3.3 for Node.js. An attacker that is able to make an HTTP request using a specially crafted cookie may cause the application to consume an excessive amount of CPU. <p>Publish Date: 2017-10-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-15010>CVE-2017-15010</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://nvd.nist.gov/vuln/detail/CVE-2017-15010">https://nvd.nist.gov/vuln/detail/CVE-2017-15010</a></p> <p>Release Date: 2017-10-04</p> <p>Fix Resolution: 2.3.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"tough-cookie","packageVersion":"2.3.2","isTransitiveDependency":true,"dependencyTree":"react-scripts:0.9.5;webpack:1.14.0;watchpack:0.2.9;chokidar:1.7.0;fsevents:1.0.17;node-pre-gyp:0.6.36;request:2.81.0;tough-cookie:2.3.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.3.3"}],"vulnerabilityIdentifier":"CVE-2017-15010","vulnerabilityDetails":"A ReDoS (regular expression denial of service) flaw was found in the tough-cookie module before 2.3.3 for Node.js. An attacker that is able to make an HTTP request using a specially crafted cookie may cause the application to consume an excessive amount of CPU.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-15010","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-15010 (High) detected in tough-cookie-2.3.2.tgz - ## CVE-2017-15010 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tough-cookie-2.3.2.tgz</b></p></summary> <p>RFC6265 Cookies and Cookie Jar for node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz">https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz</a></p> <p>Path to dependency file: yarn/__tests__/fixtures/outdated/wanted-newer-than-current/yarn.lock</p> <p>Path to vulnerable library: yarn/__tests__/fixtures/outdated/wanted-newer-than-current/yarn.lock,yarn/__tests__/fixtures/install/install-bin-links-eslint/node_modules/tough-cookie/package.json</p> <p> Dependency Hierarchy: - react-scripts-0.9.5.tgz (Root Library) - webpack-1.14.0.tgz - watchpack-0.2.9.tgz - chokidar-1.7.0.tgz - fsevents-1.0.17.tgz - node-pre-gyp-0.6.36.tgz - request-2.81.0.tgz - :x: **tough-cookie-2.3.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/edwardhu/yarn/commit/2ee054bb235ddfee52d2edbc5ea95cd8becdb9c9">2ee054bb235ddfee52d2edbc5ea95cd8becdb9c9</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> A ReDoS (regular expression denial of service) flaw was found in the tough-cookie module before 2.3.3 for Node.js. An attacker that is able to make an HTTP request using a specially crafted cookie may cause the application to consume an excessive amount of CPU. <p>Publish Date: 2017-10-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-15010>CVE-2017-15010</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://nvd.nist.gov/vuln/detail/CVE-2017-15010">https://nvd.nist.gov/vuln/detail/CVE-2017-15010</a></p> <p>Release Date: 2017-10-04</p> <p>Fix Resolution: 2.3.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"tough-cookie","packageVersion":"2.3.2","isTransitiveDependency":true,"dependencyTree":"react-scripts:0.9.5;webpack:1.14.0;watchpack:0.2.9;chokidar:1.7.0;fsevents:1.0.17;node-pre-gyp:0.6.36;request:2.81.0;tough-cookie:2.3.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.3.3"}],"vulnerabilityIdentifier":"CVE-2017-15010","vulnerabilityDetails":"A ReDoS (regular expression denial of service) flaw was found in the tough-cookie module before 2.3.3 for Node.js. An attacker that is able to make an HTTP request using a specially crafted cookie may cause the application to consume an excessive amount of CPU.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-15010","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 tough cookie tgz cve high severity vulnerability vulnerable library tough cookie tgz cookies and cookie jar for node js library home page a href path to dependency file yarn tests fixtures outdated wanted newer than current yarn lock path to vulnerable library yarn tests fixtures outdated wanted newer than current yarn lock yarn tests fixtures install install bin links eslint node modules tough cookie package json dependency hierarchy react scripts tgz root library webpack tgz watchpack tgz chokidar tgz fsevents tgz node pre gyp tgz request tgz x tough cookie tgz vulnerable library found in head commit a href found in base branch master vulnerability details a redos regular expression denial of service flaw was found in the tough cookie module before for node js an attacker that is able to make an http request using a specially crafted cookie may cause the application to consume an excessive amount of cpu 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 vulnerabilityidentifier cve vulnerabilitydetails a redos regular expression denial of service flaw was found in the tough cookie module before for node js an attacker that is able to make an http request using a specially crafted cookie may cause the application to consume an excessive amount of cpu vulnerabilityurl
0
58,108
16,342,461,470
IssuesEvent
2021-05-13 00:21:27
darshan-hpc/darshan
https://api.github.com/repos/darshan-hpc/darshan
closed
segfault on bad arguments to darshan-parser
defect parsing tools
In GitLab by @shanedsnyder on Sep 24, 2015, 16:27 If you accidentally specify an invalid command line argument to darshan-parser then it will segfault: ```text $ darshan-parser --foo bar Segmentation fault (core dumped) ```
1.0
segfault on bad arguments to darshan-parser - In GitLab by @shanedsnyder on Sep 24, 2015, 16:27 If you accidentally specify an invalid command line argument to darshan-parser then it will segfault: ```text $ darshan-parser --foo bar Segmentation fault (core dumped) ```
defect
segfault on bad arguments to darshan parser in gitlab by shanedsnyder on sep if you accidentally specify an invalid command line argument to darshan parser then it will segfault text darshan parser foo bar segmentation fault core dumped
1
320,664
27,449,365,625
IssuesEvent
2023-03-02 16:18:14
automl/SMAC3
https://api.github.com/repos/automl/SMAC3
opened
Incomplete test for multi-objective aggregation: weighted objectives
test
The `test_mean_aggregation` test seems to be incomplete in respect to checking whether different weightings afffect the sampled configurations. This refers to line 77 in file test_mean_aggregation.py in commit 302b8b3, which is: `# TODO: Check whether different weighting affects the sampled configurations.`
1.0
Incomplete test for multi-objective aggregation: weighted objectives - The `test_mean_aggregation` test seems to be incomplete in respect to checking whether different weightings afffect the sampled configurations. This refers to line 77 in file test_mean_aggregation.py in commit 302b8b3, which is: `# TODO: Check whether different weighting affects the sampled configurations.`
non_defect
incomplete test for multi objective aggregation weighted objectives the test mean aggregation test seems to be incomplete in respect to checking whether different weightings afffect the sampled configurations this refers to line in file test mean aggregation py in commit which is todo check whether different weighting affects the sampled configurations
0
132,078
18,504,802,719
IssuesEvent
2021-10-19 17:17:08
apache/superset
https://api.github.com/repos/apache/superset
closed
SQL Lab: widen left panel, limit type width
bug:cosmetic needs:design-input
_I used the feature to create issue from comment on GitHub_, bypassed the template @yousoph the bug is fixed, but the left panel still seems too crowded. I think the sql editor doesn't need that much of the space, but your call! <img width="320" alt="Screen Shot 2020-11-16 at 6 15 44 PM" src="https://user-images.githubusercontent.com/67837651/99337774-c64a4300-2837-11eb-8939-b99849f6b347.png"> _Originally posted by @junlincc in https://github.com/apache/incubator-superset/issues/11715#issuecomment-728641732_
1.0
SQL Lab: widen left panel, limit type width - _I used the feature to create issue from comment on GitHub_, bypassed the template @yousoph the bug is fixed, but the left panel still seems too crowded. I think the sql editor doesn't need that much of the space, but your call! <img width="320" alt="Screen Shot 2020-11-16 at 6 15 44 PM" src="https://user-images.githubusercontent.com/67837651/99337774-c64a4300-2837-11eb-8939-b99849f6b347.png"> _Originally posted by @junlincc in https://github.com/apache/incubator-superset/issues/11715#issuecomment-728641732_
non_defect
sql lab widen left panel limit type width i used the feature to create issue from comment on github bypassed the template yousoph the bug is fixed but the left panel still seems too crowded i think the sql editor doesn t need that much of the space but your call img width alt screen shot at pm src originally posted by junlincc in
0
4,881
2,610,159,562
IssuesEvent
2015-02-26 18:50:38
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
SFX
auto-migrated Priority-Medium Type-Defect
``` Reinforcement point contested using Rebel SFX ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 31 Jan 2011 at 12:43
1.0
SFX - ``` Reinforcement point contested using Rebel SFX ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 31 Jan 2011 at 12:43
defect
sfx reinforcement point contested using rebel sfx original issue reported on code google com by gmail com on jan at
1
96,538
27,880,268,682
IssuesEvent
2023-03-21 18:49:59
php/php-src
https://api.github.com/repos/php/php-src
closed
Error compilling
Bug Category: Build System Extension: openssl
### Description I tried with every version of openssl and libressl, the same errors! ./configure '--prefix=/opt/php8' '--with-pcre-jit' '--with-curl' '--enable-fpm' '--with-fpm-systemd' '--with-fpm-acl' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-jpeg' '--enable-gd' '--with-webp' '--with-mysqli' '--with-pear=/usr/share/pear' '--enable-opcache-jit' '--enable-mbstring' '--with-zlib' '--with-openssl=/opt/libressl371' '--enable-calendar' '--with-zip' '--with-xsl' '--with-imap-ssl' '--enable-intl' '--with-xpm' '--with-avif' '--enable-exif' '--enable-soap' '--enable-sockets' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher': /opt/php-8.2.4/ext/openssl/openssl.c:7048: undefined reference to `EVP_CIPHER_get0_name' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_get_cipher_methods': /opt/php-8.2.4/ext/openssl/openssl.c:7067: undefined reference to `EVP_CIPHER_do_all_provided' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_load_cipher_mode': /opt/php-8.2.4/ext/openssl/openssl.c:7181: undefined reference to `EVP_CIPHER_get_mode' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7201: undefined reference to `EVP_CIPHER_get_nid' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_pkey_get_details': /opt/php-8.2.4/ext/openssl/openssl.c:4756: undefined reference to `EVP_PKEY_get_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4763: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_get_utf8_param': /opt/php-8.2.4/ext/openssl/openssl.c:4722: undefined reference to `EVP_PKEY_get_utf8_string_param' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5051: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5005: undefined reference to `EVP_PKEY_set1_encoded_public_key' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_digest': /opt/php-8.2.4/ext/openssl/openssl.c:7129: undefined reference to `EVP_MD_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_init': /opt/php-8.2.4/ext/openssl/openssl.c:7294: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7323: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6483: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6532: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6582: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6631: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_sign': /opt/php-8.2.4/ext/openssl/openssl.c:6726: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_seal': /opt/php-8.2.4/ext/openssl/openssl.c:6839: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6862: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6875: undefined reference to `EVP_CIPHER_CTX_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_open': /opt/php-8.2.4/ext/openssl/openssl.c:6968: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld/usr/bin/ld: : ext/openssl/openssl.o: in function `php_openssl_cipher_update': /opt/php-8.2.4/ext/openssl/openssl.c:7374: undefined reference to `EVP_CIPHER_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_generate_private_key': /opt/php-8.2.4/ext/openssl/openssl.c:3721: undefined reference to `EVP_PKEY_CTX_set_ec_paramgen_curve_nid' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3722: undefined reference to `EVP_PKEY_CTX_set_ec_param_enc' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3708: undefined reference to `EVP_PKEY_CTX_set_dh_paramgen_prime_len' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3700: undefined reference to `EVP_PKEY_CTX_set_dsa_paramgen_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3749: undefined reference to `EVP_PKEY_CTX_set_rsa_keygen_bits' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4337: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4413: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4414: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dh': /opt/php-8.2.4/ext/openssl/openssl.c:4135: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4149: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4150: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4152: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4155: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4164: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4167: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4172: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4173: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4195: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4196: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3830: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3845: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3846: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3848: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3851: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3854: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:3857: more undefined references to `OSSL_PARAM_BLD_push_BN' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3866: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3871: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3872: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3879: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3880: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dsa': /opt/php-8.2.4/ext/openssl/openssl.c:3962: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4015: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4016: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3976: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3977: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3978: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3981: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3983: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3987: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3992: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3993: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4357: undefined reference to `OSSL_PARAM_BLD_push_utf8_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4361: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4382: undefined reference to `OSSL_PARAM_BLD_push_octet_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4385: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4390: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4391: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher_or_alias': /opt/php-8.2.4/ext/openssl/openssl.c:7043: undefined reference to `EVP_CIPHER_names_do_all' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_set_server_dh_param': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1240: undefined reference to `SSL_CTX_set0_tmp_dh_pkey' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_enable_crypto': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1964: undefined reference to `SSL_get1_peer_certificate' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/xp_ssl.c:1948: undefined reference to `SSL_get1_peer_certificate' ext/openssl/openssl.o: in function `php_openssl_add_cipher': /opt/php-8.2.4/ext/openssl/openssl.c:7048: undefined reference to `EVP_CIPHER_get0_name' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_get_cipher_methods': /opt/php-8.2.4/ext/openssl/openssl.c:7067: undefined reference to `EVP_CIPHER_do_all_provided' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_load_cipher_mode': /opt/php-8.2.4/ext/openssl/openssl.c:7181: undefined reference to `EVP_CIPHER_get_mode' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7201: undefined reference to `EVP_CIPHER_get_nid' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_pkey_get_details': /opt/php-8.2.4/ext/openssl/openssl.c:4756: undefined reference to `EVP_PKEY_get_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4763: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_get_utf8_param': /opt/php-8.2.4/ext/openssl/openssl.c:4722: undefined reference to `EVP_PKEY_get_utf8_string_param' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5051: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5005: undefined reference to `EVP_PKEY_set1_encoded_public_key' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_digest': /opt/php-8.2.4/ext/openssl/openssl.c:7129: undefined reference to `EVP_MD_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_init': /opt/php-8.2.4/ext/openssl/openssl.c:7294: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7323: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6483: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6532: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6582: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6631: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_sign': /opt/php-8.2.4/ext/openssl/openssl.c:6726: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_seal': /opt/php-8.2.4/ext/openssl/openssl.c:6839: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6862: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6875: undefined reference to `EVP_CIPHER_CTX_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_open': /opt/php-8.2.4/ext/openssl/openssl.c:6968: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_update': /opt/php-8.2.4/ext/openssl/openssl.c:7374: undefined reference to `EVP_CIPHER_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_generate_private_key': /opt/php-8.2.4/ext/openssl/openssl.c:3721: undefined reference to `EVP_PKEY_CTX_set_ec_paramgen_curve_nid' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3722: undefined reference to `EVP_PKEY_CTX_set_ec_param_enc' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3708: undefined reference to `EVP_PKEY_CTX_set_dh_paramgen_prime_len' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3700: undefined reference to `EVP_PKEY_CTX_set_dsa_paramgen_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3749: undefined reference to `EVP_PKEY_CTX_set_rsa_keygen_bits' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4337: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4413: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4414: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dh': /opt/php-8.2.4/ext/openssl/openssl.c:4135: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4149: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4150: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4152: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4155: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4164: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4167: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4172: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4173: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4195: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4196: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3830: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3845: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3846: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3848: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3851: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3854: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:3857: more undefined references to `OSSL_PARAM_BLD_push_BN' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3866: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3871: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3872: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3879: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3880: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dsa': /opt/php-8.2.4/ext/openssl/openssl.c:3962: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4015: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4016: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3976: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3977: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3978: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3981: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3983: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3987: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3992: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3993: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4357: undefined reference to `OSSL_PARAM_BLD_push_utf8_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4361: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4382: undefined reference to `OSSL_PARAM_BLD_push_octet_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4385: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4390: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4391: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher_or_alias': /opt/php-8.2.4/ext/openssl/openssl.c:7043: undefined reference to `EVP_CIPHER_names_do_all' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher': /opt/php-8.2.4/ext/openssl/openssl.c:7048: undefined reference to `EVP_CIPHER_get0_name' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_get_cipher_methods': /opt/php-8.2.4/ext/openssl/openssl.c:7067: undefined reference to `EVP_CIPHER_do_all_provided' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_load_cipher_mode': /opt/php-8.2.4/ext/openssl/openssl.c:7181: undefined reference to `EVP_CIPHER_get_mode' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7201: undefined reference to `EVP_CIPHER_get_nid' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_pkey_get_details': /opt/php-8.2.4/ext/openssl/openssl.c:4756: undefined reference to `EVP_PKEY_get_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4763: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_get_utf8_param': /opt/php-8.2.4/ext/openssl/openssl.c:4722: undefined reference to `EVP_PKEY_get_utf8_string_param' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5051: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5005: undefined reference to `EVP_PKEY_set1_encoded_public_key' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_digest': /opt/php-8.2.4/ext/openssl/openssl.c:7129: undefined reference to `EVP_MD_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_init': /opt/php-8.2.4/ext/openssl/openssl.c:7294: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7323: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6483: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6532: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6582: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6631: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_sign': /opt/php-8.2.4/ext/openssl/openssl.c:6726: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_seal': /opt/php-8.2.4/ext/openssl/openssl.c:6839: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6862: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6875: undefined reference to `EVP_CIPHER_CTX_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_open': /opt/php-8.2.4/ext/openssl/openssl.c:6968: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_update': /opt/php-8.2.4/ext/openssl/openssl.c:7374: undefined reference to `EVP_CIPHER_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_generate_private_key': /opt/php-8.2.4/ext/openssl/openssl.c:3721: undefined reference to `EVP_PKEY_CTX_set_ec_paramgen_curve_nid' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3722: undefined reference to `EVP_PKEY_CTX_set_ec_param_enc' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3708: undefined reference to `EVP_PKEY_CTX_set_dh_paramgen_prime_len' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3700: undefined reference to `EVP_PKEY_CTX_set_dsa_paramgen_bitsext/openssl/xp_ssl.o' : in function `/usr/bin/ld: php_openssl_set_server_dh_param': /opt/php-8.2.4/ext/openssl/xp_ssl.c:/opt/php-8.2.4/ext/openssl/openssl.c:12403749: undefined reference to `: undefined reference to `SSL_CTX_set0_tmp_dh_pkeyEVP_PKEY_CTX_set_rsa_keygen_bits' ' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_enable_crypto': /usr/bin/ld/opt/php-8.2.4/ext/openssl/xp_ssl.c:: 1964: undefined reference to `SSL_get1_peer_certificate' ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4337: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld/usr/bin/ld: : /opt/php-8.2.4/ext/openssl/xp_ssl.c:1948/opt/php-8.2.4/ext/openssl/openssl.c:: undefined reference to `4413SSL_get1_peer_certificate: undefined reference to `' OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4414: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dh': /opt/php-8.2.4/ext/openssl/openssl.c:4135: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4149: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4150: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4152: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4155: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4164: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4167: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4172: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4173: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4195: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4196: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3830: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3845: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3846: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3848: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3851: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3854: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:3857: more undefined references to `OSSL_PARAM_BLD_push_BN' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3866: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3871: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3872: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3879: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3880: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dsa': /opt/php-8.2.4/ext/openssl/openssl.c:3962: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4015: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4016: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3976: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3977: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3978: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3981: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3983: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3987: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3992: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3993: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4357: undefined reference to `OSSL_PARAM_BLD_push_utf8_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4361: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4382: undefined reference to `OSSL_PARAM_BLD_push_octet_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4385: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4390: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4391: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher_or_alias': /opt/php-8.2.4/ext/openssl/openssl.c:7043: undefined reference to `EVP_CIPHER_names_do_all' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_set_server_dh_param': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1240: undefined reference to `SSL_CTX_set0_tmp_dh_pkey' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_enable_crypto': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1964: undefined reference to `SSL_get1_peer_certificate' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/xp_ssl.c:1948: undefined reference to `SSL_get1_peer_certificate' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher': /opt/php-8.2.4/ext/openssl/openssl.c:7048: undefined reference to `EVP_CIPHER_get0_name' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_get_cipher_methods': /opt/php-8.2.4/ext/openssl/openssl.c:7067: undefined reference to `EVP_CIPHER_do_all_provided' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_load_cipher_mode': /opt/php-8.2.4/ext/openssl/openssl.c:7181: undefined reference to `EVP_CIPHER_get_mode' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7201: undefined reference to `EVP_CIPHER_get_nid' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_pkey_get_details': /opt/php-8.2.4/ext/openssl/openssl.c:4756: undefined reference to `EVP_PKEY_get_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4763: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_get_utf8_param': /opt/php-8.2.4/ext/openssl/openssl.c:4722: undefined reference to `EVP_PKEY_get_utf8_string_param' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5051: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5005: undefined reference to `EVP_PKEY_set1_encoded_public_key' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_digest': /opt/php-8.2.4/ext/openssl/openssl.c:7129: undefined reference to `EVP_MD_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_init': /opt/php-8.2.4/ext/openssl/openssl.c:7294: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7323: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6483: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6532: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6582: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6631: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_sign': /opt/php-8.2.4/ext/openssl/openssl.c:6726: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_seal': /opt/php-8.2.4/ext/openssl/openssl.c:6839: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6862: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6875: undefined reference to `EVP_CIPHER_CTX_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_open': /opt/php-8.2.4/ext/openssl/openssl.c:6968: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_update': /opt/php-8.2.4/ext/openssl/openssl.c:7374: undefined reference to `EVP_CIPHER_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_generate_private_key': /opt/php-8.2.4/ext/openssl/openssl.c:3721: undefined reference to `EVP_PKEY_CTX_set_ec_paramgen_curve_nid' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3722: undefined reference to `EVP_PKEY_CTX_set_ec_param_enc' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3708: undefined reference to `EVP_PKEY_CTX_set_dh_paramgen_prime_len' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3700: undefined reference to `EVP_PKEY_CTX_set_dsa_paramgen_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3749: undefined reference to `EVP_PKEY_CTX_set_rsa_keygen_bits' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4337: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4413: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4414: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dh': /opt/php-8.2.4/ext/openssl/openssl.c:4135: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4149: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4150: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4152: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4155: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4164: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4167: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4172: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4173: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4195: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4196: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3830: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3845: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3846: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3848: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3851: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3854: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:3857: more undefined references to `OSSL_PARAM_BLD_push_BN' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3866: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3871: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3872: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3879: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3880: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dsa': /opt/php-8.2.4/ext/openssl/openssl.c:3962: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4015: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4016: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3976: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3977: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3978: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3981: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3983: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3987: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3992: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3993: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4357: undefined reference to `OSSL_PARAM_BLD_push_utf8_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4361: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4382: undefined reference to `OSSL_PARAM_BLD_push_octet_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4385: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4390: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4391: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher_or_alias': /opt/php-8.2.4/ext/openssl/openssl.c:7043: undefined reference to `EVP_CIPHER_names_do_all' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_set_server_dh_param': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1240: undefined reference to `SSL_CTX_set0_tmp_dh_pkey' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_enable_crypto': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1964: undefined reference to `SSL_get1_peer_certificate' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/xp_ssl.c:1948: undefined reference to `SSL_get1_peer_certificate' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_caching_sha2_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1006: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1025: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_sha256_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:705: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:725: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_caching_sha2_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1006: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1025: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_sha256_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:705: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:725: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_caching_sha2_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1006: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1025: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_sha256_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:705: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:725: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_caching_sha2_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1006: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1025: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_sha256_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:705: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:725: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' collect2: error: ld returned 1 exit status make: *** [Makefile:376: sapi/cgi/php-cgi] Error 1 make: *** Waiting for unfinished jobs.... collect2: error: ld returned 1 exit status make: *** [Makefile:317: sapi/fpm/php-fpm] Error 1 collect2: error: ld returned 1 exit status make: *** [Makefile:305: sapi/cli/php] Error 1 collect2: error: ld returned 1 exit status make: *** [Makefile:350: sapi/phpdbg/phpdbg] Error 1 [root@ns3145235 php-8.2.4]# ### PHP Version PHP 8.2.xxx ### Operating System Fedora 33
1.0
Error compilling - ### Description I tried with every version of openssl and libressl, the same errors! ./configure '--prefix=/opt/php8' '--with-pcre-jit' '--with-curl' '--enable-fpm' '--with-fpm-systemd' '--with-fpm-acl' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-jpeg' '--enable-gd' '--with-webp' '--with-mysqli' '--with-pear=/usr/share/pear' '--enable-opcache-jit' '--enable-mbstring' '--with-zlib' '--with-openssl=/opt/libressl371' '--enable-calendar' '--with-zip' '--with-xsl' '--with-imap-ssl' '--enable-intl' '--with-xpm' '--with-avif' '--enable-exif' '--enable-soap' '--enable-sockets' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher': /opt/php-8.2.4/ext/openssl/openssl.c:7048: undefined reference to `EVP_CIPHER_get0_name' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_get_cipher_methods': /opt/php-8.2.4/ext/openssl/openssl.c:7067: undefined reference to `EVP_CIPHER_do_all_provided' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_load_cipher_mode': /opt/php-8.2.4/ext/openssl/openssl.c:7181: undefined reference to `EVP_CIPHER_get_mode' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7201: undefined reference to `EVP_CIPHER_get_nid' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_pkey_get_details': /opt/php-8.2.4/ext/openssl/openssl.c:4756: undefined reference to `EVP_PKEY_get_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4763: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_get_utf8_param': /opt/php-8.2.4/ext/openssl/openssl.c:4722: undefined reference to `EVP_PKEY_get_utf8_string_param' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5051: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5005: undefined reference to `EVP_PKEY_set1_encoded_public_key' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_digest': /opt/php-8.2.4/ext/openssl/openssl.c:7129: undefined reference to `EVP_MD_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_init': /opt/php-8.2.4/ext/openssl/openssl.c:7294: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7323: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6483: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6532: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6582: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6631: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_sign': /opt/php-8.2.4/ext/openssl/openssl.c:6726: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_seal': /opt/php-8.2.4/ext/openssl/openssl.c:6839: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6862: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6875: undefined reference to `EVP_CIPHER_CTX_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_open': /opt/php-8.2.4/ext/openssl/openssl.c:6968: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld/usr/bin/ld: : ext/openssl/openssl.o: in function `php_openssl_cipher_update': /opt/php-8.2.4/ext/openssl/openssl.c:7374: undefined reference to `EVP_CIPHER_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_generate_private_key': /opt/php-8.2.4/ext/openssl/openssl.c:3721: undefined reference to `EVP_PKEY_CTX_set_ec_paramgen_curve_nid' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3722: undefined reference to `EVP_PKEY_CTX_set_ec_param_enc' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3708: undefined reference to `EVP_PKEY_CTX_set_dh_paramgen_prime_len' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3700: undefined reference to `EVP_PKEY_CTX_set_dsa_paramgen_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3749: undefined reference to `EVP_PKEY_CTX_set_rsa_keygen_bits' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4337: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4413: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4414: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dh': /opt/php-8.2.4/ext/openssl/openssl.c:4135: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4149: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4150: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4152: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4155: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4164: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4167: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4172: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4173: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4195: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4196: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3830: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3845: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3846: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3848: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3851: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3854: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:3857: more undefined references to `OSSL_PARAM_BLD_push_BN' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3866: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3871: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3872: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3879: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3880: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dsa': /opt/php-8.2.4/ext/openssl/openssl.c:3962: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4015: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4016: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3976: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3977: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3978: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3981: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3983: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3987: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3992: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3993: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4357: undefined reference to `OSSL_PARAM_BLD_push_utf8_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4361: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4382: undefined reference to `OSSL_PARAM_BLD_push_octet_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4385: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4390: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4391: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher_or_alias': /opt/php-8.2.4/ext/openssl/openssl.c:7043: undefined reference to `EVP_CIPHER_names_do_all' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_set_server_dh_param': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1240: undefined reference to `SSL_CTX_set0_tmp_dh_pkey' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_enable_crypto': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1964: undefined reference to `SSL_get1_peer_certificate' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/xp_ssl.c:1948: undefined reference to `SSL_get1_peer_certificate' ext/openssl/openssl.o: in function `php_openssl_add_cipher': /opt/php-8.2.4/ext/openssl/openssl.c:7048: undefined reference to `EVP_CIPHER_get0_name' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_get_cipher_methods': /opt/php-8.2.4/ext/openssl/openssl.c:7067: undefined reference to `EVP_CIPHER_do_all_provided' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_load_cipher_mode': /opt/php-8.2.4/ext/openssl/openssl.c:7181: undefined reference to `EVP_CIPHER_get_mode' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7201: undefined reference to `EVP_CIPHER_get_nid' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_pkey_get_details': /opt/php-8.2.4/ext/openssl/openssl.c:4756: undefined reference to `EVP_PKEY_get_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4763: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_get_utf8_param': /opt/php-8.2.4/ext/openssl/openssl.c:4722: undefined reference to `EVP_PKEY_get_utf8_string_param' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5051: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5005: undefined reference to `EVP_PKEY_set1_encoded_public_key' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_digest': /opt/php-8.2.4/ext/openssl/openssl.c:7129: undefined reference to `EVP_MD_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_init': /opt/php-8.2.4/ext/openssl/openssl.c:7294: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7323: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6483: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6532: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6582: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6631: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_sign': /opt/php-8.2.4/ext/openssl/openssl.c:6726: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_seal': /opt/php-8.2.4/ext/openssl/openssl.c:6839: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6862: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6875: undefined reference to `EVP_CIPHER_CTX_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_open': /opt/php-8.2.4/ext/openssl/openssl.c:6968: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_update': /opt/php-8.2.4/ext/openssl/openssl.c:7374: undefined reference to `EVP_CIPHER_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_generate_private_key': /opt/php-8.2.4/ext/openssl/openssl.c:3721: undefined reference to `EVP_PKEY_CTX_set_ec_paramgen_curve_nid' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3722: undefined reference to `EVP_PKEY_CTX_set_ec_param_enc' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3708: undefined reference to `EVP_PKEY_CTX_set_dh_paramgen_prime_len' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3700: undefined reference to `EVP_PKEY_CTX_set_dsa_paramgen_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3749: undefined reference to `EVP_PKEY_CTX_set_rsa_keygen_bits' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4337: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4413: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4414: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dh': /opt/php-8.2.4/ext/openssl/openssl.c:4135: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4149: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4150: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4152: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4155: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4164: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4167: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4172: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4173: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4195: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4196: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3830: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3845: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3846: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3848: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3851: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3854: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:3857: more undefined references to `OSSL_PARAM_BLD_push_BN' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3866: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3871: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3872: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3879: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3880: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dsa': /opt/php-8.2.4/ext/openssl/openssl.c:3962: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4015: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4016: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3976: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3977: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3978: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3981: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3983: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3987: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3992: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3993: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4357: undefined reference to `OSSL_PARAM_BLD_push_utf8_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4361: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4382: undefined reference to `OSSL_PARAM_BLD_push_octet_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4385: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4390: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4391: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher_or_alias': /opt/php-8.2.4/ext/openssl/openssl.c:7043: undefined reference to `EVP_CIPHER_names_do_all' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher': /opt/php-8.2.4/ext/openssl/openssl.c:7048: undefined reference to `EVP_CIPHER_get0_name' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_get_cipher_methods': /opt/php-8.2.4/ext/openssl/openssl.c:7067: undefined reference to `EVP_CIPHER_do_all_provided' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_load_cipher_mode': /opt/php-8.2.4/ext/openssl/openssl.c:7181: undefined reference to `EVP_CIPHER_get_mode' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7201: undefined reference to `EVP_CIPHER_get_nid' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_pkey_get_details': /opt/php-8.2.4/ext/openssl/openssl.c:4756: undefined reference to `EVP_PKEY_get_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4763: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_get_utf8_param': /opt/php-8.2.4/ext/openssl/openssl.c:4722: undefined reference to `EVP_PKEY_get_utf8_string_param' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5051: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5005: undefined reference to `EVP_PKEY_set1_encoded_public_key' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_digest': /opt/php-8.2.4/ext/openssl/openssl.c:7129: undefined reference to `EVP_MD_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_init': /opt/php-8.2.4/ext/openssl/openssl.c:7294: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7323: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6483: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6532: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6582: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6631: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_sign': /opt/php-8.2.4/ext/openssl/openssl.c:6726: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_seal': /opt/php-8.2.4/ext/openssl/openssl.c:6839: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6862: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6875: undefined reference to `EVP_CIPHER_CTX_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_open': /opt/php-8.2.4/ext/openssl/openssl.c:6968: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_update': /opt/php-8.2.4/ext/openssl/openssl.c:7374: undefined reference to `EVP_CIPHER_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_generate_private_key': /opt/php-8.2.4/ext/openssl/openssl.c:3721: undefined reference to `EVP_PKEY_CTX_set_ec_paramgen_curve_nid' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3722: undefined reference to `EVP_PKEY_CTX_set_ec_param_enc' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3708: undefined reference to `EVP_PKEY_CTX_set_dh_paramgen_prime_len' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3700: undefined reference to `EVP_PKEY_CTX_set_dsa_paramgen_bitsext/openssl/xp_ssl.o' : in function `/usr/bin/ld: php_openssl_set_server_dh_param': /opt/php-8.2.4/ext/openssl/xp_ssl.c:/opt/php-8.2.4/ext/openssl/openssl.c:12403749: undefined reference to `: undefined reference to `SSL_CTX_set0_tmp_dh_pkeyEVP_PKEY_CTX_set_rsa_keygen_bits' ' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_enable_crypto': /usr/bin/ld/opt/php-8.2.4/ext/openssl/xp_ssl.c:: 1964: undefined reference to `SSL_get1_peer_certificate' ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4337: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld/usr/bin/ld: : /opt/php-8.2.4/ext/openssl/xp_ssl.c:1948/opt/php-8.2.4/ext/openssl/openssl.c:: undefined reference to `4413SSL_get1_peer_certificate: undefined reference to `' OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4414: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dh': /opt/php-8.2.4/ext/openssl/openssl.c:4135: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4149: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4150: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4152: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4155: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4164: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4167: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4172: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4173: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4195: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4196: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3830: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3845: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3846: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3848: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3851: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3854: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:3857: more undefined references to `OSSL_PARAM_BLD_push_BN' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3866: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3871: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3872: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3879: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3880: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dsa': /opt/php-8.2.4/ext/openssl/openssl.c:3962: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4015: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4016: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3976: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3977: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3978: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3981: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3983: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3987: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3992: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3993: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4357: undefined reference to `OSSL_PARAM_BLD_push_utf8_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4361: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4382: undefined reference to `OSSL_PARAM_BLD_push_octet_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4385: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4390: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4391: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher_or_alias': /opt/php-8.2.4/ext/openssl/openssl.c:7043: undefined reference to `EVP_CIPHER_names_do_all' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_set_server_dh_param': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1240: undefined reference to `SSL_CTX_set0_tmp_dh_pkey' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_enable_crypto': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1964: undefined reference to `SSL_get1_peer_certificate' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/xp_ssl.c:1948: undefined reference to `SSL_get1_peer_certificate' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher': /opt/php-8.2.4/ext/openssl/openssl.c:7048: undefined reference to `EVP_CIPHER_get0_name' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_get_cipher_methods': /opt/php-8.2.4/ext/openssl/openssl.c:7067: undefined reference to `EVP_CIPHER_do_all_provided' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_load_cipher_mode': /opt/php-8.2.4/ext/openssl/openssl.c:7181: undefined reference to `EVP_CIPHER_get_mode' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7201: undefined reference to `EVP_CIPHER_get_nid' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_pkey_get_details': /opt/php-8.2.4/ext/openssl/openssl.c:4756: undefined reference to `EVP_PKEY_get_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4763: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_get_utf8_param': /opt/php-8.2.4/ext/openssl/openssl.c:4722: undefined reference to `EVP_PKEY_get_utf8_string_param' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_copy_bn_param': /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4711: undefined reference to `EVP_PKEY_get_bn_param' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:4711: more undefined references to `EVP_PKEY_get_bn_param' follow /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5051: undefined reference to `EVP_PKEY_get_base_id' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_dh_compute_key': /opt/php-8.2.4/ext/openssl/openssl.c:5005: undefined reference to `EVP_PKEY_set1_encoded_public_key' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_digest': /opt/php-8.2.4/ext/openssl/openssl.c:7129: undefined reference to `EVP_MD_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_init': /opt/php-8.2.4/ext/openssl/openssl.c:7294: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:7323: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6483: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_private_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6532: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_encrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6582: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_public_decrypt': /opt/php-8.2.4/ext/openssl/openssl.c:6631: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_sign': /opt/php-8.2.4/ext/openssl/openssl.c:6726: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_seal': /opt/php-8.2.4/ext/openssl/openssl.c:6839: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6862: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:6875: undefined reference to `EVP_CIPHER_CTX_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `zif_openssl_open': /opt/php-8.2.4/ext/openssl/openssl.c:6968: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_update': /opt/php-8.2.4/ext/openssl/openssl.c:7374: undefined reference to `EVP_CIPHER_get_block_size' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_generate_private_key': /opt/php-8.2.4/ext/openssl/openssl.c:3721: undefined reference to `EVP_PKEY_CTX_set_ec_paramgen_curve_nid' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3722: undefined reference to `EVP_PKEY_CTX_set_ec_param_enc' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3708: undefined reference to `EVP_PKEY_CTX_set_dh_paramgen_prime_len' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3700: undefined reference to `EVP_PKEY_CTX_set_dsa_paramgen_bits' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3749: undefined reference to `EVP_PKEY_CTX_set_rsa_keygen_bits' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4337: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4413: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4414: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dh': /opt/php-8.2.4/ext/openssl/openssl.c:4135: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4149: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4150: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4152: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4155: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4164: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4167: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4172: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4173: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4195: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4196: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3830: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3845: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3846: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3848: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3851: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3854: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: ext/openssl/openssl.o:/opt/php-8.2.4/ext/openssl/openssl.c:3857: more undefined references to `OSSL_PARAM_BLD_push_BN' follow /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_rsa': /opt/php-8.2.4/ext/openssl/openssl.c:3866: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3871: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3872: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3879: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3880: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_dsa': /opt/php-8.2.4/ext/openssl/openssl.c:3962: undefined reference to `OSSL_PARAM_BLD_new' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4015: undefined reference to `OSSL_PARAM_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4016: undefined reference to `OSSL_PARAM_BLD_free' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3976: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3977: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3978: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3981: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3983: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3987: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3992: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:3993: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_pkey_init_ec': /opt/php-8.2.4/ext/openssl/openssl.c:4357: undefined reference to `OSSL_PARAM_BLD_push_utf8_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4361: undefined reference to `OSSL_PARAM_BLD_push_BN' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4382: undefined reference to `OSSL_PARAM_BLD_push_octet_string' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4385: undefined reference to `OSSL_PARAM_BLD_to_param' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4390: undefined reference to `EVP_PKEY_fromdata_init' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/openssl.c:4391: undefined reference to `EVP_PKEY_fromdata' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_iv_length': /opt/php-8.2.4/ext/openssl/openssl.c:7632: undefined reference to `EVP_CIPHER_get_iv_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_cipher_key_length': /opt/php-8.2.4/ext/openssl/openssl.c:7661: undefined reference to `EVP_CIPHER_get_key_length' /usr/bin/ld: ext/openssl/openssl.o: in function `php_openssl_add_cipher_or_alias': /opt/php-8.2.4/ext/openssl/openssl.c:7043: undefined reference to `EVP_CIPHER_names_do_all' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_set_server_dh_param': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1240: undefined reference to `SSL_CTX_set0_tmp_dh_pkey' /usr/bin/ld: ext/openssl/xp_ssl.o: in function `php_openssl_enable_crypto': /opt/php-8.2.4/ext/openssl/xp_ssl.c:1964: undefined reference to `SSL_get1_peer_certificate' /usr/bin/ld: /opt/php-8.2.4/ext/openssl/xp_ssl.c:1948: undefined reference to `SSL_get1_peer_certificate' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_caching_sha2_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1006: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1025: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_sha256_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:705: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:725: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_caching_sha2_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1006: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1025: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_sha256_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:705: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:725: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_caching_sha2_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1006: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1025: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_sha256_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:705: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:725: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_caching_sha2_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1006: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:1025: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' /usr/bin/ld: ext/mysqlnd/mysqlnd_auth.o: in function `mysqlnd_sha256_public_encrypt': /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:705: undefined reference to `EVP_PKEY_get_size' /usr/bin/ld: /opt/php-8.2.4/ext/mysqlnd/mysqlnd_auth.c:725: undefined reference to `EVP_PKEY_CTX_set_rsa_padding' collect2: error: ld returned 1 exit status make: *** [Makefile:376: sapi/cgi/php-cgi] Error 1 make: *** Waiting for unfinished jobs.... collect2: error: ld returned 1 exit status make: *** [Makefile:317: sapi/fpm/php-fpm] Error 1 collect2: error: ld returned 1 exit status make: *** [Makefile:305: sapi/cli/php] Error 1 collect2: error: ld returned 1 exit status make: *** [Makefile:350: sapi/phpdbg/phpdbg] Error 1 [root@ns3145235 php-8.2.4]# ### PHP Version PHP 8.2.xxx ### Operating System Fedora 33
non_defect
error compilling description i tried with every version of openssl and libressl the same errors configure prefix opt with pcre jit with curl enable fpm with fpm systemd with fpm acl enable sysvmsg enable sysvsem enable sysvshm with mysql sock var lib mysql mysql sock with jpeg enable gd with webp with mysqli with pear usr share pear enable opcache jit enable mbstring with zlib with openssl opt enable calendar with zip with xsl with imap ssl enable intl with xpm with avif enable exif enable soap enable sockets usr bin ld ext openssl openssl o in function php openssl add cipher opt php ext openssl openssl c undefined reference to evp cipher name usr bin ld ext openssl openssl o in function zif openssl get cipher methods opt php ext openssl openssl c undefined reference to evp cipher do all provided usr bin ld ext openssl openssl o in function php openssl load cipher mode opt php ext openssl openssl c undefined reference to evp cipher get mode usr bin ld opt php ext openssl openssl c undefined reference to evp cipher get nid usr bin ld ext openssl openssl o in function php openssl cipher iv length opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher key length opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function zif openssl pkey get details opt php ext openssl openssl c undefined reference to evp pkey get bits usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get base id usr bin ld ext openssl openssl o in function php openssl copy bn param opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to evp pkey get bn param follow usr bin ld ext openssl openssl o in function php openssl get param opt php ext openssl openssl c undefined reference to evp pkey get string param usr bin ld ext openssl openssl o in function php openssl copy bn param opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to evp pkey get bn param follow usr bin ld ext openssl openssl o in function zif openssl dh compute key opt php ext openssl openssl c undefined reference to evp pkey get base id usr bin ld ext openssl openssl o in function php openssl dh compute key opt php ext openssl openssl c undefined reference to evp pkey encoded public key usr bin ld ext openssl openssl o in function zif openssl digest opt php ext openssl openssl c undefined reference to evp md get size usr bin ld ext openssl openssl o in function php openssl cipher init opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function zif openssl private encrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl private decrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl public encrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl public decrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl sign opt php ext openssl openssl c undefined reference to evp pkey get size usr bin ld ext openssl openssl o in function zif openssl seal opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get size usr bin ld opt php ext openssl openssl c undefined reference to evp cipher ctx get block size usr bin ld ext openssl openssl o in function zif openssl open opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld usr bin ld ext openssl openssl o in function php openssl cipher update opt php ext openssl openssl c undefined reference to evp cipher get block size usr bin ld ext openssl openssl o in function php openssl generate private key opt php ext openssl openssl c undefined reference to evp pkey ctx set ec paramgen curve nid usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set ec param enc usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set dh paramgen prime len usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set dsa paramgen bits usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa keygen bits usr bin ld ext openssl openssl o in function php openssl pkey init ec opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init dh opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init rsa opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to ossl param bld push bn follow usr bin ld ext openssl openssl o in function php openssl pkey init rsa opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init dsa opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld ext openssl openssl o in function php openssl pkey init ec opt php ext openssl openssl c undefined reference to ossl param bld push string usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push octet string usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld ext openssl openssl o in function php openssl cipher iv length opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher key length opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function php openssl add cipher or alias opt php ext openssl openssl c undefined reference to evp cipher names do all usr bin ld ext openssl xp ssl o in function php openssl set server dh param opt php ext openssl xp ssl c undefined reference to ssl ctx tmp dh pkey usr bin ld ext openssl xp ssl o in function php openssl enable crypto opt php ext openssl xp ssl c undefined reference to ssl peer certificate usr bin ld opt php ext openssl xp ssl c undefined reference to ssl peer certificate ext openssl openssl o in function php openssl add cipher opt php ext openssl openssl c undefined reference to evp cipher name usr bin ld ext openssl openssl o in function zif openssl get cipher methods opt php ext openssl openssl c undefined reference to evp cipher do all provided usr bin ld ext openssl openssl o in function php openssl load cipher mode opt php ext openssl openssl c undefined reference to evp cipher get mode usr bin ld opt php ext openssl openssl c undefined reference to evp cipher get nid usr bin ld ext openssl openssl o in function php openssl cipher iv length opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher key length opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function zif openssl pkey get details opt php ext openssl openssl c undefined reference to evp pkey get bits usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get base id usr bin ld usr bin ld ext openssl openssl o in function php openssl copy bn param opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to evp pkey get bn param follow usr bin ld ext openssl openssl o in function php openssl get param opt php ext openssl openssl c undefined reference to evp pkey get string param usr bin ld ext openssl openssl o in function php openssl copy bn param opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to evp pkey get bn param follow usr bin ld ext openssl openssl o in function zif openssl dh compute key opt php ext openssl openssl c undefined reference to evp pkey get base id usr bin ld ext openssl openssl o in function php openssl dh compute key opt php ext openssl openssl c undefined reference to evp pkey encoded public key usr bin ld ext openssl openssl o in function zif openssl digest opt php ext openssl openssl c undefined reference to evp md get size usr bin ld ext openssl openssl o in function php openssl cipher init opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function zif openssl private encrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl private decrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl public encrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl public decrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl sign opt php ext openssl openssl c undefined reference to evp pkey get size usr bin ld ext openssl openssl o in function zif openssl seal opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get size usr bin ld opt php ext openssl openssl c undefined reference to evp cipher ctx get block size usr bin ld ext openssl openssl o in function zif openssl open opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher update opt php ext openssl openssl c undefined reference to evp cipher get block size usr bin ld ext openssl openssl o in function php openssl generate private key opt php ext openssl openssl c undefined reference to evp pkey ctx set ec paramgen curve nid usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set ec param enc usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set dh paramgen prime len usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set dsa paramgen bits usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa keygen bits usr bin ld ext openssl openssl o in function php openssl pkey init ec opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init dh opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init rsa opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to ossl param bld push bn follow usr bin ld ext openssl openssl o in function php openssl pkey init rsa opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init dsa opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld ext openssl openssl o in function php openssl pkey init ec opt php ext openssl openssl c undefined reference to ossl param bld push string usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push octet string usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld ext openssl openssl o in function php openssl cipher iv length opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher key length opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function php openssl add cipher or alias opt php ext openssl openssl c undefined reference to evp cipher names do all usr bin ld ext openssl openssl o in function php openssl add cipher opt php ext openssl openssl c undefined reference to evp cipher name usr bin ld ext openssl openssl o in function zif openssl get cipher methods opt php ext openssl openssl c undefined reference to evp cipher do all provided usr bin ld ext openssl openssl o in function php openssl load cipher mode opt php ext openssl openssl c undefined reference to evp cipher get mode usr bin ld opt php ext openssl openssl c undefined reference to evp cipher get nid usr bin ld ext openssl openssl o in function php openssl cipher iv length opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher key length opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function zif openssl pkey get details opt php ext openssl openssl c undefined reference to evp pkey get bits usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get base id usr bin ld ext openssl openssl o in function php openssl copy bn param opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to evp pkey get bn param follow usr bin ld ext openssl openssl o in function php openssl get param opt php ext openssl openssl c undefined reference to evp pkey get string param usr bin ld ext openssl openssl o in function php openssl copy bn param opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to evp pkey get bn param follow usr bin ld ext openssl openssl o in function zif openssl dh compute key opt php ext openssl openssl c undefined reference to evp pkey get base id usr bin ld ext openssl openssl o in function php openssl dh compute key opt php ext openssl openssl c undefined reference to evp pkey encoded public key usr bin ld ext openssl openssl o in function zif openssl digest opt php ext openssl openssl c undefined reference to evp md get size usr bin ld ext openssl openssl o in function php openssl cipher init opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function zif openssl private encrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl private decrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl public encrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl public decrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl sign opt php ext openssl openssl c undefined reference to evp pkey get size usr bin ld ext openssl openssl o in function zif openssl seal opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get size usr bin ld opt php ext openssl openssl c undefined reference to evp cipher ctx get block size usr bin ld ext openssl openssl o in function zif openssl open opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher update opt php ext openssl openssl c undefined reference to evp cipher get block size usr bin ld ext openssl openssl o in function php openssl generate private key opt php ext openssl openssl c undefined reference to evp pkey ctx set ec paramgen curve nid usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set ec param enc usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set dh paramgen prime len usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set dsa paramgen bitsext openssl xp ssl o in function usr bin ld php openssl set server dh param opt php ext openssl xp ssl c opt php ext openssl openssl c undefined reference to undefined reference to ssl ctx tmp dh pkeyevp pkey ctx set rsa keygen bits usr bin ld ext openssl xp ssl o in function php openssl enable crypto usr bin ld opt php ext openssl xp ssl c undefined reference to ssl peer certificate ext openssl openssl o in function php openssl pkey init ec opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld usr bin ld opt php ext openssl xp ssl c opt php ext openssl openssl c undefined reference to peer certificate undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init dh opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init rsa opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to ossl param bld push bn follow usr bin ld ext openssl openssl o in function php openssl pkey init rsa opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init dsa opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld ext openssl openssl o in function php openssl pkey init ec opt php ext openssl openssl c undefined reference to ossl param bld push string usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push octet string usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld ext openssl openssl o in function php openssl cipher iv length opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher key length opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function php openssl add cipher or alias opt php ext openssl openssl c undefined reference to evp cipher names do all usr bin ld ext openssl xp ssl o in function php openssl set server dh param opt php ext openssl xp ssl c undefined reference to ssl ctx tmp dh pkey usr bin ld ext openssl xp ssl o in function php openssl enable crypto opt php ext openssl xp ssl c undefined reference to ssl peer certificate usr bin ld opt php ext openssl xp ssl c undefined reference to ssl peer certificate usr bin ld ext openssl openssl o in function php openssl add cipher opt php ext openssl openssl c undefined reference to evp cipher name usr bin ld ext openssl openssl o in function zif openssl get cipher methods opt php ext openssl openssl c undefined reference to evp cipher do all provided usr bin ld ext openssl openssl o in function php openssl load cipher mode opt php ext openssl openssl c undefined reference to evp cipher get mode usr bin ld opt php ext openssl openssl c undefined reference to evp cipher get nid usr bin ld ext openssl openssl o in function php openssl cipher iv length opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher key length opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function zif openssl pkey get details opt php ext openssl openssl c undefined reference to evp pkey get bits usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get base id usr bin ld ext openssl openssl o in function php openssl copy bn param opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to evp pkey get bn param follow usr bin ld ext openssl openssl o in function php openssl get param opt php ext openssl openssl c undefined reference to evp pkey get string param usr bin ld ext openssl openssl o in function php openssl copy bn param opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get bn param usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to evp pkey get bn param follow usr bin ld ext openssl openssl o in function zif openssl dh compute key opt php ext openssl openssl c undefined reference to evp pkey get base id usr bin ld ext openssl openssl o in function php openssl dh compute key opt php ext openssl openssl c undefined reference to evp pkey encoded public key usr bin ld ext openssl openssl o in function zif openssl digest opt php ext openssl openssl c undefined reference to evp md get size usr bin ld ext openssl openssl o in function php openssl cipher init opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function zif openssl private encrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl private decrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl public encrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl public decrypt opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa padding usr bin ld ext openssl openssl o in function zif openssl sign opt php ext openssl openssl c undefined reference to evp pkey get size usr bin ld ext openssl openssl o in function zif openssl seal opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld opt php ext openssl openssl c undefined reference to evp pkey get size usr bin ld opt php ext openssl openssl c undefined reference to evp cipher ctx get block size usr bin ld ext openssl openssl o in function zif openssl open opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher update opt php ext openssl openssl c undefined reference to evp cipher get block size usr bin ld ext openssl openssl o in function php openssl generate private key opt php ext openssl openssl c undefined reference to evp pkey ctx set ec paramgen curve nid usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set ec param enc usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set dh paramgen prime len usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set dsa paramgen bits usr bin ld opt php ext openssl openssl c undefined reference to evp pkey ctx set rsa keygen bits usr bin ld ext openssl openssl o in function php openssl pkey init ec opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init dh opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init rsa opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld ext openssl openssl o opt php ext openssl openssl c more undefined references to ossl param bld push bn follow usr bin ld ext openssl openssl o in function php openssl pkey init rsa opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld ext openssl openssl o in function php openssl pkey init dsa opt php ext openssl openssl c undefined reference to ossl param bld new usr bin ld opt php ext openssl openssl c undefined reference to ossl param free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld free usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld ext openssl openssl o in function php openssl pkey init ec opt php ext openssl openssl c undefined reference to ossl param bld push string usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push bn usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld push octet string usr bin ld opt php ext openssl openssl c undefined reference to ossl param bld to param usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata init usr bin ld opt php ext openssl openssl c undefined reference to evp pkey fromdata usr bin ld ext openssl openssl o in function php openssl cipher iv length opt php ext openssl openssl c undefined reference to evp cipher get iv length usr bin ld ext openssl openssl o in function php openssl cipher key length opt php ext openssl openssl c undefined reference to evp cipher get key length usr bin ld ext openssl openssl o in function php openssl add cipher or alias opt php ext openssl openssl c undefined reference to evp cipher names do all usr bin ld ext openssl xp ssl o in function php openssl set server dh param opt php ext openssl xp ssl c undefined reference to ssl ctx tmp dh pkey usr bin ld ext openssl xp ssl o in function php openssl enable crypto opt php ext openssl xp ssl c undefined reference to ssl peer certificate usr bin ld opt php ext openssl xp ssl c undefined reference to ssl peer certificate usr bin ld ext mysqlnd mysqlnd auth o in function mysqlnd caching public encrypt opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey get size usr bin ld opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey ctx set rsa padding usr bin ld ext mysqlnd mysqlnd auth o in function mysqlnd public encrypt opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey get size usr bin ld opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey ctx set rsa padding usr bin ld ext mysqlnd mysqlnd auth o in function mysqlnd caching public encrypt opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey get size usr bin ld opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey ctx set rsa padding usr bin ld ext mysqlnd mysqlnd auth o in function mysqlnd public encrypt opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey get size usr bin ld opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey ctx set rsa padding usr bin ld ext mysqlnd mysqlnd auth o in function mysqlnd caching public encrypt opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey get size usr bin ld opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey ctx set rsa padding usr bin ld ext mysqlnd mysqlnd auth o in function mysqlnd public encrypt opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey get size usr bin ld opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey ctx set rsa padding usr bin ld ext mysqlnd mysqlnd auth o in function mysqlnd caching public encrypt opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey get size usr bin ld opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey ctx set rsa padding usr bin ld ext mysqlnd mysqlnd auth o in function mysqlnd public encrypt opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey get size usr bin ld opt php ext mysqlnd mysqlnd auth c undefined reference to evp pkey ctx set rsa padding error ld returned exit status make error make waiting for unfinished jobs error ld returned exit status make error error ld returned exit status make error error ld returned exit status make error php version php xxx operating system fedora
0
171,745
13,246,605,176
IssuesEvent
2020-08-19 15:56:34
SNLComputation/Albany
https://api.github.com/repos/SNLComputation/Albany
closed
LandIce test failures on weaver
CUDA Kokkos LandIce Testing
I've gotten the weaver nightlies posting to the CDash site, finally. It looks like there are a handful of LandIce failures: ``` Enthalpy_Humboldt FO_GIS_AdjointSensitivity_BasalFriction_Tpetra FO_GIS_AdjointSensitivity_StiffeningBasalFriction_Tpetra FO_GIS_AdjointSensitivity_Tpetra FO_GIS_ForwardSensitivity_Tpetra FO_GIS_SensSMBwrtBeta_Tpetra FO_MMS_FO_SMB_QUAD ``` https://sems-cdash-son.sandia.gov/cdash/viewTest.php?onlyfailed&buildid=5112 @jewatkins , @mcarlson801 , @bartgol : can you please have a look? This could be related to #625 .
1.0
LandIce test failures on weaver - I've gotten the weaver nightlies posting to the CDash site, finally. It looks like there are a handful of LandIce failures: ``` Enthalpy_Humboldt FO_GIS_AdjointSensitivity_BasalFriction_Tpetra FO_GIS_AdjointSensitivity_StiffeningBasalFriction_Tpetra FO_GIS_AdjointSensitivity_Tpetra FO_GIS_ForwardSensitivity_Tpetra FO_GIS_SensSMBwrtBeta_Tpetra FO_MMS_FO_SMB_QUAD ``` https://sems-cdash-son.sandia.gov/cdash/viewTest.php?onlyfailed&buildid=5112 @jewatkins , @mcarlson801 , @bartgol : can you please have a look? This could be related to #625 .
non_defect
landice test failures on weaver i ve gotten the weaver nightlies posting to the cdash site finally it looks like there are a handful of landice failures enthalpy humboldt fo gis adjointsensitivity basalfriction tpetra fo gis adjointsensitivity stiffeningbasalfriction tpetra fo gis adjointsensitivity tpetra fo gis forwardsensitivity tpetra fo gis senssmbwrtbeta tpetra fo mms fo smb quad jewatkins bartgol can you please have a look this could be related to
0
71,998
23,889,490,651
IssuesEvent
2022-09-08 10:18:05
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Synapse doesn't start if the signing key file contains a newline
A-Config S-Tolerable T-Defect O-Uncommon
### Description When deploying a synapse instance I copied a `/data/mydomain.signing.key` file which contained the line Synapse had generated on first start and a new line. Synapse didn't start and complained with ``` Starting synapse with args -m synapse.app.homeserver --config-path /data/homeserver.yaml Error in configuration: Error reading signing_key: not enough values to unpack (expected 3, got 0) ``` ### Steps to reproduce * Generate a new configuration file for Synapse. * Add a newline in `/data/yourdomain.signing.key` * Start the container. ### Homeserver Container based deployment ### Synapse Version 1.66.0 ### Installation Method Docker (matrixdotorg/synapse) ### Platform Rocky Linux 8.5 & Podman ### Relevant log output ```shell Starting synapse with args -m synapse.app.homeserver --config-path /data/homeserver.yaml Error in configuration: Error reading signing_key: not enough values to unpack (expected 3, got 0) ``` ### Anything else that would be useful to know? _No response_
1.0
Synapse doesn't start if the signing key file contains a newline - ### Description When deploying a synapse instance I copied a `/data/mydomain.signing.key` file which contained the line Synapse had generated on first start and a new line. Synapse didn't start and complained with ``` Starting synapse with args -m synapse.app.homeserver --config-path /data/homeserver.yaml Error in configuration: Error reading signing_key: not enough values to unpack (expected 3, got 0) ``` ### Steps to reproduce * Generate a new configuration file for Synapse. * Add a newline in `/data/yourdomain.signing.key` * Start the container. ### Homeserver Container based deployment ### Synapse Version 1.66.0 ### Installation Method Docker (matrixdotorg/synapse) ### Platform Rocky Linux 8.5 & Podman ### Relevant log output ```shell Starting synapse with args -m synapse.app.homeserver --config-path /data/homeserver.yaml Error in configuration: Error reading signing_key: not enough values to unpack (expected 3, got 0) ``` ### Anything else that would be useful to know? _No response_
defect
synapse doesn t start if the signing key file contains a newline description when deploying a synapse instance i copied a data mydomain signing key file which contained the line synapse had generated on first start and a new line synapse didn t start and complained with starting synapse with args m synapse app homeserver config path data homeserver yaml error in configuration error reading signing key not enough values to unpack expected got steps to reproduce generate a new configuration file for synapse add a newline in data yourdomain signing key start the container homeserver container based deployment synapse version installation method docker matrixdotorg synapse platform rocky linux podman relevant log output shell starting synapse with args m synapse app homeserver config path data homeserver yaml error in configuration error reading signing key not enough values to unpack expected got anything else that would be useful to know no response
1
593,114
17,947,426,648
IssuesEvent
2021-09-12 03:53:30
OpenKBC/multiple_sclerosis_proj
https://api.github.com/repos/OpenKBC/multiple_sclerosis_proj
closed
Testing pull request with jupyter notebook
Priority 2 Engineering Enhancement
*Newly setup reviewNB for the repo, and need to be tested with jupyter code
1.0
Testing pull request with jupyter notebook - *Newly setup reviewNB for the repo, and need to be tested with jupyter code
non_defect
testing pull request with jupyter notebook newly setup reviewnb for the repo and need to be tested with jupyter code
0
55,636
6,911,480,116
IssuesEvent
2017-11-28 08:31:29
otcn/notamuse
https://api.github.com/repos/otcn/notamuse
opened
Letter-Spacing mittlere Schriftgröße
css design
Soweit ich es mit dem Untersuchen-Tool erkennen konnte, ist die Laufweite der mittleren Schriftgröße noch nicht angepasst. Weiß auf Rot hat sie in Indesign -10, schwarz auf Weiß -15. Das ist vermutlich nicht eins zu eins in Pixel übersetzbar, oder? Aber als Anhaltspunkt vielleicht hilfreich.
1.0
Letter-Spacing mittlere Schriftgröße - Soweit ich es mit dem Untersuchen-Tool erkennen konnte, ist die Laufweite der mittleren Schriftgröße noch nicht angepasst. Weiß auf Rot hat sie in Indesign -10, schwarz auf Weiß -15. Das ist vermutlich nicht eins zu eins in Pixel übersetzbar, oder? Aber als Anhaltspunkt vielleicht hilfreich.
non_defect
letter spacing mittlere schriftgröße soweit ich es mit dem untersuchen tool erkennen konnte ist die laufweite der mittleren schriftgröße noch nicht angepasst weiß auf rot hat sie in indesign schwarz auf weiß das ist vermutlich nicht eins zu eins in pixel übersetzbar oder aber als anhaltspunkt vielleicht hilfreich
0