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
17,040
2,970,887,340
IssuesEvent
2015-07-14 00:40:15
testing-cabal/mock
https://api.github.com/repos/testing-cabal/mock
closed
side_effect Does Not Work With autospec
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Run the attached file: python test.py What is the expected output? What do you see instead? Expected: Both tests pass. Result: One test fails with this stack trace: =================================================== ERROR: test_show_side_effect_bug (__main__.BugTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test.py", line 18, in test_show_side_effect_bug self.assertIs(A().f1(), 1) File "<string>", line 3, in f1 File "python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "python2.7/site-packages/mock.py", line 1013, in _mock_call result = next(effect) TypeError: list object is not an iterator ---------------------------------------------------------------------- What version of the product are you using? On what operating system? Mock==1.0.1 OSX 10.9.5 Please provide any additional information below. Doesn't seem to be a high priority, since the workaround is easy. I'm guessing fix will come either around line 1007 in mock.py, or somewhere earlier in the autospec-specific code. ``` Original issue reported on code.google.com by `kenny.tr...@workiva.com` on 22 Dec 2014 at 7:08 Attachments: * [test.py](https://storage.googleapis.com/google-code-attachments/mock/issue-242/comment-0/test.py)
1.0
side_effect Does Not Work With autospec - ``` What steps will reproduce the problem? 1. Run the attached file: python test.py What is the expected output? What do you see instead? Expected: Both tests pass. Result: One test fails with this stack trace: =================================================== ERROR: test_show_side_effect_bug (__main__.BugTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test.py", line 18, in test_show_side_effect_bug self.assertIs(A().f1(), 1) File "<string>", line 3, in f1 File "python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "python2.7/site-packages/mock.py", line 1013, in _mock_call result = next(effect) TypeError: list object is not an iterator ---------------------------------------------------------------------- What version of the product are you using? On what operating system? Mock==1.0.1 OSX 10.9.5 Please provide any additional information below. Doesn't seem to be a high priority, since the workaround is easy. I'm guessing fix will come either around line 1007 in mock.py, or somewhere earlier in the autospec-specific code. ``` Original issue reported on code.google.com by `kenny.tr...@workiva.com` on 22 Dec 2014 at 7:08 Attachments: * [test.py](https://storage.googleapis.com/google-code-attachments/mock/issue-242/comment-0/test.py)
defect
side effect does not work with autospec what steps will reproduce the problem run the attached file python test py what is the expected output what do you see instead expected both tests pass result one test fails with this stack trace error test show side effect bug main bugtestcase traceback most recent call last file test py line in test show side effect bug self assertis a file line in file site packages mock py line in call return mock self mock call args kwargs file site packages mock py line in mock call result next effect typeerror list object is not an iterator what version of the product are you using on what operating system mock osx please provide any additional information below doesn t seem to be a high priority since the workaround is easy i m guessing fix will come either around line in mock py or somewhere earlier in the autospec specific code original issue reported on code google com by kenny tr workiva com on dec at attachments
1
43,641
11,787,638,879
IssuesEvent
2020-03-17 14:21:19
Automattic/wp-calypso
https://api.github.com/repos/Automattic/wp-calypso
opened
Default Content: Typo in Default Blog Post
[Type] Defect
Typo in default Blog Post content: ![image](https://user-images.githubusercontent.com/545779/76865307-82c6b180-6830-11ea-849c-84c6f8c7da6f.png) The highlighted text should read, "focus your" **not** "focus you".
1.0
Default Content: Typo in Default Blog Post - Typo in default Blog Post content: ![image](https://user-images.githubusercontent.com/545779/76865307-82c6b180-6830-11ea-849c-84c6f8c7da6f.png) The highlighted text should read, "focus your" **not** "focus you".
defect
default content typo in default blog post typo in default blog post content the highlighted text should read focus your not focus you
1
51,737
13,211,298,250
IssuesEvent
2020-08-15 22:08:06
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
ddddr error level setting does not work with standalone Minuit2 (Trac #941)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/941">https://code.icecube.wisc.edu/projects/icecube/ticket/941</a>, reported by claudio.kopperand owned by hbretz</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:12:58", "_ts": "1550067178841456", "description": "In the recent change to ddddr (r131557), setting the error reporting level of Minuit2 using \n\n extern int gErrorIgnoreLevel;\n gErrorIgnoreLevel = 1001;\n\ndoes not work with current versions of standalone Minuit2. It seems that Minuit2-5.34.14 now has MnPrint::SetLevel(int value) [ see http://seal.web.cern.ch/seal/snapshot/work-packages/mathlibs/minuit/release/relnotes2.html ] which may solve the problem. I have commented out the code for now (in r131594) to make this compile again.", "reporter": "claudio.kopper", "cc": "", "resolution": "fixed", "time": "2015-04-16T23:29:09", "component": "combo reconstruction", "summary": "ddddr error level setting does not work with standalone Minuit2", "priority": "normal", "keywords": "", "milestone": "", "owner": "hbretz", "type": "defect" } ``` </p> </details>
1.0
ddddr error level setting does not work with standalone Minuit2 (Trac #941) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/941">https://code.icecube.wisc.edu/projects/icecube/ticket/941</a>, reported by claudio.kopperand owned by hbretz</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:12:58", "_ts": "1550067178841456", "description": "In the recent change to ddddr (r131557), setting the error reporting level of Minuit2 using \n\n extern int gErrorIgnoreLevel;\n gErrorIgnoreLevel = 1001;\n\ndoes not work with current versions of standalone Minuit2. It seems that Minuit2-5.34.14 now has MnPrint::SetLevel(int value) [ see http://seal.web.cern.ch/seal/snapshot/work-packages/mathlibs/minuit/release/relnotes2.html ] which may solve the problem. I have commented out the code for now (in r131594) to make this compile again.", "reporter": "claudio.kopper", "cc": "", "resolution": "fixed", "time": "2015-04-16T23:29:09", "component": "combo reconstruction", "summary": "ddddr error level setting does not work with standalone Minuit2", "priority": "normal", "keywords": "", "milestone": "", "owner": "hbretz", "type": "defect" } ``` </p> </details>
defect
ddddr error level setting does not work with standalone trac migrated from json status closed changetime ts description in the recent change to ddddr setting the error reporting level of using n n extern int gerrorignorelevel n gerrorignorelevel n ndoes not work with current versions of standalone it seems that now has mnprint setlevel int value which may solve the problem i have commented out the code for now in to make this compile again reporter claudio kopper cc resolution fixed time component combo reconstruction summary ddddr error level setting does not work with standalone priority normal keywords milestone owner hbretz type defect
1
1,710
2,603,969,887
IssuesEvent
2015-02-24 18:59:59
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳左边睾丸上有疙瘩
auto-migrated Priority-Medium Type-Defect
``` 沈阳左边睾丸上有疙瘩〓沈陽軍區政治部醫院性病〓TEL:024-3 1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。� ��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:25
1.0
沈阳左边睾丸上有疙瘩 - ``` 沈阳左边睾丸上有疙瘩〓沈陽軍區政治部醫院性病〓TEL:024-3 1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。� ��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:25
defect
沈阳左边睾丸上有疙瘩 沈阳左边睾丸上有疙瘩〓沈陽軍區政治部醫院性病〓tel: 〓 , 。� �� 。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 original issue reported on code google com by gmail com on jun at
1
213,014
7,245,014,988
IssuesEvent
2018-02-14 16:44:06
ParabolInc/action
https://api.github.com/repos/ParabolInc/action
closed
Empty action items, can remove?
enhancement low priority question
## Enhancement Does it make sense to allow users to remove empty action items from the list? Is this easy to implement without conflicting with textarea/card behaviors in other contexts? [recordit.co](http://recordit.co/ExLbCw2x7J) [recordit.co, GIF](http://g.recordit.co/ExLbCw2x7J.gif) **Estimated effort**: 11 points ([see CONTRIBUTING.md](https://github.com/ParabolInc/action/blob/master/CONTRIBUTING.md#points-and-sizes))
1.0
Empty action items, can remove? - ## Enhancement Does it make sense to allow users to remove empty action items from the list? Is this easy to implement without conflicting with textarea/card behaviors in other contexts? [recordit.co](http://recordit.co/ExLbCw2x7J) [recordit.co, GIF](http://g.recordit.co/ExLbCw2x7J.gif) **Estimated effort**: 11 points ([see CONTRIBUTING.md](https://github.com/ParabolInc/action/blob/master/CONTRIBUTING.md#points-and-sizes))
non_defect
empty action items can remove enhancement does it make sense to allow users to remove empty action items from the list is this easy to implement without conflicting with textarea card behaviors in other contexts estimated effort points
0
174,373
27,628,801,026
IssuesEvent
2023-03-10 09:15:48
tahowallet/extension
https://api.github.com/repos/tahowallet/extension
opened
Show information about reason for sign message fail
Type: Enhancement Type: Design Status: Pending Priority: Low
If you try to sign log in message on MintKudos with Ledger on for example BNB chain selected in wallet there is an error "Unsupported network for Ledger signing" - it is visible in the console but user cannot see the reason in the UI. Solution: let's show why the transaction failed in the wallet UI.
1.0
Show information about reason for sign message fail - If you try to sign log in message on MintKudos with Ledger on for example BNB chain selected in wallet there is an error "Unsupported network for Ledger signing" - it is visible in the console but user cannot see the reason in the UI. Solution: let's show why the transaction failed in the wallet UI.
non_defect
show information about reason for sign message fail if you try to sign log in message on mintkudos with ledger on for example bnb chain selected in wallet there is an error unsupported network for ledger signing it is visible in the console but user cannot see the reason in the ui solution let s show why the transaction failed in the wallet ui
0
320,693
27,451,377,478
IssuesEvent
2023-03-02 17:37:49
bcgov/SIMS
https://api.github.com/repos/bcgov/SIMS
closed
E2E/Units Tests - Add Units Tests to Helpers (COEApprovalPeriodStatus)
E2E/Unit tests
Create unit tests for some helpers methods, for instance, the ones related to the `COEApprovalPeriodStatus` to be used as a reference for upcoming similar unit tests.
1.0
E2E/Units Tests - Add Units Tests to Helpers (COEApprovalPeriodStatus) - Create unit tests for some helpers methods, for instance, the ones related to the `COEApprovalPeriodStatus` to be used as a reference for upcoming similar unit tests.
non_defect
units tests add units tests to helpers coeapprovalperiodstatus create unit tests for some helpers methods for instance the ones related to the coeapprovalperiodstatus to be used as a reference for upcoming similar unit tests
0
32,989
6,992,159,906
IssuesEvent
2017-12-15 04:48:04
Quantum64/ExGregilo
https://api.github.com/repos/Quantum64/ExGregilo
closed
Issue with Auto Sieve recipe
defect
I can not craft the auto sieve using a LV Electric Motor I made myself, but if I swap the motor with a LV Electric Motor that I cheated in using NEI the recipe is complete. Edit: I have done further testing and this also happens with the Conveyor Module, Robot Arm and Piston as well. ![recipe with crafted motor](https://user-images.githubusercontent.com/34498631/33977928-57b1dd84-e06b-11e7-8196-6b44e63f2c6f.PNG) ![recipe with cheated in motor](https://user-images.githubusercontent.com/34498631/33977929-57bfa054-e06b-11e7-8d5e-ed503f70236b.PNG)
1.0
Issue with Auto Sieve recipe - I can not craft the auto sieve using a LV Electric Motor I made myself, but if I swap the motor with a LV Electric Motor that I cheated in using NEI the recipe is complete. Edit: I have done further testing and this also happens with the Conveyor Module, Robot Arm and Piston as well. ![recipe with crafted motor](https://user-images.githubusercontent.com/34498631/33977928-57b1dd84-e06b-11e7-8196-6b44e63f2c6f.PNG) ![recipe with cheated in motor](https://user-images.githubusercontent.com/34498631/33977929-57bfa054-e06b-11e7-8d5e-ed503f70236b.PNG)
defect
issue with auto sieve recipe i can not craft the auto sieve using a lv electric motor i made myself but if i swap the motor with a lv electric motor that i cheated in using nei the recipe is complete edit i have done further testing and this also happens with the conveyor module robot arm and piston as well
1
64,736
18,851,314,900
IssuesEvent
2021-11-11 21:17:37
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
numpy.linalg.LinAlgError: SVD did not converge with default lapack_driver
defect
### Describe your issue. Hi all, The SVD did not converge for matrix using scipy. linalg. svd. I have checked the matrix and there aren't nans or infs I found out that when using the non-default lapack_driver the problem is disappeared To reproduce this error please download the following matrix [matrix.zip](https://github.com/scipy/scipy/files/7523302/matrix.zip) ### Reproducing Code Example ```python Download the attached matrix and run the following code lines: import pickle from scipy.linalg import svd with open('matrix.pckl', "rb") as f: matrix = pickle.load(f) f.close() svd(matrix,lapack_driver='gesdd') % default lapack_driver Then I got LinAlgError: SVD did not converge The following option seems to run without any error. svd(matrix,lapack_driver='gesvd') ``` ### Error message ```shell LinAlgError: SVD did not converge ``` ### SciPy/NumPy/Python version information 1.6.2 1.20.3 sys.version_info(major=3, minor=8, micro=11, releaselevel='final', serial=0)
1.0
numpy.linalg.LinAlgError: SVD did not converge with default lapack_driver - ### Describe your issue. Hi all, The SVD did not converge for matrix using scipy. linalg. svd. I have checked the matrix and there aren't nans or infs I found out that when using the non-default lapack_driver the problem is disappeared To reproduce this error please download the following matrix [matrix.zip](https://github.com/scipy/scipy/files/7523302/matrix.zip) ### Reproducing Code Example ```python Download the attached matrix and run the following code lines: import pickle from scipy.linalg import svd with open('matrix.pckl', "rb") as f: matrix = pickle.load(f) f.close() svd(matrix,lapack_driver='gesdd') % default lapack_driver Then I got LinAlgError: SVD did not converge The following option seems to run without any error. svd(matrix,lapack_driver='gesvd') ``` ### Error message ```shell LinAlgError: SVD did not converge ``` ### SciPy/NumPy/Python version information 1.6.2 1.20.3 sys.version_info(major=3, minor=8, micro=11, releaselevel='final', serial=0)
defect
numpy linalg linalgerror svd did not converge with default lapack driver describe your issue hi all the svd did not converge for matrix using scipy linalg svd i have checked the matrix and there aren t nans or infs i found out that when using the non default lapack driver the problem is disappeared to reproduce this error please download the following matrix reproducing code example python download the attached matrix and run the following code lines import pickle from scipy linalg import svd with open matrix pckl rb as f matrix pickle load f f close svd matrix lapack driver gesdd default lapack driver then i got linalgerror svd did not converge the following option seems to run without any error svd matrix lapack driver gesvd error message shell linalgerror svd did not converge scipy numpy python version information sys version info major minor micro releaselevel final serial
1
59,403
17,023,117,301
IssuesEvent
2021-07-03 00:27:09
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Unexpected exception when trying to load gpx file with invalid lat value
Component: josm Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 10.09pm, Wednesday, 17th May 2006]** The attached gpx file with an invalid lat value (-1.#QNAN0000) in its first trackpoint (and some weird dates in the first few points too) gives an unexpected exception. The file is from a Gpsbabel conversion from nmea output captured by VisualGPSce, so I better file a bug report or two more :) Seen on both Windows 98 and Windows Server 2003 using java version "1.5.0_06", Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05), Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode). -------- Please send this to josm@eigenheimstrasse.de Path: josm URL: http://www.eigenheimstrasse.de/svn/josm Repository Root: http://www.eigenheimstrasse.de/svn/josm Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Revision: 101 Node Kind: directory Last Changed Author: imi Last Changed Rev: 101 Last Changed Date: 2006-05-03 22:21:02 +0200 (Wed, 03 May 2006) java.lang.NumberFormatException: For input string: "-1.#QNAN0000" at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source) at java.lang.Double.parseDouble(Unknown Source) at org.openstreetmap.josm.io.RawGpsReader.parseDouble(RawGpsReader.java:94) at org.openstreetmap.josm.io.RawGpsReader.parseData(RawGpsReader.java:74) at org.openstreetmap.josm.io.RawGpsReader.parse(RawGpsReader.java:48) at org.openstreetmap.josm.actions.OpenAction.openFile(OpenAction.java:62) at org.openstreetmap.josm.actions.OpenAction.actionPerformed(OpenAction.java:50) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) -- Mikkel,
1.0
Unexpected exception when trying to load gpx file with invalid lat value - **[Submitted to the original trac issue database at 10.09pm, Wednesday, 17th May 2006]** The attached gpx file with an invalid lat value (-1.#QNAN0000) in its first trackpoint (and some weird dates in the first few points too) gives an unexpected exception. The file is from a Gpsbabel conversion from nmea output captured by VisualGPSce, so I better file a bug report or two more :) Seen on both Windows 98 and Windows Server 2003 using java version "1.5.0_06", Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05), Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode). -------- Please send this to josm@eigenheimstrasse.de Path: josm URL: http://www.eigenheimstrasse.de/svn/josm Repository Root: http://www.eigenheimstrasse.de/svn/josm Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Revision: 101 Node Kind: directory Last Changed Author: imi Last Changed Rev: 101 Last Changed Date: 2006-05-03 22:21:02 +0200 (Wed, 03 May 2006) java.lang.NumberFormatException: For input string: "-1.#QNAN0000" at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source) at java.lang.Double.parseDouble(Unknown Source) at org.openstreetmap.josm.io.RawGpsReader.parseDouble(RawGpsReader.java:94) at org.openstreetmap.josm.io.RawGpsReader.parseData(RawGpsReader.java:74) at org.openstreetmap.josm.io.RawGpsReader.parse(RawGpsReader.java:48) at org.openstreetmap.josm.actions.OpenAction.openFile(OpenAction.java:62) at org.openstreetmap.josm.actions.OpenAction.actionPerformed(OpenAction.java:50) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) -- Mikkel,
defect
unexpected exception when trying to load gpx file with invalid lat value the attached gpx file with an invalid lat value in its first trackpoint and some weird dates in the first few points too gives an unexpected exception the file is from a gpsbabel conversion from nmea output captured by visualgpsce so i better file a bug report or two more seen on both windows and windows server using java version java tm runtime environment standard edition build java hotspot tm client vm build mixed mode please send this to josm eigenheimstrasse de path josm url repository root repository uuid revision node kind directory last changed author imi last changed rev last changed date wed may java lang numberformatexception for input string at sun misc floatingdecimal readjavaformatstring unknown source at java lang double parsedouble unknown source at org openstreetmap josm io rawgpsreader parsedouble rawgpsreader java at org openstreetmap josm io rawgpsreader parsedata rawgpsreader java at org openstreetmap josm io rawgpsreader parse rawgpsreader java at org openstreetmap josm actions openaction openfile openaction java at org openstreetmap josm actions openaction actionperformed openaction java at javax swing abstractbutton fireactionperformed unknown source at javax swing abstractbutton handler actionperformed unknown source at javax swing defaultbuttonmodel fireactionperformed unknown source at javax swing defaultbuttonmodel setpressed unknown source at javax swing plaf basic basicbuttonlistener mousereleased unknown source at java awt awteventmulticaster mousereleased unknown source at java awt component processmouseevent unknown source at javax swing jcomponent processmouseevent unknown source at java awt component processevent unknown source at java awt container processevent unknown source at java awt component dispatcheventimpl unknown source at java awt container dispatcheventimpl unknown source at java awt component dispatchevent unknown source at java awt lightweightdispatcher retargetmouseevent unknown source at java awt lightweightdispatcher processmouseevent unknown source at java awt lightweightdispatcher dispatchevent unknown source at java awt container dispatcheventimpl unknown source at java awt window dispatcheventimpl unknown source at java awt component dispatchevent unknown source at java awt eventqueue dispatchevent unknown source at java awt eventdispatchthread pumponeeventforhierarchy unknown source at java awt eventdispatchthread pumpeventsforhierarchy unknown source at java awt eventdispatchthread pumpevents unknown source at java awt eventdispatchthread pumpevents unknown source at java awt eventdispatchthread run unknown source mikkel
1
216,866
24,312,624,722
IssuesEvent
2022-09-30 01:02:29
gabriel-milan/echo-rest-api
https://api.github.com/repos/gabriel-milan/echo-rest-api
opened
CVE-2022-40083 (High) detected in github.com/labstack/echo-v4.2.2
security vulnerability
## CVE-2022-40083 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/labstack/echo-v4.2.2</b></p></summary> <p>High performance, minimalist Go web framework</p> <p> Dependency Hierarchy: - :x: **github.com/labstack/echo-v4.2.2** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Labstack Echo v4.8.0 was discovered to contain an open redirect vulnerability via the Static Handler component. This vulnerability can be leveraged by attackers to cause a Server-Side Request Forgery (SSRF). <p>Publish Date: 2022-09-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-40083>CVE-2022-40083</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.6</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: 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-2022-40083">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40083</a></p> <p>Release Date: 2022-09-28</p> <p>Fix Resolution: v4.9.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-40083 (High) detected in github.com/labstack/echo-v4.2.2 - ## CVE-2022-40083 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/labstack/echo-v4.2.2</b></p></summary> <p>High performance, minimalist Go web framework</p> <p> Dependency Hierarchy: - :x: **github.com/labstack/echo-v4.2.2** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Labstack Echo v4.8.0 was discovered to contain an open redirect vulnerability via the Static Handler component. This vulnerability can be leveraged by attackers to cause a Server-Side Request Forgery (SSRF). <p>Publish Date: 2022-09-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-40083>CVE-2022-40083</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.6</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: 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-2022-40083">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40083</a></p> <p>Release Date: 2022-09-28</p> <p>Fix Resolution: v4.9.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in github com labstack echo cve high severity vulnerability vulnerable library github com labstack echo high performance minimalist go web framework dependency hierarchy x github com labstack echo vulnerable library found in base branch master vulnerability details labstack echo was discovered to contain an open redirect vulnerability via the static handler component this vulnerability can be leveraged by attackers to cause a server side request forgery ssrf 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 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
78,483
27,551,749,889
IssuesEvent
2023-03-07 15:21:29
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: headless=new argument chrashes Chrome
I-defect needs-triaging
### What happened? I have a small application written in C# using chromedriver.exe v110.0.5481.77 and Selenium.WebDriver v4.8.1. Try to navigate to https://selenium.dev using headless mode. The C# code is exactly the same as here: https://www.selenium.dev/blog/2023/headless-is-going-away/ ``` var options = new ChromeOptions(); options.AddArgument("--headless=new"); var driver = new ChromeDriver(options); driver.Navigate().GoToUrl("https://selenium.dev"); driver.Quit(); ``` It works like expected on my PC and in my dev team on all colleagues laptop. But does not work on one of my clients environment. Client's installed Chrome version is v110.0.5481.77. Tried different .NET verisions, different PC-s on client's environment, error is the same. What is strange that --headless=old argument works on all PCs. Error message: OpenQA.Selenium.WebDriverException: unknown error: Chrome failed to start: crashed. The process started from chrome location C:\Program Files\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.) OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) OpenQA.Selenium.WebDriver.StartSession(ICapabilities desiredCapabilities) OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options) ### How can we reproduce the issue? ```shell var options = new ChromeOptions(); options.AddArgument("--headless=new"); var driver = new ChromeDriver(options); driver.Navigate().GoToUrl("https://selenium.dev"); driver.Quit(); ``` ### Relevant log output ```shell I can see the above detailed error message in the Windows Event Log and a kernelbase.dll errormessage as well. ``` ### Operating System Windows Server 2022 Datacenter ### Selenium version C#, NET verion 4.7.2, Selenium.WebDriver v4.8.1. ### What are the browser(s) and version(s) where you see this issue? Chrome 110.0.5481.77 ### What are the browser driver(s) and version(s) where you see this issue? chromedriver.exe v110.0.5481.77 ### Are you using Selenium Grid? No
1.0
[🐛 Bug]: headless=new argument chrashes Chrome - ### What happened? I have a small application written in C# using chromedriver.exe v110.0.5481.77 and Selenium.WebDriver v4.8.1. Try to navigate to https://selenium.dev using headless mode. The C# code is exactly the same as here: https://www.selenium.dev/blog/2023/headless-is-going-away/ ``` var options = new ChromeOptions(); options.AddArgument("--headless=new"); var driver = new ChromeDriver(options); driver.Navigate().GoToUrl("https://selenium.dev"); driver.Quit(); ``` It works like expected on my PC and in my dev team on all colleagues laptop. But does not work on one of my clients environment. Client's installed Chrome version is v110.0.5481.77. Tried different .NET verisions, different PC-s on client's environment, error is the same. What is strange that --headless=old argument works on all PCs. Error message: OpenQA.Selenium.WebDriverException: unknown error: Chrome failed to start: crashed. The process started from chrome location C:\Program Files\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.) OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) OpenQA.Selenium.WebDriver.StartSession(ICapabilities desiredCapabilities) OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options) ### How can we reproduce the issue? ```shell var options = new ChromeOptions(); options.AddArgument("--headless=new"); var driver = new ChromeDriver(options); driver.Navigate().GoToUrl("https://selenium.dev"); driver.Quit(); ``` ### Relevant log output ```shell I can see the above detailed error message in the Windows Event Log and a kernelbase.dll errormessage as well. ``` ### Operating System Windows Server 2022 Datacenter ### Selenium version C#, NET verion 4.7.2, Selenium.WebDriver v4.8.1. ### What are the browser(s) and version(s) where you see this issue? Chrome 110.0.5481.77 ### What are the browser driver(s) and version(s) where you see this issue? chromedriver.exe v110.0.5481.77 ### Are you using Selenium Grid? No
defect
headless new argument chrashes chrome what happened i have a small application written in c using chromedriver exe and selenium webdriver try to navigate to using headless mode the c code is exactly the same as here var options new chromeoptions options addargument headless new var driver new chromedriver options driver navigate gotourl driver quit it works like expected on my pc and in my dev team on all colleagues laptop but does not work on one of my clients environment client s installed chrome version is tried different net verisions different pc s on client s environment error is the same what is strange that headless old argument works on all pcs error message openqa selenium webdriverexception unknown error chrome failed to start crashed the process started from chrome location c program files google chrome application chrome exe is no longer running so chromedriver is assuming that chrome has crashed openqa selenium webdriver unpackandthrowonerror response errorresponse string commandtoexecute openqa selenium webdriver execute string drivercommandtoexecute dictionary parameters openqa selenium webdriver startsession icapabilities desiredcapabilities openqa selenium webdriver ctor icommandexecutor executor icapabilities capabilities openqa selenium chromium chromiumdriver ctor chromiumdriverservice service chromiumoptions options timespan commandtimeout openqa selenium chrome chromedriver ctor chromedriverservice service chromeoptions options timespan commandtimeout openqa selenium chrome chromedriver ctor chromedriverservice service chromeoptions options how can we reproduce the issue shell var options new chromeoptions options addargument headless new var driver new chromedriver options driver navigate gotourl driver quit relevant log output shell i can see the above detailed error message in the windows event log and a kernelbase dll errormessage as well operating system windows server datacenter selenium version c net verion selenium webdriver what are the browser s and version s where you see this issue chrome what are the browser driver s and version s where you see this issue chromedriver exe are you using selenium grid no
1
27,914
30,693,648,342
IssuesEvent
2023-07-26 16:52:07
precice/precice
https://api.github.com/repos/precice/precice
closed
Move sync-mode to profiling.
usability breaking change
**Please describe the problem you are trying to solve.** `sync-mode` is only useful to do performance measure. After we merge #1419, there is now a dedicated `<profiling/>` tag in the configuration. **Describe the solution you propose.** We should move the tag from `precice-configuration` to profiling: ## Old ```xml <precice-configuration sync-mode="1"> <profiling mode="all" /> ... </precice-configuration> ``` ## Proposed ```xml <precice-configuration> <profiling mode="all" synchronize="1" /> ... </precice-configuration> ``` **Additional context** This could simplify the removal of the `<solver-interface>` tag.
True
Move sync-mode to profiling. - **Please describe the problem you are trying to solve.** `sync-mode` is only useful to do performance measure. After we merge #1419, there is now a dedicated `<profiling/>` tag in the configuration. **Describe the solution you propose.** We should move the tag from `precice-configuration` to profiling: ## Old ```xml <precice-configuration sync-mode="1"> <profiling mode="all" /> ... </precice-configuration> ``` ## Proposed ```xml <precice-configuration> <profiling mode="all" synchronize="1" /> ... </precice-configuration> ``` **Additional context** This could simplify the removal of the `<solver-interface>` tag.
non_defect
move sync mode to profiling please describe the problem you are trying to solve sync mode is only useful to do performance measure after we merge there is now a dedicated tag in the configuration describe the solution you propose we should move the tag from precice configuration to profiling old xml proposed xml additional context this could simplify the removal of the tag
0
59,217
17,016,558,761
IssuesEvent
2021-07-02 12:53:48
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
opened
P2 now shows imagery options in alphabetical order
Component: potlatch2 Priority: minor Type: defect
**[Submitted to the original trac issue database at 3.08pm, Wednesday, 6th August 2014]** The problem with this is that some backgrounds (Bing, OSSV, OS Locator) are more useful and more up to date than others (7th series, the various NLS ones). New users get no clue from the UI which backgrounds are likely to be a good representation of what's there now (Bing) and which not (NLS Bart's half-inch from when Queen Victoria was on the throne). We've already had "new user not realising antique map is rubbish" issues in Derbyshire with iD (which suffers from the same problem). I did attempt (some time ago now) to get agreement on would be a sensible list of backgrounds to offer to new editors (in iD) but got significant pushback on the mailing lists (which might have been because Open Historical Map uses a generic iD instance and the same imagery list) so removing things from the generic imagery list is probably not an option. That started out as part of https://github.com/openstreetmap/iD/issues/1929 but then was spun off into https://github.com/osmlab/editor-imagery-index/issues/29 , which is now closed; so is there a date available in the generic imagery list that could be used to sort available layers by?
1.0
P2 now shows imagery options in alphabetical order - **[Submitted to the original trac issue database at 3.08pm, Wednesday, 6th August 2014]** The problem with this is that some backgrounds (Bing, OSSV, OS Locator) are more useful and more up to date than others (7th series, the various NLS ones). New users get no clue from the UI which backgrounds are likely to be a good representation of what's there now (Bing) and which not (NLS Bart's half-inch from when Queen Victoria was on the throne). We've already had "new user not realising antique map is rubbish" issues in Derbyshire with iD (which suffers from the same problem). I did attempt (some time ago now) to get agreement on would be a sensible list of backgrounds to offer to new editors (in iD) but got significant pushback on the mailing lists (which might have been because Open Historical Map uses a generic iD instance and the same imagery list) so removing things from the generic imagery list is probably not an option. That started out as part of https://github.com/openstreetmap/iD/issues/1929 but then was spun off into https://github.com/osmlab/editor-imagery-index/issues/29 , which is now closed; so is there a date available in the generic imagery list that could be used to sort available layers by?
defect
now shows imagery options in alphabetical order the problem with this is that some backgrounds bing ossv os locator are more useful and more up to date than others series the various nls ones new users get no clue from the ui which backgrounds are likely to be a good representation of what s there now bing and which not nls bart s half inch from when queen victoria was on the throne we ve already had new user not realising antique map is rubbish issues in derbyshire with id which suffers from the same problem i did attempt some time ago now to get agreement on would be a sensible list of backgrounds to offer to new editors in id but got significant pushback on the mailing lists which might have been because open historical map uses a generic id instance and the same imagery list so removing things from the generic imagery list is probably not an option that started out as part of but then was spun off into which is now closed so is there a date available in the generic imagery list that could be used to sort available layers by
1
15,032
26,373,581,211
IssuesEvent
2023-01-11 23:10:28
NASA-PDS/pds-api
https://api.github.com/repos/NASA-PDS/pds-api
opened
As a user, I want to search by any metadata attribute
requirement needs:triage
<!-- For more information on how to populate this new feature request, see the PDS Wiki on User Story Development: https://github.com/NASA-PDS/nasa-pds.github.io/wiki/Issue-Tracking#user-story-development --> ## 🧑‍🔬 User Persona(s) <!-- Ideally this would be consistent within a repo and documented with the requirements. --> Node Client Developer API User ## 💪 Motivation ...so that I can complete a specific search on a specific attribute value. Similar to form-based search. ## 📖 Additional Details <!-- Please prove any additional details or information that could help provide some context for the user story. --> ## ⚖️ Acceptance Criteria **Given** <!-- a condition --> **When I perform** <!-- an action --> **Then I expect** <!-- the result --> <!-- For Internal Dev Team Use --> ## ⚙️ Engineering Details <!-- Provide some design / implementation details and/or a sub-task checklist as needed. Convert issue to Epic if estimate is outside the scope of 1 sprint. -->
1.0
As a user, I want to search by any metadata attribute - <!-- For more information on how to populate this new feature request, see the PDS Wiki on User Story Development: https://github.com/NASA-PDS/nasa-pds.github.io/wiki/Issue-Tracking#user-story-development --> ## 🧑‍🔬 User Persona(s) <!-- Ideally this would be consistent within a repo and documented with the requirements. --> Node Client Developer API User ## 💪 Motivation ...so that I can complete a specific search on a specific attribute value. Similar to form-based search. ## 📖 Additional Details <!-- Please prove any additional details or information that could help provide some context for the user story. --> ## ⚖️ Acceptance Criteria **Given** <!-- a condition --> **When I perform** <!-- an action --> **Then I expect** <!-- the result --> <!-- For Internal Dev Team Use --> ## ⚙️ Engineering Details <!-- Provide some design / implementation details and/or a sub-task checklist as needed. Convert issue to Epic if estimate is outside the scope of 1 sprint. -->
non_defect
as a user i want to search by any metadata attribute for more information on how to populate this new feature request see the pds wiki on user story development 🧑‍🔬 user persona s node client developer api user 💪 motivation so that i can complete a specific search on a specific attribute value similar to form based search 📖 additional details ⚖️ acceptance criteria given when i perform then i expect ⚙️ engineering details provide some design implementation details and or a sub task checklist as needed convert issue to epic if estimate is outside the scope of sprint
0
54,724
13,907,614,222
IssuesEvent
2020-10-20 12:50:43
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Wrong emulation of INSERT .. RETURNING for embeddables on SQL Server
C: DB: SQL Server C: Functionality E: Enterprise Edition E: Professional Edition P: Medium T: Defect
As a left over from jOOQ 3.14, an `INSERT .. RETURNING` integration test fails on SQL Server when being used with embeddable types, i.e. when embeddable column references are passed to `returningResult()`.
1.0
Wrong emulation of INSERT .. RETURNING for embeddables on SQL Server - As a left over from jOOQ 3.14, an `INSERT .. RETURNING` integration test fails on SQL Server when being used with embeddable types, i.e. when embeddable column references are passed to `returningResult()`.
defect
wrong emulation of insert returning for embeddables on sql server as a left over from jooq an insert returning integration test fails on sql server when being used with embeddable types i e when embeddable column references are passed to returningresult
1
635,141
20,380,112,457
IssuesEvent
2022-02-21 20:26:54
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
Auto split y-axis setting is way too aggressive
Type:Bug Priority:P2 .Correctness Visualization/Chart Settings
Explanation: https://www.loom.com/share/0e21c389f1a5473ba8fafd80ecdd7d9e To repro: - New question, Orders - Summarize, and pick the Minimum of Quantity and the Average of Quantity, broken out by Created At: Month - Visualize - See that the y-axis is unnecessarily split automatically <img width="1430" alt="image" src="https://user-images.githubusercontent.com/2223916/154770568-9fa0f897-8ba0-4d9c-9616-48914fe447c2.png"> ## What should we do about this? This behavior of automatically splitting the axis feels like it's only really useful if the metrics' maximum values are at least 1 order of magnitude apart, e.g. 10 vs 100 Even then, I'm not sure I'm convinced that this setting should be on by default. See https://github.com/metabase/metabase/issues/3897 for at least one user saying that this setting is confusing. This is like a P1.5 to me: it doesn't block functionality, but it's more than annoying: it legitimately caused me to misinterpret results on an important chart on our Stats instance for a whole week.
1.0
Auto split y-axis setting is way too aggressive - Explanation: https://www.loom.com/share/0e21c389f1a5473ba8fafd80ecdd7d9e To repro: - New question, Orders - Summarize, and pick the Minimum of Quantity and the Average of Quantity, broken out by Created At: Month - Visualize - See that the y-axis is unnecessarily split automatically <img width="1430" alt="image" src="https://user-images.githubusercontent.com/2223916/154770568-9fa0f897-8ba0-4d9c-9616-48914fe447c2.png"> ## What should we do about this? This behavior of automatically splitting the axis feels like it's only really useful if the metrics' maximum values are at least 1 order of magnitude apart, e.g. 10 vs 100 Even then, I'm not sure I'm convinced that this setting should be on by default. See https://github.com/metabase/metabase/issues/3897 for at least one user saying that this setting is confusing. This is like a P1.5 to me: it doesn't block functionality, but it's more than annoying: it legitimately caused me to misinterpret results on an important chart on our Stats instance for a whole week.
non_defect
auto split y axis setting is way too aggressive explanation to repro new question orders summarize and pick the minimum of quantity and the average of quantity broken out by created at month visualize see that the y axis is unnecessarily split automatically img width alt image src what should we do about this this behavior of automatically splitting the axis feels like it s only really useful if the metrics maximum values are at least order of magnitude apart e g vs even then i m not sure i m convinced that this setting should be on by default see for at least one user saying that this setting is confusing this is like a to me it doesn t block functionality but it s more than annoying it legitimately caused me to misinterpret results on an important chart on our stats instance for a whole week
0
369,278
25,836,602,679
IssuesEvent
2022-12-12 20:10:52
futres/RShinyFuTRES
https://api.github.com/repos/futres/RShinyFuTRES
closed
video of using RShiny app
documentation do now
make a video of using the app (preferably through the .io) I'll upload it to the FuTRES team youtube and link it in the read me file
1.0
video of using RShiny app - make a video of using the app (preferably through the .io) I'll upload it to the FuTRES team youtube and link it in the read me file
non_defect
video of using rshiny app make a video of using the app preferably through the io i ll upload it to the futres team youtube and link it in the read me file
0
58,240
16,447,009,987
IssuesEvent
2021-05-20 20:54:25
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
508-defect-2 [COGNITION, SEMANTIC MARKUP]: Alert for cerner user should be designed and written semantically
508-defect-2 508-issue-cognition 508-issue-semantic-markup 508/Accessibility
# [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context [KEYBOARD]: Add another user link will not receive keyboard focus [AXE-CORE]: Heading levels should increase by one [COGNITION]: Error messages should be more specific [COLOR]: Blue button on blue background does not have sufficient contrast ratio --- --> <!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. --> ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## 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. ## 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:** Josh ## User Story or Problem Statement As a screen reader user, I want to navigate through logical headings that aren't skipped. As a voice assistive tech user, I want links to be designed as links so I can activate them correctly. As a keyboard user, I want links to be styled as links so that I know to use `enter` and not `space`. As a user with cognitive disabilities, I want content to be designed simply in a way I can parse. ## Details The alert for the cerner user has several issues to be addressed: - heading skips from `h1` to `h3` - some headings should be paragraphs or are unneeded - links are styled as buttons ## Acceptance Criteria - [ ] headings do not skip - [ ] links are styled as links - [ ] design is simplified ## Steps to Recreate - Login with the cerner test case user. - Using headingsMap, confirm headings are skipped. - Tab to the "go to..." links styled as buttons and confirm the `space` bar doesn't work ## Possible Solution Consider the following design: - alert's `h3` is bumped up to an `h2` - "our records show" is converted to a `p` - "Chalmers..." is converted to a `strong` - "Please choose..." is split up into a `h3` and `p` - Links are styled as links <img width="1792" alt="Screen Shot 2021-05-20 at 4 41 15 PM" src="https://user-images.githubusercontent.com/14154792/119046748-15aa3100-b98b-11eb-8625-58f0f5c19625.png"> Alternatively, if this content will be difficult for folks to understand, consider redesigning the UX around that. For example, providing a small form flow to help them decide which to pick may be helpful. ## Screenshots or Trace Logs <img width="1792" alt="Screen Shot 2021-05-20 at 4 32 30 PM" src="https://user-images.githubusercontent.com/14154792/119047160-8e10f200-b98b-11eb-86d4-cd45f45efddb.png"> <img width="1459" alt="Screen Shot 2021-05-20 at 1 53 40 PM" src="https://user-images.githubusercontent.com/14154792/119047209-9c5f0e00-b98b-11eb-9816-36b152333236.png">
1.0
508-defect-2 [COGNITION, SEMANTIC MARKUP]: Alert for cerner user should be designed and written semantically - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context [KEYBOARD]: Add another user link will not receive keyboard focus [AXE-CORE]: Heading levels should increase by one [COGNITION]: Error messages should be more specific [COLOR]: Blue button on blue background does not have sufficient contrast ratio --- --> <!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. --> ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## 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. ## 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:** Josh ## User Story or Problem Statement As a screen reader user, I want to navigate through logical headings that aren't skipped. As a voice assistive tech user, I want links to be designed as links so I can activate them correctly. As a keyboard user, I want links to be styled as links so that I know to use `enter` and not `space`. As a user with cognitive disabilities, I want content to be designed simply in a way I can parse. ## Details The alert for the cerner user has several issues to be addressed: - heading skips from `h1` to `h3` - some headings should be paragraphs or are unneeded - links are styled as buttons ## Acceptance Criteria - [ ] headings do not skip - [ ] links are styled as links - [ ] design is simplified ## Steps to Recreate - Login with the cerner test case user. - Using headingsMap, confirm headings are skipped. - Tab to the "go to..." links styled as buttons and confirm the `space` bar doesn't work ## Possible Solution Consider the following design: - alert's `h3` is bumped up to an `h2` - "our records show" is converted to a `p` - "Chalmers..." is converted to a `strong` - "Please choose..." is split up into a `h3` and `p` - Links are styled as links <img width="1792" alt="Screen Shot 2021-05-20 at 4 41 15 PM" src="https://user-images.githubusercontent.com/14154792/119046748-15aa3100-b98b-11eb-8625-58f0f5c19625.png"> Alternatively, if this content will be difficult for folks to understand, consider redesigning the UX around that. For example, providing a small form flow to help them decide which to pick may be helpful. ## Screenshots or Trace Logs <img width="1792" alt="Screen Shot 2021-05-20 at 4 32 30 PM" src="https://user-images.githubusercontent.com/14154792/119047160-8e10f200-b98b-11eb-86d4-cd45f45efddb.png"> <img width="1459" alt="Screen Shot 2021-05-20 at 1 53 40 PM" src="https://user-images.githubusercontent.com/14154792/119047209-9c5f0e00-b98b-11eb-9816-36b152333236.png">
defect
defect alert for cerner user should be designed and written semantically enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specific blue button on blue background does not have sufficient contrast ratio feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact josh user story or problem statement as a screen reader user i want to navigate through logical headings that aren t skipped as a voice assistive tech user i want links to be designed as links so i can activate them correctly as a keyboard user i want links to be styled as links so that i know to use enter and not space as a user with cognitive disabilities i want content to be designed simply in a way i can parse details the alert for the cerner user has several issues to be addressed heading skips from to some headings should be paragraphs or are unneeded links are styled as buttons acceptance criteria headings do not skip links are styled as links design is simplified steps to recreate login with the cerner test case user using headingsmap confirm headings are skipped tab to the go to links styled as buttons and confirm the space bar doesn t work possible solution consider the following design alert s is bumped up to an our records show is converted to a p chalmers is converted to a strong please choose is split up into a and p links are styled as links img width alt screen shot at pm src alternatively if this content will be difficult for folks to understand consider redesigning the ux around that for example providing a small form flow to help them decide which to pick may be helpful screenshots or trace logs img width alt screen shot at pm src img width alt screen shot at pm src
1
24,399
3,972,179,152
IssuesEvent
2016-05-04 14:35:26
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Error in the Kobayashi model implementation
C: Modules P: normal T: defect
### Description of the enhancement or error report A sign error in the computed interfacial angle combined with a wrong derivative yields a wrong result that looks close to the result published in the paper. ### Rationale for the enhancement or information for reproducing the error Fixes the model. ### Identified impact Wrong result
1.0
Error in the Kobayashi model implementation - ### Description of the enhancement or error report A sign error in the computed interfacial angle combined with a wrong derivative yields a wrong result that looks close to the result published in the paper. ### Rationale for the enhancement or information for reproducing the error Fixes the model. ### Identified impact Wrong result
defect
error in the kobayashi model implementation description of the enhancement or error report a sign error in the computed interfacial angle combined with a wrong derivative yields a wrong result that looks close to the result published in the paper rationale for the enhancement or information for reproducing the error fixes the model identified impact wrong result
1
64,233
18,287,112,806
IssuesEvent
2021-10-05 11:34:34
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
App syncing in background after receiving a push after the application has been killed
T-Defect
### Steps to reproduce 1. Force stop the app / swipe from the recents menu 2. Receive a push notification 3. Notice the incremental sync is now acting as if the app was in the foreground ### What happened? ### What did you expect? For the app to not run in the background ### What happened? After receiving a push notification whilst the application has been killed / force stopped the incremental sync starts polling ### Your phone model Pocofone f1 ### Operating system version android 10 (MIUI 12.0.3.0) ### Application version and app store Latest from develop a0d5618346131d73fb8c91a26c4efd207d44f57f ### Homeserver matrix.org ### Have you submitted a rageshake? No
1.0
App syncing in background after receiving a push after the application has been killed - ### Steps to reproduce 1. Force stop the app / swipe from the recents menu 2. Receive a push notification 3. Notice the incremental sync is now acting as if the app was in the foreground ### What happened? ### What did you expect? For the app to not run in the background ### What happened? After receiving a push notification whilst the application has been killed / force stopped the incremental sync starts polling ### Your phone model Pocofone f1 ### Operating system version android 10 (MIUI 12.0.3.0) ### Application version and app store Latest from develop a0d5618346131d73fb8c91a26c4efd207d44f57f ### Homeserver matrix.org ### Have you submitted a rageshake? No
defect
app syncing in background after receiving a push after the application has been killed steps to reproduce force stop the app swipe from the recents menu receive a push notification notice the incremental sync is now acting as if the app was in the foreground what happened what did you expect for the app to not run in the background what happened after receiving a push notification whilst the application has been killed force stopped the incremental sync starts polling your phone model pocofone operating system version android miui application version and app store latest from develop homeserver matrix org have you submitted a rageshake no
1
14,303
3,253,371,986
IssuesEvent
2015-10-19 18:48:14
rackerlabs/encore-ui
https://api.github.com/repos/rackerlabs/encore-ui
closed
rx-date-picker-simple needed
Needs Design
Everyone's doing date input their own way, and it makes my job harder than it should be. @TheNando has a simple date picker that might be a good starting point, but it needs some UX work. There's also https://github.com/angular-ui/bootstrap/tree/master/src/datepicker.
1.0
rx-date-picker-simple needed - Everyone's doing date input their own way, and it makes my job harder than it should be. @TheNando has a simple date picker that might be a good starting point, but it needs some UX work. There's also https://github.com/angular-ui/bootstrap/tree/master/src/datepicker.
non_defect
rx date picker simple needed everyone s doing date input their own way and it makes my job harder than it should be thenando has a simple date picker that might be a good starting point but it needs some ux work there s also
0
37,397
8,379,237,714
IssuesEvent
2018-10-06 22:51:21
BugBuster1701/lastlogin
https://api.github.com/repos/BugBuster1701/lastlogin
opened
Warning: Use of undefined constant FE_USER_LOGGED_IN
Defect
`system/modules/lastlogin/classes/LastLogin.php on line 143`
1.0
Warning: Use of undefined constant FE_USER_LOGGED_IN - `system/modules/lastlogin/classes/LastLogin.php on line 143`
defect
warning use of undefined constant fe user logged in system modules lastlogin classes lastlogin php on line
1
2,662
2,607,934,846
IssuesEvent
2015-02-26 00:28:23
chrsmithdemos/minify
https://api.github.com/repos/chrsmithdemos/minify
closed
Does it support urls from other domains?
auto-migrated Priority-Medium Type-Defect
``` Say if I include jquery ui (js and css) from the google CDN, would minify be able to handle this? ``` ----- Original issue reported on code.google.com by `balup...@gmail.com` on 14 Oct 2010 at 11:50
1.0
Does it support urls from other domains? - ``` Say if I include jquery ui (js and css) from the google CDN, would minify be able to handle this? ``` ----- Original issue reported on code.google.com by `balup...@gmail.com` on 14 Oct 2010 at 11:50
defect
does it support urls from other domains say if i include jquery ui js and css from the google cdn would minify be able to handle this original issue reported on code google com by balup gmail com on oct at
1
28,803
5,377,905,314
IssuesEvent
2017-02-23 13:35:50
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Hazelcast CPU load metrics on FreeBSD
Team: Core Type: Defect
After deploying hazelcast inside an existing project, hazelcast logs warnings about not being able to get the cpuload. Hazelcast version 3.8 OS is FreeBSD with OpenJDK openjdk version "1.7.0_111" OpenJDK Runtime Environment (build 1.7.0_111-b01) OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode) `Feb 22, 2017 10:05:21 AM com.hazelcast.internal.metrics.impl.MetricsRegistryImpl WARNING: [172.31.240.236]:5701 [dev] [3.8] Failed to access probe:os.systemCpuLoad java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor490.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.hazelcast.internal.metrics.metricsets.OperatingSystemMetricSet$3.get(OperatingSystemMetricSet.java:95) at com.hazelcast.internal.metrics.impl.DoubleGaugeImpl.read(DoubleGaugeImpl.java:55) at com.hazelcast.internal.diagnostics.HealthMonitor$HealthMetrics.exceedsThreshold(HealthMonitor.java:290) at com.hazelcast.internal.diagnostics.HealthMonitor$HealthMonitorThread.run(HealthMonitor.java:139) Caused by: java.lang.UnsatisfiedLinkError: com.sun.management.UnixOperatingSystem.getSystemCpuLoad()D at com.sun.management.UnixOperatingSystem.getSystemCpuLoad(Native Method) ... 7 more `
1.0
Hazelcast CPU load metrics on FreeBSD - After deploying hazelcast inside an existing project, hazelcast logs warnings about not being able to get the cpuload. Hazelcast version 3.8 OS is FreeBSD with OpenJDK openjdk version "1.7.0_111" OpenJDK Runtime Environment (build 1.7.0_111-b01) OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode) `Feb 22, 2017 10:05:21 AM com.hazelcast.internal.metrics.impl.MetricsRegistryImpl WARNING: [172.31.240.236]:5701 [dev] [3.8] Failed to access probe:os.systemCpuLoad java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor490.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.hazelcast.internal.metrics.metricsets.OperatingSystemMetricSet$3.get(OperatingSystemMetricSet.java:95) at com.hazelcast.internal.metrics.impl.DoubleGaugeImpl.read(DoubleGaugeImpl.java:55) at com.hazelcast.internal.diagnostics.HealthMonitor$HealthMetrics.exceedsThreshold(HealthMonitor.java:290) at com.hazelcast.internal.diagnostics.HealthMonitor$HealthMonitorThread.run(HealthMonitor.java:139) Caused by: java.lang.UnsatisfiedLinkError: com.sun.management.UnixOperatingSystem.getSystemCpuLoad()D at com.sun.management.UnixOperatingSystem.getSystemCpuLoad(Native Method) ... 7 more `
defect
hazelcast cpu load metrics on freebsd after deploying hazelcast inside an existing project hazelcast logs warnings about not being able to get the cpuload hazelcast version os is freebsd with openjdk openjdk version openjdk runtime environment build openjdk bit server vm build mixed mode feb am com hazelcast internal metrics impl metricsregistryimpl warning failed to access probe os systemcpuload java lang reflect invocationtargetexception at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com hazelcast internal metrics metricsets operatingsystemmetricset get operatingsystemmetricset java at com hazelcast internal metrics impl doublegaugeimpl read doublegaugeimpl java at com hazelcast internal diagnostics healthmonitor healthmetrics exceedsthreshold healthmonitor java at com hazelcast internal diagnostics healthmonitor healthmonitorthread run healthmonitor java caused by java lang unsatisfiedlinkerror com sun management unixoperatingsystem getsystemcpuload d at com sun management unixoperatingsystem getsystemcpuload native method more
1
38,064
8,644,512,588
IssuesEvent
2018-11-26 03:17:12
prettydiff/prettydiff
https://api.github.com/repos/prettydiff/prettydiff
closed
JavaScript trouble with braces
Beautification Defect
Observe the opening brace for nameless block and the terminating delimiters for the template strings. ```javascript // Wait till the browser is ready to render the game (avoids glitches) window.requestAnimationFrame(function () { let size = document.getElementById("game-size"), style = document.getElementsByTagName("style")[0], con = document.getElementsByClassName("game-container")[0], value = size.value, load = false, resize = function () { let body = document.getElementsByTagName("body")[0], width = 0, height = 0; body.style.minHeight = `${ Math.max(document.documentElement.clientHeight, window.innerHeight || 0)}px`; width = Math.min(body.clientWidth, window.innerWidth); height = Math.min(body.clientHeight, window.innerHeight - 10); if (width > height) { con.style.width = `${height - 100 }px`; con.style.height = `${height - 100 }px`; } else { con.style.width = `${width - 100 }px`; con.style.height = `${width - 100 }px`; } { let a = 1, b = 1, ba = 0, bb = 0, ca = 0, cb = 0, totalwidth = (con.clientWidth / 10) - 3, row = {}, cell = {}, gc = document.getElementsByClassName("grid-container")[0], cellwidth = (totalwidth - ((value - 1) * 1.5)) / value, styles = [`.grid-cell{font-size:${cellwidth }em;}`, `.tile{font-size:${cellwidth }em;}`]; do { if (load === false) { row = document.createElement("div"); row.setAttribute("class", "grid-row"); } b = 1; ca = (a - 1); ba = (ca * (1.5 / cellwidth)); do { if (load === false) { cell = document.createElement("div"); cell.setAttribute("class", "grid-cell"); row.appendChild(cell); } cb = (b - 1); bb = (cb * (1.5 / cellwidth)); styles.push(` .tile.tile-position-${a}-${b} { -webkit-transform: translate(${ca + ba}em, ${cb + bb}em); -moz-transform : translate(${ca + ba}em, ${cb + bb}em); -ms-transform : translate(${ca + ba}em, ${cb + bb}em); transform : translate(${ca + ba}em, ${cb + bb}em); }`); b = b + 1; } while (b < value + 1); if (load === false) { gc.appendChild(row); } a = a + 1; } while (a < value + 1); style.innerHTML = styles.join(""); } }; if (localStorage.size !== undefined) { value = localStorage.size; size.value = value; } size.onblur = function () { if (size.value !== String(value) && isNaN(size.value) === false) { delete localStorage.gameState; localStorage.size = size.value; location.reload(); } }; if (isNaN(value) === true || value < 2) { value = 4; } else { value = Number(value); } window.onresize = resize; resize(); load = true; new GameManager(value, KeyboardInputManager, HTMLActuator, LocalStorageManager); }); ```
1.0
JavaScript trouble with braces - Observe the opening brace for nameless block and the terminating delimiters for the template strings. ```javascript // Wait till the browser is ready to render the game (avoids glitches) window.requestAnimationFrame(function () { let size = document.getElementById("game-size"), style = document.getElementsByTagName("style")[0], con = document.getElementsByClassName("game-container")[0], value = size.value, load = false, resize = function () { let body = document.getElementsByTagName("body")[0], width = 0, height = 0; body.style.minHeight = `${ Math.max(document.documentElement.clientHeight, window.innerHeight || 0)}px`; width = Math.min(body.clientWidth, window.innerWidth); height = Math.min(body.clientHeight, window.innerHeight - 10); if (width > height) { con.style.width = `${height - 100 }px`; con.style.height = `${height - 100 }px`; } else { con.style.width = `${width - 100 }px`; con.style.height = `${width - 100 }px`; } { let a = 1, b = 1, ba = 0, bb = 0, ca = 0, cb = 0, totalwidth = (con.clientWidth / 10) - 3, row = {}, cell = {}, gc = document.getElementsByClassName("grid-container")[0], cellwidth = (totalwidth - ((value - 1) * 1.5)) / value, styles = [`.grid-cell{font-size:${cellwidth }em;}`, `.tile{font-size:${cellwidth }em;}`]; do { if (load === false) { row = document.createElement("div"); row.setAttribute("class", "grid-row"); } b = 1; ca = (a - 1); ba = (ca * (1.5 / cellwidth)); do { if (load === false) { cell = document.createElement("div"); cell.setAttribute("class", "grid-cell"); row.appendChild(cell); } cb = (b - 1); bb = (cb * (1.5 / cellwidth)); styles.push(` .tile.tile-position-${a}-${b} { -webkit-transform: translate(${ca + ba}em, ${cb + bb}em); -moz-transform : translate(${ca + ba}em, ${cb + bb}em); -ms-transform : translate(${ca + ba}em, ${cb + bb}em); transform : translate(${ca + ba}em, ${cb + bb}em); }`); b = b + 1; } while (b < value + 1); if (load === false) { gc.appendChild(row); } a = a + 1; } while (a < value + 1); style.innerHTML = styles.join(""); } }; if (localStorage.size !== undefined) { value = localStorage.size; size.value = value; } size.onblur = function () { if (size.value !== String(value) && isNaN(size.value) === false) { delete localStorage.gameState; localStorage.size = size.value; location.reload(); } }; if (isNaN(value) === true || value < 2) { value = 4; } else { value = Number(value); } window.onresize = resize; resize(); load = true; new GameManager(value, KeyboardInputManager, HTMLActuator, LocalStorageManager); }); ```
defect
javascript trouble with braces observe the opening brace for nameless block and the terminating delimiters for the template strings javascript wait till the browser is ready to render the game avoids glitches window requestanimationframe function let size document getelementbyid game size style document getelementsbytagname style con document getelementsbyclassname game container value size value load false resize function let body document getelementsbytagname body width height body style minheight math max document documentelement clientheight window innerheight px width math min body clientwidth window innerwidth height math min body clientheight window innerheight if width height con style width height px con style height height px else con style width width px con style height width px let a b ba bb ca cb totalwidth con clientwidth row cell gc document getelementsbyclassname grid container cellwidth totalwidth value value styles do if load false row document createelement div row setattribute class grid row b ca a ba ca cellwidth do if load false cell document createelement div cell setattribute class grid cell row appendchild cell cb b bb cb cellwidth styles push tile tile position a b webkit transform translate ca ba em cb bb em moz transform translate ca ba em cb bb em ms transform translate ca ba em cb bb em transform translate ca ba em cb bb em b b while b value if load false gc appendchild row a a while a value style innerhtml styles join if localstorage size undefined value localstorage size size value value size onblur function if size value string value isnan size value false delete localstorage gamestate localstorage size size value location reload if isnan value true value value else value number value window onresize resize resize load true new gamemanager value keyboardinputmanager htmlactuator localstoragemanager
1
58,554
24,479,107,901
IssuesEvent
2022-10-08 15:26:41
nikoksr/notify
https://api.github.com/repos/nikoksr/notify
opened
feat(service): Add GMail service
type/enhancement help wanted good first issue affects/services up for grabs hacktoberfest
**Describe the missing service. Please provide useful links.** Gmail is one of the mail providers that is used by many people. I think adding a Gmail service to `notify` will attract people to use more this library. It will be possible to implement because GMail has an API to interact. See more details: https://developers.google.com/gmail/api/quickstart/go **Describe the solution you'd like** - Add new service to send a notification via email using Gmail API **Potential libraries to use** <!--- Please list all libraries that might potentially help us with this service. A link to the library is mandatory. --> - https://developers.google.com/gmail/api/quickstart/go
1.0
feat(service): Add GMail service - **Describe the missing service. Please provide useful links.** Gmail is one of the mail providers that is used by many people. I think adding a Gmail service to `notify` will attract people to use more this library. It will be possible to implement because GMail has an API to interact. See more details: https://developers.google.com/gmail/api/quickstart/go **Describe the solution you'd like** - Add new service to send a notification via email using Gmail API **Potential libraries to use** <!--- Please list all libraries that might potentially help us with this service. A link to the library is mandatory. --> - https://developers.google.com/gmail/api/quickstart/go
non_defect
feat service add gmail service describe the missing service please provide useful links gmail is one of the mail providers that is used by many people i think adding a gmail service to notify will attract people to use more this library it will be possible to implement because gmail has an api to interact see more details describe the solution you d like add new service to send a notification via email using gmail api potential libraries to use
0
71,351
23,581,747,650
IssuesEvent
2022-08-23 08:16:09
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
DataTable: RowGroup SummaryRow lost in a paginated lazy table if rows fit exactly with page size
:lady_beetle: defect integration_test
### Describe the bug If a datatable is paginated i.E. 10 rows, and the group rows are exactly fitting the first page the group header and the rows are rendered, but the summary row is not. The next page starts with the first row of the next group. ### Reproducer _No response_ ### Expected behavior Render the SummaryRow on the first page, even it exceeds the rows of the datatable ### PrimeFaces edition Community ### PrimeFaces version 8 to 12 ### Theme Default, Nova ### JSF implementation Mojarra ### JSF version 2.3 ### Browser(s) All
1.0
DataTable: RowGroup SummaryRow lost in a paginated lazy table if rows fit exactly with page size - ### Describe the bug If a datatable is paginated i.E. 10 rows, and the group rows are exactly fitting the first page the group header and the rows are rendered, but the summary row is not. The next page starts with the first row of the next group. ### Reproducer _No response_ ### Expected behavior Render the SummaryRow on the first page, even it exceeds the rows of the datatable ### PrimeFaces edition Community ### PrimeFaces version 8 to 12 ### Theme Default, Nova ### JSF implementation Mojarra ### JSF version 2.3 ### Browser(s) All
defect
datatable rowgroup summaryrow lost in a paginated lazy table if rows fit exactly with page size describe the bug if a datatable is paginated i e rows and the group rows are exactly fitting the first page the group header and the rows are rendered but the summary row is not the next page starts with the first row of the next group reproducer no response expected behavior render the summaryrow on the first page even it exceeds the rows of the datatable primefaces edition community primefaces version to theme default nova jsf implementation mojarra jsf version browser s all
1
19,468
3,207,021,261
IssuesEvent
2015-10-05 08:04:55
fuzzdb-project/fuzzdb
https://api.github.com/repos/fuzzdb-project/fuzzdb
closed
opening html docs files triggers security vulnerability pop ups ( spam or feature -- maybe its intended ?? )
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. In Mozilla - open fuzzdb-1.09.tgz\fuzzdb-1.09\attack-payloads\sql-injection\detect\docs\docs.sql_i njection_cheetsheet.html What is the expected output? What do you see instead? Expect to a harmless document. File has characters that cant be read. If you click through and open - you start getting 'security vulnerability detected' popups. What version of the product are you using? On what operating system? Tarball - fuzzdb-1.09.tgz Please provide any additional information below. Could be something else on my machine, but just in case, submitting this ``` Original issue reported on code.google.com by `billy.1....@gmail.com` on 19 Feb 2013 at 5:08
1.0
opening html docs files triggers security vulnerability pop ups ( spam or feature -- maybe its intended ?? ) - ``` What steps will reproduce the problem? 1. In Mozilla - open fuzzdb-1.09.tgz\fuzzdb-1.09\attack-payloads\sql-injection\detect\docs\docs.sql_i njection_cheetsheet.html What is the expected output? What do you see instead? Expect to a harmless document. File has characters that cant be read. If you click through and open - you start getting 'security vulnerability detected' popups. What version of the product are you using? On what operating system? Tarball - fuzzdb-1.09.tgz Please provide any additional information below. Could be something else on my machine, but just in case, submitting this ``` Original issue reported on code.google.com by `billy.1....@gmail.com` on 19 Feb 2013 at 5:08
defect
opening html docs files triggers security vulnerability pop ups spam or feature maybe its intended what steps will reproduce the problem in mozilla open fuzzdb tgz fuzzdb attack payloads sql injection detect docs docs sql i njection cheetsheet html what is the expected output what do you see instead expect to a harmless document file has characters that cant be read if you click through and open you start getting security vulnerability detected popups what version of the product are you using on what operating system tarball fuzzdb tgz please provide any additional information below could be something else on my machine but just in case submitting this original issue reported on code google com by billy gmail com on feb at
1
294,941
22,171,350,777
IssuesEvent
2022-06-06 01:16:50
worldanvil/worldanvil-bug-tracker
https://api.github.com/repos/worldanvil/worldanvil-bug-tracker
closed
Spellcheck mode changes are not saved while in spellcheck mode in world settings.
Type: UI / UX Type: Documentation Feature: User Interface
**txsproninga**: **Arcadian imperium**: **Describe the Issue** you go to dashboard and into introduction setting, I'm editing my introduction and in go into spell Check mode, every time I save changes after editing two things and staying in that mode, it reverts back to what it was before, I don't know when this happen, but I believe i lost 5 revisions before I realize it and they weren't small and that is stupidly frustrating to deal with **Expected behavior** i figure it would just save the changes I made, not revert my editing to what it was. **Screenshots** ![Screenshot (13)](https://user-images.githubusercontent.com/106858799/171987059-96cfdc79-43b5-40c4-83b6-cecb5bf8a333.png) ![Screenshot (14)](https://user-images.githubusercontent.com/106858799/171987064-9617edbd-ae33-42c5-b534-d9c046e77b1d.png) the highlighted parts
1.0
Spellcheck mode changes are not saved while in spellcheck mode in world settings. - **txsproninga**: **Arcadian imperium**: **Describe the Issue** you go to dashboard and into introduction setting, I'm editing my introduction and in go into spell Check mode, every time I save changes after editing two things and staying in that mode, it reverts back to what it was before, I don't know when this happen, but I believe i lost 5 revisions before I realize it and they weren't small and that is stupidly frustrating to deal with **Expected behavior** i figure it would just save the changes I made, not revert my editing to what it was. **Screenshots** ![Screenshot (13)](https://user-images.githubusercontent.com/106858799/171987059-96cfdc79-43b5-40c4-83b6-cecb5bf8a333.png) ![Screenshot (14)](https://user-images.githubusercontent.com/106858799/171987064-9617edbd-ae33-42c5-b534-d9c046e77b1d.png) the highlighted parts
non_defect
spellcheck mode changes are not saved while in spellcheck mode in world settings txsproninga arcadian imperium describe the issue you go to dashboard and into introduction setting i m editing my introduction and in go into spell check mode every time i save changes after editing two things and staying in that mode it reverts back to what it was before i don t know when this happen but i believe i lost revisions before i realize it and they weren t small and that is stupidly frustrating to deal with expected behavior i figure it would just save the changes i made not revert my editing to what it was screenshots the highlighted parts
0
338,036
24,567,288,673
IssuesEvent
2022-10-13 05:05:53
anp-scp/django-to-rest
https://api.github.com/repos/anp-scp/django-to-rest
opened
Viewname for the views created by the tool is missing from documentation
documentation help wanted good first issue hacktoberfest
Django-to-REST create lots of views for different URLs. The nomenclature of the views is important for developers and for writing test scripts for automated testing. And information related to this nomenclature is not present in the documentation.
1.0
Viewname for the views created by the tool is missing from documentation - Django-to-REST create lots of views for different URLs. The nomenclature of the views is important for developers and for writing test scripts for automated testing. And information related to this nomenclature is not present in the documentation.
non_defect
viewname for the views created by the tool is missing from documentation django to rest create lots of views for different urls the nomenclature of the views is important for developers and for writing test scripts for automated testing and information related to this nomenclature is not present in the documentation
0
11,546
7,286,306,297
IssuesEvent
2018-02-23 09:14:45
Elgg/Elgg
https://api.github.com/repos/Elgg/Elgg
closed
Create separate user_profile menu for profile page
bc break dev usability feature
Currently we reuse user_hover menu, so the same elements must appear in both user icon menus and profiles (unless some context hacks are used). Not sure how to do BC for this.
True
Create separate user_profile menu for profile page - Currently we reuse user_hover menu, so the same elements must appear in both user icon menus and profiles (unless some context hacks are used). Not sure how to do BC for this.
non_defect
create separate user profile menu for profile page currently we reuse user hover menu so the same elements must appear in both user icon menus and profiles unless some context hacks are used not sure how to do bc for this
0
289,523
8,871,985,970
IssuesEvent
2019-01-11 14:17:03
geosolutions-it/tdipisa
https://api.github.com/repos/geosolutions-it/tdipisa
closed
ADBARNO - Status check
ADBARNO Priority: Medium todo
- [X] Status check with Pini e Mussab - [X] task list review and update - [X] Status mail to the client
1.0
ADBARNO - Status check - - [X] Status check with Pini e Mussab - [X] task list review and update - [X] Status mail to the client
non_defect
adbarno status check status check with pini e mussab task list review and update status mail to the client
0
583,190
17,379,588,666
IssuesEvent
2021-07-31 12:15:40
ZigRazor/CXXGraph
https://api.github.com/repos/ZigRazor/CXXGraph
opened
Problem with CI automation in benchmark
Priority:Low bug
Benchmarck CI is too long, and the work is stopped after 6h, consider to reduce time
1.0
Problem with CI automation in benchmark - Benchmarck CI is too long, and the work is stopped after 6h, consider to reduce time
non_defect
problem with ci automation in benchmark benchmarck ci is too long and the work is stopped after consider to reduce time
0
83,318
16,112,660,216
IssuesEvent
2021-04-28 00:30:46
Torkin1/iCrop
https://api.github.com/repos/Torkin1/iCrop
opened
implement forgeResponse function in httpParser
NewCode
forgeResponse shall produce an HTTP response string using values hosted in HttpMsg input.
1.0
implement forgeResponse function in httpParser - forgeResponse shall produce an HTTP response string using values hosted in HttpMsg input.
non_defect
implement forgeresponse function in httpparser forgeresponse shall produce an http response string using values hosted in httpmsg input 
0
254,681
19,256,634,927
IssuesEvent
2021-12-09 12:02:11
AdguardTeam/AdGuardHome
https://api.github.com/repos/AdguardTeam/AdGuardHome
closed
Make it clear that $client with a name only applies to persistent clients
P3: Medium documentation
### Discussed in https://github.com/AdguardTeam/AdGuardHome/discussions/3235 <div type='discussions-op-text'> <sup>Originally posted by **agneevX** June 7, 2021</sup> I'm trying to block `graph.facebook.com` on all clients except a specific few using this rule: ```regex ||graph.facebook.com^$important,$client=~client-1|~client-2|~client-3 ``` However that does not seem to work. I've also tried ```regex ||graph.facebook.com^ @@||graph.facebook.com^$important,$client=client-1|client-2|client-3 ``` </div> AGH version: 0.106.3 When client names contain hyphens, the rule doesn't seem to apply to them.
1.0
Make it clear that $client with a name only applies to persistent clients - ### Discussed in https://github.com/AdguardTeam/AdGuardHome/discussions/3235 <div type='discussions-op-text'> <sup>Originally posted by **agneevX** June 7, 2021</sup> I'm trying to block `graph.facebook.com` on all clients except a specific few using this rule: ```regex ||graph.facebook.com^$important,$client=~client-1|~client-2|~client-3 ``` However that does not seem to work. I've also tried ```regex ||graph.facebook.com^ @@||graph.facebook.com^$important,$client=client-1|client-2|client-3 ``` </div> AGH version: 0.106.3 When client names contain hyphens, the rule doesn't seem to apply to them.
non_defect
make it clear that client with a name only applies to persistent clients discussed in originally posted by agneevx june i m trying to block graph facebook com on all clients except a specific few using this rule regex graph facebook com important client client client client however that does not seem to work i ve also tried regex graph facebook com graph facebook com important client client client client agh version when client names contain hyphens the rule doesn t seem to apply to them
0
14,804
2,831,389,806
IssuesEvent
2015-05-24 15:54:39
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
openwrt-ar71xx-generic-tl-mr3040-v2-squashfs-sysupgrade.bin BRICKED my TP-LINK
auto-migrated Priority-Medium Type-Defect
``` Hi, What steps will reproduce the problem? 1. Upgrading firmware with openwrt-ar71xx-generic-tl-mr3040-v2-squashfs-sysupgrade.bin when I now think I should have used openwrt-ar71xx-generic-tl-mr3040-v2-squashfs-factory.bin 2. The device is bricked inasmuch as it cannot get an internet connection. 192.168.0.1 - nothing, 192.168.1.1 recognises openwrt and functions What is the expected output? What do you see instead? How can I reset to factory defaults and start again? What version of the product are you using? On what operating system? TP-LINK 3040-V2, Win 7 Please provide any additional information below. removing battery, inserting pencil in reset hole does not cure Please help if you can. Going to Lofoten Islands to time-lapse Northern Lights in 8 days time. Kind regards, Denis ``` Original issue reported on code.google.com by `denisben...@talktalk.net` on 9 Oct 2013 at 8:19
1.0
openwrt-ar71xx-generic-tl-mr3040-v2-squashfs-sysupgrade.bin BRICKED my TP-LINK - ``` Hi, What steps will reproduce the problem? 1. Upgrading firmware with openwrt-ar71xx-generic-tl-mr3040-v2-squashfs-sysupgrade.bin when I now think I should have used openwrt-ar71xx-generic-tl-mr3040-v2-squashfs-factory.bin 2. The device is bricked inasmuch as it cannot get an internet connection. 192.168.0.1 - nothing, 192.168.1.1 recognises openwrt and functions What is the expected output? What do you see instead? How can I reset to factory defaults and start again? What version of the product are you using? On what operating system? TP-LINK 3040-V2, Win 7 Please provide any additional information below. removing battery, inserting pencil in reset hole does not cure Please help if you can. Going to Lofoten Islands to time-lapse Northern Lights in 8 days time. Kind regards, Denis ``` Original issue reported on code.google.com by `denisben...@talktalk.net` on 9 Oct 2013 at 8:19
defect
openwrt generic tl squashfs sysupgrade bin bricked my tp link hi what steps will reproduce the problem upgrading firmware with openwrt generic tl squashfs sysupgrade bin when i now think i should have used openwrt generic tl squashfs factory bin the device is bricked inasmuch as it cannot get an internet connection nothing recognises openwrt and functions what is the expected output what do you see instead how can i reset to factory defaults and start again what version of the product are you using on what operating system tp link win please provide any additional information below removing battery inserting pencil in reset hole does not cure please help if you can going to lofoten islands to time lapse northern lights in days time kind regards denis original issue reported on code google com by denisben talktalk net on oct at
1
93,459
11,782,218,467
IssuesEvent
2020-03-17 01:07:05
DominicSherman/easy-budget-mobile
https://api.github.com/repos/DominicSherman/easy-budget-mobile
closed
Thinking through `Savings` and `Income`
design question
It'd be nice if you could keep track of these things. Obviously most income would be monthly, but you should be able to add any extra income that month (i.e. bonus, free lance work, etc). Savings should be by category, then you can "add" to savings. Down the road, ideally there would be an "End this time period" functionality, where you could take left over money from variable categories and put them into saving categories.
1.0
Thinking through `Savings` and `Income` - It'd be nice if you could keep track of these things. Obviously most income would be monthly, but you should be able to add any extra income that month (i.e. bonus, free lance work, etc). Savings should be by category, then you can "add" to savings. Down the road, ideally there would be an "End this time period" functionality, where you could take left over money from variable categories and put them into saving categories.
non_defect
thinking through savings and income it d be nice if you could keep track of these things obviously most income would be monthly but you should be able to add any extra income that month i e bonus free lance work etc savings should be by category then you can add to savings down the road ideally there would be an end this time period functionality where you could take left over money from variable categories and put them into saving categories
0
264,843
23,142,886,228
IssuesEvent
2022-07-28 20:24:25
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Test improved `New File...` experience
testplan-item
Refs #153860 - [x] macOS @lszomoru - [x] linux @sadasant - [x] windows @DonJayamanne, @rzhao271, @Yoyokrazy - [x] web @kieferrm Complexity: 2 [Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23155731%0A%0A&assignees=lramos15) --- In an effort to help users who get stuck creating a file via `File > New File...` and to enrich the file creation experience the input box now allows for creating files on disk by typing a file name. Please test the following workflows via `File > New File...` or clicking `New File...` on the walkthrough. 1. Typing a file name and creating a file 2. Typing an invalid file name 3. Overwriting an existing file. Please ensure you are prompted before the overwrite happens! General UX feedback is also always appreciated :)
1.0
Test improved `New File...` experience - Refs #153860 - [x] macOS @lszomoru - [x] linux @sadasant - [x] windows @DonJayamanne, @rzhao271, @Yoyokrazy - [x] web @kieferrm Complexity: 2 [Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23155731%0A%0A&assignees=lramos15) --- In an effort to help users who get stuck creating a file via `File > New File...` and to enrich the file creation experience the input box now allows for creating files on disk by typing a file name. Please test the following workflows via `File > New File...` or clicking `New File...` on the walkthrough. 1. Typing a file name and creating a file 2. Typing an invalid file name 3. Overwriting an existing file. Please ensure you are prompted before the overwrite happens! General UX feedback is also always appreciated :)
non_defect
test improved new file experience refs macos lszomoru linux sadasant windows donjayamanne yoyokrazy web kieferrm complexity in an effort to help users who get stuck creating a file via file new file and to enrich the file creation experience the input box now allows for creating files on disk by typing a file name please test the following workflows via file new file or clicking new file on the walkthrough typing a file name and creating a file typing an invalid file name overwriting an existing file please ensure you are prompted before the overwrite happens general ux feedback is also always appreciated
0
652,007
21,518,227,340
IssuesEvent
2022-04-28 12:00:55
svthalia/concrexit
https://api.github.com/repos/svthalia/concrexit
opened
Making persons name visible
priority: low feature
### Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] It is now possible to only allow your name to be shown as your nickname. But this is really poor for integration, because I do not know the real names of all these new sjaars. It would therefore be helpfull that their full name is somewhere on the members page, instead of just their nicknames. It is also annoying when people use only their nickname and you have to take care of event registrations etc. ### Describe the solution you'd like A clear and concise high-level description of what you want to happen. Let the nicknames exist, but when opening a thalia member profile page in the member list reveal the name somewhere ### Motivation A clear and concise motivation why we should consider implementing this. As a bit older years, I find it hard to remember names, and when sjaars don't use their real names on the website it even confuses me more and this is bad for integration. ### Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. I tried complaining in the board room, which led me to fill in this issue. ### Additional context Add any other context or screenshots about the feature request here. Love you
1.0
Making persons name visible - ### Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] It is now possible to only allow your name to be shown as your nickname. But this is really poor for integration, because I do not know the real names of all these new sjaars. It would therefore be helpfull that their full name is somewhere on the members page, instead of just their nicknames. It is also annoying when people use only their nickname and you have to take care of event registrations etc. ### Describe the solution you'd like A clear and concise high-level description of what you want to happen. Let the nicknames exist, but when opening a thalia member profile page in the member list reveal the name somewhere ### Motivation A clear and concise motivation why we should consider implementing this. As a bit older years, I find it hard to remember names, and when sjaars don't use their real names on the website it even confuses me more and this is bad for integration. ### Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. I tried complaining in the board room, which led me to fill in this issue. ### Additional context Add any other context or screenshots about the feature request here. Love you
non_defect
making persons name visible is your feature request related to a problem please describe a clear and concise description of what the problem is ex i m always frustrated when it is now possible to only allow your name to be shown as your nickname but this is really poor for integration because i do not know the real names of all these new sjaars it would therefore be helpfull that their full name is somewhere on the members page instead of just their nicknames it is also annoying when people use only their nickname and you have to take care of event registrations etc describe the solution you d like a clear and concise high level description of what you want to happen let the nicknames exist but when opening a thalia member profile page in the member list reveal the name somewhere motivation a clear and concise motivation why we should consider implementing this as a bit older years i find it hard to remember names and when sjaars don t use their real names on the website it even confuses me more and this is bad for integration describe alternatives you ve considered a clear and concise description of any alternative solutions or features you ve considered i tried complaining in the board room which led me to fill in this issue additional context add any other context or screenshots about the feature request here love you
0
13,268
9,935,998,124
IssuesEvent
2019-07-02 17:58:43
Azure/azure-powershell
https://api.github.com/repos/Azure/azure-powershell
closed
Set-AzureRmSqlDatabaseSecondary docs missing example
Question SQL Service Attention
Set-AzureRmSqlDatabaseSecondary docs missing example. Reported by customer via LiveFyre. ### Cmdlet(s) Set-AzureRmSqlDatabaseSecondary ### Module Version Current release ### Description See - https://docs.microsoft.com/en-us/powershell/module/azurerm.sql/set-azurermsqldatabasesecondary - https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/Sql/Commands.Sql/help/Set-AzureRmSqlDatabaseSecondary.md
1.0
Set-AzureRmSqlDatabaseSecondary docs missing example - Set-AzureRmSqlDatabaseSecondary docs missing example. Reported by customer via LiveFyre. ### Cmdlet(s) Set-AzureRmSqlDatabaseSecondary ### Module Version Current release ### Description See - https://docs.microsoft.com/en-us/powershell/module/azurerm.sql/set-azurermsqldatabasesecondary - https://github.com/Azure/azure-powershell/blob/preview/src/ResourceManager/Sql/Commands.Sql/help/Set-AzureRmSqlDatabaseSecondary.md
non_defect
set azurermsqldatabasesecondary docs missing example set azurermsqldatabasesecondary docs missing example reported by customer via livefyre cmdlet s set azurermsqldatabasesecondary module version current release description see
0
8,402
10,426,505,470
IssuesEvent
2019-09-16 17:44:50
MeGysssTaa/ReflexIssueTracker
https://api.github.com/repos/MeGysssTaa/ReflexIssueTracker
opened
First-minute ping always 0 for 1.8 (ProtocolSupport only?)
BadPackets Bug Compatibility False Positive
Possible workaround: don't check for PingSpoof the first minute or two after player joined
True
First-minute ping always 0 for 1.8 (ProtocolSupport only?) - Possible workaround: don't check for PingSpoof the first minute or two after player joined
non_defect
first minute ping always for protocolsupport only possible workaround don t check for pingspoof the first minute or two after player joined
0
164,384
25,957,200,551
IssuesEvent
2022-12-18 11:54:02
dev-launchers/dev-launchers-platform
https://api.github.com/repos/dev-launchers/dev-launchers-platform
closed
Shadows on Backbutton aren't defined in the shadows atom
ux design Platform Enablement
@annaisaacks [this button](https://www.figma.com/file/EwzuhhvTulvFRMvhTD5VAh/Dev-Launchers-Style-Guide?node-id=387%3A1683&t=3WdHZu87GLNmJEjA-4) has a box-shadow that isn't defined in the shadows atom, seems very similar to [shadow400](https://www.figma.com/file/EwzuhhvTulvFRMvhTD5VAh/Dev-Launchers-Style-Guide?node-id=483%3A3253&t=3WdHZu87GLNmJEjA-4) though! Should we use shadow400 on Backbutton?
1.0
Shadows on Backbutton aren't defined in the shadows atom - @annaisaacks [this button](https://www.figma.com/file/EwzuhhvTulvFRMvhTD5VAh/Dev-Launchers-Style-Guide?node-id=387%3A1683&t=3WdHZu87GLNmJEjA-4) has a box-shadow that isn't defined in the shadows atom, seems very similar to [shadow400](https://www.figma.com/file/EwzuhhvTulvFRMvhTD5VAh/Dev-Launchers-Style-Guide?node-id=483%3A3253&t=3WdHZu87GLNmJEjA-4) though! Should we use shadow400 on Backbutton?
non_defect
shadows on backbutton aren t defined in the shadows atom annaisaacks has a box shadow that isn t defined in the shadows atom seems very similar to though should we use on backbutton
0
23,867
3,863,516,291
IssuesEvent
2016-04-08 09:45:32
iamxavier/elmah
https://api.github.com/repos/iamxavier/elmah
closed
Error when deploying with SQLLite.dll
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1.Build Project 2.Publish and deploy website 3.Error is thrown; dont have the exact message now but it did mention SQLLite in the error. What is the expected output? What do you see instead? Login to my website.I see an error instead. What version of the product are you using? On what operating system? Latest version. I'm running it on Windows 7, ASP.Net 4.0 Please provide any additional information below. Is there a way to remove all of the additional dlls deployed with ELMAH? ``` Original issue reported on code.google.com by `danielro...@gmail.com` on 1 Aug 2012 at 6:44
1.0
Error when deploying with SQLLite.dll - ``` What steps will reproduce the problem? 1.Build Project 2.Publish and deploy website 3.Error is thrown; dont have the exact message now but it did mention SQLLite in the error. What is the expected output? What do you see instead? Login to my website.I see an error instead. What version of the product are you using? On what operating system? Latest version. I'm running it on Windows 7, ASP.Net 4.0 Please provide any additional information below. Is there a way to remove all of the additional dlls deployed with ELMAH? ``` Original issue reported on code.google.com by `danielro...@gmail.com` on 1 Aug 2012 at 6:44
defect
error when deploying with sqllite dll what steps will reproduce the problem build project publish and deploy website error is thrown dont have the exact message now but it did mention sqllite in the error what is the expected output what do you see instead login to my website i see an error instead what version of the product are you using on what operating system latest version i m running it on windows asp net please provide any additional information below is there a way to remove all of the additional dlls deployed with elmah original issue reported on code google com by danielro gmail com on aug at
1
220,878
16,988,400,226
IssuesEvent
2021-06-30 17:00:35
zulip/zulip
https://api.github.com/repos/zulip/zulip
opened
Document support for stream IDs to refer to streams.
area: documentation (api and integrations) area: integrations
Following #19020, we now support using stream IDs rather than names to refer to streams in incoming webhooks. For it to be useful, we need to document it. Part of doing this is providing a documented way for users to get at the ID for a stream from the UI. We can document this process and then link to it from the /integrations template for "create a webhook URL". I started [this thread](https://chat.zulip.org/#narrow/stream/2-general/topic/user.2Fstream.20IDs/near/1223178) to discuss having something to document. (I think a stage 2 will involve having a wizard for creating incoming webhooks, since that template has gotten to be super long).
1.0
Document support for stream IDs to refer to streams. - Following #19020, we now support using stream IDs rather than names to refer to streams in incoming webhooks. For it to be useful, we need to document it. Part of doing this is providing a documented way for users to get at the ID for a stream from the UI. We can document this process and then link to it from the /integrations template for "create a webhook URL". I started [this thread](https://chat.zulip.org/#narrow/stream/2-general/topic/user.2Fstream.20IDs/near/1223178) to discuss having something to document. (I think a stage 2 will involve having a wizard for creating incoming webhooks, since that template has gotten to be super long).
non_defect
document support for stream ids to refer to streams following we now support using stream ids rather than names to refer to streams in incoming webhooks for it to be useful we need to document it part of doing this is providing a documented way for users to get at the id for a stream from the ui we can document this process and then link to it from the integrations template for create a webhook url i started to discuss having something to document i think a stage will involve having a wizard for creating incoming webhooks since that template has gotten to be super long
0
346,306
10,410,534,477
IssuesEvent
2019-09-13 11:40:33
Linkurious/linkurious-rest-client
https://api.github.com/repos/Linkurious/linkurious-rest-client
opened
[models] miss properties in some interfaces
priority:3:high type:enhancement
@Diachk here is the list of missing things in types definitions: * sourceKey in `IMatch` * sourceKey in `IVisualization` * right in `IVisualization` * alternativeIds in `IDataSourceSettings | IConnectedDataSourceSettings` (I only have access to `IDataSourceSettings` that only contains readonly) * edgeSearchEnabled in `IDataSourceSettings | IConnectedDataSourceSettings` * strictSchema in `IDataSourceSettings | IConnectedDataSourceSettings` * edgeProperties in `IDataSourceFeatures`
1.0
[models] miss properties in some interfaces - @Diachk here is the list of missing things in types definitions: * sourceKey in `IMatch` * sourceKey in `IVisualization` * right in `IVisualization` * alternativeIds in `IDataSourceSettings | IConnectedDataSourceSettings` (I only have access to `IDataSourceSettings` that only contains readonly) * edgeSearchEnabled in `IDataSourceSettings | IConnectedDataSourceSettings` * strictSchema in `IDataSourceSettings | IConnectedDataSourceSettings` * edgeProperties in `IDataSourceFeatures`
non_defect
miss properties in some interfaces diachk here is the list of missing things in types definitions sourcekey in imatch sourcekey in ivisualization right in ivisualization alternativeids in idatasourcesettings iconnecteddatasourcesettings i only have access to idatasourcesettings that only contains readonly edgesearchenabled in idatasourcesettings iconnecteddatasourcesettings strictschema in idatasourcesettings iconnecteddatasourcesettings edgeproperties in idatasourcefeatures
0
33,286
4,820,988,454
IssuesEvent
2016-11-05 03:33:34
itachi1706/CheesecakeUtilities
https://api.github.com/repos/itachi1706/CheesecakeUtilities
closed
Fix failed test case
in-progress test:espresso
https://travis-ci.org/itachi1706/CheesecakeUtilities/builds/171740981 Test case failing as I have added a new menu item above it, should be easy to resolve
1.0
Fix failed test case - https://travis-ci.org/itachi1706/CheesecakeUtilities/builds/171740981 Test case failing as I have added a new menu item above it, should be easy to resolve
non_defect
fix failed test case test case failing as i have added a new menu item above it should be easy to resolve
0
83,793
24,147,306,037
IssuesEvent
2022-09-21 20:01:52
pulumi/pulumi
https://api.github.com/repos/pulumi/pulumi
closed
Further reduce macOS jobs on merge queues
area/build kind/engineering
Follow up to #10091, to reach a target cycle time of 30 minutes to merge we will look at reducing non-Linux workloads on merge pipelines. Starting with the longest-duration tests and jobs, we can look at disabling them via changes to the job matrix generator implemented in #10624 or using Go build tags to simply omit tests from execution, i.e.: setting `!darwin` on a test file.
1.0
Further reduce macOS jobs on merge queues - Follow up to #10091, to reach a target cycle time of 30 minutes to merge we will look at reducing non-Linux workloads on merge pipelines. Starting with the longest-duration tests and jobs, we can look at disabling them via changes to the job matrix generator implemented in #10624 or using Go build tags to simply omit tests from execution, i.e.: setting `!darwin` on a test file.
non_defect
further reduce macos jobs on merge queues follow up to to reach a target cycle time of minutes to merge we will look at reducing non linux workloads on merge pipelines starting with the longest duration tests and jobs we can look at disabling them via changes to the job matrix generator implemented in or using go build tags to simply omit tests from execution i e setting darwin on a test file
0
2,286
2,603,992,359
IssuesEvent
2015-02-24 19:06:57
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:37
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:37
defect
沈阳复发疱疹治疗 沈阳复发疱疹治疗〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位于� �� 。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 original issue reported on code google com by gmail com on jun at
1
16,330
2,889,480,148
IssuesEvent
2015-06-13 13:15:20
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
Duplicate id binding should fail
category: AGAS type: defect
Duplicate calls to `hpx::register_id_with_basename(name, id)` with different ids should fail (should return `false`.
1.0
Duplicate id binding should fail - Duplicate calls to `hpx::register_id_with_basename(name, id)` with different ids should fail (should return `false`.
defect
duplicate id binding should fail duplicate calls to hpx register id with basename name id with different ids should fail should return false
1
4,516
2,610,111,778
IssuesEvent
2015-02-26 18:34:37
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
don't see categories
auto-migrated Priority-Medium Type-Defect
``` What's the problem? I don't see any categories, which are available on the blog. If tags are the substitute for the categories, they should download the available ones from the server. What version of ScribeFire for Chrome are you running? ScribeFire - Version: 0.1.1.0 ``` ----- Original issue reported on code.google.com by `FrankenI...@gmail.com` on 18 Apr 2010 at 2:54
1.0
don't see categories - ``` What's the problem? I don't see any categories, which are available on the blog. If tags are the substitute for the categories, they should download the available ones from the server. What version of ScribeFire for Chrome are you running? ScribeFire - Version: 0.1.1.0 ``` ----- Original issue reported on code.google.com by `FrankenI...@gmail.com` on 18 Apr 2010 at 2:54
defect
don t see categories what s the problem i don t see any categories which are available on the blog if tags are the substitute for the categories they should download the available ones from the server what version of scribefire for chrome are you running scribefire version original issue reported on code google com by frankeni gmail com on apr at
1
6,241
2,610,223,954
IssuesEvent
2015-02-26 19:10:59
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
горизонтальная рамка для черчения
auto-migrated Priority-Medium Type-Defect
``` '''Виолен Смирнов''' Привет всем не подскажите где можно найти .горизонтальная рамка для черчения. где то видел уже '''Горимир Евсеев''' Вот держи линк http://bit.ly/1hgqRTI '''Аким Никитин''' Спасибо вроде то но просит телефон вводить '''Вилиор Кудрявцев''' Неа все ок у меня ничего не списало '''Авдей Жданов''' Неа все ок у меня ничего не списало Информация о файле: горизонтальная рамка для черчения Загружен: В этом месяце Скачан раз: 1459 Рейтинг: 1197 Средняя скорость скачивания: 623 Похожих файлов: 28 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 8:28
1.0
горизонтальная рамка для черчения - ``` '''Виолен Смирнов''' Привет всем не подскажите где можно найти .горизонтальная рамка для черчения. где то видел уже '''Горимир Евсеев''' Вот держи линк http://bit.ly/1hgqRTI '''Аким Никитин''' Спасибо вроде то но просит телефон вводить '''Вилиор Кудрявцев''' Неа все ок у меня ничего не списало '''Авдей Жданов''' Неа все ок у меня ничего не списало Информация о файле: горизонтальная рамка для черчения Загружен: В этом месяце Скачан раз: 1459 Рейтинг: 1197 Средняя скорость скачивания: 623 Похожих файлов: 28 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 8:28
defect
горизонтальная рамка для черчения виолен смирнов привет всем не подскажите где можно найти горизонтальная рамка для черчения где то видел уже горимир евсеев вот держи линк аким никитин спасибо вроде то но просит телефон вводить вилиор кудрявцев неа все ок у меня ничего не списало авдей жданов неа все ок у меня ничего не списало информация о файле горизонтальная рамка для черчения загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
50,035
13,187,312,540
IssuesEvent
2020-08-13 03:00:55
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
pffilter requires every physics frame to contain a configured filter boolean (Trac #38)
Migrated from Trac defect jeb-server
pffilter requires every physics frame to contain a configured filter boolean. wouldn't it be reasonable to interpret a missing filter boolean as a present filter boolean equal to false? to reduce frame/key lookups, one could use get by smart pointer and check whether it's NULL before accessing it. Torsten <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/38 , reported by blaufuss and owned by blaufuss_</summary> <p> ```json { "status": "closed", "changetime": "2007-09-24T16:35:25", "description": "pffilter requires every physics frame to contain a configured filter\nboolean.\nwouldn't it be reasonable to interpret a missing filter boolean as a\npresent filter boolean equal to false?\nto reduce frame/key lookups, one could use get by smart pointer and\ncheck whether it's NULL before accessing it.\n\nTorsten\n", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1190651725000000", "component": "jeb-server", "summary": "pffilter requires every physics frame to contain a configured filter boolean", "priority": "normal", "keywords": "", "time": "2007-06-05T19:19:57", "milestone": "", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
1.0
pffilter requires every physics frame to contain a configured filter boolean (Trac #38) - pffilter requires every physics frame to contain a configured filter boolean. wouldn't it be reasonable to interpret a missing filter boolean as a present filter boolean equal to false? to reduce frame/key lookups, one could use get by smart pointer and check whether it's NULL before accessing it. Torsten <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/38 , reported by blaufuss and owned by blaufuss_</summary> <p> ```json { "status": "closed", "changetime": "2007-09-24T16:35:25", "description": "pffilter requires every physics frame to contain a configured filter\nboolean.\nwouldn't it be reasonable to interpret a missing filter boolean as a\npresent filter boolean equal to false?\nto reduce frame/key lookups, one could use get by smart pointer and\ncheck whether it's NULL before accessing it.\n\nTorsten\n", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1190651725000000", "component": "jeb-server", "summary": "pffilter requires every physics frame to contain a configured filter boolean", "priority": "normal", "keywords": "", "time": "2007-06-05T19:19:57", "milestone": "", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
defect
pffilter requires every physics frame to contain a configured filter boolean trac pffilter requires every physics frame to contain a configured filter boolean wouldn t it be reasonable to interpret a missing filter boolean as a present filter boolean equal to false to reduce frame key lookups one could use get by smart pointer and check whether it s null before accessing it torsten migrated from reported by blaufuss and owned by blaufuss json status closed changetime description pffilter requires every physics frame to contain a configured filter nboolean nwouldn t it be reasonable to interpret a missing filter boolean as a npresent filter boolean equal to false nto reduce frame key lookups one could use get by smart pointer and ncheck whether it s null before accessing it n ntorsten n reporter blaufuss cc resolution fixed ts component jeb server summary pffilter requires every physics frame to contain a configured filter boolean priority normal keywords time milestone owner blaufuss type defect
1
84,840
3,675,600,726
IssuesEvent
2016-02-23 00:21:32
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Table headers missing for mobile on browse image page
component/web kind/bug priority/P2
<img width="432" alt="screen shot 2016-02-19 at 3 10 46 pm" src="https://cloud.githubusercontent.com/assets/1167259/13187769/580ddae0-d71b-11e5-8089-0bd7a8e61aa3.png"> /cc @jwforres
1.0
Table headers missing for mobile on browse image page - <img width="432" alt="screen shot 2016-02-19 at 3 10 46 pm" src="https://cloud.githubusercontent.com/assets/1167259/13187769/580ddae0-d71b-11e5-8089-0bd7a8e61aa3.png"> /cc @jwforres
non_defect
table headers missing for mobile on browse image page img width alt screen shot at pm src cc jwforres
0
70,034
22,794,875,608
IssuesEvent
2022-07-10 15:07:43
bcpierce00/unison
https://api.github.com/repos/bcpierce00/unison
closed
Hangs on Windows when halfduplex=false
defect impact-medium effort-high windows
### Phenomenon - A directory of many files (~400k files) are synchronized from a Windows client to a server by socket connection. - Client hangs randomly during synchronization, not accepting Ctrl+C interruption. - When hanged, no CPU, disk and network access occur on both of the client and the server. - Server keeps locking one temp file (.unison.~~.unison.tmp) even after the client process is killed. - When the client process is restarted, it hangs at the transfer around the locked temp file again. - The hang repeats until the server process is restarted. - The above has not happen with an option of `halfduplex=true`. ### Environment - Windows 10 - Unison 2.52.1 (Ocaml 4.14.0) ### How to reproduce Although the above phenomenon occurs randomly, I found a method to reproduce the similar situation (hangs without CPU, disk, and network usage, locking temp file). 1. Create a profile with empty directory pair synchronized by socket connection. 2. Add a file (a.zip, >10MB is convenient) to the client directory. 3. Run synchronization and interrupt with Ctrl+C while a.zip is being copied (while `[rsynctoken] growing string` is shown in `-debug all`). 4. When the client hanged, the phenomenon is reproduced. 5. When the process terminated with `Terminated!`, copy a.zip to another file (a2.zip). 6. Run synchronization again, and it surely hangs. - When `halfduplex=true`, hangs and locking temp file do not occur but infinite loop of GC happens instead.
1.0
Hangs on Windows when halfduplex=false - ### Phenomenon - A directory of many files (~400k files) are synchronized from a Windows client to a server by socket connection. - Client hangs randomly during synchronization, not accepting Ctrl+C interruption. - When hanged, no CPU, disk and network access occur on both of the client and the server. - Server keeps locking one temp file (.unison.~~.unison.tmp) even after the client process is killed. - When the client process is restarted, it hangs at the transfer around the locked temp file again. - The hang repeats until the server process is restarted. - The above has not happen with an option of `halfduplex=true`. ### Environment - Windows 10 - Unison 2.52.1 (Ocaml 4.14.0) ### How to reproduce Although the above phenomenon occurs randomly, I found a method to reproduce the similar situation (hangs without CPU, disk, and network usage, locking temp file). 1. Create a profile with empty directory pair synchronized by socket connection. 2. Add a file (a.zip, >10MB is convenient) to the client directory. 3. Run synchronization and interrupt with Ctrl+C while a.zip is being copied (while `[rsynctoken] growing string` is shown in `-debug all`). 4. When the client hanged, the phenomenon is reproduced. 5. When the process terminated with `Terminated!`, copy a.zip to another file (a2.zip). 6. Run synchronization again, and it surely hangs. - When `halfduplex=true`, hangs and locking temp file do not occur but infinite loop of GC happens instead.
defect
hangs on windows when halfduplex false phenomenon a directory of many files files are synchronized from a windows client to a server by socket connection client hangs randomly during synchronization not accepting ctrl c interruption when hanged no cpu disk and network access occur on both of the client and the server server keeps locking one temp file unison unison tmp even after the client process is killed when the client process is restarted it hangs at the transfer around the locked temp file again the hang repeats until the server process is restarted the above has not happen with an option of halfduplex true environment windows unison ocaml how to reproduce although the above phenomenon occurs randomly i found a method to reproduce the similar situation hangs without cpu disk and network usage locking temp file create a profile with empty directory pair synchronized by socket connection add a file a zip is convenient to the client directory run synchronization and interrupt with ctrl c while a zip is being copied while growing string is shown in debug all when the client hanged the phenomenon is reproduced when the process terminated with terminated copy a zip to another file zip run synchronization again and it surely hangs when halfduplex true hangs and locking temp file do not occur but infinite loop of gc happens instead
1
78,706
15,586,066,347
IssuesEvent
2021-03-18 01:05:39
Mohib-hub/karate
https://api.github.com/repos/Mohib-hub/karate
opened
CVE-2020-35491 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2020-35491 - 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: karate/examples/gatling/build.gradle</p> <p>Path to vulnerable library: /tmp/ws-ua_20200323212715/downloadResource_20478f94-1633-47a1-ad79-827f8481d3e7/20200323212748/jackson-databind-2.9.8.jar,/tmp/ws-ua_20200323212715/downloadResource_20478f94-1633-47a1-ad79-827f8481d3e7/20200323212748/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - karate-gatling-0.9.5.jar (Root Library) - gatling-charts-highcharts-3.0.2.jar - gatling-charts-3.0.2.jar - gatling-core-3.0.2.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.dbcp2.datasources.SharedPoolDataSource. <p>Publish Date: 2020-12-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-35491>CVE-2020-35491</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2986">https://github.com/FasterXML/jackson-databind/issues/2986</a></p> <p>Release Date: 2020-12-17</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","packageFilePaths":["/examples/gatling/build.gradle"],"isTransitiveDependency":true,"dependencyTree":"com.intuit.karate:karate-gatling:0.9.5;io.gatling.highcharts:gatling-charts-highcharts:3.0.2;io.gatling:gatling-charts:3.0.2;io.gatling:gatling-core:3.0.2;com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2020-35491","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.dbcp2.datasources.SharedPoolDataSource.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-35491","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-35491 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-35491 - 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: karate/examples/gatling/build.gradle</p> <p>Path to vulnerable library: /tmp/ws-ua_20200323212715/downloadResource_20478f94-1633-47a1-ad79-827f8481d3e7/20200323212748/jackson-databind-2.9.8.jar,/tmp/ws-ua_20200323212715/downloadResource_20478f94-1633-47a1-ad79-827f8481d3e7/20200323212748/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - karate-gatling-0.9.5.jar (Root Library) - gatling-charts-highcharts-3.0.2.jar - gatling-charts-3.0.2.jar - gatling-core-3.0.2.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.dbcp2.datasources.SharedPoolDataSource. <p>Publish Date: 2020-12-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-35491>CVE-2020-35491</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2986">https://github.com/FasterXML/jackson-databind/issues/2986</a></p> <p>Release Date: 2020-12-17</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","packageFilePaths":["/examples/gatling/build.gradle"],"isTransitiveDependency":true,"dependencyTree":"com.intuit.karate:karate-gatling:0.9.5;io.gatling.highcharts:gatling-charts-highcharts:3.0.2;io.gatling:gatling-charts:3.0.2;io.gatling:gatling-core:3.0.2;com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2020-35491","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.dbcp2.datasources.SharedPoolDataSource.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-35491","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_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 karate examples gatling build gradle path to vulnerable library tmp ws ua downloadresource jackson databind jar tmp ws ua downloadresource jackson databind jar dependency hierarchy karate gatling jar root library gatling charts highcharts jar gatling charts jar gatling core jar x jackson databind jar vulnerable library vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache commons datasources sharedpooldatasource publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree com intuit karate karate gatling io gatling highcharts gatling charts highcharts io gatling gatling charts io gatling gatling core com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind basebranches vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache commons datasources sharedpooldatasource vulnerabilityurl
0
55,290
23,442,035,044
IssuesEvent
2022-08-15 15:46:05
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
closed
Weekly CCM PROD Push for August 9-11
planned/scheduled team/DXC tech/automation ops and shared services
**Describe the issue** This ticket will track efforts spent toward creating the next CCM release and promoting it against the three production Openshift clusters. ## What's Changed * Cerberus - Update Cerberus image ref in SILVER by @ShellyXueHan https://github.com/bcgov-c/platform-gitops-gen/pull/500 **Definition of done** - [x] Create suitable GitHub Release before EOD Friday - [x] Create suitable Standard Change RFCs and assign to team members as appropriate - [x] Create and Receive approval for PR incrementing CCM version for PROD clusters - [x] Ensure version increment PR is merged before executing any RFCs - [x] Execute RFC for SILVER cluster (was CHG0039988) replaced by CHG0040035 - [x] Execute RFC for GOLD cluster CHG0039989 - [x] Execute RFC for GOLDDR cluster CHG0039990
1.0
Weekly CCM PROD Push for August 9-11 - **Describe the issue** This ticket will track efforts spent toward creating the next CCM release and promoting it against the three production Openshift clusters. ## What's Changed * Cerberus - Update Cerberus image ref in SILVER by @ShellyXueHan https://github.com/bcgov-c/platform-gitops-gen/pull/500 **Definition of done** - [x] Create suitable GitHub Release before EOD Friday - [x] Create suitable Standard Change RFCs and assign to team members as appropriate - [x] Create and Receive approval for PR incrementing CCM version for PROD clusters - [x] Ensure version increment PR is merged before executing any RFCs - [x] Execute RFC for SILVER cluster (was CHG0039988) replaced by CHG0040035 - [x] Execute RFC for GOLD cluster CHG0039989 - [x] Execute RFC for GOLDDR cluster CHG0039990
non_defect
weekly ccm prod push for august describe the issue this ticket will track efforts spent toward creating the next ccm release and promoting it against the three production openshift clusters what s changed cerberus update cerberus image ref in silver by shellyxuehan definition of done create suitable github release before eod friday create suitable standard change rfcs and assign to team members as appropriate create and receive approval for pr incrementing ccm version for prod clusters ensure version increment pr is merged before executing any rfcs execute rfc for silver cluster was replaced by execute rfc for gold cluster execute rfc for golddr cluster
0
802,280
28,895,634,152
IssuesEvent
2023-05-07 00:15:09
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
Integrated Circuit cameras break can't be viewed if the camera has moved
Priority: Low Could Reproduce
### Description of issue Integrated Circuit cameras break when they move too far from the place they were enabled. ### Difference between expected and actual behaviour The camera to keep working while moving. ### Steps to reproduce Put an Integrated Circuits camera inside a drone. Move the drone. Lose connection to the camera. ### Specific information for locating https://streamable.com/mdsr11 ### Client version, server revision, & game ID Client Version: 514 Server Revision: [dbd9d19012d3a185e3c975e25fa6a62ec94e676c](https://baystation.xyz/index.php?title=Rules/commit/dbd9d19012d3a185e3c975e25fa6a62ec94e676c) - dev - 2023-05-02 Game ID: cnC-de5c Current map: SEV Torch ### Issue bingo - [x] Issue could be reproduced at least once - [x] Issue could be reproduced by different players - [x] Issue could be reproduced in multiple rounds - [x] Issue happened in a recent (less than 7 days ago) round - [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
1.0
Integrated Circuit cameras break can't be viewed if the camera has moved - ### Description of issue Integrated Circuit cameras break when they move too far from the place they were enabled. ### Difference between expected and actual behaviour The camera to keep working while moving. ### Steps to reproduce Put an Integrated Circuits camera inside a drone. Move the drone. Lose connection to the camera. ### Specific information for locating https://streamable.com/mdsr11 ### Client version, server revision, & game ID Client Version: 514 Server Revision: [dbd9d19012d3a185e3c975e25fa6a62ec94e676c](https://baystation.xyz/index.php?title=Rules/commit/dbd9d19012d3a185e3c975e25fa6a62ec94e676c) - dev - 2023-05-02 Game ID: cnC-de5c Current map: SEV Torch ### Issue bingo - [x] Issue could be reproduced at least once - [x] Issue could be reproduced by different players - [x] Issue could be reproduced in multiple rounds - [x] Issue happened in a recent (less than 7 days ago) round - [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
non_defect
integrated circuit cameras break can t be viewed if the camera has moved description of issue integrated circuit cameras break when they move too far from the place they were enabled difference between expected and actual behaviour the camera to keep working while moving steps to reproduce put an integrated circuits camera inside a drone move the drone lose connection to the camera specific information for locating client version server revision game id client version server revision dev game id cnc current map sev torch issue bingo issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round
0
57,967
16,196,223,476
IssuesEvent
2021-05-04 14:52:20
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
508-defect-2 [COGNITION]: Appointment date on the Review your appointment details screen must be a heading level 3
508-defect-2 508-issue-cognition 508/Accessibility vaos
# [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## 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. ## 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:** _First name only. Delete if not applicable._ ## Details <!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. --> The appointment date is using a `<strong>` tag while the VAMC title and Your contact details are using H3s. The date must be an H3 also so it retains semantic meaning like the other two section headings. Screenshot attached. ## Acceptance Criteria - [ ] Visual styling is retained - [ ] The date "Thursday, May 13..." announces as a "heading level three" on screen readers - [ ] 0 axe-core violations ## Environment * https://staging.va.gov/health-care/schedule-view-va-appointments/appointments/new-covid-19-vaccine-booking/review ## WCAG or Vendor Guidance (optional) ## WCAG or Vendor Guidance (optional) * https://www.w3.org/TR/UNDERSTANDING-WCAG20/content-structure-separation-programmatic.html * https://www.tpgi.com/heading-off-confusion-when-do-headings-fail-wcag/ ## Screenshots or Trace Logs <!-- Drop any screenshots or error logs that might be useful for debugging --> ![Screen Shot 2021-05-04 at 9 48 35 AM](https://user-images.githubusercontent.com/934879/117023052-5da83300-acbe-11eb-81f7-88e7757bea28.png)
1.0
508-defect-2 [COGNITION]: Appointment date on the Review your appointment details screen must be a heading level 3 - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## 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. ## 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:** _First name only. Delete if not applicable._ ## Details <!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. --> The appointment date is using a `<strong>` tag while the VAMC title and Your contact details are using H3s. The date must be an H3 also so it retains semantic meaning like the other two section headings. Screenshot attached. ## Acceptance Criteria - [ ] Visual styling is retained - [ ] The date "Thursday, May 13..." announces as a "heading level three" on screen readers - [ ] 0 axe-core violations ## Environment * https://staging.va.gov/health-care/schedule-view-va-appointments/appointments/new-covid-19-vaccine-booking/review ## WCAG or Vendor Guidance (optional) ## WCAG or Vendor Guidance (optional) * https://www.w3.org/TR/UNDERSTANDING-WCAG20/content-structure-separation-programmatic.html * https://www.tpgi.com/heading-off-confusion-when-do-headings-fail-wcag/ ## Screenshots or Trace Logs <!-- Drop any screenshots or error logs that might be useful for debugging --> ![Screen Shot 2021-05-04 at 9 48 35 AM](https://user-images.githubusercontent.com/934879/117023052-5da83300-acbe-11eb-81f7-88e7757bea28.png)
defect
defect appointment date on the review your appointment details screen must be a heading level feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact first name only delete if not applicable details the appointment date is using a tag while the vamc title and your contact details are using the date must be an also so it retains semantic meaning like the other two section headings screenshot attached acceptance criteria visual styling is retained the date thursday may announces as a heading level three on screen readers axe core violations environment wcag or vendor guidance optional wcag or vendor guidance optional screenshots or trace logs
1
62,611
12,227,356,163
IssuesEvent
2020-05-03 14:57:40
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
Make salvage artifact and salvage wreck missions spawn ruins and wrecks, if not available
Code Feature request
Currently, the salvage missions use existing ruins and wrecks. This prevents us from making biomes without any ruins or wrecks in them, because the missions will spawn the item out of the map. Suggestion: If no ruin or wreck is available, spawn one for the mission. This will ensure that these missions will work properly in all situations and allow us greater creative freedom with the biomes.
1.0
Make salvage artifact and salvage wreck missions spawn ruins and wrecks, if not available - Currently, the salvage missions use existing ruins and wrecks. This prevents us from making biomes without any ruins or wrecks in them, because the missions will spawn the item out of the map. Suggestion: If no ruin or wreck is available, spawn one for the mission. This will ensure that these missions will work properly in all situations and allow us greater creative freedom with the biomes.
non_defect
make salvage artifact and salvage wreck missions spawn ruins and wrecks if not available currently the salvage missions use existing ruins and wrecks this prevents us from making biomes without any ruins or wrecks in them because the missions will spawn the item out of the map suggestion if no ruin or wreck is available spawn one for the mission this will ensure that these missions will work properly in all situations and allow us greater creative freedom with the biomes
0
12,316
2,691,113,335
IssuesEvent
2015-03-31 19:43:13
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
opened
Nested classes ignore ModuleAttribute of their parent classes
defect
This is analogous to issue #54. Using Bridge.json's `outputBy="Module"` and defining a class as: ```[Module("OuterClass")] public class OuterClass { public class InnerClass { } }``` Results in: - outerClass.js containing `OuterClass` definition. - nameSpace.js containing `OuterClass.InnerClass` definition.
1.0
Nested classes ignore ModuleAttribute of their parent classes - This is analogous to issue #54. Using Bridge.json's `outputBy="Module"` and defining a class as: ```[Module("OuterClass")] public class OuterClass { public class InnerClass { } }``` Results in: - outerClass.js containing `OuterClass` definition. - nameSpace.js containing `OuterClass.InnerClass` definition.
defect
nested classes ignore moduleattribute of their parent classes this is analogous to issue using bridge json s outputby module and defining a class as public class outerclass public class innerclass results in outerclass js containing outerclass definition namespace js containing outerclass innerclass definition
1
97,378
16,236,258,389
IssuesEvent
2021-05-07 01:22:15
eldorplus/docker-web-ui
https://api.github.com/repos/eldorplus/docker-web-ui
opened
CVE-2020-8164 (High) detected in actionpack-5.0.0.gem
security vulnerability
## CVE-2020-8164 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-5.0.0.gem</b></p></summary> <p>Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.</p> <p>Library home page: <a href="https://rubygems.org/gems/actionpack-5.0.0.gem">https://rubygems.org/gems/actionpack-5.0.0.gem</a></p> <p>Path to dependency file: docker-web-ui/Gemfile.lock</p> <p>Path to vulnerable library: /var/lib/gems/2.3.0/cache/actionpack-5.0.0.gem</p> <p> Dependency Hierarchy: - coffee-rails-4.2.1.gem (Root Library) - railties-5.0.0.gem - :x: **actionpack-5.0.0.gem** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A deserialization of untrusted data vulnerability exists in rails < 5.2.4.3, rails < 6.0.3.1 which can allow an attacker to supply information can be inadvertently leaked fromStrong Parameters. <p>Publish Date: 2020-06-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8164>CVE-2020-8164</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: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-8727-m6gj-mc37">https://github.com/advisories/GHSA-8727-m6gj-mc37</a></p> <p>Release Date: 2020-05-31</p> <p>Fix Resolution: 5.2.4.3,6.0.3.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-8164 (High) detected in actionpack-5.0.0.gem - ## CVE-2020-8164 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-5.0.0.gem</b></p></summary> <p>Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.</p> <p>Library home page: <a href="https://rubygems.org/gems/actionpack-5.0.0.gem">https://rubygems.org/gems/actionpack-5.0.0.gem</a></p> <p>Path to dependency file: docker-web-ui/Gemfile.lock</p> <p>Path to vulnerable library: /var/lib/gems/2.3.0/cache/actionpack-5.0.0.gem</p> <p> Dependency Hierarchy: - coffee-rails-4.2.1.gem (Root Library) - railties-5.0.0.gem - :x: **actionpack-5.0.0.gem** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A deserialization of untrusted data vulnerability exists in rails < 5.2.4.3, rails < 6.0.3.1 which can allow an attacker to supply information can be inadvertently leaked fromStrong Parameters. <p>Publish Date: 2020-06-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8164>CVE-2020-8164</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: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-8727-m6gj-mc37">https://github.com/advisories/GHSA-8727-m6gj-mc37</a></p> <p>Release Date: 2020-05-31</p> <p>Fix Resolution: 5.2.4.3,6.0.3.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in actionpack gem cve high severity vulnerability vulnerable library actionpack gem web apps on rails simple battle tested conventions for building and testing mvc web applications works with any rack compatible server library home page a href path to dependency file docker web ui gemfile lock path to vulnerable library var lib gems cache actionpack gem dependency hierarchy coffee rails gem root library railties gem x actionpack gem vulnerable library vulnerability details a deserialization of untrusted data vulnerability exists in rails rails which can allow an attacker to supply information can be inadvertently leaked fromstrong parameters publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact 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
300,190
22,645,480,435
IssuesEvent
2022-07-01 08:17:28
rog-golang-buddies/golang-template-repository
https://api.github.com/repos/rog-golang-buddies/golang-template-repository
opened
Add semantic-release docs and call out caveats
documentation
`semantic-release` needs to be documented well. Specially the case where the first commit to `master` (as it is configured to act on `master` in our repo) will create release `1.0.0`. Their convention varies as they claim `0.1.0` is not well defined and `npm` starts versioning at `1.0.0`. However they provide pre-release guidelines: https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/release-workflow/pre-releases.md We need to make this explicitly clear to developers as this first release as `1.0.0` can come as a surprise. Ideally a working example should be provided. The blog post they reference: https://blog.greenkeeper.io/introduction-to-semver-d272990c44f2
1.0
Add semantic-release docs and call out caveats - `semantic-release` needs to be documented well. Specially the case where the first commit to `master` (as it is configured to act on `master` in our repo) will create release `1.0.0`. Their convention varies as they claim `0.1.0` is not well defined and `npm` starts versioning at `1.0.0`. However they provide pre-release guidelines: https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/release-workflow/pre-releases.md We need to make this explicitly clear to developers as this first release as `1.0.0` can come as a surprise. Ideally a working example should be provided. The blog post they reference: https://blog.greenkeeper.io/introduction-to-semver-d272990c44f2
non_defect
add semantic release docs and call out caveats semantic release needs to be documented well specially the case where the first commit to master as it is configured to act on master in our repo will create release their convention varies as they claim is not well defined and npm starts versioning at however they provide pre release guidelines we need to make this explicitly clear to developers as this first release as can come as a surprise ideally a working example should be provided the blog post they reference
0
237,585
18,164,823,580
IssuesEvent
2021-09-27 13:39:25
PavriLab/hicer-nf
https://api.github.com/repos/PavriLab/hicer-nf
closed
Some point need to be noticed for the users like me
documentation
1. specify the absolute path for the fastq files 2. modify the resource config according to your system 3. samples.txt files need to be TAB-separated with absolute path 4. resolution should be checked with no redundant in the command (not same with default) 5. recommend singularity or docker to launch Thank you for all the developers debugging to make it smoothly! Best Shuangyang
1.0
Some point need to be noticed for the users like me - 1. specify the absolute path for the fastq files 2. modify the resource config according to your system 3. samples.txt files need to be TAB-separated with absolute path 4. resolution should be checked with no redundant in the command (not same with default) 5. recommend singularity or docker to launch Thank you for all the developers debugging to make it smoothly! Best Shuangyang
non_defect
some point need to be noticed for the users like me specify the absolute path for the fastq files modify the resource config according to your system samples txt files need to be tab separated with absolute path resolution should be checked with no redundant in the command not same with default recommend singularity or docker to launch thank you for all the developers debugging to make it smoothly best shuangyang
0
36,853
8,167,640,692
IssuesEvent
2018-08-26 01:55:00
idaholab/raven
https://api.github.com/repos/idaholab/raven
closed
Grid-like datasets are not scaled correctly in the DataSet
defect priority_critical
-------- Issue Description -------- When one restart the calculation, the dataset will be scaled before retrieving the realization from that dataset. If grid-like sampler is used, the scale factor could be zero, since the grid points for some variable could be constant, this will cause the failure of the restart capability as recently reported by one of our users. ##### What did you expect to see happen? The grid sampler with restart should work. ##### What did you see instead? From raven user: ``` so I started a test without the meshfile variable. Left it running for some time so I had a dataset of 34 restart points. Then cancled Raven and tried to restart from the previous results but again the same error and Raven ignored the restart points completely and started sampling the same points again that already exist in the restart data. ``` ##### Do you have a suggested fix for the development team? @mandd and I found we have an issue with the SCALE in the DataSet. The fix can be found in https://github.com/idaholab/raven/tree/wangc/std_issue ##### Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [x] 1. Is it tagged with a type: defect or improvement? - [x] 2. Is it tagged with a priority: critical, normal or minor? - [x] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [x] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [x] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [x] 1. If the issue is a defect, is the defect fixed? - [x] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [x] 3. 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)? - [x] 4. If the issue is a defect, does it impact the latest stable branch? If yes, is there any issue tagged with stable (create if needed)? - [x] 5. If the issue is being closed without a merge request, has an explanation of why it is being closed been provided?
1.0
Grid-like datasets are not scaled correctly in the DataSet - -------- Issue Description -------- When one restart the calculation, the dataset will be scaled before retrieving the realization from that dataset. If grid-like sampler is used, the scale factor could be zero, since the grid points for some variable could be constant, this will cause the failure of the restart capability as recently reported by one of our users. ##### What did you expect to see happen? The grid sampler with restart should work. ##### What did you see instead? From raven user: ``` so I started a test without the meshfile variable. Left it running for some time so I had a dataset of 34 restart points. Then cancled Raven and tried to restart from the previous results but again the same error and Raven ignored the restart points completely and started sampling the same points again that already exist in the restart data. ``` ##### Do you have a suggested fix for the development team? @mandd and I found we have an issue with the SCALE in the DataSet. The fix can be found in https://github.com/idaholab/raven/tree/wangc/std_issue ##### Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [x] 1. Is it tagged with a type: defect or improvement? - [x] 2. Is it tagged with a priority: critical, normal or minor? - [x] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [x] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [x] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [x] 1. If the issue is a defect, is the defect fixed? - [x] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [x] 3. 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)? - [x] 4. If the issue is a defect, does it impact the latest stable branch? If yes, is there any issue tagged with stable (create if needed)? - [x] 5. If the issue is being closed without a merge request, has an explanation of why it is being closed been provided?
defect
grid like datasets are not scaled correctly in the dataset issue description when one restart the calculation the dataset will be scaled before retrieving the realization from that dataset if grid like sampler is used the scale factor could be zero since the grid points for some variable could be constant this will cause the failure of the restart capability as recently reported by one of our users what did you expect to see happen the grid sampler with restart should work what did you see instead from raven user so i started a test without the meshfile variable left it running for some time so i had a dataset of restart points then cancled raven and tried to restart from the previous results but again the same error and raven ignored the restart points completely and started sampling the same points again that already exist in the restart data do you have a suggested fix for the development team mandd and i found we have an issue with the scale in the dataset the fix can be found in please attach the input file s that generate this error the simpler the input the faster we can find the issue for change control board issue review this review should occur before any development is performed as a response to this issue is it tagged with a type defect or improvement 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 this review should occur when the issue is imminently going to be closed 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 stable branch if yes is there any issue tagged with stable create if needed if the issue is being closed without a merge request has an explanation of why it is being closed been provided
1
77,420
26,981,334,299
IssuesEvent
2023-02-09 13:19:27
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: download.default_directory after update Chrome and chromedriver not working
I-defect needs-triaging G-chromedriver
### What happened? After update chrome and chromedriver to version 110 chromedriver_mac_arm64 https://chromedriver.chromium.org/downloads download.default_directory stopped working. Before today's update everything worked. Please let me know if I need to change anything in the code. The file is downloaded but to the main folder with the application and not to the designated path chrome_options = Options() prefs = {'download.default_directory': './x/x'} chrome_options.add_experimental_option('prefs', prefs) driver = webdriver.Chrome(options=chrome_options) ### How can we reproduce the issue? ```shell chrome_options = Options() prefs = {'download.default_directory': './x/x'} chrome_options.add_experimental_option('prefs', prefs) driver = webdriver.Chrome(options=chrome_options) ``` ### Relevant log output ```shell The file is downloaded but to the main folder with the application and not to the designated path ``` ### Operating System macOS Monterey 12.0.1 ### Selenium version 4.4.3 ### What are the browser(s) and version(s) where you see this issue? Chrome 110 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 110.0.5481.77 ### Are you using Selenium Grid? _No response_
1.0
[🐛 Bug]: download.default_directory after update Chrome and chromedriver not working - ### What happened? After update chrome and chromedriver to version 110 chromedriver_mac_arm64 https://chromedriver.chromium.org/downloads download.default_directory stopped working. Before today's update everything worked. Please let me know if I need to change anything in the code. The file is downloaded but to the main folder with the application and not to the designated path chrome_options = Options() prefs = {'download.default_directory': './x/x'} chrome_options.add_experimental_option('prefs', prefs) driver = webdriver.Chrome(options=chrome_options) ### How can we reproduce the issue? ```shell chrome_options = Options() prefs = {'download.default_directory': './x/x'} chrome_options.add_experimental_option('prefs', prefs) driver = webdriver.Chrome(options=chrome_options) ``` ### Relevant log output ```shell The file is downloaded but to the main folder with the application and not to the designated path ``` ### Operating System macOS Monterey 12.0.1 ### Selenium version 4.4.3 ### What are the browser(s) and version(s) where you see this issue? Chrome 110 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 110.0.5481.77 ### Are you using Selenium Grid? _No response_
defect
download default directory after update chrome and chromedriver not working what happened after update chrome and chromedriver to version chromedriver mac download default directory stopped working before today s update everything worked please let me know if i need to change anything in the code the file is downloaded but to the main folder with the application and not to the designated path chrome options options prefs download default directory x x chrome options add experimental option prefs prefs driver webdriver chrome options chrome options how can we reproduce the issue shell chrome options options prefs download default directory x x chrome options add experimental option prefs prefs driver webdriver chrome options chrome options relevant log output shell the file is downloaded but to the main folder with the application and not to the designated path operating system macos monterey selenium version what are the browser s and version s where you see this issue chrome what are the browser driver s and version s where you see this issue chromedriver are you using selenium grid no response
1
68,556
21,708,518,150
IssuesEvent
2022-05-10 11:55:50
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
opened
RadioButton: checked ison is not centered upon changeing the screen scale
defect
### Describe the bug Open the Radiobutton component with default (100%) screen scale Check the radio button The alignment is proper: ![image](https://user-images.githubusercontent.com/32092177/167622389-0a954c89-efc8-4960-bcb9-a4381c323c4f.png) Change the screen scale to 110% The alignment is broken: ![image](https://user-images.githubusercontent.com/32092177/167622508-c0e78e1b-5bf7-41a7-946d-71d0800d6dd0.png) ### Reproducer _No response_ ### PrimeReact version 7.2.1 ### React version 17.x ### Language TypeScript ### Build / Runtime Create React App (CRA) ### Browser(s) Chrome Version 101.0.4951.54 (Official Build) (64-bit) ### Steps to reproduce the behavior _No response_ ### Expected behavior _No response_
1.0
RadioButton: checked ison is not centered upon changeing the screen scale - ### Describe the bug Open the Radiobutton component with default (100%) screen scale Check the radio button The alignment is proper: ![image](https://user-images.githubusercontent.com/32092177/167622389-0a954c89-efc8-4960-bcb9-a4381c323c4f.png) Change the screen scale to 110% The alignment is broken: ![image](https://user-images.githubusercontent.com/32092177/167622508-c0e78e1b-5bf7-41a7-946d-71d0800d6dd0.png) ### Reproducer _No response_ ### PrimeReact version 7.2.1 ### React version 17.x ### Language TypeScript ### Build / Runtime Create React App (CRA) ### Browser(s) Chrome Version 101.0.4951.54 (Official Build) (64-bit) ### Steps to reproduce the behavior _No response_ ### Expected behavior _No response_
defect
radiobutton checked ison is not centered upon changeing the screen scale describe the bug open the radiobutton component with default screen scale check the radio button the alignment is proper change the screen scale to the alignment is broken reproducer no response primereact version react version x language typescript build runtime create react app cra browser s chrome version official build bit steps to reproduce the behavior no response expected behavior no response
1
31,479
5,954,596,043
IssuesEvent
2017-05-27 19:24:29
pyca/cryptography
https://api.github.com/repos/pyca/cryptography
closed
re-add "reasons for a new cryptography library" to faq
documentation
We removed it from the landing page, but a recent talk (https://www.youtube.com/watch?v=_kj9Sn0M-hs) used that language in a slide which suggests it is not entirely irrelevant. I think we should add it back to the FAQ (with some updated language to reflect our current views).
1.0
re-add "reasons for a new cryptography library" to faq - We removed it from the landing page, but a recent talk (https://www.youtube.com/watch?v=_kj9Sn0M-hs) used that language in a slide which suggests it is not entirely irrelevant. I think we should add it back to the FAQ (with some updated language to reflect our current views).
non_defect
re add reasons for a new cryptography library to faq we removed it from the landing page but a recent talk used that language in a slide which suggests it is not entirely irrelevant i think we should add it back to the faq with some updated language to reflect our current views
0
24,300
11,027,443,783
IssuesEvent
2019-12-06 09:28:31
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Config setting 'server.defaultRoute' ignored
Team:Platform Team:Security bug impact:high triaged
**Kibana version:** 7.5.0 **Elasticsearch version:** 7.5.0 **Server OS version:** RHEL 7.6 **Original install method (e.g. download page, yum, from source, etc.):** Download **Describe the bug:** According to #44678 an available config setting `server.defaultRoute` should be automatically mapped to an UI's advanced setting. Unfortunately this is not the case, and the setting is ignored alltogether, letting Kibana start with just the default route. Additionally `server.defaultRoute` is gone alltogether from the documentation (https://www.elastic.co/guide/en/kibana/master/settings.html) without being mentioned in Breaking Changes. **Steps to reproduce:** 1. Set in Kibana config: `server.defaultRoute: "/app/monitoring"` 2. Login in to Kibana: Start application is `/app/kibana` 3. Advanced settings show: `defaultRoute = /app/kibana` **Expected behavior:** Kibana starts with `/app/monitoring` **Screenshots (if relevant):** ![Screenshot from 2019-12-03 16-23-53](https://user-images.githubusercontent.com/11035668/70064217-6e480b80-15e9-11ea-9314-a98f8840047b.png)
True
Config setting 'server.defaultRoute' ignored - **Kibana version:** 7.5.0 **Elasticsearch version:** 7.5.0 **Server OS version:** RHEL 7.6 **Original install method (e.g. download page, yum, from source, etc.):** Download **Describe the bug:** According to #44678 an available config setting `server.defaultRoute` should be automatically mapped to an UI's advanced setting. Unfortunately this is not the case, and the setting is ignored alltogether, letting Kibana start with just the default route. Additionally `server.defaultRoute` is gone alltogether from the documentation (https://www.elastic.co/guide/en/kibana/master/settings.html) without being mentioned in Breaking Changes. **Steps to reproduce:** 1. Set in Kibana config: `server.defaultRoute: "/app/monitoring"` 2. Login in to Kibana: Start application is `/app/kibana` 3. Advanced settings show: `defaultRoute = /app/kibana` **Expected behavior:** Kibana starts with `/app/monitoring` **Screenshots (if relevant):** ![Screenshot from 2019-12-03 16-23-53](https://user-images.githubusercontent.com/11035668/70064217-6e480b80-15e9-11ea-9314-a98f8840047b.png)
non_defect
config setting server defaultroute ignored kibana version elasticsearch version server os version rhel original install method e g download page yum from source etc download describe the bug according to an available config setting server defaultroute should be automatically mapped to an ui s advanced setting unfortunately this is not the case and the setting is ignored alltogether letting kibana start with just the default route additionally server defaultroute is gone alltogether from the documentation without being mentioned in breaking changes steps to reproduce set in kibana config server defaultroute app monitoring login in to kibana start application is app kibana advanced settings show defaultroute app kibana expected behavior kibana starts with app monitoring screenshots if relevant
0
635,615
20,407,603,714
IssuesEvent
2022-02-23 08:04:49
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.hulu.com - site is not usable
priority-important browser-fixme
<!-- @browser: Firefox vr --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:81.0) Gecko/81.0 Firefox/81.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/100069 --> **URL**: https://www.hulu.com/profiles?next=/ **Browser / Version**: Firefox vr **Operating System**: oculus quest 2 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: stops after allowing location. <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: 20200804091327</li><li>channel: nightly</li><li>hasTouchScreen: true</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.hulu.com - site is not usable - <!-- @browser: Firefox vr --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:81.0) Gecko/81.0 Firefox/81.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/100069 --> **URL**: https://www.hulu.com/profiles?next=/ **Browser / Version**: Firefox vr **Operating System**: oculus quest 2 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: stops after allowing location. <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: 20200804091327</li><li>channel: nightly</li><li>hasTouchScreen: true</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
site is not usable url browser version firefox vr operating system oculus quest tested another browser yes other problem type site is not usable description page not loading correctly steps to reproduce stops after allowing location browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true from with ❤️
0
42,679
11,215,889,529
IssuesEvent
2020-01-07 04:01:58
IBM/CAST
https://api.github.com/repos/IBM/CAST
closed
Malformed NVMf string can cause bbServer crash
Comp: Burst Buffer PhaseFound: Customer Sev: 3 Status: Closed Type: Defect
Parsing of the /sys/kernel/config/nvmet/host file in serial.cc is not particularly robust and can crash bbServer.
1.0
Malformed NVMf string can cause bbServer crash - Parsing of the /sys/kernel/config/nvmet/host file in serial.cc is not particularly robust and can crash bbServer.
defect
malformed nvmf string can cause bbserver crash parsing of the sys kernel config nvmet host file in serial cc is not particularly robust and can crash bbserver
1
76,132
26,258,359,002
IssuesEvent
2023-01-06 04:19:04
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
SSL Certificate invalid. Browser element AND element desktop affected. Images failed to download, then avatars disappeared.
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? <img width="649" alt="Screenshot_20230105_090700" src="https://user-images.githubusercontent.com/35440139/210921962-40f7c7b8-5990-4890-88b5-24be2a8fb145.png"> 3. What do you click? Clicked on "homeserver's ssl certificate is trusted" 4. More steps… <img width="758" alt="Screenshot_20230105_090446" src="https://user-images.githubusercontent.com/35440139/210922070-fd911ccb-ec6a-4603-a542-8a5248d76d2e.png"> This is for web. I shut down my desktop client first but it had images failing to load as a symptom. ### Outcome #### What did you expect? A working SSL certificate #### What happened instead? Cloudflare says it's invalid, I would paste the actual cert but MITM prevents that. That's ok though. ### Operating system Windows 11 ### Browser information Chrome Version 108.0.5359.125 (Official Build) (64-bit) ### URL for webapp https://app.element.io/#/login ### Application version _No response_ ### Homeserver matrix.org ### Will you send logs? Yes
1.0
SSL Certificate invalid. Browser element AND element desktop affected. Images failed to download, then avatars disappeared. - ### Steps to reproduce 1. Where are you starting? What can you see? <img width="649" alt="Screenshot_20230105_090700" src="https://user-images.githubusercontent.com/35440139/210921962-40f7c7b8-5990-4890-88b5-24be2a8fb145.png"> 3. What do you click? Clicked on "homeserver's ssl certificate is trusted" 4. More steps… <img width="758" alt="Screenshot_20230105_090446" src="https://user-images.githubusercontent.com/35440139/210922070-fd911ccb-ec6a-4603-a542-8a5248d76d2e.png"> This is for web. I shut down my desktop client first but it had images failing to load as a symptom. ### Outcome #### What did you expect? A working SSL certificate #### What happened instead? Cloudflare says it's invalid, I would paste the actual cert but MITM prevents that. That's ok though. ### Operating system Windows 11 ### Browser information Chrome Version 108.0.5359.125 (Official Build) (64-bit) ### URL for webapp https://app.element.io/#/login ### Application version _No response_ ### Homeserver matrix.org ### Will you send logs? Yes
defect
ssl certificate invalid browser element and element desktop affected images failed to download then avatars disappeared steps to reproduce where are you starting what can you see img width alt screenshot src what do you click clicked on homeserver s ssl certificate is trusted more steps… img width alt screenshot src this is for web i shut down my desktop client first but it had images failing to load as a symptom outcome what did you expect a working ssl certificate what happened instead cloudflare says it s invalid i would paste the actual cert but mitm prevents that that s ok though operating system windows browser information chrome version official build bit url for webapp application version no response homeserver matrix org will you send logs yes
1
77,990
27,267,887,087
IssuesEvent
2023-02-22 19:36:35
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Pinned messages panel shows empty state before fetching and displaying the list
T-Defect S-Tolerable A-Message-Pinning O-Occasional
### Steps to reproduce 1. Page-load app 1. Go to a room with pinned messages 1. Open the pinned messages panel 1. Notice how it shows the empty state for a while then finally populates with what you expect. This is especially jarring when the icon has the extra red dot indicating something is new but no message is shown when opening the panel. ![](https://user-images.githubusercontent.com/558581/220739373-64e3b6b9-08e9-481e-8a99-f6b58823c845.png) ### Outcome #### What did you expect? Pinned messages panel would show a loading state while waiting for messages. Or ideally just show me the new pin since obviously there is a red dot with something to show me. #### What happened instead? All pinned messages were not visible and the empty state was shown when there are in fact pinned messages in the room that you just need to wait to load in. ### Operating system Windows 10 ### Browser information Chrome Version 110.0.5481.100 ### URL for webapp https://develop.element.io/ ### Application version Element version: 5de1b0a012e9-react-1a08c6ba3af1-js-d70ffdbc0244 Olm version: 3.2.12 ### Homeserver matrix.org ### Will you send logs? No
1.0
Pinned messages panel shows empty state before fetching and displaying the list - ### Steps to reproduce 1. Page-load app 1. Go to a room with pinned messages 1. Open the pinned messages panel 1. Notice how it shows the empty state for a while then finally populates with what you expect. This is especially jarring when the icon has the extra red dot indicating something is new but no message is shown when opening the panel. ![](https://user-images.githubusercontent.com/558581/220739373-64e3b6b9-08e9-481e-8a99-f6b58823c845.png) ### Outcome #### What did you expect? Pinned messages panel would show a loading state while waiting for messages. Or ideally just show me the new pin since obviously there is a red dot with something to show me. #### What happened instead? All pinned messages were not visible and the empty state was shown when there are in fact pinned messages in the room that you just need to wait to load in. ### Operating system Windows 10 ### Browser information Chrome Version 110.0.5481.100 ### URL for webapp https://develop.element.io/ ### Application version Element version: 5de1b0a012e9-react-1a08c6ba3af1-js-d70ffdbc0244 Olm version: 3.2.12 ### Homeserver matrix.org ### Will you send logs? No
defect
pinned messages panel shows empty state before fetching and displaying the list steps to reproduce page load app go to a room with pinned messages open the pinned messages panel notice how it shows the empty state for a while then finally populates with what you expect this is especially jarring when the icon has the extra red dot indicating something is new but no message is shown when opening the panel outcome what did you expect pinned messages panel would show a loading state while waiting for messages or ideally just show me the new pin since obviously there is a red dot with something to show me what happened instead all pinned messages were not visible and the empty state was shown when there are in fact pinned messages in the room that you just need to wait to load in operating system windows browser information chrome version url for webapp application version element version react js olm version homeserver matrix org will you send logs no
1
66,803
20,678,341,463
IssuesEvent
2022-03-10 11:27:02
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
Test failure for `minimize(..., method=trust-constr)` in 1.9.0.dev0
defect scipy.optimize
I just saw this failure when running the full test suite with `python dev.py -m full` on: - 64-bit Linux - conda-forge environment from `environment.yml` - current `main` at commit 4d66d8132 ``` _______________________ TestTrustRegionConstr.test_list_of_problems _______________________ scipy/optimize/tests/test_minimize_constrained.py:508: in test_list_of_problems raise RuntimeError("Invalid termination condition.") E RuntimeError: Invalid termination condition. grad = '3-point' hess = <scipy.optimize._hessian_update_strategy.BFGS object at 0x7f4c44e37610> list_of_problems = [<scipy.optimize.tests.test_minimize_constrained.Maratos object at 0x7f4c44f5e7d0>, <scipy.optimize.tests.test_minimiz...ject at 0x7f4c44f5e950>, <scipy.optimize.tests.test_minimize_constrained.HyperbolicIneq object at 0x7f4c44f5dea0>, ...] prob = <scipy.optimize.tests.test_minimize_constrained.BoundedRosenbrock object at 0x7f4c44f5d630> result = barrier_parameter: 0.020000000000000004 barrier_tolerance: 0.020000000000000004 cg_niter: 1009 cg_st...028834383 v: [array([ 1.93089218, -2.19846181])] x: array([-0.02841358, 0.0118 ]) self = <scipy.optimize.tests.test_minimize_constrained.TestTrustRegionConstr testMethod=test_list_of_problems> sup = <numpy.testing._private.utils.suppress_warnings object at 0x7f4c44e37f70> ================================= short test summary info ================================= FAILED scipy/optimize/tests/test_minimize_constrained.py::TestTrustRegionConstr::test_list_of_problems ``` It looks new, but no time to dig in more right now.
1.0
Test failure for `minimize(..., method=trust-constr)` in 1.9.0.dev0 - I just saw this failure when running the full test suite with `python dev.py -m full` on: - 64-bit Linux - conda-forge environment from `environment.yml` - current `main` at commit 4d66d8132 ``` _______________________ TestTrustRegionConstr.test_list_of_problems _______________________ scipy/optimize/tests/test_minimize_constrained.py:508: in test_list_of_problems raise RuntimeError("Invalid termination condition.") E RuntimeError: Invalid termination condition. grad = '3-point' hess = <scipy.optimize._hessian_update_strategy.BFGS object at 0x7f4c44e37610> list_of_problems = [<scipy.optimize.tests.test_minimize_constrained.Maratos object at 0x7f4c44f5e7d0>, <scipy.optimize.tests.test_minimiz...ject at 0x7f4c44f5e950>, <scipy.optimize.tests.test_minimize_constrained.HyperbolicIneq object at 0x7f4c44f5dea0>, ...] prob = <scipy.optimize.tests.test_minimize_constrained.BoundedRosenbrock object at 0x7f4c44f5d630> result = barrier_parameter: 0.020000000000000004 barrier_tolerance: 0.020000000000000004 cg_niter: 1009 cg_st...028834383 v: [array([ 1.93089218, -2.19846181])] x: array([-0.02841358, 0.0118 ]) self = <scipy.optimize.tests.test_minimize_constrained.TestTrustRegionConstr testMethod=test_list_of_problems> sup = <numpy.testing._private.utils.suppress_warnings object at 0x7f4c44e37f70> ================================= short test summary info ================================= FAILED scipy/optimize/tests/test_minimize_constrained.py::TestTrustRegionConstr::test_list_of_problems ``` It looks new, but no time to dig in more right now.
defect
test failure for minimize method trust constr in i just saw this failure when running the full test suite with python dev py m full on bit linux conda forge environment from environment yml current main at commit testtrustregionconstr test list of problems scipy optimize tests test minimize constrained py in test list of problems raise runtimeerror invalid termination condition e runtimeerror invalid termination condition grad point hess list of problems prob result barrier parameter barrier tolerance cg niter cg st v x array self sup short test summary info failed scipy optimize tests test minimize constrained py testtrustregionconstr test list of problems it looks new but no time to dig in more right now
1
80,239
30,178,045,789
IssuesEvent
2023-07-04 06:53:01
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Avatar missing in nightly
T-Defect X-Regression S-Major A-Electron A-Avatar
### Steps to reproduce 1. Open the app 2. See no avatar ### Outcome #### What did you expect? To see the avatar #### What happened instead? I did not see the avatar: ![image](https://github.com/vector-im/element-web/assets/25768714/656bb7e8-0fd3-4b05-bb43-be5ff5effe23) ### Operating system Debian Trixie ### Application version Element Nightly version: 2023063001 ### How did you install the app? _No response_ ### Homeserver element.io ### Will you send logs? Yes
1.0
Avatar missing in nightly - ### Steps to reproduce 1. Open the app 2. See no avatar ### Outcome #### What did you expect? To see the avatar #### What happened instead? I did not see the avatar: ![image](https://github.com/vector-im/element-web/assets/25768714/656bb7e8-0fd3-4b05-bb43-be5ff5effe23) ### Operating system Debian Trixie ### Application version Element Nightly version: 2023063001 ### How did you install the app? _No response_ ### Homeserver element.io ### Will you send logs? Yes
defect
avatar missing in nightly steps to reproduce open the app see no avatar outcome what did you expect to see the avatar what happened instead i did not see the avatar operating system debian trixie application version element nightly version how did you install the app no response homeserver element io will you send logs yes
1
31,926
6,662,879,212
IssuesEvent
2017-10-02 14:35:38
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Manual does not list all contributors from ABOUT.txt
C: Documentation P: Medium R: Fixed T: Defect
- Step 1: Fix the contributor list - Step 2: Automate that section
1.0
Manual does not list all contributors from ABOUT.txt - - Step 1: Fix the contributor list - Step 2: Automate that section
defect
manual does not list all contributors from about txt step fix the contributor list step automate that section
1
103,130
4,164,811,346
IssuesEvent
2016-06-19 02:46:36
northern-bites/nbites
https://api.github.com/repos/northern-bites/nbites
closed
Manual placement behaviors
Behaviors High Priority Python
Need to be able to loc (off ball?) when we've been manually placed in a button press game.
1.0
Manual placement behaviors - Need to be able to loc (off ball?) when we've been manually placed in a button press game.
non_defect
manual placement behaviors need to be able to loc off ball when we ve been manually placed in a button press game
0
81,182
10,111,732,160
IssuesEvent
2019-07-30 13:22:57
Steemhunt/reviewhunt-web
https://api.github.com/repos/Steemhunt/reviewhunt-web
closed
URL link on the quest summary view
design enhancement
Can we make the link clickable? Also please enhance the font size +2. It's too small fonts. ![Screenshot 2019-07-30 10 42 05](https://user-images.githubusercontent.com/15100667/62119167-e22e7c00-b2b6-11e9-8539-25c5db6bb679.png)
1.0
URL link on the quest summary view - Can we make the link clickable? Also please enhance the font size +2. It's too small fonts. ![Screenshot 2019-07-30 10 42 05](https://user-images.githubusercontent.com/15100667/62119167-e22e7c00-b2b6-11e9-8539-25c5db6bb679.png)
non_defect
url link on the quest summary view can we make the link clickable also please enhance the font size it s too small fonts
0
149,977
5,732,360,617
IssuesEvent
2017-04-21 14:41:16
coherence-community/oracle-bedrock
https://api.github.com/repos/coherence-community/oracle-bedrock
closed
Upgrade dependencies and refactor internal library use to prepare for Java 9 support
Module: Coherence Module: Core Module: Jacoco Module: Maven Module: Remote Runtimes Module: Runtime Module: Windows Support Priority: Blocker Type: Improvement
To support Java 9, we need to upgrade a few libraries and remove use of some internal libraries.
1.0
Upgrade dependencies and refactor internal library use to prepare for Java 9 support - To support Java 9, we need to upgrade a few libraries and remove use of some internal libraries.
non_defect
upgrade dependencies and refactor internal library use to prepare for java support to support java we need to upgrade a few libraries and remove use of some internal libraries
0
27,183
4,912,828,715
IssuesEvent
2016-11-23 10:25:22
rnikhil275/pygoogle
https://api.github.com/repos/rnikhil275/pygoogle
closed
Robot problem
auto-migrated Priority-Medium Type-Defect
``` The program works fine but after 3-4 times google find that it is a robot,not a user agent so it returns error...How can i fix this problem ? ``` Original issue reported on code.google.com by `marios...@yahoo.gr` on 8 Feb 2015 at 7:23
1.0
Robot problem - ``` The program works fine but after 3-4 times google find that it is a robot,not a user agent so it returns error...How can i fix this problem ? ``` Original issue reported on code.google.com by `marios...@yahoo.gr` on 8 Feb 2015 at 7:23
defect
robot problem the program works fine but after times google find that it is a robot not a user agent so it returns error how can i fix this problem original issue reported on code google com by marios yahoo gr on feb at
1
278,646
24,165,070,436
IssuesEvent
2022-09-22 14:28:30
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Jest Integration Tests.src/core/server/integration_tests/saved_objects/service/lib - 404s from proxies requests when a proxy relays request/responses with the correct product header returns matches from `find` when the proxy passes through the response and product header
Team:Core failed-test
A test failed on a tracked branch ``` Error: Unable to read snapshot manifest: Internal Server Error <?xml version='1.0' encoding='UTF-8'?><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message><Details>AFfi+BH/B7G+eZssnBoxPcpES47wUGb4uG1PgxYx6G7J4N3LUV7NMYEMgk7tvX0VKGN/1H8BiXdaH5ztuyc/LnnVr2Be9nKBC1Dzjn7BLvUIgnFag6GIRVRHaKcfzp5oIPXrDKBn/H+W</Details></Error> at getArtifactSpecForSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/artifact.js:124:11) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Function.getSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/artifact.js:160:26) at downloadSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/install/install_snapshot.js:45:20) at installSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/install/install_snapshot.js:72:7) at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/cluster.js:159:11 at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/tooling-log/target_node/src/tooling_log.js:75:18 at Cluster.installSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/cluster.js:156:12) at TestCluster.start (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/test/target_node/src/es/test_es_cluster.js:109:24) at startES (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/src/core/test_helpers/kbn_server.ts:248:7) at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/src/core/server/integration_tests/saved_objects/service/lib/repository_with_proxy.test.ts:80:16 at _callCircusHook (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:175:5) at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:45:5) at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:57:9) at run (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:25:3) at runAndTransformResultsToJestFormat (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21) at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19) at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:380:16) at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:472:34) ``` First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/21257#018364fd-1dbe-424d-a6eb-0782e30d150c) <!-- kibanaCiData = {"failed-test":{"test.class":"Jest Integration Tests.src/core/server/integration_tests/saved_objects/service/lib","test.name":"404s from proxies requests when a proxy relays request/responses with the correct product header returns matches from `find` when the proxy passes through the response and product header","test.failCount":1}} -->
1.0
Failing test: Jest Integration Tests.src/core/server/integration_tests/saved_objects/service/lib - 404s from proxies requests when a proxy relays request/responses with the correct product header returns matches from `find` when the proxy passes through the response and product header - A test failed on a tracked branch ``` Error: Unable to read snapshot manifest: Internal Server Error <?xml version='1.0' encoding='UTF-8'?><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message><Details>AFfi+BH/B7G+eZssnBoxPcpES47wUGb4uG1PgxYx6G7J4N3LUV7NMYEMgk7tvX0VKGN/1H8BiXdaH5ztuyc/LnnVr2Be9nKBC1Dzjn7BLvUIgnFag6GIRVRHaKcfzp5oIPXrDKBn/H+W</Details></Error> at getArtifactSpecForSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/artifact.js:124:11) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Function.getSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/artifact.js:160:26) at downloadSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/install/install_snapshot.js:45:20) at installSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/install/install_snapshot.js:72:7) at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/cluster.js:159:11 at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/tooling-log/target_node/src/tooling_log.js:75:18 at Cluster.installSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/cluster.js:156:12) at TestCluster.start (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/test/target_node/src/es/test_es_cluster.js:109:24) at startES (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/src/core/test_helpers/kbn_server.ts:248:7) at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/src/core/server/integration_tests/saved_objects/service/lib/repository_with_proxy.test.ts:80:16 at _callCircusHook (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:175:5) at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:45:5) at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:57:9) at run (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:25:3) at runAndTransformResultsToJestFormat (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21) at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19) at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:380:16) at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:472:34) ``` First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/21257#018364fd-1dbe-424d-a6eb-0782e30d150c) <!-- kibanaCiData = {"failed-test":{"test.class":"Jest Integration Tests.src/core/server/integration_tests/saved_objects/service/lib","test.name":"404s from proxies requests when a proxy relays request/responses with the correct product header returns matches from `find` when the proxy passes through the response and product header","test.failCount":1}} -->
non_defect
failing test jest integration tests src core server integration tests saved objects service lib from proxies requests when a proxy relays request responses with the correct product header returns matches from find when the proxy passes through the response and product header a test failed on a tracked branch error unable to read snapshot manifest internal server error internalerror we encountered an internal error please try again affi bh h w at getartifactspecforsnapshot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src artifact js at processticksandrejections node internal process task queues at function getsnapshot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src artifact js at downloadsnapshot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src install install snapshot js at installsnapshot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src install install snapshot js at var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src cluster js at var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn tooling log target node src tooling log js at cluster installsnapshot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src cluster js at testcluster start var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn test target node src es test es cluster js at startes var lib buildkite agent builds kb spot elastic kibana on merge kibana src core test helpers kbn server ts at var lib buildkite agent builds kb spot elastic kibana on merge kibana src core server integration tests saved objects service lib repository with proxy test ts at callcircushook var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runtestsfordescribeblock var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runtestsfordescribeblock var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at run var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runandtransformresultstojestformat var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build legacy code todo rewrite jestadapterinit js at jestadapter var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build legacy code todo rewrite jestadapter js at runtestinternal var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runner build runtest js at runtest var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runner build runtest js first failure
0
334,558
29,922,565,243
IssuesEvent
2023-06-22 00:37:19
navimakarov/LaplaceRedux.jl
https://api.github.com/repos/navimakarov/LaplaceRedux.jl
closed
Extensive Testing with Strong Assertions through PyTorch Comparisons
must testing
We need a more extensive test suite that would actually assert that computations are done correctly, rather than just assert the absence of errors/exceptions. To this end, we will create tests with comparisons between the hessians and/or predictions from Julia and Python. ## Subtasks - [x] Find a way to deal with randomised parts of the code (use a certain random seed and/or write generated data to a file) - [x] Improve test suite with stronger assertions - compare results of computations with Laplace PyTorch and assert that they are almost identical
1.0
Extensive Testing with Strong Assertions through PyTorch Comparisons - We need a more extensive test suite that would actually assert that computations are done correctly, rather than just assert the absence of errors/exceptions. To this end, we will create tests with comparisons between the hessians and/or predictions from Julia and Python. ## Subtasks - [x] Find a way to deal with randomised parts of the code (use a certain random seed and/or write generated data to a file) - [x] Improve test suite with stronger assertions - compare results of computations with Laplace PyTorch and assert that they are almost identical
non_defect
extensive testing with strong assertions through pytorch comparisons we need a more extensive test suite that would actually assert that computations are done correctly rather than just assert the absence of errors exceptions to this end we will create tests with comparisons between the hessians and or predictions from julia and python subtasks find a way to deal with randomised parts of the code use a certain random seed and or write generated data to a file improve test suite with stronger assertions compare results of computations with laplace pytorch and assert that they are almost identical
0
789,917
27,809,816,344
IssuesEvent
2023-03-18 01:49:19
Future-Scholars/paperlib
https://api.github.com/repos/Future-Scholars/paperlib
closed
Update semantic-scholar scraper.
electron enhancement high priority
We have a new response info `publicationVenue`. Now it's possible to parse publication info from it.
1.0
Update semantic-scholar scraper. - We have a new response info `publicationVenue`. Now it's possible to parse publication info from it.
non_defect
update semantic scholar scraper we have a new response info publicationvenue now it s possible to parse publication info from it
0
79,636
28,494,468,962
IssuesEvent
2023-04-18 13:22:57
line/armeria
https://api.github.com/repos/line/armeria
closed
Server writes a response with HTTP/2 even after receiving a RST_STREAM frame
defect
**Problem statement** When client-side requests time out, a RST_STREAM is sent and the HTTP/2 stream is closed. However, server-side may not close the response immediately, which may cause responses to still be written. This is a violation of the HTTP/2 specification. > The RST_STREAM frame fully terminates the referenced stream and causes it to enter the "closed" state. After receiving a RST_STREAM on a stream, the receiver MUST NOT send additional frames for that stream, with the exception of [PRIORITY](https://httpwg.org/specs/rfc7540.html#PRIORITY) https://httpwg.org/specs/rfc7540.html#RST_STREAM As a result the following logs are printed in client-side. ``` io.netty.handler.codec.http2.Http2Exception$StreamException: Received HEADERS frame for an unknown stream 3 io.netty.handler.codec.http2.Http2Exception$StreamException: Received DATA frame for an unknown stream 3 ``` **Analysis** Running the following test reproduces the issue: https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/grpc/src/test/java/com/linecorp/armeria/client/grpc/GrpcClientTimeoutTest.java#L89 1) A client-side `responseTimeout` closes the stream and sends a `RST_STREAM` https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/core/src/main/java/com/linecorp/armeria/client/HttpResponseDecoder.java#L429 Afterwards, the stream is closed and the response is removed https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/core/src/main/java/com/linecorp/armeria/client/Http2ResponseDecoder.java#L137 2) Server-side receives a RST_STREAM https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/core/src/main/java/com/linecorp/armeria/server/Http2RequestDecoder.java#L356 and calls close on the `ctx` and `response` sequentially. https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/core/src/main/java/com/linecorp/armeria/server/AggregatingDecodedHttpRequest.java#L175-L185 However, `FramedGrpcService` registers callbacks on `ctx.close` https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/grpc/src/main/java/com/linecorp/armeria/server/grpc/FramedGrpcService.java#L313-L320 and writes a response before `ctx.close` is invoked https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/grpc/src/main/java/com/linecorp/armeria/server/grpc/AbstractServerCall.java#L297
1.0
Server writes a response with HTTP/2 even after receiving a RST_STREAM frame - **Problem statement** When client-side requests time out, a RST_STREAM is sent and the HTTP/2 stream is closed. However, server-side may not close the response immediately, which may cause responses to still be written. This is a violation of the HTTP/2 specification. > The RST_STREAM frame fully terminates the referenced stream and causes it to enter the "closed" state. After receiving a RST_STREAM on a stream, the receiver MUST NOT send additional frames for that stream, with the exception of [PRIORITY](https://httpwg.org/specs/rfc7540.html#PRIORITY) https://httpwg.org/specs/rfc7540.html#RST_STREAM As a result the following logs are printed in client-side. ``` io.netty.handler.codec.http2.Http2Exception$StreamException: Received HEADERS frame for an unknown stream 3 io.netty.handler.codec.http2.Http2Exception$StreamException: Received DATA frame for an unknown stream 3 ``` **Analysis** Running the following test reproduces the issue: https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/grpc/src/test/java/com/linecorp/armeria/client/grpc/GrpcClientTimeoutTest.java#L89 1) A client-side `responseTimeout` closes the stream and sends a `RST_STREAM` https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/core/src/main/java/com/linecorp/armeria/client/HttpResponseDecoder.java#L429 Afterwards, the stream is closed and the response is removed https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/core/src/main/java/com/linecorp/armeria/client/Http2ResponseDecoder.java#L137 2) Server-side receives a RST_STREAM https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/core/src/main/java/com/linecorp/armeria/server/Http2RequestDecoder.java#L356 and calls close on the `ctx` and `response` sequentially. https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/core/src/main/java/com/linecorp/armeria/server/AggregatingDecodedHttpRequest.java#L175-L185 However, `FramedGrpcService` registers callbacks on `ctx.close` https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/grpc/src/main/java/com/linecorp/armeria/server/grpc/FramedGrpcService.java#L313-L320 and writes a response before `ctx.close` is invoked https://github.com/line/armeria/blob/76c50fe8238525fab7180b51c0de8422e6526e13/grpc/src/main/java/com/linecorp/armeria/server/grpc/AbstractServerCall.java#L297
defect
server writes a response with http even after receiving a rst stream frame problem statement when client side requests time out a rst stream is sent and the http stream is closed however server side may not close the response immediately which may cause responses to still be written this is a violation of the http specification the rst stream frame fully terminates the referenced stream and causes it to enter the closed state after receiving a rst stream on a stream the receiver must not send additional frames for that stream with the exception of as a result the following logs are printed in client side io netty handler codec streamexception received headers frame for an unknown stream io netty handler codec streamexception received data frame for an unknown stream analysis running the following test reproduces the issue a client side responsetimeout closes the stream and sends a rst stream afterwards the stream is closed and the response is removed server side receives a rst stream and calls close on the ctx and response sequentially however framedgrpcservice registers callbacks on ctx close and writes a response before ctx close is invoked
1
124,816
4,933,997,044
IssuesEvent
2016-11-28 17:48:51
GluuFederation/oxTrust
https://api.github.com/repos/GluuFederation/oxTrust
opened
By default, restrict registration of a duplicate email address
enhancement High Priority
We should also produce documentation for how to disable this setting so that in the case that an organization wants to enable duplicate account registration for one email address, they can do so.
1.0
By default, restrict registration of a duplicate email address - We should also produce documentation for how to disable this setting so that in the case that an organization wants to enable duplicate account registration for one email address, they can do so.
non_defect
by default restrict registration of a duplicate email address we should also produce documentation for how to disable this setting so that in the case that an organization wants to enable duplicate account registration for one email address they can do so
0
166,810
26,409,416,955
IssuesEvent
2023-01-13 10:53:30
July249/shopping_mall
https://api.github.com/repos/July249/shopping_mall
closed
[issue] ProductUpload 상품업로드 메뉴 버튼 생성 및 스타일 구현
design Molecules
## 👨‍💻 무엇을 하실 건지 설명해주세요! - ProductUpload 상품업로드 메뉴 버튼 생성 및 스타일 구현 ## 🤔 구현방법 및 예상 동작 - ## ⭐ 특이사항 -
1.0
[issue] ProductUpload 상품업로드 메뉴 버튼 생성 및 스타일 구현 - ## 👨‍💻 무엇을 하실 건지 설명해주세요! - ProductUpload 상품업로드 메뉴 버튼 생성 및 스타일 구현 ## 🤔 구현방법 및 예상 동작 - ## ⭐ 특이사항 -
non_defect
productupload 상품업로드 메뉴 버튼 생성 및 스타일 구현 👨‍💻 무엇을 하실 건지 설명해주세요 productupload 상품업로드 메뉴 버튼 생성 및 스타일 구현 🤔 구현방법 및 예상 동작 ⭐ 특이사항
0
47,598
7,333,509,367
IssuesEvent
2018-03-05 19:38:28
romanz/trezor-agent
https://api.github.com/repos/romanz/trezor-agent
closed
Ideas to make the documentation AWESOME!!!!
documentation enhancement
As a preface, I'd be glad to make these changes and open a PR if it would be helpful. 1. Add an overview - I wasn't sure what this project was and what it would allow me to do after reading the front page. 2. Collect installation notes into the INSTALL.md page - the GPG instructions duplicate the bit about installing trezor-agent and seem to use an old name `trezor_agent`. GPG requirements aren't mentioned on the installation page. 3. Centralize GPG configuration notes - as someone who is new to the project I didn't know that "Identity creation" is required and is the primary setup process. `export GNUPGHOME=~/.gnupg/trezor` is critical I think but it isn't mentioned until the section "Sample Usage (signature and decryption)" which I skipped based on the name, and it's repeated in a couple other random places without explanation. 4. Add a note to the SSH page declaring that no configuration is necessary. I was expecting some configuration process and searched quite a bit with no success. 5. Overview the agent's modes of SSH operation. My basic use case is scp and the first thing I looked for on the page was how I could use it, but that requires either using the shell (under "Advanced Usage" - I skipped that) or using `*-agent -- scp ...` which is a mode of operation that's used in an example but never explained. My conclusion after reading the page was that you could only do `ssh` and had to sub in `*-agent` for the `ssh` command - scp, rsync, etc weren't supported. 6. Make the list of supported devices obvious on the front page 7. Make a prominent link to the DESIGN doc on the front page - I was actually looking for this when I first found the project. Related to 1 (after figuring out what the project was about I wanted to confirm the design was sane). Generally speaking making the organization of the document more apparent and introducing parallels (like, make both the GPG and SSH pages have the same structure) would also make the information easier to digest. Using numbers also helps - they show when the sections are ending/continuing, better than headers for instance since it can be hard to judge font sizes and weights visually especially if there's a few paragraphs inbetween. Some other random details: * I think imperative mood would be good to describe tasks and instructions. For example, in the GPG page "Git commit & tag signatures" could be about tags and signatures in the `trezor-agent` repository - renaming it "Sign Git commits and tags" is unambiguous and conventional. I think most How-to headers would be clearer written this way. * Can you only create one identity (per device)? I believe that's the case, but it's not obvious to beginners. * How does this work with multiple devices? Multiple devices from different makers? I'm guessing you'd need a new store directory for each device. This could also be a feature request, if confirmed. * I think videos should be deprioritized or mixed with the other content since they're harder to consume. You can't copy/paste, sound can be problematic in many environments, it's hard to tell how big they are, they take you away from the content by opening a new page, etc. One might be cool to have on the front page, and they look nice which might attract new users. * I expected the links to TREZOR, KeepKey, etc to go to the documentation for those specific devices rather than the manufacturer pages because of where they were * The fact that there are _two_ binaries you interact with for GPG and SSH would also be good somewhere. `*-agent` isn't obviously for SSH so if users get confused they may try that app for GPG without realizing that's a separate binary.
1.0
Ideas to make the documentation AWESOME!!!! - As a preface, I'd be glad to make these changes and open a PR if it would be helpful. 1. Add an overview - I wasn't sure what this project was and what it would allow me to do after reading the front page. 2. Collect installation notes into the INSTALL.md page - the GPG instructions duplicate the bit about installing trezor-agent and seem to use an old name `trezor_agent`. GPG requirements aren't mentioned on the installation page. 3. Centralize GPG configuration notes - as someone who is new to the project I didn't know that "Identity creation" is required and is the primary setup process. `export GNUPGHOME=~/.gnupg/trezor` is critical I think but it isn't mentioned until the section "Sample Usage (signature and decryption)" which I skipped based on the name, and it's repeated in a couple other random places without explanation. 4. Add a note to the SSH page declaring that no configuration is necessary. I was expecting some configuration process and searched quite a bit with no success. 5. Overview the agent's modes of SSH operation. My basic use case is scp and the first thing I looked for on the page was how I could use it, but that requires either using the shell (under "Advanced Usage" - I skipped that) or using `*-agent -- scp ...` which is a mode of operation that's used in an example but never explained. My conclusion after reading the page was that you could only do `ssh` and had to sub in `*-agent` for the `ssh` command - scp, rsync, etc weren't supported. 6. Make the list of supported devices obvious on the front page 7. Make a prominent link to the DESIGN doc on the front page - I was actually looking for this when I first found the project. Related to 1 (after figuring out what the project was about I wanted to confirm the design was sane). Generally speaking making the organization of the document more apparent and introducing parallels (like, make both the GPG and SSH pages have the same structure) would also make the information easier to digest. Using numbers also helps - they show when the sections are ending/continuing, better than headers for instance since it can be hard to judge font sizes and weights visually especially if there's a few paragraphs inbetween. Some other random details: * I think imperative mood would be good to describe tasks and instructions. For example, in the GPG page "Git commit & tag signatures" could be about tags and signatures in the `trezor-agent` repository - renaming it "Sign Git commits and tags" is unambiguous and conventional. I think most How-to headers would be clearer written this way. * Can you only create one identity (per device)? I believe that's the case, but it's not obvious to beginners. * How does this work with multiple devices? Multiple devices from different makers? I'm guessing you'd need a new store directory for each device. This could also be a feature request, if confirmed. * I think videos should be deprioritized or mixed with the other content since they're harder to consume. You can't copy/paste, sound can be problematic in many environments, it's hard to tell how big they are, they take you away from the content by opening a new page, etc. One might be cool to have on the front page, and they look nice which might attract new users. * I expected the links to TREZOR, KeepKey, etc to go to the documentation for those specific devices rather than the manufacturer pages because of where they were * The fact that there are _two_ binaries you interact with for GPG and SSH would also be good somewhere. `*-agent` isn't obviously for SSH so if users get confused they may try that app for GPG without realizing that's a separate binary.
non_defect
ideas to make the documentation awesome as a preface i d be glad to make these changes and open a pr if it would be helpful add an overview i wasn t sure what this project was and what it would allow me to do after reading the front page collect installation notes into the install md page the gpg instructions duplicate the bit about installing trezor agent and seem to use an old name trezor agent gpg requirements aren t mentioned on the installation page centralize gpg configuration notes as someone who is new to the project i didn t know that identity creation is required and is the primary setup process export gnupghome gnupg trezor is critical i think but it isn t mentioned until the section sample usage signature and decryption which i skipped based on the name and it s repeated in a couple other random places without explanation add a note to the ssh page declaring that no configuration is necessary i was expecting some configuration process and searched quite a bit with no success overview the agent s modes of ssh operation my basic use case is scp and the first thing i looked for on the page was how i could use it but that requires either using the shell under advanced usage i skipped that or using agent scp which is a mode of operation that s used in an example but never explained my conclusion after reading the page was that you could only do ssh and had to sub in agent for the ssh command scp rsync etc weren t supported make the list of supported devices obvious on the front page make a prominent link to the design doc on the front page i was actually looking for this when i first found the project related to after figuring out what the project was about i wanted to confirm the design was sane generally speaking making the organization of the document more apparent and introducing parallels like make both the gpg and ssh pages have the same structure would also make the information easier to digest using numbers also helps they show when the sections are ending continuing better than headers for instance since it can be hard to judge font sizes and weights visually especially if there s a few paragraphs inbetween some other random details i think imperative mood would be good to describe tasks and instructions for example in the gpg page git commit tag signatures could be about tags and signatures in the trezor agent repository renaming it sign git commits and tags is unambiguous and conventional i think most how to headers would be clearer written this way can you only create one identity per device i believe that s the case but it s not obvious to beginners how does this work with multiple devices multiple devices from different makers i m guessing you d need a new store directory for each device this could also be a feature request if confirmed i think videos should be deprioritized or mixed with the other content since they re harder to consume you can t copy paste sound can be problematic in many environments it s hard to tell how big they are they take you away from the content by opening a new page etc one might be cool to have on the front page and they look nice which might attract new users i expected the links to trezor keepkey etc to go to the documentation for those specific devices rather than the manufacturer pages because of where they were the fact that there are two binaries you interact with for gpg and ssh would also be good somewhere agent isn t obviously for ssh so if users get confused they may try that app for gpg without realizing that s a separate binary
0
51,751
13,211,300,931
IssuesEvent
2020-08-15 22:09:11
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
Compiling mcsummary: I3Position has no member named CalcDistance (Trac #974)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/974">https://code.icecube.wisc.edu/projects/icecube/ticket/974</a>, reported by chraab</summary> <p> ```json { "status": "closed", "changetime": "2015-05-13T12:50:02", "_ts": "1431521402270659", "description": "I am building mcsummary rev. 132406, which seems to be the most current one. I get this error:\n\n\n{{{\n[ 74%] Building CXX object mcsummary/CMakeFiles/mcsummary.dir/private/mcsummary/I3MCSummaryPick.cxx.o\n/data/user/chraab/icerec-\n trunk/src/mcsummary/private/mcsummary/I3MCSummaryPick.cxx: In member\n function \u2018virtual bool I3MCSummaryPick::SelectFrame(I3Frame &)\u2019:\n/data/user/chraab/icerec-trunk/src/mcsummary/private/mcsummary/I3MCSummaryPick.cxx:218:\n error: \u2018const class I3Position\u2019 has no member named \u2018CalcDistance\u2019\nmake[2]: *** [mcsummary/CMakeFiles/mcsummary.dir/private/mcsummary/I3MCSummaryPick.cxx.o] Error 1\nmake[1]: *** [mcsummary/CMakeFiles/mcsummary.dir/all] Error 2\nmake: *** [all] Error 2\n}}}\n\nThis is in the context of icerec/trunk, with mcsummary added to the working copy. I recently updated my working copy to rev. 131148. I am on cobalt, with the ports in /cvmfs/icecube.opensciencegrid.org/standard/RHEL_6_x86_64/i3ports.\n\nI just saw that mcsummary doesn't seem to belong to any metaproject! Sorry if this error is nobody's business, feel free to close the ticket in that case.", "reporter": "chraab", "cc": "", "resolution": "wontfix", "time": "2015-05-13T12:44:24", "component": "combo simulation", "summary": "Compiling mcsummary: I3Position has no member named CalcDistance", "priority": "normal", "keywords": "mcsummary,build", "milestone": "", "owner": "", "type": "defect" } ``` </p> </details>
1.0
Compiling mcsummary: I3Position has no member named CalcDistance (Trac #974) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/974">https://code.icecube.wisc.edu/projects/icecube/ticket/974</a>, reported by chraab</summary> <p> ```json { "status": "closed", "changetime": "2015-05-13T12:50:02", "_ts": "1431521402270659", "description": "I am building mcsummary rev. 132406, which seems to be the most current one. I get this error:\n\n\n{{{\n[ 74%] Building CXX object mcsummary/CMakeFiles/mcsummary.dir/private/mcsummary/I3MCSummaryPick.cxx.o\n/data/user/chraab/icerec-\n trunk/src/mcsummary/private/mcsummary/I3MCSummaryPick.cxx: In member\n function \u2018virtual bool I3MCSummaryPick::SelectFrame(I3Frame &)\u2019:\n/data/user/chraab/icerec-trunk/src/mcsummary/private/mcsummary/I3MCSummaryPick.cxx:218:\n error: \u2018const class I3Position\u2019 has no member named \u2018CalcDistance\u2019\nmake[2]: *** [mcsummary/CMakeFiles/mcsummary.dir/private/mcsummary/I3MCSummaryPick.cxx.o] Error 1\nmake[1]: *** [mcsummary/CMakeFiles/mcsummary.dir/all] Error 2\nmake: *** [all] Error 2\n}}}\n\nThis is in the context of icerec/trunk, with mcsummary added to the working copy. I recently updated my working copy to rev. 131148. I am on cobalt, with the ports in /cvmfs/icecube.opensciencegrid.org/standard/RHEL_6_x86_64/i3ports.\n\nI just saw that mcsummary doesn't seem to belong to any metaproject! Sorry if this error is nobody's business, feel free to close the ticket in that case.", "reporter": "chraab", "cc": "", "resolution": "wontfix", "time": "2015-05-13T12:44:24", "component": "combo simulation", "summary": "Compiling mcsummary: I3Position has no member named CalcDistance", "priority": "normal", "keywords": "mcsummary,build", "milestone": "", "owner": "", "type": "defect" } ``` </p> </details>
defect
compiling mcsummary has no member named calcdistance trac migrated from json status closed changetime ts description i am building mcsummary rev which seems to be the most current one i get this error n n n n building cxx object mcsummary cmakefiles mcsummary dir private mcsummary cxx o n data user chraab icerec n trunk src mcsummary private mcsummary cxx in member n function bool selectframe n data user chraab icerec trunk src mcsummary private mcsummary cxx n error class has no member named nmake error nmake error nmake error n n nthis is in the context of icerec trunk with mcsummary added to the working copy i recently updated my working copy to rev i am on cobalt with the ports in cvmfs icecube opensciencegrid org standard rhel n ni just saw that mcsummary doesn t seem to belong to any metaproject sorry if this error is nobody s business feel free to close the ticket in that case reporter chraab cc resolution wontfix time component combo simulation summary compiling mcsummary has no member named calcdistance priority normal keywords mcsummary build milestone owner type defect
1
43,637
11,787,017,902
IssuesEvent
2020-03-17 13:21:27
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Error when reading or writing timestamps of year 10000+ in HSQLDB
C: Functionality E: All Editions P: High R: Fixed T: Defect
In HSQLDB, when using system versioned tables (see #9967), the `END_TS` timestamp will contain a value of `10000-01-01 00:00:00.000000+0:00` to model infinity. jOOQ currently cannot parse this timestamp but produces this exception: ``` Caused by: java.lang.IllegalArgumentException: Expected '-' at position 4 in 10000-01-01 00:00:00.000000+0:00 at org.jooq.impl.DefaultBinding$OffsetDateTimeParser.parseChar(DefaultBinding.java:2711) ~[classes/:?] at org.jooq.impl.DefaultBinding$OffsetDateTimeParser.parseLocalDate(DefaultBinding.java:2611) ~[classes/:?] at org.jooq.impl.DefaultBinding$OffsetDateTimeParser.offsetDateTime(DefaultBinding.java:2592) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.get0(DefaultBinding.java:2814) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.get0(DefaultBinding.java:1) ~[classes/:?] at org.jooq.impl.DefaultBinding$AbstractBinding.get(DefaultBinding.java:844) ~[classes/:?] at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.setValue(CursorImpl.java:1726) ~[classes/:?] at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.operate(CursorImpl.java:1685) ~[classes/:?] at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.operate(CursorImpl.java:1) ~[classes/:?] at org.jooq.impl.RecordDelegate.operate(RecordDelegate.java:130) ~[classes/:?] at org.jooq.impl.CursorImpl$CursorIterator.fetchNext(CursorImpl.java:1614) ~[classes/:?] ... 39 more ``` The problem may have been introduced with #7986 A similar exception may occur when binding a value: ``` org.jooq.exception.DataAccessException: SQL [null]; Error while writing value at JDBC bind index: 3 at org.jooq_3.14.0-SNAPSHOT.HSQLDB.debug(Unknown Source) ~[?:?] at org.jooq.impl.Tools.translate(Tools.java:2862) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindValue(AbstractBindContext.java:127) ~[classes/:?] at org.jooq.impl.Val.accept(Val.java:103) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindInternal(AbstractBindContext.java:269) ~[classes/:?] at org.jooq.impl.AbstractBindContext.visit0(AbstractBindContext.java:88) ~[classes/:?] at org.jooq.impl.AbstractContext.visit0(AbstractContext.java:457) ~[classes/:?] at org.jooq.impl.AbstractContext.visit(AbstractContext.java:218) ~[classes/:?] at org.jooq.impl.QueryPartList.accept(QueryPartList.java:121) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindInternal(AbstractBindContext.java:269) ~[classes/:?] at org.jooq.impl.AbstractBindContext.visit0(AbstractBindContext.java:88) ~[classes/:?] at org.jooq.impl.AbstractContext.visit0(AbstractContext.java:457) ~[classes/:?] at org.jooq.impl.AbstractContext.visit(AbstractContext.java:218) ~[classes/:?] at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:367) ~[classes/:?] at org.jooq.impl.AbstractResultQuery.fetchLazy(AbstractResultQuery.java:502) ~[classes/:?] at org.jooq.impl.AbstractResultQuery.fetchLazy(AbstractResultQuery.java:471) ~[classes/:?] at org.jooq.impl.AbstractResultQuery.fetchLazyNonAutoClosing(AbstractResultQuery.java:485) ~[classes/:?] at org.jooq.impl.AbstractResultQuery.fetchOne(AbstractResultQuery.java:654) ~[classes/:?] at org.jooq.impl.SelectImpl.fetchOne(SelectImpl.java:3025) ~[classes/:?] at org.jooq.test.all.testcases.DataTypeTests.lambda$5(DataTypeTests.java:1821) ~[test-classes/:?] at org.jooq.test.jOOQAbstractTest.bindAndInline(jOOQAbstractTest.java:1010) [test-classes/:?] at org.jooq.test.BaseTest.bindAndInline(BaseTest.java:1373) [test-classes/:?] at org.jooq.test.all.testcases.DataTypeTests.testJava8LargeYears(DataTypeTests.java:1816) [test-classes/:?] at org.jooq.test.jOOQAbstractTest.testJava8LargeYears(jOOQAbstractTest.java:3515) [test-classes/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit-4.13.jar:4.13] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.13.jar:4.13] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [junit-4.13.jar:4.13] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.13.jar:4.13] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.13.jar:4.13] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.13.jar:4.13] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit-4.13.jar:4.13] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit-4.13.jar:4.13] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit-4.13.jar:4.13] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit-4.13.jar:4.13] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.13.jar:4.13] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit-4.13.jar:4.13] at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:89) [.cp/:?] at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:41) [.cp/:?] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:542) [.cp/:?] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:770) [.cp/:?] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:464) [.cp/:?] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:210) [.cp/:?] Caused by: java.sql.SQLException: Error while writing value at JDBC bind index: 3 at org.jooq.impl.DefaultBindContext.bindValue0(DefaultBindContext.java:67) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindValue(AbstractBindContext.java:124) ~[classes/:?] ... 52 more Caused by: java.sql.SQLDataException: data exception: invalid datetime format at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.jdbc.JDBCPreparedStatement.setParameter(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.jdbc.JDBCPreparedStatement.setString(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.jooq.tools.jdbc.DefaultPreparedStatement.setString(DefaultPreparedStatement.java:153) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.set0(DefaultBinding.java:2797) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.set0(DefaultBinding.java:1) ~[classes/:?] at org.jooq.impl.DefaultBinding$AbstractBinding.set(DefaultBinding.java:829) ~[classes/:?] at org.jooq.impl.DefaultBindContext.bindValue0(DefaultBindContext.java:62) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindValue(AbstractBindContext.java:124) ~[classes/:?] ... 52 more Caused by: org.hsqldb.HsqlException: data exception: invalid datetime format at org.hsqldb.error.Error.error(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.error.Error.error(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.types.DateTimeType.convertToDatetimeSpecial(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.types.DateTimeType.convertToType(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.jdbc.JDBCPreparedStatement.setParameter(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.jdbc.JDBCPreparedStatement.setString(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.jooq.tools.jdbc.DefaultPreparedStatement.setString(DefaultPreparedStatement.java:153) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.set0(DefaultBinding.java:2797) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.set0(DefaultBinding.java:1) ~[classes/:?] at org.jooq.impl.DefaultBinding$AbstractBinding.set(DefaultBinding.java:829) ~[classes/:?] at org.jooq.impl.DefaultBindContext.bindValue0(DefaultBindContext.java:62) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindValue(AbstractBindContext.java:124) ~[classes/:?] ... 52 more ``` The formatted timestamp that we produce is `'+10000-01- 1T00:00:00+00:00'`, which is clearly wrong
1.0
Error when reading or writing timestamps of year 10000+ in HSQLDB - In HSQLDB, when using system versioned tables (see #9967), the `END_TS` timestamp will contain a value of `10000-01-01 00:00:00.000000+0:00` to model infinity. jOOQ currently cannot parse this timestamp but produces this exception: ``` Caused by: java.lang.IllegalArgumentException: Expected '-' at position 4 in 10000-01-01 00:00:00.000000+0:00 at org.jooq.impl.DefaultBinding$OffsetDateTimeParser.parseChar(DefaultBinding.java:2711) ~[classes/:?] at org.jooq.impl.DefaultBinding$OffsetDateTimeParser.parseLocalDate(DefaultBinding.java:2611) ~[classes/:?] at org.jooq.impl.DefaultBinding$OffsetDateTimeParser.offsetDateTime(DefaultBinding.java:2592) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.get0(DefaultBinding.java:2814) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.get0(DefaultBinding.java:1) ~[classes/:?] at org.jooq.impl.DefaultBinding$AbstractBinding.get(DefaultBinding.java:844) ~[classes/:?] at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.setValue(CursorImpl.java:1726) ~[classes/:?] at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.operate(CursorImpl.java:1685) ~[classes/:?] at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.operate(CursorImpl.java:1) ~[classes/:?] at org.jooq.impl.RecordDelegate.operate(RecordDelegate.java:130) ~[classes/:?] at org.jooq.impl.CursorImpl$CursorIterator.fetchNext(CursorImpl.java:1614) ~[classes/:?] ... 39 more ``` The problem may have been introduced with #7986 A similar exception may occur when binding a value: ``` org.jooq.exception.DataAccessException: SQL [null]; Error while writing value at JDBC bind index: 3 at org.jooq_3.14.0-SNAPSHOT.HSQLDB.debug(Unknown Source) ~[?:?] at org.jooq.impl.Tools.translate(Tools.java:2862) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindValue(AbstractBindContext.java:127) ~[classes/:?] at org.jooq.impl.Val.accept(Val.java:103) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindInternal(AbstractBindContext.java:269) ~[classes/:?] at org.jooq.impl.AbstractBindContext.visit0(AbstractBindContext.java:88) ~[classes/:?] at org.jooq.impl.AbstractContext.visit0(AbstractContext.java:457) ~[classes/:?] at org.jooq.impl.AbstractContext.visit(AbstractContext.java:218) ~[classes/:?] at org.jooq.impl.QueryPartList.accept(QueryPartList.java:121) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindInternal(AbstractBindContext.java:269) ~[classes/:?] at org.jooq.impl.AbstractBindContext.visit0(AbstractBindContext.java:88) ~[classes/:?] at org.jooq.impl.AbstractContext.visit0(AbstractContext.java:457) ~[classes/:?] at org.jooq.impl.AbstractContext.visit(AbstractContext.java:218) ~[classes/:?] at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:367) ~[classes/:?] at org.jooq.impl.AbstractResultQuery.fetchLazy(AbstractResultQuery.java:502) ~[classes/:?] at org.jooq.impl.AbstractResultQuery.fetchLazy(AbstractResultQuery.java:471) ~[classes/:?] at org.jooq.impl.AbstractResultQuery.fetchLazyNonAutoClosing(AbstractResultQuery.java:485) ~[classes/:?] at org.jooq.impl.AbstractResultQuery.fetchOne(AbstractResultQuery.java:654) ~[classes/:?] at org.jooq.impl.SelectImpl.fetchOne(SelectImpl.java:3025) ~[classes/:?] at org.jooq.test.all.testcases.DataTypeTests.lambda$5(DataTypeTests.java:1821) ~[test-classes/:?] at org.jooq.test.jOOQAbstractTest.bindAndInline(jOOQAbstractTest.java:1010) [test-classes/:?] at org.jooq.test.BaseTest.bindAndInline(BaseTest.java:1373) [test-classes/:?] at org.jooq.test.all.testcases.DataTypeTests.testJava8LargeYears(DataTypeTests.java:1816) [test-classes/:?] at org.jooq.test.jOOQAbstractTest.testJava8LargeYears(jOOQAbstractTest.java:3515) [test-classes/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit-4.13.jar:4.13] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.13.jar:4.13] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [junit-4.13.jar:4.13] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.13.jar:4.13] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.13.jar:4.13] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.13.jar:4.13] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit-4.13.jar:4.13] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit-4.13.jar:4.13] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit-4.13.jar:4.13] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit-4.13.jar:4.13] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.13.jar:4.13] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit-4.13.jar:4.13] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit-4.13.jar:4.13] at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:89) [.cp/:?] at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:41) [.cp/:?] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:542) [.cp/:?] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:770) [.cp/:?] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:464) [.cp/:?] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:210) [.cp/:?] Caused by: java.sql.SQLException: Error while writing value at JDBC bind index: 3 at org.jooq.impl.DefaultBindContext.bindValue0(DefaultBindContext.java:67) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindValue(AbstractBindContext.java:124) ~[classes/:?] ... 52 more Caused by: java.sql.SQLDataException: data exception: invalid datetime format at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.jdbc.JDBCPreparedStatement.setParameter(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.jdbc.JDBCPreparedStatement.setString(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.jooq.tools.jdbc.DefaultPreparedStatement.setString(DefaultPreparedStatement.java:153) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.set0(DefaultBinding.java:2797) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.set0(DefaultBinding.java:1) ~[classes/:?] at org.jooq.impl.DefaultBinding$AbstractBinding.set(DefaultBinding.java:829) ~[classes/:?] at org.jooq.impl.DefaultBindContext.bindValue0(DefaultBindContext.java:62) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindValue(AbstractBindContext.java:124) ~[classes/:?] ... 52 more Caused by: org.hsqldb.HsqlException: data exception: invalid datetime format at org.hsqldb.error.Error.error(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.error.Error.error(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.types.DateTimeType.convertToDatetimeSpecial(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.types.DateTimeType.convertToType(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.jdbc.JDBCPreparedStatement.setParameter(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.hsqldb.jdbc.JDBCPreparedStatement.setString(Unknown Source) ~[hsqldb-2.5.0.jar:2.5.0] at org.jooq.tools.jdbc.DefaultPreparedStatement.setString(DefaultPreparedStatement.java:153) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.set0(DefaultBinding.java:2797) ~[classes/:?] at org.jooq.impl.DefaultBinding$DefaultOffsetDateTimeBinding.set0(DefaultBinding.java:1) ~[classes/:?] at org.jooq.impl.DefaultBinding$AbstractBinding.set(DefaultBinding.java:829) ~[classes/:?] at org.jooq.impl.DefaultBindContext.bindValue0(DefaultBindContext.java:62) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindValue(AbstractBindContext.java:124) ~[classes/:?] ... 52 more ``` The formatted timestamp that we produce is `'+10000-01- 1T00:00:00+00:00'`, which is clearly wrong
defect
error when reading or writing timestamps of year in hsqldb in hsqldb when using system versioned tables see the end ts timestamp will contain a value of to model infinity jooq currently cannot parse this timestamp but produces this exception caused by java lang illegalargumentexception expected at position in at org jooq impl defaultbinding offsetdatetimeparser parsechar defaultbinding java at org jooq impl defaultbinding offsetdatetimeparser parselocaldate defaultbinding java at org jooq impl defaultbinding offsetdatetimeparser offsetdatetime defaultbinding java at org jooq impl defaultbinding defaultoffsetdatetimebinding defaultbinding java at org jooq impl defaultbinding defaultoffsetdatetimebinding defaultbinding java at org jooq impl defaultbinding abstractbinding get defaultbinding java at org jooq impl cursorimpl cursoriterator cursorrecordinitialiser setvalue cursorimpl java at org jooq impl cursorimpl cursoriterator cursorrecordinitialiser operate cursorimpl java at org jooq impl cursorimpl cursoriterator cursorrecordinitialiser operate cursorimpl java at org jooq impl recorddelegate operate recorddelegate java at org jooq impl cursorimpl cursoriterator fetchnext cursorimpl java more the problem may have been introduced with a similar exception may occur when binding a value org jooq exception dataaccessexception sql error while writing value at jdbc bind index at org jooq snapshot hsqldb debug unknown source at org jooq impl tools translate tools java at org jooq impl abstractbindcontext bindvalue abstractbindcontext java at org jooq impl val accept val java at org jooq impl abstractbindcontext bindinternal abstractbindcontext java at org jooq impl abstractbindcontext abstractbindcontext java at org jooq impl abstractcontext abstractcontext java at org jooq impl abstractcontext visit abstractcontext java at org jooq impl querypartlist accept querypartlist java at org jooq impl abstractbindcontext bindinternal abstractbindcontext java at org jooq impl abstractbindcontext abstractbindcontext java at org jooq impl abstractcontext abstractcontext java at org jooq impl abstractcontext visit abstractcontext java at org jooq impl abstractquery execute abstractquery java at org jooq impl abstractresultquery fetchlazy abstractresultquery java at org jooq impl abstractresultquery fetchlazy abstractresultquery java at org jooq impl abstractresultquery fetchlazynonautoclosing abstractresultquery java at org jooq impl abstractresultquery fetchone abstractresultquery java at org jooq impl selectimpl fetchone selectimpl java at org jooq test all testcases datatypetests lambda datatypetests java at org jooq test jooqabstracttest bindandinline jooqabstracttest java at org jooq test basetest bindandinline basetest java at org jooq test all testcases datatypetests datatypetests java at org jooq test jooqabstracttest jooqabstracttest java at jdk internal reflect nativemethodaccessorimpl native method at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit rules testwatcher evaluate testwatcher java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org eclipse jdt internal runner run java at org eclipse jdt internal junit runner testexecution run testexecution java at org eclipse jdt internal junit runner remotetestrunner runtests remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner runtests remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner run remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner main remotetestrunner java caused by java sql sqlexception error while writing value at jdbc bind index at org jooq impl defaultbindcontext defaultbindcontext java at org jooq impl abstractbindcontext bindvalue abstractbindcontext java more caused by java sql sqldataexception data exception invalid datetime format at org hsqldb jdbc jdbcutil sqlexception unknown source at org hsqldb jdbc jdbcutil sqlexception unknown source at org hsqldb jdbc jdbcpreparedstatement setparameter unknown source at org hsqldb jdbc jdbcpreparedstatement setstring unknown source at org jooq tools jdbc defaultpreparedstatement setstring defaultpreparedstatement java at org jooq impl defaultbinding defaultoffsetdatetimebinding defaultbinding java at org jooq impl defaultbinding defaultoffsetdatetimebinding defaultbinding java at org jooq impl defaultbinding abstractbinding set defaultbinding java at org jooq impl defaultbindcontext defaultbindcontext java at org jooq impl abstractbindcontext bindvalue abstractbindcontext java more caused by org hsqldb hsqlexception data exception invalid datetime format at org hsqldb error error error unknown source at org hsqldb error error error unknown source at org hsqldb types datetimetype converttodatetimespecial unknown source at org hsqldb types datetimetype converttotype unknown source at org hsqldb jdbc jdbcpreparedstatement setparameter unknown source at org hsqldb jdbc jdbcpreparedstatement setstring unknown source at org jooq tools jdbc defaultpreparedstatement setstring defaultpreparedstatement java at org jooq impl defaultbinding defaultoffsetdatetimebinding defaultbinding java at org jooq impl defaultbinding defaultoffsetdatetimebinding defaultbinding java at org jooq impl defaultbinding abstractbinding set defaultbinding java at org jooq impl defaultbindcontext defaultbindcontext java at org jooq impl abstractbindcontext bindvalue abstractbindcontext java more the formatted timestamp that we produce is which is clearly wrong
1
12,486
2,701,036,303
IssuesEvent
2015-04-04 20:56:04
libkml/libkml
https://api.github.com/repos/libkml/libkml
closed
[PATCH] fix compilation on GNU/Hurd
auto-migrated Priority-Medium Type-Defect
``` Attached there is a patch (done against SVN r864) to compile libkml on GNU/Hurd. * configure.ac: set PLATFORM as "linux" for GNU-based platforms (thus including also Debian's GNU/kFreeBSD), to use the correct paths for Java includes * third_party/googletest-r108/src/gtest-filepath.cc: fix compilation of this older google-test copy, by defining PATH_MAX if not defined (like happens on GNU/Hurd); this is just a "quick fix", and upgrading the google-test copy to a more recent version will fix the issue as well. ``` Original issue reported on code.google.com by `toscano....@tiscali.it` on 5 Oct 2012 at 1:41 Attachments: * [hurd.diff](https://storage.googleapis.com/google-code-attachments/libkml/issue-183/comment-0/hurd.diff)
1.0
[PATCH] fix compilation on GNU/Hurd - ``` Attached there is a patch (done against SVN r864) to compile libkml on GNU/Hurd. * configure.ac: set PLATFORM as "linux" for GNU-based platforms (thus including also Debian's GNU/kFreeBSD), to use the correct paths for Java includes * third_party/googletest-r108/src/gtest-filepath.cc: fix compilation of this older google-test copy, by defining PATH_MAX if not defined (like happens on GNU/Hurd); this is just a "quick fix", and upgrading the google-test copy to a more recent version will fix the issue as well. ``` Original issue reported on code.google.com by `toscano....@tiscali.it` on 5 Oct 2012 at 1:41 Attachments: * [hurd.diff](https://storage.googleapis.com/google-code-attachments/libkml/issue-183/comment-0/hurd.diff)
defect
fix compilation on gnu hurd attached there is a patch done against svn to compile libkml on gnu hurd configure ac set platform as linux for gnu based platforms thus including also debian s gnu kfreebsd to use the correct paths for java includes third party googletest src gtest filepath cc fix compilation of this older google test copy by defining path max if not defined like happens on gnu hurd this is just a quick fix and upgrading the google test copy to a more recent version will fix the issue as well original issue reported on code google com by toscano tiscali it on oct at attachments
1
158,837
20,035,442,468
IssuesEvent
2022-02-02 11:21:59
kapseliboi/i18next
https://api.github.com/repos/kapseliboi/i18next
opened
CVE-2021-3807 (High) detected in ansi-regex-4.1.0.tgz, ansi-regex-3.0.0.tgz
security vulnerability
## CVE-2021-3807 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ansi-regex-4.1.0.tgz</b>, <b>ansi-regex-3.0.0.tgz</b></p></summary> <p> <details><summary><b>ansi-regex-4.1.0.tgz</b></p></summary> <p>Regular expression for matching ANSI escape codes</p> <p>Library home page: <a href="https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz">https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/ansi-align/node_modules/ansi-regex/package.json</p> <p> Dependency Hierarchy: - gh-release-6.0.1.tgz (Root Library) - update-notifier-5.1.0.tgz - boxen-5.1.2.tgz - ansi-align-3.0.0.tgz - string-width-3.1.0.tgz - strip-ansi-5.2.0.tgz - :x: **ansi-regex-4.1.0.tgz** (Vulnerable Library) </details> <details><summary><b>ansi-regex-3.0.0.tgz</b></p></summary> <p>Regular expression for matching ANSI escape codes</p> <p>Library home page: <a href="https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz">https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/string-width/node_modules/ansi-regex/package.json,/node_modules/cliui/node_modules/ansi-regex/package.json</p> <p> Dependency Hierarchy: - eslint-3.15.0.tgz (Root Library) - table-3.8.3.tgz - string-width-2.1.1.tgz - strip-ansi-4.0.0.tgz - :x: **ansi-regex-3.0.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/kapseliboi/i18next/commit/a01d2609722dbf34fa53df63da4e8028166b08aa">a01d2609722dbf34fa53df63da4e8028166b08aa</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> ansi-regex is vulnerable to Inefficient Regular Expression Complexity <p>Publish Date: 2021-09-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3807>CVE-2021-3807</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://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994/">https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994/</a></p> <p>Release Date: 2021-09-17</p> <p>Fix Resolution (ansi-regex): 5.0.1</p> <p>Direct dependency fix Resolution (eslint): 7.16.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-2021-3807 (High) detected in ansi-regex-4.1.0.tgz, ansi-regex-3.0.0.tgz - ## CVE-2021-3807 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ansi-regex-4.1.0.tgz</b>, <b>ansi-regex-3.0.0.tgz</b></p></summary> <p> <details><summary><b>ansi-regex-4.1.0.tgz</b></p></summary> <p>Regular expression for matching ANSI escape codes</p> <p>Library home page: <a href="https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz">https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/ansi-align/node_modules/ansi-regex/package.json</p> <p> Dependency Hierarchy: - gh-release-6.0.1.tgz (Root Library) - update-notifier-5.1.0.tgz - boxen-5.1.2.tgz - ansi-align-3.0.0.tgz - string-width-3.1.0.tgz - strip-ansi-5.2.0.tgz - :x: **ansi-regex-4.1.0.tgz** (Vulnerable Library) </details> <details><summary><b>ansi-regex-3.0.0.tgz</b></p></summary> <p>Regular expression for matching ANSI escape codes</p> <p>Library home page: <a href="https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz">https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/string-width/node_modules/ansi-regex/package.json,/node_modules/cliui/node_modules/ansi-regex/package.json</p> <p> Dependency Hierarchy: - eslint-3.15.0.tgz (Root Library) - table-3.8.3.tgz - string-width-2.1.1.tgz - strip-ansi-4.0.0.tgz - :x: **ansi-regex-3.0.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/kapseliboi/i18next/commit/a01d2609722dbf34fa53df63da4e8028166b08aa">a01d2609722dbf34fa53df63da4e8028166b08aa</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> ansi-regex is vulnerable to Inefficient Regular Expression Complexity <p>Publish Date: 2021-09-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3807>CVE-2021-3807</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://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994/">https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994/</a></p> <p>Release Date: 2021-09-17</p> <p>Fix Resolution (ansi-regex): 5.0.1</p> <p>Direct dependency fix Resolution (eslint): 7.16.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 high detected in ansi regex tgz ansi regex tgz cve high severity vulnerability vulnerable libraries ansi regex tgz ansi regex tgz ansi regex tgz regular expression for matching ansi escape codes library home page a href path to dependency file package json path to vulnerable library node modules ansi align node modules ansi regex package json dependency hierarchy gh release tgz root library update notifier tgz boxen tgz ansi align tgz string width tgz strip ansi tgz x ansi regex tgz vulnerable library ansi regex tgz regular expression for matching ansi escape codes library home page a href path to dependency file package json path to vulnerable library node modules string width node modules ansi regex package json node modules cliui node modules ansi regex package json dependency hierarchy eslint tgz root library table tgz string width tgz strip ansi tgz x ansi regex tgz vulnerable library found in head commit a href found in base branch master vulnerability details ansi regex 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 ansi regex direct dependency fix resolution eslint step up your open source security game with whitesource
0
55,580
14,567,413,306
IssuesEvent
2020-12-17 10:13:21
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
ParseWithMetaLookups propagates wrong type from derived table
C: Parser E: All Editions P: Medium R: Fixed T: Defect
When looking up unqualified columns in the parser, such as in: ```sql select COL1 from (select COL1 from U) as X ``` The data type seems to get lost in the propagation of `FieldProxy` and `DataTypeProxy`. While `U.COL1` still gets assigned the proper type (e.g. `INTEGER`), `X.COL1` is `OTHER`
1.0
ParseWithMetaLookups propagates wrong type from derived table - When looking up unqualified columns in the parser, such as in: ```sql select COL1 from (select COL1 from U) as X ``` The data type seems to get lost in the propagation of `FieldProxy` and `DataTypeProxy`. While `U.COL1` still gets assigned the proper type (e.g. `INTEGER`), `X.COL1` is `OTHER`
defect
parsewithmetalookups propagates wrong type from derived table when looking up unqualified columns in the parser such as in sql select from select from u as x the data type seems to get lost in the propagation of fieldproxy and datatypeproxy while u still gets assigned the proper type e g integer x is other
1
68,789
21,898,480,807
IssuesEvent
2022-05-20 11:01:26
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Minimised Jitsi overlay disappears when resizing browser
T-Defect S-Tolerable O-Uncommon Z-Community-Testing Z-Labs A-Video-Rooms
### Steps to reproduce 1. Where are you starting? What can you see? -I'm in a Video room and I've joined a call 2. What do you click? -I switch to another room in order to get the minimized Jitsi overlay 3. More steps… -I resize my browser ### Outcome #### What did you expect? I expected the overlay to remain visible. #### What happened instead? The overlay disappeared. Then when I resized my browser again for a few pixels, the overlay re-appeared Full screen: ![image](https://user-images.githubusercontent.com/18530109/169513228-bfaee6d9-377a-4705-a71d-b23a189bf227.png) Clicked the resize icon in the top right corner: ![image](https://user-images.githubusercontent.com/18530109/169513465-c4a3a51f-2920-4bab-bcbd-54f00d43a717.png) Resized the browser for a few pixels: ![image](https://user-images.githubusercontent.com/18530109/169513721-6db712ab-e5a9-42ac-87f3-8e733432fc6f.png) ### Operating system Windows 11 Home 21H2 ### Browser information Firefox 100.0 (64-bit) ### URL for webapp https://develop.element.io ### Application version Element version: fab52795e355-react-804ddbb332fc-js-81d884f899eb Olm version: 3.2.8 ### Homeserver matrix.org ### Will you send logs? Yes
1.0
Minimised Jitsi overlay disappears when resizing browser - ### Steps to reproduce 1. Where are you starting? What can you see? -I'm in a Video room and I've joined a call 2. What do you click? -I switch to another room in order to get the minimized Jitsi overlay 3. More steps… -I resize my browser ### Outcome #### What did you expect? I expected the overlay to remain visible. #### What happened instead? The overlay disappeared. Then when I resized my browser again for a few pixels, the overlay re-appeared Full screen: ![image](https://user-images.githubusercontent.com/18530109/169513228-bfaee6d9-377a-4705-a71d-b23a189bf227.png) Clicked the resize icon in the top right corner: ![image](https://user-images.githubusercontent.com/18530109/169513465-c4a3a51f-2920-4bab-bcbd-54f00d43a717.png) Resized the browser for a few pixels: ![image](https://user-images.githubusercontent.com/18530109/169513721-6db712ab-e5a9-42ac-87f3-8e733432fc6f.png) ### Operating system Windows 11 Home 21H2 ### Browser information Firefox 100.0 (64-bit) ### URL for webapp https://develop.element.io ### Application version Element version: fab52795e355-react-804ddbb332fc-js-81d884f899eb Olm version: 3.2.8 ### Homeserver matrix.org ### Will you send logs? Yes
defect
minimised jitsi overlay disappears when resizing browser steps to reproduce where are you starting what can you see i m in a video room and i ve joined a call what do you click i switch to another room in order to get the minimized jitsi overlay more steps… i resize my browser outcome what did you expect i expected the overlay to remain visible what happened instead the overlay disappeared then when i resized my browser again for a few pixels the overlay re appeared full screen clicked the resize icon in the top right corner resized the browser for a few pixels operating system windows home browser information firefox bit url for webapp application version element version react js olm version homeserver matrix org will you send logs yes
1
97,847
16,246,615,028
IssuesEvent
2021-05-07 15:12:46
hilljtm/hilljtm.github.io
https://api.github.com/repos/hilljtm/hilljtm.github.io
closed
CVE-2020-36049 (High) detected in socket.io-parser-3.2.0.tgz, socket.io-parser-3.3.0.tgz - autoclosed
security vulnerability
## CVE-2020-36049 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>socket.io-parser-3.2.0.tgz</b>, <b>socket.io-parser-3.3.0.tgz</b></p></summary> <p> <details><summary><b>socket.io-parser-3.2.0.tgz</b></p></summary> <p>socket.io protocol parser</p> <p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz</a></p> <p> Dependency Hierarchy: - browser-sync-2.26.5.tgz (Root Library) - socket.io-2.1.1.tgz - :x: **socket.io-parser-3.2.0.tgz** (Vulnerable Library) </details> <details><summary><b>socket.io-parser-3.3.0.tgz</b></p></summary> <p>socket.io protocol parser</p> <p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz</a></p> <p> Dependency Hierarchy: - browser-sync-2.26.5.tgz (Root Library) - browser-sync-ui-2.26.4.tgz - socket.io-client-2.2.0.tgz - :x: **socket.io-parser-3.3.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/hilljtm/hilljtm.github.io/commit/751e6e02fce2e12956b7d24efb14dd5ab9d18b86">751e6e02fce2e12956b7d24efb14dd5ab9d18b86</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> socket.io-parser before 3.4.1 allows attackers to cause a denial of service (memory consumption) via a large packet because a concatenation approach is used. <p>Publish Date: 2021-01-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36049>CVE-2020-36049</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36049">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36049</a></p> <p>Release Date: 2021-01-08</p> <p>Fix Resolution: socket.io-parser - 3.4.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-36049 (High) detected in socket.io-parser-3.2.0.tgz, socket.io-parser-3.3.0.tgz - autoclosed - ## CVE-2020-36049 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>socket.io-parser-3.2.0.tgz</b>, <b>socket.io-parser-3.3.0.tgz</b></p></summary> <p> <details><summary><b>socket.io-parser-3.2.0.tgz</b></p></summary> <p>socket.io protocol parser</p> <p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz</a></p> <p> Dependency Hierarchy: - browser-sync-2.26.5.tgz (Root Library) - socket.io-2.1.1.tgz - :x: **socket.io-parser-3.2.0.tgz** (Vulnerable Library) </details> <details><summary><b>socket.io-parser-3.3.0.tgz</b></p></summary> <p>socket.io protocol parser</p> <p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz</a></p> <p> Dependency Hierarchy: - browser-sync-2.26.5.tgz (Root Library) - browser-sync-ui-2.26.4.tgz - socket.io-client-2.2.0.tgz - :x: **socket.io-parser-3.3.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/hilljtm/hilljtm.github.io/commit/751e6e02fce2e12956b7d24efb14dd5ab9d18b86">751e6e02fce2e12956b7d24efb14dd5ab9d18b86</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> socket.io-parser before 3.4.1 allows attackers to cause a denial of service (memory consumption) via a large packet because a concatenation approach is used. <p>Publish Date: 2021-01-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36049>CVE-2020-36049</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36049">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36049</a></p> <p>Release Date: 2021-01-08</p> <p>Fix Resolution: socket.io-parser - 3.4.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in socket io parser tgz socket io parser tgz autoclosed cve high severity vulnerability vulnerable libraries socket io parser tgz socket io parser tgz socket io parser tgz socket io protocol parser library home page a href dependency hierarchy browser sync tgz root library socket io tgz x socket io parser tgz vulnerable library socket io parser tgz socket io protocol parser library home page a href dependency hierarchy browser sync tgz root library browser sync ui tgz socket io client tgz x socket io parser tgz vulnerable library found in head commit a href found in base branch master vulnerability details socket io parser before allows attackers to cause a denial of service memory consumption via a large packet because a concatenation approach is used 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 socket io parser step up your open source security game with whitesource
0
41,075
10,298,616,045
IssuesEvent
2019-08-28 08:46:10
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
p-spinner min validator works only for first time
defect
See https://github.com/primefaces/primeng/issues/7839 I test min/max on YOUR site: https://www.primefaces.org/primeng/#/spinner: - Type -5 - spinner resets to 0 - type -5 - spinner stays -5 ![image](https://user-images.githubusercontent.com/7559059/63779609-1eb9bb80-c8e7-11e9-85bc-24575d6203a8.png) Same problem for max Regards
1.0
p-spinner min validator works only for first time - See https://github.com/primefaces/primeng/issues/7839 I test min/max on YOUR site: https://www.primefaces.org/primeng/#/spinner: - Type -5 - spinner resets to 0 - type -5 - spinner stays -5 ![image](https://user-images.githubusercontent.com/7559059/63779609-1eb9bb80-c8e7-11e9-85bc-24575d6203a8.png) Same problem for max Regards
defect
p spinner min validator works only for first time see i test min max on your site type spinner resets to type spinner stays same problem for max regards
1
11,616
2,659,935,436
IssuesEvent
2015-03-19 00:43:40
perfsonar/project
https://api.github.com/repos/perfsonar/project
closed
Detailed Admin Page
Milestone-Release3.5 Priority-Medium Type-Defect
Original [issue 920](https://code.google.com/p/perfsonar-ps/issues/detail?id=920) created by arlake228 on 2014-06-04T19:10:03.000Z: Update the current &quot;perfSONAR Logs&quot; page which is currently just an apache index of files. Instead, make a web page that has the following: - The list of logs currently displayed - Results of Jason's script to determine the people that test to you. - Aaron's graph that displays the bwctl test schedule
1.0
Detailed Admin Page - Original [issue 920](https://code.google.com/p/perfsonar-ps/issues/detail?id=920) created by arlake228 on 2014-06-04T19:10:03.000Z: Update the current &quot;perfSONAR Logs&quot; page which is currently just an apache index of files. Instead, make a web page that has the following: - The list of logs currently displayed - Results of Jason's script to determine the people that test to you. - Aaron's graph that displays the bwctl test schedule
defect
detailed admin page original created by on update the current quot perfsonar logs quot page which is currently just an apache index of files instead make a web page that has the following the list of logs currently displayed results of jason s script to determine the people that test to you aaron s graph that displays the bwctl test schedule
1
27,548
5,047,739,246
IssuesEvent
2016-12-20 10:25:10
ONSdigital/eq-survey-runner
https://api.github.com/repos/ONSdigital/eq-survey-runner
closed
Add more margin to the last item in the highlighted guidance panel
design-defect minor (P4)
<img width="735" alt="screen shot 2016-12-13 at 10 53 33" src="https://cloud.githubusercontent.com/assets/8184622/21137701/95efe17c-c122-11e6-93d2-ee2b28499488.png"> In the screenshot I've added 0.75rem
1.0
Add more margin to the last item in the highlighted guidance panel - <img width="735" alt="screen shot 2016-12-13 at 10 53 33" src="https://cloud.githubusercontent.com/assets/8184622/21137701/95efe17c-c122-11e6-93d2-ee2b28499488.png"> In the screenshot I've added 0.75rem
defect
add more margin to the last item in the highlighted guidance panel img width alt screen shot at src in the screenshot i ve added
1
40,413
9,983,437,940
IssuesEvent
2019-07-10 12:25:42
combatopera/pym2149
https://api.github.com/repos/combatopera/pym2149
opened
replace multiple executables with input/output switches
defect
currently a bit of code is duplicated, and not all pairs are covered whereas in theory why not
1.0
replace multiple executables with input/output switches - currently a bit of code is duplicated, and not all pairs are covered whereas in theory why not
defect
replace multiple executables with input output switches currently a bit of code is duplicated and not all pairs are covered whereas in theory why not
1
203,492
15,371,889,064
IssuesEvent
2021-03-02 10:33:37
IATI/ckanext-iati
https://api.github.com/repos/IATI/ckanext-iati
closed
Add new member to a publisher using email invite
Needs Testing
I’m struggling with a publisher on Registry. They want to add a new member of the team and delete themselves as the admin. However, when they try to add the new person, the page says “internal server error”, see screengrab below. I tried too and received the same message – so did other members of the team. Here is the publisher – https://iatiregistry.org/publisher/mic-uk
1.0
Add new member to a publisher using email invite - I’m struggling with a publisher on Registry. They want to add a new member of the team and delete themselves as the admin. However, when they try to add the new person, the page says “internal server error”, see screengrab below. I tried too and received the same message – so did other members of the team. Here is the publisher – https://iatiregistry.org/publisher/mic-uk
non_defect
add new member to a publisher using email invite i’m struggling with a publisher on registry they want to add a new member of the team and delete themselves as the admin however when they try to add the new person the page says “internal server error” see screengrab below i tried too and received the same message – so did other members of the team here is the publisher –
0
163,874
13,928,977,256
IssuesEvent
2020-10-21 22:33:01
python/importlib_resources
https://api.github.com/repos/python/importlib_resources
closed
Provide background on the philosophy of importlib_resources - [merged]
documentation gitlab merge request
In GitLab by @warsaw on Dec 12, 2017, 22:53 _Merges issue43 -> master_ Closes #43
1.0
Provide background on the philosophy of importlib_resources - [merged] - In GitLab by @warsaw on Dec 12, 2017, 22:53 _Merges issue43 -> master_ Closes #43
non_defect
provide background on the philosophy of importlib resources in gitlab by warsaw on dec merges master closes
0