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 1k | labels stringlengths 4 1.38k | body stringlengths 1 262k | index stringclasses 16
values | text_combine stringlengths 96 262k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55,363 | 13,618,184,037 | IssuesEvent | 2020-09-23 18:09:15 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Importing PyTorch won't load CUDA symbols unless forced by TORCH_USE_RTLD_GLOBAL | module: build module: cuda triaged | In my project, [PyTorch-BigGraph](https://github.com/facebookresearch/PyTorch-BigGraph), we use the following code to page-lock some shared memory with CUDA:
```
cudart = ctypes.cdll.LoadLibrary(None)
res = cudart.cudaHostRegister(cptr, csize, cflags)
```
We've got a report (https://github.com/facebookresearch/PyTorch-BigGraph/issues/154) saying that with PyTorch 1.6 this isn't working anymore, and an exception is raised: `undefined symbol: cudaHostRegister`. (Although it's not clear yet if it's a regression of PyTorch 1.6, or earlier, or a peculiarity of the user's system).
Setting the env var `TORCH_USE_RTLD_GLOBAL=1` however fixes the problem.
I tried to look into what is going on and it seems a bit surprising, because the CUDA runtime (`cudart`) is linked to the `torch_global_deps` library:
https://github.com/pytorch/pytorch/blob/d39cb84f1fffbb9a1b909be7b203e673c046cca1/caffe2/CMakeLists.txt#L1147
And in turn that library is loaded with `RTLD_GLOBAL`:
https://github.com/pytorch/pytorch/blob/d39cb84f1fffbb9a1b909be7b203e673c046cca1/torch/__init__.py#L137-L141
`TORCH_USE_RTLD_GLOBAL=1` has the effect of loading the entirety of `torch._C` with that flag, but according to the code above that shouldn't matter as far as CUDA symbols are concerned. Am I missing something?
cc @malfet @ngimel | 1.0 | Importing PyTorch won't load CUDA symbols unless forced by TORCH_USE_RTLD_GLOBAL - In my project, [PyTorch-BigGraph](https://github.com/facebookresearch/PyTorch-BigGraph), we use the following code to page-lock some shared memory with CUDA:
```
cudart = ctypes.cdll.LoadLibrary(None)
res = cudart.cudaHostRegister(cptr, csize, cflags)
```
We've got a report (https://github.com/facebookresearch/PyTorch-BigGraph/issues/154) saying that with PyTorch 1.6 this isn't working anymore, and an exception is raised: `undefined symbol: cudaHostRegister`. (Although it's not clear yet if it's a regression of PyTorch 1.6, or earlier, or a peculiarity of the user's system).
Setting the env var `TORCH_USE_RTLD_GLOBAL=1` however fixes the problem.
I tried to look into what is going on and it seems a bit surprising, because the CUDA runtime (`cudart`) is linked to the `torch_global_deps` library:
https://github.com/pytorch/pytorch/blob/d39cb84f1fffbb9a1b909be7b203e673c046cca1/caffe2/CMakeLists.txt#L1147
And in turn that library is loaded with `RTLD_GLOBAL`:
https://github.com/pytorch/pytorch/blob/d39cb84f1fffbb9a1b909be7b203e673c046cca1/torch/__init__.py#L137-L141
`TORCH_USE_RTLD_GLOBAL=1` has the effect of loading the entirety of `torch._C` with that flag, but according to the code above that shouldn't matter as far as CUDA symbols are concerned. Am I missing something?
cc @malfet @ngimel | non_priority | importing pytorch won t load cuda symbols unless forced by torch use rtld global in my project we use the following code to page lock some shared memory with cuda cudart ctypes cdll loadlibrary none res cudart cudahostregister cptr csize cflags we ve got a report saying that with pytorch this isn t working anymore and an exception is raised undefined symbol cudahostregister although it s not clear yet if it s a regression of pytorch or earlier or a peculiarity of the user s system setting the env var torch use rtld global however fixes the problem i tried to look into what is going on and it seems a bit surprising because the cuda runtime cudart is linked to the torch global deps library and in turn that library is loaded with rtld global torch use rtld global has the effect of loading the entirety of torch c with that flag but according to the code above that shouldn t matter as far as cuda symbols are concerned am i missing something cc malfet ngimel | 0 |
335,452 | 10,153,911,981 | IssuesEvent | 2019-08-06 06:32:59 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.digitalgujarat.gov.in - site is not usable | browser-firefox engine-gecko priority-normal | <!-- @browser: Firefox 69.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://www.digitalgujarat.gov.in/OfficeApp/SJEDApp/ErrorPage.aspx
**Browser / Version**: Firefox 69.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: sit is not used
**Steps to Reproduce**:
sit is not used
[](https://webcompat.com/uploads/2019/7/40fadee3-f33f-4b59-b8fb-0f2aec0c84ff.jpeg)
<details>
<summary>Browser Configuration</summary>
<ul>
<li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190725174626</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.digitalgujarat.gov.in - site is not usable - <!-- @browser: Firefox 69.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://www.digitalgujarat.gov.in/OfficeApp/SJEDApp/ErrorPage.aspx
**Browser / Version**: Firefox 69.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: sit is not used
**Steps to Reproduce**:
sit is not used
[](https://webcompat.com/uploads/2019/7/40fadee3-f33f-4b59-b8fb-0f2aec0c84ff.jpeg)
<details>
<summary>Browser Configuration</summary>
<ul>
<li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190725174626</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description sit is not used steps to reproduce sit is not used browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen false mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel beta from with ❤️ | 1 |
517,457 | 15,013,863,079 | IssuesEvent | 2021-02-01 05:27:46 | pingcap/tiup | https://api.github.com/repos/pingcap/tiup | closed | Support offline / parallel upgrade | do-not-merge/work-in-progress priority/P2 type/feature-request | ## Feature Request
Support offline / parallel upgrade
**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 [...] -->
Some traditional customers upgrade and update have a shutdown window, usually 2-8 hours, if you follow the existing rolling restart method, it is likely that there is no way to complete the shutdown window (the amount of data is relatively large, there are more tikv routers)
**Describe the feature you'd like:**
<!-- A clear and concise description of what you want to happen. -->
We can perform parallel upgrades within the downtime window without having to consider jitter issues.
**Describe alternatives you've considered:**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Teachability, Documentation, Adoption, Migration Strategy:**
<!-- If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful. -->
| 1.0 | Support offline / parallel upgrade - ## Feature Request
Support offline / parallel upgrade
**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 [...] -->
Some traditional customers upgrade and update have a shutdown window, usually 2-8 hours, if you follow the existing rolling restart method, it is likely that there is no way to complete the shutdown window (the amount of data is relatively large, there are more tikv routers)
**Describe the feature you'd like:**
<!-- A clear and concise description of what you want to happen. -->
We can perform parallel upgrades within the downtime window without having to consider jitter issues.
**Describe alternatives you've considered:**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Teachability, Documentation, Adoption, Migration Strategy:**
<!-- If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful. -->
| priority | support offline parallel upgrade feature request support offline parallel upgrade is your feature request related to a problem please describe some traditional customers upgrade and update have a shutdown window usually hours if you follow the existing rolling restart method it is likely that there is no way to complete the shutdown window the amount of data is relatively large there are more tikv routers describe the feature you d like we can perform parallel upgrades within the downtime window without having to consider jitter issues describe alternatives you ve considered teachability documentation adoption migration strategy | 1 |
118,455 | 4,745,572,968 | IssuesEvent | 2016-10-21 07:55:55 | dteviot/WebToEpub | https://api.github.com/repos/dteviot/WebToEpub | closed | [Enhancement] Remove text before first images | enhancement low priority | In many projects, the initial set of pictures will have some text like "Novel Illustrations[edit]
These are the novel illustrations that were included in volume 1"
In this book for example https://www.baka-tsuki.org/project/index.php?title=Rakudai_Kishi_no_Eiyuutan:Volume1 after the cover it will generate a page with just the text "Illustrations" followed by another page with just the text "Novel Illustrations
These are the novel illustrations that were included in volume 1"
Then it will show the pictures. That text if at all possible probably shouldn't actually get generated in the epub as it is more just organizational titles for viewing on the web.
Many projects probably use different text so I'm not sure how feasible it would be, but it is the last thing I noticed about the plugin that made the output results distinguishable from a manually converted and edited epub. | 1.0 | [Enhancement] Remove text before first images - In many projects, the initial set of pictures will have some text like "Novel Illustrations[edit]
These are the novel illustrations that were included in volume 1"
In this book for example https://www.baka-tsuki.org/project/index.php?title=Rakudai_Kishi_no_Eiyuutan:Volume1 after the cover it will generate a page with just the text "Illustrations" followed by another page with just the text "Novel Illustrations
These are the novel illustrations that were included in volume 1"
Then it will show the pictures. That text if at all possible probably shouldn't actually get generated in the epub as it is more just organizational titles for viewing on the web.
Many projects probably use different text so I'm not sure how feasible it would be, but it is the last thing I noticed about the plugin that made the output results distinguishable from a manually converted and edited epub. | priority | remove text before first images in many projects the initial set of pictures will have some text like novel illustrations these are the novel illustrations that were included in volume in this book for example after the cover it will generate a page with just the text illustrations followed by another page with just the text novel illustrations these are the novel illustrations that were included in volume then it will show the pictures that text if at all possible probably shouldn t actually get generated in the epub as it is more just organizational titles for viewing on the web many projects probably use different text so i m not sure how feasible it would be but it is the last thing i noticed about the plugin that made the output results distinguishable from a manually converted and edited epub | 1 |
826,609 | 31,682,164,592 | IssuesEvent | 2023-09-08 01:27:02 | sdatkinson/neural-amp-modeler | https://api.github.com/repos/sdatkinson/neural-amp-modeler | opened | [FEATURE] Metadata for capture sets (multiple captures making up an amp) | enhancement unread priority:low | Currently on sites like tone hunt captures are organised in groups for example 6 captures of different control settings for a single amp, but there is no metadata standard for that. If UIs are to use that information they need it in a standard form.
For Beebo/Hector I am currently using this format, I am happy to change this before it is more widely distributed.
{'amp_brand': 'Laney',
'amp_model': 'VC30',
'amp_year': '2003',
'captured_by': 'Poly Effects'
'control_names': ['channel', 'drive knob'],
'controls': [['normal', 'drive'], ['low', 'mid', 'high']],
'file_names': ['Laney-VC30-channel-normal-drive_knob-low.nam',
'Laney-VC30-channel-normal-drive_knob-mid.nam',
'Laney-VC30-channel-normal-drive_knob-high.nam',
'Laney-VC30-channel-drive-drive_knob-mid.nam'],
'includes_cab': False,
'long_description': 'Small Laney combo, sounds a bit voxish.',
'num_controls': 2,
'tags': ['combo', ' guitar']}
It's just a JSON file, so we can add additional stuff but this covers most of what we need for the Beebo / Hector UI so it might be handy for others. I'm also including an amp.jpeg in the directory, along with the metadata.json
| 1.0 | [FEATURE] Metadata for capture sets (multiple captures making up an amp) - Currently on sites like tone hunt captures are organised in groups for example 6 captures of different control settings for a single amp, but there is no metadata standard for that. If UIs are to use that information they need it in a standard form.
For Beebo/Hector I am currently using this format, I am happy to change this before it is more widely distributed.
{'amp_brand': 'Laney',
'amp_model': 'VC30',
'amp_year': '2003',
'captured_by': 'Poly Effects'
'control_names': ['channel', 'drive knob'],
'controls': [['normal', 'drive'], ['low', 'mid', 'high']],
'file_names': ['Laney-VC30-channel-normal-drive_knob-low.nam',
'Laney-VC30-channel-normal-drive_knob-mid.nam',
'Laney-VC30-channel-normal-drive_knob-high.nam',
'Laney-VC30-channel-drive-drive_knob-mid.nam'],
'includes_cab': False,
'long_description': 'Small Laney combo, sounds a bit voxish.',
'num_controls': 2,
'tags': ['combo', ' guitar']}
It's just a JSON file, so we can add additional stuff but this covers most of what we need for the Beebo / Hector UI so it might be handy for others. I'm also including an amp.jpeg in the directory, along with the metadata.json
| priority | metadata for capture sets multiple captures making up an amp currently on sites like tone hunt captures are organised in groups for example captures of different control settings for a single amp but there is no metadata standard for that if uis are to use that information they need it in a standard form for beebo hector i am currently using this format i am happy to change this before it is more widely distributed amp brand laney amp model amp year captured by poly effects control names controls file names laney channel normal drive knob low nam laney channel normal drive knob mid nam laney channel normal drive knob high nam laney channel drive drive knob mid nam includes cab false long description small laney combo sounds a bit voxish num controls tags it s just a json file so we can add additional stuff but this covers most of what we need for the beebo hector ui so it might be handy for others i m also including an amp jpeg in the directory along with the metadata json | 1 |
400,571 | 11,777,182,114 | IssuesEvent | 2020-03-16 14:26:43 | zebscripts/AFK-Daily | https://api.github.com/repos/zebscripts/AFK-Daily | closed | PvP events break the script | File: afk-daily.sh :file_folder: Priority: Medium 🌪 Status: Acknowledged :v: Type: Bug 🐞 | Since the PvP events go on top of every other arena of heroes "section", it completely breaks. The script tries to fight in the arena of heroes but instead taps the event.
The best would be to add a variable to the config like `pvp_event=true/false` to bypass this. | 1.0 | PvP events break the script - Since the PvP events go on top of every other arena of heroes "section", it completely breaks. The script tries to fight in the arena of heroes but instead taps the event.
The best would be to add a variable to the config like `pvp_event=true/false` to bypass this. | priority | pvp events break the script since the pvp events go on top of every other arena of heroes section it completely breaks the script tries to fight in the arena of heroes but instead taps the event the best would be to add a variable to the config like pvp event true false to bypass this | 1 |
96,500 | 3,968,965,374 | IssuesEvent | 2016-05-03 21:32:17 | creativedisturbance/podcasts | https://api.github.com/repos/creativedisturbance/podcasts | closed | Turkish Channel Art Work | Artwork High Priority | Lina could you create the Art Work for the Turkish Channel. We plan to publish this channel on 4/1/16. | 1.0 | Turkish Channel Art Work - Lina could you create the Art Work for the Turkish Channel. We plan to publish this channel on 4/1/16. | priority | turkish channel art work lina could you create the art work for the turkish channel we plan to publish this channel on | 1 |
88,562 | 8,160,371,472 | IssuesEvent | 2018-08-24 01:00:26 | phetsims/hookes-law | https://api.github.com/repos/phetsims/hookes-law | closed | CT error: Assertion failed: Cannot register two different instances to the same id | dev:phet-io type:automated-testing type:bug | ```
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: Cannot register two different instances to the same id: hookesLaw.introScreen.view.system1CenterYProperty
Error: Assertion failed: Cannot register two different instances to the same id: hookesLaw.introScreen.view.system1CenterYProperty
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/assert/js/assert.js:22:13)
at Phetio.addInstance (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/phet-io/js/phetio.js?bust=1535050001644:634:19)
at Object.addInstance (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/phet-io/js/phetio.js?bust=1535050001644:727:14)
at Tandem.addInstance (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/tandem/js/Tandem.js?bust=1535050001644:134:36)
at NumberProperty.initializePhetioObject (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/tandem/js/PhetioObject.js?bust=1535050001644:151:19)
at NumberProperty.PhetioObject [as constructor] (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/tandem/js/PhetioObject.js?bust=1535050001644:80:12)
at NumberProperty.Property [as constructor] (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/axon/js/Property.js?bust=1535050001644:84:18)
at new NumberProperty (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/axon/js/NumberProperty.js?bust=1535050001644:61:14)
at new IntroAnimation (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/hookes-law/js/intro/view/IntroAnimation.js?bust=1535050001644:46:34)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/hookes-law/js/intro/view/IntroScreenView.js?bust=1535050001644:103:24)
Approximately 8/23/2018, 12:29:38 PM
```
This popped up after I converted from TWEEN to TWIXT in https://github.com/phetsims/hookes-law/issues/46. There are now 2 Properties inside `IntroAnimation` that are created dynamically, each time the number of systems is changed. Those Properties are `system1CenterYProperty` and `system2OpacityProperty`. They are encapsulated inside IntroAnimation by design, and they are instrumented to support record/playback.
@samreid @zepumph How do I handle creating the tandem for a dynamically created Property? | 1.0 | CT error: Assertion failed: Cannot register two different instances to the same id - ```
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: Cannot register two different instances to the same id: hookesLaw.introScreen.view.system1CenterYProperty
Error: Assertion failed: Cannot register two different instances to the same id: hookesLaw.introScreen.view.system1CenterYProperty
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/assert/js/assert.js:22:13)
at Phetio.addInstance (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/phet-io/js/phetio.js?bust=1535050001644:634:19)
at Object.addInstance (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/phet-io/js/phetio.js?bust=1535050001644:727:14)
at Tandem.addInstance (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/tandem/js/Tandem.js?bust=1535050001644:134:36)
at NumberProperty.initializePhetioObject (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/tandem/js/PhetioObject.js?bust=1535050001644:151:19)
at NumberProperty.PhetioObject [as constructor] (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/tandem/js/PhetioObject.js?bust=1535050001644:80:12)
at NumberProperty.Property [as constructor] (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/axon/js/Property.js?bust=1535050001644:84:18)
at new NumberProperty (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/axon/js/NumberProperty.js?bust=1535050001644:61:14)
at new IntroAnimation (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/hookes-law/js/intro/view/IntroAnimation.js?bust=1535050001644:46:34)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1535048978248/hookes-law/js/intro/view/IntroScreenView.js?bust=1535050001644:103:24)
Approximately 8/23/2018, 12:29:38 PM
```
This popped up after I converted from TWEEN to TWIXT in https://github.com/phetsims/hookes-law/issues/46. There are now 2 Properties inside `IntroAnimation` that are created dynamically, each time the number of systems is changed. Those Properties are `system1CenterYProperty` and `system2OpacityProperty`. They are encapsulated inside IntroAnimation by design, and they are instrumented to support record/playback.
@samreid @zepumph How do I handle creating the tandem for a dynamically created Property? | non_priority | ct error assertion failed cannot register two different instances to the same id hookes law phet io fuzz require js run uncaught error assertion failed cannot register two different instances to the same id hookeslaw introscreen view error assertion failed cannot register two different instances to the same id hookeslaw introscreen view at window assertions assertfunction at phetio addinstance at object addinstance at tandem addinstance at numberproperty initializephetioobject at numberproperty phetioobject at numberproperty property at new numberproperty at new introanimation at array approximately pm this popped up after i converted from tween to twixt in there are now properties inside introanimation that are created dynamically each time the number of systems is changed those properties are and they are encapsulated inside introanimation by design and they are instrumented to support record playback samreid zepumph how do i handle creating the tandem for a dynamically created property | 0 |
402,067 | 11,801,678,041 | IssuesEvent | 2020-03-18 19:56:58 | Thorium-Sim/thorium | https://api.github.com/repos/Thorium-Sim/thorium | opened | Thumbnails aren't working | priority/medium type/bug | ### Requested By: Bracken
### Priority: Medium
### Version: 2.7.0
Thumbnails aren't loading in Thorium when assigning videos to Timeline steps.
### Steps to Reproduce
I don't know... | 1.0 | Thumbnails aren't working - ### Requested By: Bracken
### Priority: Medium
### Version: 2.7.0
Thumbnails aren't loading in Thorium when assigning videos to Timeline steps.
### Steps to Reproduce
I don't know... | priority | thumbnails aren t working requested by bracken priority medium version thumbnails aren t loading in thorium when assigning videos to timeline steps steps to reproduce i don t know | 1 |
257,369 | 8,136,437,183 | IssuesEvent | 2018-08-20 08:25:21 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.paypal.me - site is not usable | browser-firefox-mobile priority-normal type-symantec-distrust | <!-- @browser: Firefox Mobile 63.0 Nightly -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:63.0) Gecko/63.0 Firefox/63.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://www.paypal.me/LineageOS
**Browser / Version**: Firefox Mobile 63.0 Nightly
**Operating System**: Android 8.1.0
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: the page shows a blank page in in mobile mode and desktop modelo too.
**Steps to Reproduce**:
Open the site www.lineageos.irg and, at footer section at the bottom of page, click in link to paypal donate. Testing in another browser: selecting the URL address and opening at another browser: Firefox Focus works, Chrome Canary does not works too. I am using Oreo OmniROM at Moto G5 Plus (Potter) device
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.paypal.me - site is not usable - <!-- @browser: Firefox Mobile 63.0 Nightly -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:63.0) Gecko/63.0 Firefox/63.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://www.paypal.me/LineageOS
**Browser / Version**: Firefox Mobile 63.0 Nightly
**Operating System**: Android 8.1.0
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: the page shows a blank page in in mobile mode and desktop modelo too.
**Steps to Reproduce**:
Open the site www.lineageos.irg and, at footer section at the bottom of page, click in link to paypal donate. Testing in another browser: selecting the URL address and opening at another browser: Firefox Focus works, Chrome Canary does not works too. I am using Oreo OmniROM at Moto G5 Plus (Potter) device
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | site is not usable url browser version firefox mobile nightly operating system android tested another browser yes problem type site is not usable description the page shows a blank page in in mobile mode and desktop modelo too steps to reproduce open the site and at footer section at the bottom of page click in link to paypal donate testing in another browser selecting the url address and opening at another browser firefox focus works chrome canary does not works too i am using oreo omnirom at moto plus potter device from with ❤️ | 1 |
30,041 | 11,795,830,364 | IssuesEvent | 2020-03-18 09:41:55 | jhdcruz/BlackPearl-website | https://api.github.com/repos/jhdcruz/BlackPearl-website | closed | CVE-2020-7598 (High) detected in multiple libraries | security vulnerability | ## CVE-2020-7598 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.1.3.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary>
<p>
<details><summary><b>minimist-0.0.8.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/BlackPearl-website/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/BlackPearl-website/node_modules/mkdirp/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- babel-loader-8.0.6.tgz (Root Library)
- mkdirp-0.5.1.tgz
- :x: **minimist-0.0.8.tgz** (Vulnerable Library)
</details>
<details><summary><b>minimist-1.1.3.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz">https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/BlackPearl-website/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/BlackPearl-website/node_modules/gonzales-pe/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- stylelint-13.2.1.tgz (Root Library)
- postcss-sass-0.4.2.tgz
- gonzales-pe-4.2.4.tgz
- :x: **minimist-1.1.3.tgz** (Vulnerable Library)
</details>
<details><summary><b>minimist-1.2.0.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/BlackPearl-website/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/BlackPearl-website/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- cli-7.8.4.tgz (Root Library)
- chokidar-2.1.8.tgz
- fsevents-1.2.11.tgz
- node-pre-gyp-0.14.0.tgz
- rc-1.2.8.tgz
- :x: **minimist-1.2.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/jhdcruz/BlackPearl-website/commit/87a082a158475b183ca8f4bbf520519e682031c8">87a082a158475b183ca8f4bbf520519e682031c8</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload.
<p>Publish Date: 2020-03-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</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.8</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: 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/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p>
<p>Release Date: 2020-03-11</p>
<p>Fix Resolution: minimist - 0.2.1,1.2.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-7598 (High) detected in multiple libraries - ## CVE-2020-7598 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.1.3.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary>
<p>
<details><summary><b>minimist-0.0.8.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/BlackPearl-website/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/BlackPearl-website/node_modules/mkdirp/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- babel-loader-8.0.6.tgz (Root Library)
- mkdirp-0.5.1.tgz
- :x: **minimist-0.0.8.tgz** (Vulnerable Library)
</details>
<details><summary><b>minimist-1.1.3.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz">https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/BlackPearl-website/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/BlackPearl-website/node_modules/gonzales-pe/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- stylelint-13.2.1.tgz (Root Library)
- postcss-sass-0.4.2.tgz
- gonzales-pe-4.2.4.tgz
- :x: **minimist-1.1.3.tgz** (Vulnerable Library)
</details>
<details><summary><b>minimist-1.2.0.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/BlackPearl-website/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/BlackPearl-website/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- cli-7.8.4.tgz (Root Library)
- chokidar-2.1.8.tgz
- fsevents-1.2.11.tgz
- node-pre-gyp-0.14.0.tgz
- rc-1.2.8.tgz
- :x: **minimist-1.2.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/jhdcruz/BlackPearl-website/commit/87a082a158475b183ca8f4bbf520519e682031c8">87a082a158475b183ca8f4bbf520519e682031c8</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload.
<p>Publish Date: 2020-03-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</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.8</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: 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/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p>
<p>Release Date: 2020-03-11</p>
<p>Fix Resolution: minimist - 0.2.1,1.2.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file tmp ws scm blackpearl website package json path to vulnerable library tmp ws scm blackpearl website node modules mkdirp node modules minimist package json dependency hierarchy babel loader tgz root library mkdirp tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file tmp ws scm blackpearl website package json path to vulnerable library tmp ws scm blackpearl website node modules gonzales pe node modules minimist package json dependency hierarchy stylelint tgz root library postcss sass tgz gonzales pe tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file tmp ws scm blackpearl website package json path to vulnerable library tmp ws scm blackpearl website node modules minimist package json dependency hierarchy cli tgz root library chokidar tgz fsevents tgz node pre gyp tgz rc tgz x minimist tgz vulnerable library found in head commit a href vulnerability details minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload 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 high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution minimist step up your open source security game with whitesource | 0 |
217,666 | 16,859,855,953 | IssuesEvent | 2021-06-21 11:39:02 | dmwm/WMCore | https://api.github.com/repos/dmwm/WMCore | closed | [py2py3] investigate effect of `hash()` differences between py2 and py3 | Medium Priority New Feature Python3 Testing py3 potential bug | **Impact of the new feature**
WMCore in general, and perhaps other services depending on it.
**Is your feature request related to a problem? Please describe.**
In dmwm/WMCore we rely on the standard `hash()` function, but its behavior has changed in py3. While in python2 the `hash()` of an object is guaranteed to be the always the same (if an object does not change) even after the python interpreter itself is restarted, this is not the case anymore in python3. The python3 `hash()` doc states
> By default, the __hash__() values of str and bytes objects are “salted” with an unpredictable random value. Although they remain constant within an individual Python process, they are not predictable between repeated invocations of Python.
We need to investigate if this can cause some errors. For example, if we store on a database the hash of an object obtained with `hash()` to check if it is the same across different python interpreters, then we need to refactor our code.
Quick links to `hash()` documentation
- [py2 hash doc](https://docs.python.org/2/reference/datamodel.html#object.__hash__):
- [py2 hash doc](https://docs.python.org/3/reference/datamodel.html#object.__hash__)
Quick links to the use of `hash()` in `dmwm/WMCore/*`
* [src/python/WMCore/DataStructs/Run.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/DataStructs/Run.py#L135)
* [src/python/WMCore/DataStructs/WorkUnit.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/DataStructs/WorkUnit.py#L75)
* [src/python/WMCore/Services/Service.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/Services/Service.py#L107)
* [src/python/WMCore/WMRuntime/Scripts/UnpackUserTarball.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/WMRuntime/Scripts/UnpackUserTarball.py#L38)
* [src/python/WMCore/WMSpec/Steps/Fetchers/PileupFetcher.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/WMSpec/Steps/Fetchers/PileupFetcher.py#L106)
Same process comparison, should not cause any problem:
* [test/python/WMCore_t/DataStructs_t/WorkUnit_t.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/test/python/WMCore_t/DataStructs_t/WorkUnit_t.py#L99)
How to reproduce:
```bash
# should print always the same value
docker run python:2 python -c 'print(hash(frozenset({"hello": "world"}.items())))'
# should print a different value every time
docker run python:3 python -c 'print(hash(frozenset({"hello": "world"}.items())))'
```
**Describe the solution you'd like**
Investigate usage of `hash()` in WMCore and establish if the hashes are used to compare objects outside the boundaries of a python interpreter, for example between two concurrent interpreters or saving a hash on a database and using it at a later time.
**Describe alternatives you've considered**
The solution would require to use consistent hashing functions, such as the ones provided by `hashlib`, as it is already done in the following examples
* [src/python/WMCore/Services/LogDB/LogDBBackend.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/Services/LogDB/LogDBBackend.py#L24)
* [src/python/WMQuality/WebTools/RESTClientAPI.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMQuality/WebTools/RESTClientAPI.py#L96)
Reproduce: how to get consistent hash
```bash
# py2
docker run python:2 python -c 'import hashlib;print(hashlib.sha256(unicode({"hello": "world"}).encode("utf-8")).hexdigest())'
> 08b8bdfc96c88412e3e4c9ce471899037be4f44b4d737fbdb85407bb3e66a331
# py3
docker run python:3 python -c 'import hashlib;print(hashlib.sha256(bytes(str({"hello": "world"}), "utf-8")).hexdigest())'
> 08b8bdfc96c88412e3e4c9ce471899037be4f44b4d737fbdb85407bb3e66a331
```
**Additional context**
Original discussion in [PR 10012](https://github.com/dmwm/WMCore/pull/10012#issuecomment-731164254).
| 1.0 | [py2py3] investigate effect of `hash()` differences between py2 and py3 - **Impact of the new feature**
WMCore in general, and perhaps other services depending on it.
**Is your feature request related to a problem? Please describe.**
In dmwm/WMCore we rely on the standard `hash()` function, but its behavior has changed in py3. While in python2 the `hash()` of an object is guaranteed to be the always the same (if an object does not change) even after the python interpreter itself is restarted, this is not the case anymore in python3. The python3 `hash()` doc states
> By default, the __hash__() values of str and bytes objects are “salted” with an unpredictable random value. Although they remain constant within an individual Python process, they are not predictable between repeated invocations of Python.
We need to investigate if this can cause some errors. For example, if we store on a database the hash of an object obtained with `hash()` to check if it is the same across different python interpreters, then we need to refactor our code.
Quick links to `hash()` documentation
- [py2 hash doc](https://docs.python.org/2/reference/datamodel.html#object.__hash__):
- [py2 hash doc](https://docs.python.org/3/reference/datamodel.html#object.__hash__)
Quick links to the use of `hash()` in `dmwm/WMCore/*`
* [src/python/WMCore/DataStructs/Run.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/DataStructs/Run.py#L135)
* [src/python/WMCore/DataStructs/WorkUnit.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/DataStructs/WorkUnit.py#L75)
* [src/python/WMCore/Services/Service.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/Services/Service.py#L107)
* [src/python/WMCore/WMRuntime/Scripts/UnpackUserTarball.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/WMRuntime/Scripts/UnpackUserTarball.py#L38)
* [src/python/WMCore/WMSpec/Steps/Fetchers/PileupFetcher.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/WMSpec/Steps/Fetchers/PileupFetcher.py#L106)
Same process comparison, should not cause any problem:
* [test/python/WMCore_t/DataStructs_t/WorkUnit_t.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/test/python/WMCore_t/DataStructs_t/WorkUnit_t.py#L99)
How to reproduce:
```bash
# should print always the same value
docker run python:2 python -c 'print(hash(frozenset({"hello": "world"}.items())))'
# should print a different value every time
docker run python:3 python -c 'print(hash(frozenset({"hello": "world"}.items())))'
```
**Describe the solution you'd like**
Investigate usage of `hash()` in WMCore and establish if the hashes are used to compare objects outside the boundaries of a python interpreter, for example between two concurrent interpreters or saving a hash on a database and using it at a later time.
**Describe alternatives you've considered**
The solution would require to use consistent hashing functions, such as the ones provided by `hashlib`, as it is already done in the following examples
* [src/python/WMCore/Services/LogDB/LogDBBackend.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMCore/Services/LogDB/LogDBBackend.py#L24)
* [src/python/WMQuality/WebTools/RESTClientAPI.py](https://github.com/dmwm/WMCore/blob/2b1af3e52c033f101880459556a6bac624f6ff89/src/python/WMQuality/WebTools/RESTClientAPI.py#L96)
Reproduce: how to get consistent hash
```bash
# py2
docker run python:2 python -c 'import hashlib;print(hashlib.sha256(unicode({"hello": "world"}).encode("utf-8")).hexdigest())'
> 08b8bdfc96c88412e3e4c9ce471899037be4f44b4d737fbdb85407bb3e66a331
# py3
docker run python:3 python -c 'import hashlib;print(hashlib.sha256(bytes(str({"hello": "world"}), "utf-8")).hexdigest())'
> 08b8bdfc96c88412e3e4c9ce471899037be4f44b4d737fbdb85407bb3e66a331
```
**Additional context**
Original discussion in [PR 10012](https://github.com/dmwm/WMCore/pull/10012#issuecomment-731164254).
| non_priority | investigate effect of hash differences between and impact of the new feature wmcore in general and perhaps other services depending on it is your feature request related to a problem please describe in dmwm wmcore we rely on the standard hash function but its behavior has changed in while in the hash of an object is guaranteed to be the always the same if an object does not change even after the python interpreter itself is restarted this is not the case anymore in the hash doc states by default the hash values of str and bytes objects are “salted” with an unpredictable random value although they remain constant within an individual python process they are not predictable between repeated invocations of python we need to investigate if this can cause some errors for example if we store on a database the hash of an object obtained with hash to check if it is the same across different python interpreters then we need to refactor our code quick links to hash documentation quick links to the use of hash in dmwm wmcore same process comparison should not cause any problem how to reproduce bash should print always the same value docker run python python c print hash frozenset hello world items should print a different value every time docker run python python c print hash frozenset hello world items describe the solution you d like investigate usage of hash in wmcore and establish if the hashes are used to compare objects outside the boundaries of a python interpreter for example between two concurrent interpreters or saving a hash on a database and using it at a later time describe alternatives you ve considered the solution would require to use consistent hashing functions such as the ones provided by hashlib as it is already done in the following examples reproduce how to get consistent hash bash docker run python python c import hashlib print hashlib unicode hello world encode utf hexdigest docker run python python c import hashlib print hashlib bytes str hello world utf hexdigest additional context original discussion in | 0 |
18,204 | 2,615,165,897 | IssuesEvent | 2015-03-01 06:46:15 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | RTL1892se WORKED HERE :D | auto-migrated Priority-Triage Type-Enhancement | ```
Well guys I have a RTL1892se on my laptop and I tested the vulnerability of
"my" AP and it worked ,with a amazing time
http://i.imgur.com/Y4aRbfi.png
http://i.imgur.com/XVWdETr.png
So... put on Supported list
i'm using BT5 r3 x32 on dual boot with win7
thanks developers :D
```
Original issue reported on code.google.com by `lucasr...@gmail.com` on 15 Apr 2013 at 2:10 | 1.0 | RTL1892se WORKED HERE :D - ```
Well guys I have a RTL1892se on my laptop and I tested the vulnerability of
"my" AP and it worked ,with a amazing time
http://i.imgur.com/Y4aRbfi.png
http://i.imgur.com/XVWdETr.png
So... put on Supported list
i'm using BT5 r3 x32 on dual boot with win7
thanks developers :D
```
Original issue reported on code.google.com by `lucasr...@gmail.com` on 15 Apr 2013 at 2:10 | priority | worked here d well guys i have a on my laptop and i tested the vulnerability of my ap and it worked with a amazing time so put on supported list i m using on dual boot with thanks developers d original issue reported on code google com by lucasr gmail com on apr at | 1 |
637,516 | 20,670,562,217 | IssuesEvent | 2022-03-10 01:21:55 | AY2122S2-CS2103T-T09-3/tp | https://api.github.com/repos/AY2122S2-CS2103T-T09-3/tp | closed | Modify Storage Components | type.Task priority.High | ## Details
Modify Storage components from AB3 to fit Trackermon's new Model #54
- [x] Modify AddressBookStorage -> ShowListStorage
- [x] Modify JsonAddressBookStorage -> JsonShowListStorage
- [x] Modify JsonSerializableAddressBook -> JsonSerializableShowList
- [x] Modify JsonAdaptedPerson -> JsonAdaptedShow
- [x] Modify JsonAdaptedTag | 1.0 | Modify Storage Components - ## Details
Modify Storage components from AB3 to fit Trackermon's new Model #54
- [x] Modify AddressBookStorage -> ShowListStorage
- [x] Modify JsonAddressBookStorage -> JsonShowListStorage
- [x] Modify JsonSerializableAddressBook -> JsonSerializableShowList
- [x] Modify JsonAdaptedPerson -> JsonAdaptedShow
- [x] Modify JsonAdaptedTag | priority | modify storage components details modify storage components from to fit trackermon s new model modify addressbookstorage showliststorage modify jsonaddressbookstorage jsonshowliststorage modify jsonserializableaddressbook jsonserializableshowlist modify jsonadaptedperson jsonadaptedshow modify jsonadaptedtag | 1 |
15,392 | 5,111,137,149 | IssuesEvent | 2017-01-06 04:08:40 | BruceJohnJennerLawso/scrap | https://api.github.com/repos/BruceJohnJennerLawso/scrap | opened | Season parts list for teams needs to be generated not in the team module | bug codebase seasonParts team | Currently the season parts list is generated in the team module in the common TierII, which is going to throw everything to shit once I start working with home/away rels, since watMu has no concept of a home team (sorta) | 1.0 | Season parts list for teams needs to be generated not in the team module - Currently the season parts list is generated in the team module in the common TierII, which is going to throw everything to shit once I start working with home/away rels, since watMu has no concept of a home team (sorta) | non_priority | season parts list for teams needs to be generated not in the team module currently the season parts list is generated in the team module in the common tierii which is going to throw everything to shit once i start working with home away rels since watmu has no concept of a home team sorta | 0 |
611,666 | 18,960,827,682 | IssuesEvent | 2021-11-19 04:27:16 | oresat/CANopen-monitor | https://api.github.com/repos/oresat/CANopen-monitor | opened | CPU Usage Too High | bug good first issue medium priority | **Describe the bug**
CanOpen Monitor uses too much of the CPU.
**To Reproduce**
Steps to reproduce the behavior:
1. Open application
2. Add atleast one bus interface for listening
**Expected behavior**
The application runs with an average 60% or less CPU time
**Additional context**
The issue is likely driven by the fact that there is no sleep event inside the bus-listener handlers, causing a spin-lock behavior where the CPU is never given up by the application, save for interruption.
| 1.0 | CPU Usage Too High - **Describe the bug**
CanOpen Monitor uses too much of the CPU.
**To Reproduce**
Steps to reproduce the behavior:
1. Open application
2. Add atleast one bus interface for listening
**Expected behavior**
The application runs with an average 60% or less CPU time
**Additional context**
The issue is likely driven by the fact that there is no sleep event inside the bus-listener handlers, causing a spin-lock behavior where the CPU is never given up by the application, save for interruption.
| priority | cpu usage too high describe the bug canopen monitor uses too much of the cpu to reproduce steps to reproduce the behavior open application add atleast one bus interface for listening expected behavior the application runs with an average or less cpu time additional context the issue is likely driven by the fact that there is no sleep event inside the bus listener handlers causing a spin lock behavior where the cpu is never given up by the application save for interruption | 1 |
169,936 | 14,236,812,444 | IssuesEvent | 2020-11-18 16:26:18 | alteryx/evalml | https://api.github.com/repos/alteryx/evalml | closed | November Infrastructure and Documentation Changes | documentation epic | This Epic is tracking several infrastructure/documentation issues we'd like to fix in November. Specifically:
#1260 and adding additional guides to the EvalML documentation (issues to come). | 1.0 | November Infrastructure and Documentation Changes - This Epic is tracking several infrastructure/documentation issues we'd like to fix in November. Specifically:
#1260 and adding additional guides to the EvalML documentation (issues to come). | non_priority | november infrastructure and documentation changes this epic is tracking several infrastructure documentation issues we d like to fix in november specifically and adding additional guides to the evalml documentation issues to come | 0 |
44,091 | 7,092,718,403 | IssuesEvent | 2018-01-12 17:36:02 | boutproject/BOUT-dev | https://api.github.com/repos/boutproject/BOUT-dev | closed | Doc/update: Next MZ now no longer fixed to 2^N(+1) -- may impact tests | documentation | In next the value of MZ is no longer constrained to 2^N(+1). In master MZ had to be 2^N(+1) and we would have 2^N points plus the periodic duplicate. Due to this change, tests and old runs which used MZ=2^N+1 will now end up with 2^N+1 points being used **excluding** the duplicate point (which has been removed) rather than the 2^N points that would have been used in master.
| 1.0 | Doc/update: Next MZ now no longer fixed to 2^N(+1) -- may impact tests - In next the value of MZ is no longer constrained to 2^N(+1). In master MZ had to be 2^N(+1) and we would have 2^N points plus the periodic duplicate. Due to this change, tests and old runs which used MZ=2^N+1 will now end up with 2^N+1 points being used **excluding** the duplicate point (which has been removed) rather than the 2^N points that would have been used in master.
| non_priority | doc update next mz now no longer fixed to n may impact tests in next the value of mz is no longer constrained to n in master mz had to be n and we would have n points plus the periodic duplicate due to this change tests and old runs which used mz n will now end up with n points being used excluding the duplicate point which has been removed rather than the n points that would have been used in master | 0 |
63,562 | 12,339,367,390 | IssuesEvent | 2020-05-14 18:00:27 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | opened | Code intelligence: 3.17 tracking issue | team/code-intelligence tracking | ### Status
This tracking issue is being prepared.
### Availability
Period is from **$START_DATE** to **$END_DATE**. Please write the days you won't be working and the number of working days for the period.
- Teammate A: 15d
- Teammate B: 12d
- Teammate ...
### Workload
<!-- BEGIN WORK -->
<!-- END WORK -->
#### Legend
- 👩 Customer issue
- 🐛 Bug
- 🧶 Technical debt
- 🛠️ [Roadmap](https://docs.google.com/document/d/1cBsE9801DcBF9chZyMnxRdolqM_1c2pPyGQz15QAvYI/edit#heading=h.5nwl5fv52ess)
- 🕵️ [Spike](https://en.wikipedia.org/wiki/Spike_(software_development))
- 🔒 Security issue
- :shipit: Pull Request
| 1.0 | Code intelligence: 3.17 tracking issue - ### Status
This tracking issue is being prepared.
### Availability
Period is from **$START_DATE** to **$END_DATE**. Please write the days you won't be working and the number of working days for the period.
- Teammate A: 15d
- Teammate B: 12d
- Teammate ...
### Workload
<!-- BEGIN WORK -->
<!-- END WORK -->
#### Legend
- 👩 Customer issue
- 🐛 Bug
- 🧶 Technical debt
- 🛠️ [Roadmap](https://docs.google.com/document/d/1cBsE9801DcBF9chZyMnxRdolqM_1c2pPyGQz15QAvYI/edit#heading=h.5nwl5fv52ess)
- 🕵️ [Spike](https://en.wikipedia.org/wiki/Spike_(software_development))
- 🔒 Security issue
- :shipit: Pull Request
| non_priority | code intelligence tracking issue status this tracking issue is being prepared availability period is from start date to end date please write the days you won t be working and the number of working days for the period teammate a teammate b teammate workload legend 👩 customer issue 🐛 bug 🧶 technical debt 🛠️ 🕵️ 🔒 security issue shipit pull request | 0 |
12,854 | 21,012,322,589 | IssuesEvent | 2022-03-30 07:53:21 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | opened | [maven]org.apache.maven.plugins:maven-compiler-plugin get configuration/source and configuration/target | type:feature status:requirements priority-5-triage | ### What would you like Renovate to be able to do?
[springshell-rce-0-day-vulnerability](https://www.cyberkendra.com/2022/03/springshell-rce-0-day-vulnerability.html)
Some vulnerability in the java ecosystem are based on the JDK version, org.apache.maven.plugins:maven-compiler-plugin configuration/source and configuration/target is so important for upgraded dependencies versions
I hope the JDK version can be configured in the renovate configuration file with regexManagers
### If you have any ideas on how this should be implemented, please tell us here.
I hope the JDK version can be configured in the renovate configuration file with regexManagers
### Is this a feature you are interested in implementing yourself?
No | 1.0 | [maven]org.apache.maven.plugins:maven-compiler-plugin get configuration/source and configuration/target - ### What would you like Renovate to be able to do?
[springshell-rce-0-day-vulnerability](https://www.cyberkendra.com/2022/03/springshell-rce-0-day-vulnerability.html)
Some vulnerability in the java ecosystem are based on the JDK version, org.apache.maven.plugins:maven-compiler-plugin configuration/source and configuration/target is so important for upgraded dependencies versions
I hope the JDK version can be configured in the renovate configuration file with regexManagers
### If you have any ideas on how this should be implemented, please tell us here.
I hope the JDK version can be configured in the renovate configuration file with regexManagers
### Is this a feature you are interested in implementing yourself?
No | non_priority | org apache maven plugins maven compiler plugin get configuration source and configuration target what would you like renovate to be able to do some vulnerability in the java ecosystem are based on the jdk version org apache maven plugins maven compiler plugin configuration source and configuration target is so important for upgraded dependencies versions i hope the jdk version can be configured in the renovate configuration file with regexmanagers if you have any ideas on how this should be implemented please tell us here i hope the jdk version can be configured in the renovate configuration file with regexmanagers is this a feature you are interested in implementing yourself no | 0 |
452,960 | 32,075,899,357 | IssuesEvent | 2023-09-25 10:59:08 | codestates-seb/seb45_main_031 | https://api.github.com/repos/codestates-seb/seb45_main_031 | opened | [BE] Restdocs 관련 테스트케이스 작성 | Documentation BE Test | - Restdocs 관련 테스트 케이스 전용 브랜치 생성
- 각 도메인 별 컨트롤러 테스트 케이스 작성
- Restdocs 활용 API 문서 생성 코드 작성
- [ ] Member
- [ ] Login
- [ ] Tag
- [ ] TodoStorage
- [ ] SavedTodo | 1.0 | [BE] Restdocs 관련 테스트케이스 작성 - - Restdocs 관련 테스트 케이스 전용 브랜치 생성
- 각 도메인 별 컨트롤러 테스트 케이스 작성
- Restdocs 활용 API 문서 생성 코드 작성
- [ ] Member
- [ ] Login
- [ ] Tag
- [ ] TodoStorage
- [ ] SavedTodo | non_priority | restdocs 관련 테스트케이스 작성 restdocs 관련 테스트 케이스 전용 브랜치 생성 각 도메인 별 컨트롤러 테스트 케이스 작성 restdocs 활용 api 문서 생성 코드 작성 member login tag todostorage savedtodo | 0 |
184,425 | 6,713,133,798 | IssuesEvent | 2017-10-13 12:19:02 | minishift/minishift | https://api.github.com/repos/minishift/minishift | closed | restorecon fails with new persistent volume for registry | kind/bug priority/major | These two lines, the first to chmod _pv*_ dirs and the last to restorecon, fails since there is a new persistent volume dir named _registry_.
https://github.com/minishift/minishift/blob/master/pkg/minishift/clusterup/clusterup.go#L254-L263
```
About to run SSH command:
sudo which restorecon; if [ $? -eq 0 ]; then restorecon -R /var/lib/minishift/openshift.local.pv; fi
SSH cmd err, output: <nil>: /sbin/restorecon
restorecon: unable to read directory /mnt/sda1/var/lib/minishift/openshift.local.pv/registry
``` | 1.0 | restorecon fails with new persistent volume for registry - These two lines, the first to chmod _pv*_ dirs and the last to restorecon, fails since there is a new persistent volume dir named _registry_.
https://github.com/minishift/minishift/blob/master/pkg/minishift/clusterup/clusterup.go#L254-L263
```
About to run SSH command:
sudo which restorecon; if [ $? -eq 0 ]; then restorecon -R /var/lib/minishift/openshift.local.pv; fi
SSH cmd err, output: <nil>: /sbin/restorecon
restorecon: unable to read directory /mnt/sda1/var/lib/minishift/openshift.local.pv/registry
``` | priority | restorecon fails with new persistent volume for registry these two lines the first to chmod pv dirs and the last to restorecon fails since there is a new persistent volume dir named registry about to run ssh command sudo which restorecon if then restorecon r var lib minishift openshift local pv fi ssh cmd err output sbin restorecon restorecon unable to read directory mnt var lib minishift openshift local pv registry | 1 |
383,103 | 11,350,281,295 | IssuesEvent | 2020-01-24 08:20:43 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Self Improvement Speciality - Level 3 -doesn't have description | Priority: Medium | Self Improvement Speciality - Level 3 - doesn't have description

| 1.0 | Self Improvement Speciality - Level 3 -doesn't have description - Self Improvement Speciality - Level 3 - doesn't have description

| priority | self improvement speciality level doesn t have description self improvement speciality level doesn t have description | 1 |
47,512 | 2,981,740,301 | IssuesEvent | 2015-07-17 04:53:26 | GLolol/PyLink | https://api.github.com/repos/GLolol/PyLink | closed | Move spawning of the "PyLink" client and autojoins to a separate clause outside the protocol module | enhancement priority:medium protocol/inspircd | Maybe this could be called in a separate `connect_after()` function in `Irc()`, after capability negotiation and recvpass checking are complete.
- ~~Unfortunately, this would move our client joining outside the initial BURSTing phase, which may not be desirable.~~ | 1.0 | Move spawning of the "PyLink" client and autojoins to a separate clause outside the protocol module - Maybe this could be called in a separate `connect_after()` function in `Irc()`, after capability negotiation and recvpass checking are complete.
- ~~Unfortunately, this would move our client joining outside the initial BURSTing phase, which may not be desirable.~~ | priority | move spawning of the pylink client and autojoins to a separate clause outside the protocol module maybe this could be called in a separate connect after function in irc after capability negotiation and recvpass checking are complete unfortunately this would move our client joining outside the initial bursting phase which may not be desirable | 1 |
110,407 | 4,426,546,791 | IssuesEvent | 2016-08-16 18:38:46 | dhowe/AdNauseam | https://api.github.com/repos/dhowe/AdNauseam | closed | Text-ads bounds incorrect | Bug Needs-verification PRIORITY: Low | URL for text-ads with large amounts of text extending past bounds...
From: https://www.bing.com/search?q=watch&PC=U316&FORM=CHROMN
Not sure if we want so much text in the body as well (perhaps ellipses for both?)
 | 1.0 | Text-ads bounds incorrect - URL for text-ads with large amounts of text extending past bounds...
From: https://www.bing.com/search?q=watch&PC=U316&FORM=CHROMN
Not sure if we want so much text in the body as well (perhaps ellipses for both?)
 | priority | text ads bounds incorrect url for text ads with large amounts of text extending past bounds from not sure if we want so much text in the body as well perhaps ellipses for both | 1 |
22,354 | 2,648,849,854 | IssuesEvent | 2015-03-14 09:54:13 | xiaoyur347/gperftools | https://api.github.com/repos/xiaoyur347/gperftools | closed | test | bug imported invalid Priority-Medium | _From [yas...@gmail.com](https://code.google.com/u/108612170547789461813/) on September 20, 2006 16:43:41_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
_Original issue: http://code.google.com/p/gperftools/issues/detail?id=2_ | 1.0 | test - _From [yas...@gmail.com](https://code.google.com/u/108612170547789461813/) on September 20, 2006 16:43:41_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
_Original issue: http://code.google.com/p/gperftools/issues/detail?id=2_ | priority | test from on september what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below original issue | 1 |
529,327 | 15,386,587,085 | IssuesEvent | 2021-03-03 08:25:42 | YajanaRao/Serenity | https://api.github.com/repos/YajanaRao/Serenity | closed | Create a separate distribution for pull requests. | priority | Create a separate firebase app distribution for pull requests | 1.0 | Create a separate distribution for pull requests. - Create a separate firebase app distribution for pull requests | priority | create a separate distribution for pull requests create a separate firebase app distribution for pull requests | 1 |
145,438 | 22,688,236,350 | IssuesEvent | 2022-07-04 16:13:08 | microsoft/pyright | https://api.github.com/repos/microsoft/pyright | closed | Type hint on overload implementation should not be considered in compatibility check of method override. | as designed | In strict mode, following code reports false error:
```python
class Base:
def foo(self, x: int) -> int:
return x
class Derived(Base):
@overload
def foo(self, x: int) -> int:
...
@overload
def foo(self, x: str) -> str:
...
def foo(self, x: int | str) -> int | str:
# ^^^Method "foo" overrides class "Base" in an incompatible manner...
return x
```
Seems pyright takes type hint on overload implementation into consideration when checking method override compatibility. This behavior seems wrong as the whole idea of using overload is to avoid annotate a function with single signature.
version: pylance vscode extension v2022.6.30 | 1.0 | Type hint on overload implementation should not be considered in compatibility check of method override. - In strict mode, following code reports false error:
```python
class Base:
def foo(self, x: int) -> int:
return x
class Derived(Base):
@overload
def foo(self, x: int) -> int:
...
@overload
def foo(self, x: str) -> str:
...
def foo(self, x: int | str) -> int | str:
# ^^^Method "foo" overrides class "Base" in an incompatible manner...
return x
```
Seems pyright takes type hint on overload implementation into consideration when checking method override compatibility. This behavior seems wrong as the whole idea of using overload is to avoid annotate a function with single signature.
version: pylance vscode extension v2022.6.30 | non_priority | type hint on overload implementation should not be considered in compatibility check of method override in strict mode following code reports false error python class base def foo self x int int return x class derived base overload def foo self x int int overload def foo self x str str def foo self x int str int str method foo overrides class base in an incompatible manner return x seems pyright takes type hint on overload implementation into consideration when checking method override compatibility this behavior seems wrong as the whole idea of using overload is to avoid annotate a function with single signature version pylance vscode extension | 0 |
177,443 | 14,628,878,459 | IssuesEvent | 2020-12-23 14:54:56 | hacs/integration | https://api.github.com/repos/hacs/integration | closed | Github Personal Access Token never used. | issue:documentation | ## Describe the issue
This page describes obtaining a personal access token: https://hacs.xyz/docs/configuration/pat. The page walks the user through the process, and ends with the instruction to "make sure that you copy it manually or by clicking the clipboard icon." The next step goes on to initial configuration at https://hacs.xyz/docs/configuration/basic.
The personal access token obtained on the previous page is never mentioned again in the rest of the configuration process. If this token is required to be copied, there should be a corresponding step where it's pasted, but I don't see anything in the documentation. In fact, it seems like the initial configuration step negates the need for a PAT because the user logs in to github to allow HACS to access their account.
It's not clear to me if the PAT is required at all, but it apparently doesn't need to be copied at the end. Perhaps someone more familiar with github can decide if this page can be deleted entirely from the documentation, or if the page can be edited to remove the instructions/screenshot to copy the code.
If this code is essential and might need to be used some day, I think there should be more precise instructions regarding the use of the token. For example, "Paste this code into a text file and keep it somewhere safe. You will need this token again if you want to (revoke access to HACS, leave github, etc, whatever is appropriate here)."
## Screenshots
<!-- Here you paste screenshots to showcase the issue -->

<!-- IssueTemplateID: issue_documentation --> | 1.0 | Github Personal Access Token never used. - ## Describe the issue
This page describes obtaining a personal access token: https://hacs.xyz/docs/configuration/pat. The page walks the user through the process, and ends with the instruction to "make sure that you copy it manually or by clicking the clipboard icon." The next step goes on to initial configuration at https://hacs.xyz/docs/configuration/basic.
The personal access token obtained on the previous page is never mentioned again in the rest of the configuration process. If this token is required to be copied, there should be a corresponding step where it's pasted, but I don't see anything in the documentation. In fact, it seems like the initial configuration step negates the need for a PAT because the user logs in to github to allow HACS to access their account.
It's not clear to me if the PAT is required at all, but it apparently doesn't need to be copied at the end. Perhaps someone more familiar with github can decide if this page can be deleted entirely from the documentation, or if the page can be edited to remove the instructions/screenshot to copy the code.
If this code is essential and might need to be used some day, I think there should be more precise instructions regarding the use of the token. For example, "Paste this code into a text file and keep it somewhere safe. You will need this token again if you want to (revoke access to HACS, leave github, etc, whatever is appropriate here)."
## Screenshots
<!-- Here you paste screenshots to showcase the issue -->

<!-- IssueTemplateID: issue_documentation --> | non_priority | github personal access token never used describe the issue this page describes obtaining a personal access token the page walks the user through the process and ends with the instruction to make sure that you copy it manually or by clicking the clipboard icon the next step goes on to initial configuration at the personal access token obtained on the previous page is never mentioned again in the rest of the configuration process if this token is required to be copied there should be a corresponding step where it s pasted but i don t see anything in the documentation in fact it seems like the initial configuration step negates the need for a pat because the user logs in to github to allow hacs to access their account it s not clear to me if the pat is required at all but it apparently doesn t need to be copied at the end perhaps someone more familiar with github can decide if this page can be deleted entirely from the documentation or if the page can be edited to remove the instructions screenshot to copy the code if this code is essential and might need to be used some day i think there should be more precise instructions regarding the use of the token for example paste this code into a text file and keep it somewhere safe you will need this token again if you want to revoke access to hacs leave github etc whatever is appropriate here screenshots | 0 |
165,383 | 20,574,545,489 | IssuesEvent | 2022-03-04 02:08:41 | arohablue/skill-india-backend | https://api.github.com/repos/arohablue/skill-india-backend | closed | CVE-2019-16942 (High) detected in jackson-databind-2.9.8.jar - autoclosed | security vulnerability | ## CVE-2019-16942 - 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: /skill-india-backend/pom.xml</p>
<p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-2.1.2.RELEASE.jar (Root Library)
- spring-boot-starter-json-2.1.2.RELEASE.jar
- :x: **jackson-databind-2.9.8.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the commons-dbcp (1.4) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of org.apache.commons.dbcp.datasources.SharedPoolDataSource and org.apache.commons.dbcp.datasources.PerUserPoolDataSource mishandling.
<p>Publish Date: 2019-10-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-16942>CVE-2019-16942</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.8</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: 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-2019-16942">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16942</a></p>
<p>Release Date: 2019-10-01</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.6.7.3,2.7.9.7,2.8.11.5,2.9.10.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-2019-16942 (High) detected in jackson-databind-2.9.8.jar - autoclosed - ## CVE-2019-16942 - 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: /skill-india-backend/pom.xml</p>
<p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-2.1.2.RELEASE.jar (Root Library)
- spring-boot-starter-json-2.1.2.RELEASE.jar
- :x: **jackson-databind-2.9.8.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the commons-dbcp (1.4) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of org.apache.commons.dbcp.datasources.SharedPoolDataSource and org.apache.commons.dbcp.datasources.PerUserPoolDataSource mishandling.
<p>Publish Date: 2019-10-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-16942>CVE-2019-16942</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.8</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: 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-2019-16942">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16942</a></p>
<p>Release Date: 2019-10-01</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.6.7.3,2.7.9.7,2.8.11.5,2.9.10.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_priority | cve high detected in jackson databind jar autoclosed 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 skill india backend pom xml path to vulnerable library root repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library spring boot starter json release jar x jackson databind jar vulnerable library vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind through when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has the commons dbcp jar in the classpath and an attacker can find an rmi service endpoint to access it is possible to make the service execute a malicious payload this issue exists because of org apache commons dbcp datasources sharedpooldatasource and org apache commons dbcp datasources peruserpooldatasource mishandling 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 high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with whitesource | 0 |
180,242 | 30,473,090,056 | IssuesEvent | 2023-07-17 14:46:26 | Tonomy-Foundation/Tonomy-ID-Management | https://api.github.com/repos/Tonomy-Foundation/Tonomy-ID-Management | opened | Design VC sign animation v3: mockup | design | Acceptance criteria
- [ ] new design of sign VC animation (when user presses sign button)
- [ ] should show the steps taken
- [ ] good to have (not required): also show how fast it happens
- [ ] reviewed and accepted by 2x BD team
STEPS:
1. Fetching sovereign signer and check key is still valid(1000ms)
2. Creating W3C Verifiable Credential data structure (100ms)
3. Signing data (100ms) | 1.0 | Design VC sign animation v3: mockup - Acceptance criteria
- [ ] new design of sign VC animation (when user presses sign button)
- [ ] should show the steps taken
- [ ] good to have (not required): also show how fast it happens
- [ ] reviewed and accepted by 2x BD team
STEPS:
1. Fetching sovereign signer and check key is still valid(1000ms)
2. Creating W3C Verifiable Credential data structure (100ms)
3. Signing data (100ms) | non_priority | design vc sign animation mockup acceptance criteria new design of sign vc animation when user presses sign button should show the steps taken good to have not required also show how fast it happens reviewed and accepted by bd team steps fetching sovereign signer and check key is still valid creating verifiable credential data structure signing data | 0 |
611,940 | 18,985,211,516 | IssuesEvent | 2021-11-21 15:52:28 | swan-cern/jupyter-extensions | https://api.github.com/repos/swan-cern/jupyter-extensions | closed | Creating un-named projects just creates a folder and not a project | type:bug priority:medium | This issue was caused by #92.
I believe this was actually mentioned in a SNOW ticket once, but we never understood that this was the cause. | 1.0 | Creating un-named projects just creates a folder and not a project - This issue was caused by #92.
I believe this was actually mentioned in a SNOW ticket once, but we never understood that this was the cause. | priority | creating un named projects just creates a folder and not a project this issue was caused by i believe this was actually mentioned in a snow ticket once but we never understood that this was the cause | 1 |
125,874 | 12,270,843,503 | IssuesEvent | 2020-05-07 16:06:49 | GreenleafLab/ArchR | https://api.github.com/repos/GreenleafLab/ArchR | opened | Legeneds for Pseudo-time heatmaps | documentation | Pseudo-time heatmaps look great. I was wondering how do the legends are selected for some of the genomics regions to be displayed?
Is it also possible to automatically show/visualize TFs whose motifs activity changes in pseudo-time in the peak-pseudo time heatmap?
| 1.0 | Legeneds for Pseudo-time heatmaps - Pseudo-time heatmaps look great. I was wondering how do the legends are selected for some of the genomics regions to be displayed?
Is it also possible to automatically show/visualize TFs whose motifs activity changes in pseudo-time in the peak-pseudo time heatmap?
| non_priority | legeneds for pseudo time heatmaps pseudo time heatmaps look great i was wondering how do the legends are selected for some of the genomics regions to be displayed is it also possible to automatically show visualize tfs whose motifs activity changes in pseudo time in the peak pseudo time heatmap | 0 |
54,494 | 13,358,442,294 | IssuesEvent | 2020-08-31 11:42:36 | jupyterlab/jupyterlab | https://api.github.com/repos/jupyterlab/jupyterlab | closed | Problem with Vega in Webpack 5 | tag:Build System | <!--
Welcome! Before creating a new issue:
* Search for relevant issues
* Follow the issue reporting guidelines:
https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
-->
## Description
While trying to release 3.0a1, I ran into this issue:
```
Should not import the named export 'version' (reexported as 'version') from default-exporting module (only default export is available soon)
@ ./node_modules/vega-embed/build/src/embed.js
@ ./node_modules/@jupyterlab/vega5-extension/lib/index.js 162:28-48
@ ./build/index.out.js 108:13-52
ERROR in ./node_modules/vega/index.js + 608 modules
Unexpected token (1:71)
| /* harmony default export */ function __WEBPACK_MODULE_DEFAULT_EXPORT__*(values, valueof) {
| if (valueof == null) {
| for (let value of values) {
```
I stopped short with the Python release for now, since I only need the JS packages for the extension refactor.
| 1.0 | Problem with Vega in Webpack 5 - <!--
Welcome! Before creating a new issue:
* Search for relevant issues
* Follow the issue reporting guidelines:
https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
-->
## Description
While trying to release 3.0a1, I ran into this issue:
```
Should not import the named export 'version' (reexported as 'version') from default-exporting module (only default export is available soon)
@ ./node_modules/vega-embed/build/src/embed.js
@ ./node_modules/@jupyterlab/vega5-extension/lib/index.js 162:28-48
@ ./build/index.out.js 108:13-52
ERROR in ./node_modules/vega/index.js + 608 modules
Unexpected token (1:71)
| /* harmony default export */ function __WEBPACK_MODULE_DEFAULT_EXPORT__*(values, valueof) {
| if (valueof == null) {
| for (let value of values) {
```
I stopped short with the Python release for now, since I only need the JS packages for the extension refactor.
| non_priority | problem with vega in webpack welcome before creating a new issue search for relevant issues follow the issue reporting guidelines description while trying to release i ran into this issue should not import the named export version reexported as version from default exporting module only default export is available soon node modules vega embed build src embed js node modules jupyterlab extension lib index js build index out js error in node modules vega index js modules unexpected token harmony default export function webpack module default export values valueof if valueof null for let value of values i stopped short with the python release for now since i only need the js packages for the extension refactor | 0 |
392,743 | 26,956,804,559 | IssuesEvent | 2023-02-08 15:25:27 | Vector35/binaryninja-api | https://api.github.com/repos/Vector35/binaryninja-api | closed | Deadlock when creating database in analysis completion event | documentation | Trying to create a database in an analysis completion callback will deadlock
Script to repro:
```python
import time
from binaryninja import open_view
db_saved = False
bv = open_view('/bin/true', update_analysis=False)
def analysis_complete():
global db_saved
print("COMPLETION EVENT")
bv.create_database("testdatabase.bndb")
db_saved = True
print("EXITING COMPLETION EVENT")
bv.add_analysis_completion_event(analysis_complete)
bv.update_analysis()
while not db_saved:
time.sleep(1)
```
Alternatively, if this behavior isn't supported, we need to document it | 1.0 | Deadlock when creating database in analysis completion event - Trying to create a database in an analysis completion callback will deadlock
Script to repro:
```python
import time
from binaryninja import open_view
db_saved = False
bv = open_view('/bin/true', update_analysis=False)
def analysis_complete():
global db_saved
print("COMPLETION EVENT")
bv.create_database("testdatabase.bndb")
db_saved = True
print("EXITING COMPLETION EVENT")
bv.add_analysis_completion_event(analysis_complete)
bv.update_analysis()
while not db_saved:
time.sleep(1)
```
Alternatively, if this behavior isn't supported, we need to document it | non_priority | deadlock when creating database in analysis completion event trying to create a database in an analysis completion callback will deadlock script to repro python import time from binaryninja import open view db saved false bv open view bin true update analysis false def analysis complete global db saved print completion event bv create database testdatabase bndb db saved true print exiting completion event bv add analysis completion event analysis complete bv update analysis while not db saved time sleep alternatively if this behavior isn t supported we need to document it | 0 |
23,914 | 10,958,518,967 | IssuesEvent | 2019-11-27 09:34:12 | stefanfreitag/roomBooker | https://api.github.com/repos/stefanfreitag/roomBooker | closed | CVE-2018-7489 (High) detected in jackson-databind-2.6.7.1.jar | security vulnerability | ## CVE-2018-7489 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.6.7.1.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 vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.6.7.1/306775aeb5164835a1dcbdf3f945587045cfb3b5/jackson-databind-2.6.7.1.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.6.7.1/306775aeb5164835a1dcbdf3f945587045cfb3b5/jackson-databind-2.6.7.1.jar</p>
<p>
Dependency Hierarchy:
- alexa-skills-kit-1.8.1.jar (Root Library)
- :x: **jackson-databind-2.6.7.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/stefanfreitag/roomBooker/commit/952d7817af12a86938fb7fe5ee929a268a443595">952d7817af12a86938fb7fe5ee929a268a443595</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind before 2.7.9.3, 2.8.x before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath.
<p>Publish Date: 2018-02-26
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7489>CVE-2018-7489</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.8</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: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-7489">https://nvd.nist.gov/vuln/detail/CVE-2018-7489</a></p>
<p>Release Date: 2018-02-26</p>
<p>Fix Resolution: 2.8.11.1,2.9.5</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2018-7489 (High) detected in jackson-databind-2.6.7.1.jar - ## CVE-2018-7489 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.6.7.1.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 vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.6.7.1/306775aeb5164835a1dcbdf3f945587045cfb3b5/jackson-databind-2.6.7.1.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.6.7.1/306775aeb5164835a1dcbdf3f945587045cfb3b5/jackson-databind-2.6.7.1.jar</p>
<p>
Dependency Hierarchy:
- alexa-skills-kit-1.8.1.jar (Root Library)
- :x: **jackson-databind-2.6.7.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/stefanfreitag/roomBooker/commit/952d7817af12a86938fb7fe5ee929a268a443595">952d7817af12a86938fb7fe5ee929a268a443595</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind before 2.7.9.3, 2.8.x before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath.
<p>Publish Date: 2018-02-26
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7489>CVE-2018-7489</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.8</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: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-7489">https://nvd.nist.gov/vuln/detail/CVE-2018-7489</a></p>
<p>Release Date: 2018-02-26</p>
<p>Fix Resolution: 2.8.11.1,2.9.5</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | 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 vulnerable library root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy alexa skills kit jar root library x jackson databind jar vulnerable library found in head commit a href vulnerability details fasterxml jackson databind before x before and x before allows unauthenticated remote code execution because of an incomplete fix for the cve deserialization flaw this is exploitable by sending maliciously crafted json input to the readvalue method of the objectmapper bypassing a blacklist that is ineffective if the libraries are available in the classpath 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 high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
8,594 | 3,770,052,328 | IssuesEvent | 2016-03-16 13:19:02 | stkent/amplify | https://api.github.com/repos/stkent/amplify | opened | Add ability to reset all tracked state | code difficulty-easy enhancement | This will probably be most easily achieved by swapping out the shared prefs instance we write to. Perhaps we can ask the library user to provide a shared prefs key? | 1.0 | Add ability to reset all tracked state - This will probably be most easily achieved by swapping out the shared prefs instance we write to. Perhaps we can ask the library user to provide a shared prefs key? | non_priority | add ability to reset all tracked state this will probably be most easily achieved by swapping out the shared prefs instance we write to perhaps we can ask the library user to provide a shared prefs key | 0 |
7,921 | 8,123,392,887 | IssuesEvent | 2018-08-16 14:29:43 | a2develop/bugTracker | https://api.github.com/repos/a2develop/bugTracker | closed | Справочник валют. Гривну можно удалить. | c_beta c_service done! invalid | Гривня вроде как системная валюта.
Однако ее можно переименовать.
Можно установить ей курс.
Можно удалить. | 1.0 | Справочник валют. Гривну можно удалить. - Гривня вроде как системная валюта.
Однако ее можно переименовать.
Можно установить ей курс.
Можно удалить. | non_priority | справочник валют гривну можно удалить гривня вроде как системная валюта однако ее можно переименовать можно установить ей курс можно удалить | 0 |
169,207 | 26,764,000,647 | IssuesEvent | 2023-01-31 09:20:15 | inovex/elements | https://api.github.com/repos/inovex/elements | closed | Match colors and typo to the design | feature design | **Acceptance criteria**
* Colors and typography of all components correspond to the design.
* Create tasks in the backlog for each component where the implementation deviates from the design specification.
PS: See also ELEMENTS-536 in Jira with further links. | 1.0 | Match colors and typo to the design - **Acceptance criteria**
* Colors and typography of all components correspond to the design.
* Create tasks in the backlog for each component where the implementation deviates from the design specification.
PS: See also ELEMENTS-536 in Jira with further links. | non_priority | match colors and typo to the design acceptance criteria colors and typography of all components correspond to the design create tasks in the backlog for each component where the implementation deviates from the design specification ps see also elements in jira with further links | 0 |
506,881 | 14,675,131,502 | IssuesEvent | 2020-12-30 16:51:45 | luna-rs/luna | https://api.github.com/repos/luna-rs/luna | closed | Reduce coupling to LunaContext | discussion medium priority | The coupling of the `LunaContext` onto unrelated objects such as `PluginManager`, `Entity`, and `LunaChannelInitializer` makes writing unit tests tedious and messy. | 1.0 | Reduce coupling to LunaContext - The coupling of the `LunaContext` onto unrelated objects such as `PluginManager`, `Entity`, and `LunaChannelInitializer` makes writing unit tests tedious and messy. | priority | reduce coupling to lunacontext the coupling of the lunacontext onto unrelated objects such as pluginmanager entity and lunachannelinitializer makes writing unit tests tedious and messy | 1 |
202,849 | 15,304,238,511 | IssuesEvent | 2021-02-24 16:40:56 | FreeUKGen/FreeCENMigration | https://api.github.com/repos/FreeUKGen/FreeCENMigration | closed | Enable access to the adding a civil parish to a piece for county and master county coordinators in 1901 and 1911 | Ready for User Test | There is an exiting action on the freecen2_piece that allows the adding of a new civil parish. Currently restricted. Activate it for the county_coordinator and master_county_coordinator for 1901 and 1911 pieces while retaining it for those currently permitted. | 1.0 | Enable access to the adding a civil parish to a piece for county and master county coordinators in 1901 and 1911 - There is an exiting action on the freecen2_piece that allows the adding of a new civil parish. Currently restricted. Activate it for the county_coordinator and master_county_coordinator for 1901 and 1911 pieces while retaining it for those currently permitted. | non_priority | enable access to the adding a civil parish to a piece for county and master county coordinators in and there is an exiting action on the piece that allows the adding of a new civil parish currently restricted activate it for the county coordinator and master county coordinator for and pieces while retaining it for those currently permitted | 0 |
70,789 | 30,740,757,776 | IssuesEvent | 2023-07-28 11:17:06 | ubtue/tuefind | https://api.github.com/repos/ubtue/tuefind | closed | Self-Archiving Service für RelBib / Admin-Views sauber trennen | System: RelBib high priority ready for testing publication service | Please make sure that all views in the AdminFrontendController only show data related to the current instance (e.g. IxTheo or RelBib) => especially user authorities, user authority history, user publications, user publication statistics.

| 1.0 | Self-Archiving Service für RelBib / Admin-Views sauber trennen - Please make sure that all views in the AdminFrontendController only show data related to the current instance (e.g. IxTheo or RelBib) => especially user authorities, user authority history, user publications, user publication statistics.

| non_priority | self archiving service für relbib admin views sauber trennen please make sure that all views in the adminfrontendcontroller only show data related to the current instance e g ixtheo or relbib especially user authorities user authority history user publications user publication statistics | 0 |
704,468 | 24,198,025,471 | IssuesEvent | 2022-09-24 06:23:48 | HaDuve/TravelCostNative | https://api.github.com/repos/HaDuve/TravelCostNative | closed | make items deletable by swipe gesture | enhancement Frontend Medium Priority | using react-native-gesture-handler
docs:
https://docs.swmansion.com/react-native-gesture-handler/docs/
https://docs.swmansion.com/react-native-reanimated/docs/
todo:
- [x] make swipeable
- [x] make deletable (database & context)
- [x] polish | 1.0 | make items deletable by swipe gesture - using react-native-gesture-handler
docs:
https://docs.swmansion.com/react-native-gesture-handler/docs/
https://docs.swmansion.com/react-native-reanimated/docs/
todo:
- [x] make swipeable
- [x] make deletable (database & context)
- [x] polish | priority | make items deletable by swipe gesture using react native gesture handler docs todo make swipeable make deletable database context polish | 1 |
789,109 | 27,778,534,692 | IssuesEvent | 2023-03-16 19:04:59 | flowforge/website | https://api.github.com/repos/flowforge/website | closed | Invisible Video on Homepage | bug priority:medium | ### Current Behavior
<img width="999" alt="Screenshot 2023-01-19 at 22 14 48" src="https://user-images.githubusercontent.com/99246719/213574332-52f04e10-8b2f-4ab9-b341-3e628e879d2a.png">
Works fine locally, but visiting https://flowforge.com - it doesn't load for me, not able to see any errors either, very strange. First noticed it in the Session Recordings of our visitors, but just assumed it was our PostHog handled media.
After a while, it did load, but we should consider a better background/placeholder that is lighter to load?
### Expected Behavior
_No response_
### Steps To Reproduce
_No response_
### Environment
- FlowForge version:
- Node.js version:
- npm version:
- Platform/OS:
- Browser:
| 1.0 | Invisible Video on Homepage - ### Current Behavior
<img width="999" alt="Screenshot 2023-01-19 at 22 14 48" src="https://user-images.githubusercontent.com/99246719/213574332-52f04e10-8b2f-4ab9-b341-3e628e879d2a.png">
Works fine locally, but visiting https://flowforge.com - it doesn't load for me, not able to see any errors either, very strange. First noticed it in the Session Recordings of our visitors, but just assumed it was our PostHog handled media.
After a while, it did load, but we should consider a better background/placeholder that is lighter to load?
### Expected Behavior
_No response_
### Steps To Reproduce
_No response_
### Environment
- FlowForge version:
- Node.js version:
- npm version:
- Platform/OS:
- Browser:
| priority | invisible video on homepage current behavior img width alt screenshot at src works fine locally but visiting it doesn t load for me not able to see any errors either very strange first noticed it in the session recordings of our visitors but just assumed it was our posthog handled media after a while it did load but we should consider a better background placeholder that is lighter to load expected behavior no response steps to reproduce no response environment flowforge version node js version npm version platform os browser | 1 |
158,350 | 6,025,946,420 | IssuesEvent | 2017-06-08 09:58:07 | Prodiguer/prodiguer-docs | https://api.github.com/repos/Prodiguer/prodiguer-docs | closed | Change inter-monitoring call | enhancement front end Priority 1 | The inter-monitoring has changed and is now based on pyferret. The application has been installed on a new server as well.
New features such as dates offset has also been added.
The change requested should be limited as changing
http://webservices.ipsl.fr/monitoring_fromprodiguer
by
http://webservices2017.ipsl.fr/interMonitoring_fromHermes
The code is handled from https://github.com/PBrockmann/interMonitoring/tree/fromHermes | 1.0 | Change inter-monitoring call - The inter-monitoring has changed and is now based on pyferret. The application has been installed on a new server as well.
New features such as dates offset has also been added.
The change requested should be limited as changing
http://webservices.ipsl.fr/monitoring_fromprodiguer
by
http://webservices2017.ipsl.fr/interMonitoring_fromHermes
The code is handled from https://github.com/PBrockmann/interMonitoring/tree/fromHermes | priority | change inter monitoring call the inter monitoring has changed and is now based on pyferret the application has been installed on a new server as well new features such as dates offset has also been added the change requested should be limited as changing by the code is handled from | 1 |
339,529 | 30,453,839,359 | IssuesEvent | 2023-07-16 16:31:40 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | closed | Fix raw_ops.test_tensorflow_AddN | TensorFlow Frontend Sub Task Failing Test | | | |
|---|---|
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5567709466/jobs/10169801756"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5567709466/jobs/10169801756"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5567709466/jobs/10169801756"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5567709466/jobs/10169801756"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5567709466/jobs/10169801756"><img src=https://img.shields.io/badge/-success-success></a>
| 1.0 | Fix raw_ops.test_tensorflow_AddN - | | |
|---|---|
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5567709466/jobs/10169801756"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5567709466/jobs/10169801756"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5567709466/jobs/10169801756"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5567709466/jobs/10169801756"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5567709466/jobs/10169801756"><img src=https://img.shields.io/badge/-success-success></a>
| non_priority | fix raw ops test tensorflow addn torch a href src numpy a href src jax a href src tensorflow a href src paddle a href src | 0 |
202,466 | 15,831,799,496 | IssuesEvent | 2021-04-06 13:59:55 | renehernandez/obsidian-readwise | https://api.github.com/repos/renehernandez/obsidian-readwise | opened | Add GIFs demonstrating usage of the plugin | documentation | This will complement the documentation by providing a visual aid of how the plugin should be used | 1.0 | Add GIFs demonstrating usage of the plugin - This will complement the documentation by providing a visual aid of how the plugin should be used | non_priority | add gifs demonstrating usage of the plugin this will complement the documentation by providing a visual aid of how the plugin should be used | 0 |
115,744 | 4,680,330,770 | IssuesEvent | 2016-10-08 05:20:37 | Nexteria/Nextis | https://api.github.com/repos/Nexteria/Nextis | opened | Pridať tagovanie eventov | enhancement Low priority Need consulting | Zamyslieť sa, načo by nám také tagovanie bolo vhodné. Či to nie je len náhrada za niečo iné. | 1.0 | Pridať tagovanie eventov - Zamyslieť sa, načo by nám také tagovanie bolo vhodné. Či to nie je len náhrada za niečo iné. | priority | pridať tagovanie eventov zamyslieť sa načo by nám také tagovanie bolo vhodné či to nie je len náhrada za niečo iné | 1 |
375,316 | 11,102,509,518 | IssuesEvent | 2019-12-17 00:18:17 | beefproject/beef | https://api.github.com/repos/beefproject/beef | closed | hook.js internal server error | Maintainability Priority Review | Im using kali linux
Ruby -v is 2.6.3
beef version is '0.4.7.4-alpha-pre'
browser is Google chrome
and this is the debugging of
beef.http.debug: true
#loge
[14:38:10][*] Browser Exploitation Framework (BeEF) 0.4.7.4-alpha-pre
[14:38:10] | Twit: @beefproject
[14:38:10] | Site: https://beefproject.com
[14:38:10] | Blog: http://blog.beefproject.com
[14:38:10] |_ Wiki: https://github.com/beefproject/beef/wiki
[14:38:10][*] Project Creator: Wade Alcorn (@WadeAlcorn)
[14:38:16][*] BeEF is loading. Wait a few seconds...
[14:38:31][*] 8 extensions enabled:
[14:38:31] | XSSRays
[14:38:31] | Social Engineering
[14:38:31] | Requester
[14:38:31] | Proxy
[14:38:31] | Network
[14:38:31] | Events
[14:38:31] | Demos
[14:38:31] |_ Admin UI
[14:38:31][*] 300 modules enabled.
[14:38:31][*] 2 network interfaces were detected.
[14:38:31][*] running on network interface: 127.0.0.1
[14:38:31] | Hook URL: http://127.0.0.1:3000/hook.js
[14:38:31] |_ UI URL: http://127.0.0.1:3000/ui/panel
[14:38:31][*] running on network interface: 192.168.1.4
[14:38:31] | Hook URL: http://192.168.1.4:3000/hook.js
[14:38:31] |_ UI URL: http://192.168.1.4:3000/ui/panel
[14:38:31][*] RESTful API key: 31a7197ad9eec94c9133acc21d95a4d93e6ae759
[14:38:31][*] HTTP Proxy: http://127.0.0.1:6789
[14:38:31][*] BeEF server started (press control+c to stop)
I, [2019-05-27T14:38:31.909526 #30002] INFO -- : Thin web server (v1.7.2 codename Bachmanity)
D, [2019-05-27T14:38:31.910081 #30002] DEBUG -- : Debugging ON
I, [2019-05-27T14:38:31.910161 #30002] INFO -- : Maximum connections set to 1024
I, [2019-05-27T14:38:31.910220 #30002] INFO -- : Listening on 0.0.0.0:3000, CTRL+C to stop
E, [2019-05-27T14:39:22.601657 #30002] ERROR -- : Unexpected error while processing request: undefined method `merge' for "":String
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1112:in `handle_exception!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1100:in `block in dispatch!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `block in invoke'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `catch'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `invoke'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1100:in `rescue in dispatch!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1092:in `dispatch!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:924:in `block in call!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `block in invoke'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `catch'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `invoke'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:924:in `call!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:913:in `call'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/null_logger.rb:9:in `call'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/head.rb:12:in `call'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:194:in `call'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1957:in `call'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/urlmap.rb:68:in `block in call'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/urlmap.rb:53:in `each'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/urlmap.rb:53:in `call'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/common_logger.rb:33:in `call'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:231:in `call'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/connection.rb:86:in `block in pre_process'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/connection.rb:84:in `catch'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/connection.rb:84:in `pre_process'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/connection.rb:53:in `process'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/connection.rb:39:in `receive_data'
/var/lib/gems/2.5.0/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in `run_machine'
/var/lib/gems/2.5.0/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in `run'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/backends/base.rb:73:in `start'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/server.rb:162:in `start'
/home/zaki/beef/core/main/server.rb:165:in `start'
./beef:258:in `<main>'
192.168.1.4 - - [27/May/2019:14:39:23 +0000] "GET /favicon.ico HTTP/1.1" 404 233 0.0336 | 1.0 | hook.js internal server error - Im using kali linux
Ruby -v is 2.6.3
beef version is '0.4.7.4-alpha-pre'
browser is Google chrome
and this is the debugging of
beef.http.debug: true
#loge
[14:38:10][*] Browser Exploitation Framework (BeEF) 0.4.7.4-alpha-pre
[14:38:10] | Twit: @beefproject
[14:38:10] | Site: https://beefproject.com
[14:38:10] | Blog: http://blog.beefproject.com
[14:38:10] |_ Wiki: https://github.com/beefproject/beef/wiki
[14:38:10][*] Project Creator: Wade Alcorn (@WadeAlcorn)
[14:38:16][*] BeEF is loading. Wait a few seconds...
[14:38:31][*] 8 extensions enabled:
[14:38:31] | XSSRays
[14:38:31] | Social Engineering
[14:38:31] | Requester
[14:38:31] | Proxy
[14:38:31] | Network
[14:38:31] | Events
[14:38:31] | Demos
[14:38:31] |_ Admin UI
[14:38:31][*] 300 modules enabled.
[14:38:31][*] 2 network interfaces were detected.
[14:38:31][*] running on network interface: 127.0.0.1
[14:38:31] | Hook URL: http://127.0.0.1:3000/hook.js
[14:38:31] |_ UI URL: http://127.0.0.1:3000/ui/panel
[14:38:31][*] running on network interface: 192.168.1.4
[14:38:31] | Hook URL: http://192.168.1.4:3000/hook.js
[14:38:31] |_ UI URL: http://192.168.1.4:3000/ui/panel
[14:38:31][*] RESTful API key: 31a7197ad9eec94c9133acc21d95a4d93e6ae759
[14:38:31][*] HTTP Proxy: http://127.0.0.1:6789
[14:38:31][*] BeEF server started (press control+c to stop)
I, [2019-05-27T14:38:31.909526 #30002] INFO -- : Thin web server (v1.7.2 codename Bachmanity)
D, [2019-05-27T14:38:31.910081 #30002] DEBUG -- : Debugging ON
I, [2019-05-27T14:38:31.910161 #30002] INFO -- : Maximum connections set to 1024
I, [2019-05-27T14:38:31.910220 #30002] INFO -- : Listening on 0.0.0.0:3000, CTRL+C to stop
E, [2019-05-27T14:39:22.601657 #30002] ERROR -- : Unexpected error while processing request: undefined method `merge' for "":String
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1112:in `handle_exception!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1100:in `block in dispatch!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `block in invoke'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `catch'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `invoke'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1100:in `rescue in dispatch!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1092:in `dispatch!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:924:in `block in call!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `block in invoke'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `catch'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1076:in `invoke'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:924:in `call!'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:913:in `call'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/null_logger.rb:9:in `call'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/head.rb:12:in `call'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:194:in `call'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:1957:in `call'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/urlmap.rb:68:in `block in call'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/urlmap.rb:53:in `each'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/urlmap.rb:53:in `call'
/var/lib/gems/2.5.0/gems/rack-2.0.7/lib/rack/common_logger.rb:33:in `call'
/var/lib/gems/2.5.0/gems/sinatra-2.0.5/lib/sinatra/base.rb:231:in `call'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/connection.rb:86:in `block in pre_process'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/connection.rb:84:in `catch'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/connection.rb:84:in `pre_process'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/connection.rb:53:in `process'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/connection.rb:39:in `receive_data'
/var/lib/gems/2.5.0/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in `run_machine'
/var/lib/gems/2.5.0/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in `run'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/backends/base.rb:73:in `start'
/var/lib/gems/2.5.0/gems/thin-1.7.2/lib/thin/server.rb:162:in `start'
/home/zaki/beef/core/main/server.rb:165:in `start'
./beef:258:in `<main>'
192.168.1.4 - - [27/May/2019:14:39:23 +0000] "GET /favicon.ico HTTP/1.1" 404 233 0.0336 | priority | hook js internal server error im using kali linux ruby v is beef version is alpha pre browser is google chrome and this is the debugging of beef http debug true loge browser exploitation framework beef alpha pre twit beefproject site blog wiki project creator wade alcorn wadealcorn beef is loading wait a few seconds extensions enabled xssrays social engineering requester proxy network events demos admin ui modules enabled network interfaces were detected running on network interface hook url ui url running on network interface hook url ui url restful api key http proxy beef server started press control c to stop i info thin web server codename bachmanity d debug debugging on i info maximum connections set to i info listening on ctrl c to stop e error unexpected error while processing request undefined method merge for string var lib gems gems sinatra lib sinatra base rb in handle exception var lib gems gems sinatra lib sinatra base rb in block in dispatch var lib gems gems sinatra lib sinatra base rb in block in invoke var lib gems gems sinatra lib sinatra base rb in catch var lib gems gems sinatra lib sinatra base rb in invoke var lib gems gems sinatra lib sinatra base rb in rescue in dispatch var lib gems gems sinatra lib sinatra base rb in dispatch var lib gems gems sinatra lib sinatra base rb in block in call var lib gems gems sinatra lib sinatra base rb in block in invoke var lib gems gems sinatra lib sinatra base rb in catch var lib gems gems sinatra lib sinatra base rb in invoke var lib gems gems sinatra lib sinatra base rb in call var lib gems gems sinatra lib sinatra base rb in call var lib gems gems rack lib rack null logger rb in call var lib gems gems rack lib rack head rb in call var lib gems gems sinatra lib sinatra base rb in call var lib gems gems sinatra lib sinatra base rb in call var lib gems gems rack lib rack urlmap rb in block in call var lib gems gems rack lib rack urlmap rb in each var lib gems gems rack lib rack urlmap rb in call var lib gems gems rack lib rack common logger rb in call var lib gems gems sinatra lib sinatra base rb in call var lib gems gems thin lib thin connection rb in block in pre process var lib gems gems thin lib thin connection rb in catch var lib gems gems thin lib thin connection rb in pre process var lib gems gems thin lib thin connection rb in process var lib gems gems thin lib thin connection rb in receive data var lib gems gems eventmachine lib eventmachine rb in run machine var lib gems gems eventmachine lib eventmachine rb in run var lib gems gems thin lib thin backends base rb in start var lib gems gems thin lib thin server rb in start home zaki beef core main server rb in start beef in get favicon ico http | 1 |
100,649 | 12,543,233,571 | IssuesEvent | 2020-06-05 15:13:18 | cityofaustin/techstack | https://api.github.com/repos/cityofaustin/techstack | opened | Joplin Stream field component needs updating (ordering & deletion needed) | Content Type: Service Page Team: Design + Research | The steps component within service pages and the social media component within Contacts are missing a wrapper that allows ordering and deletion. Lets get this updated! | 1.0 | Joplin Stream field component needs updating (ordering & deletion needed) - The steps component within service pages and the social media component within Contacts are missing a wrapper that allows ordering and deletion. Lets get this updated! | non_priority | joplin stream field component needs updating ordering deletion needed the steps component within service pages and the social media component within contacts are missing a wrapper that allows ordering and deletion lets get this updated | 0 |
524,087 | 15,195,724,565 | IssuesEvent | 2021-02-16 06:57:17 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | opened | Group messages not hide when "Social Group" component is deactivated. | bug priority: medium | **Describe the bug**
If "Social component" is deactivated and Messages thread have older group threads then those threads remain active and user is able to send messages using the group thread.
**To Reproduce**
Steps to reproduce the behavior:
1. Create Group Thread message.
2. Now deactivate 'Social group' component.
3. Go to messages page.
4. Select Group message from listing and send messages.
**Expected behavior**
1. On deactivating 'Social Group' component . Group messages must get hide.
2. On deleting Group associated Group messages or thread must get delete.
**Video**
https://www.loom.com/share/547f1cb6732b4a9bae37cbfbe4799689
**Support ticket links**
N.A Reported internally by QA.
| 1.0 | Group messages not hide when "Social Group" component is deactivated. - **Describe the bug**
If "Social component" is deactivated and Messages thread have older group threads then those threads remain active and user is able to send messages using the group thread.
**To Reproduce**
Steps to reproduce the behavior:
1. Create Group Thread message.
2. Now deactivate 'Social group' component.
3. Go to messages page.
4. Select Group message from listing and send messages.
**Expected behavior**
1. On deactivating 'Social Group' component . Group messages must get hide.
2. On deleting Group associated Group messages or thread must get delete.
**Video**
https://www.loom.com/share/547f1cb6732b4a9bae37cbfbe4799689
**Support ticket links**
N.A Reported internally by QA.
| priority | group messages not hide when social group component is deactivated describe the bug if social component is deactivated and messages thread have older group threads then those threads remain active and user is able to send messages using the group thread to reproduce steps to reproduce the behavior create group thread message now deactivate social group component go to messages page select group message from listing and send messages expected behavior on deactivating social group component group messages must get hide on deleting group associated group messages or thread must get delete video support ticket links n a reported internally by qa | 1 |
411,577 | 27,825,646,421 | IssuesEvent | 2023-03-19 18:32:26 | pomsky-lang/pomsky | https://api.github.com/repos/pomsky-lang/pomsky | opened | Rework the documentation | documentation enhancement | ### Is your feature request related to a problem? Please describe.
The documentation consists of three parts:
1. Language tour
2. Reference
3. Examples
Each part has significant shortcomings: The language tour is probably
- too hard to understand for complete beginners who aren't familiar with regular expressions
- too detailed for people who know regular expressions and just want to get to know the syntax
The reference is meant as a complete specification of Pomsky's syntax and expected behavior. However, it currently only contains the formal grammar, the list of Unicode properties and built-in variables, which is not sufficient. It also contains a page about security and a comparison with other projects, which arguably don't belong there.
The examples are useful, but there aren't that many. Furthermore, it would be better to have real-world examples, which are used in actual projects.
### Describe the solution you'd like
The documentation should consist of 5 parts:
1. Get started
2. Learn Pomsky from the ground up
3. Examples
4. Reference
5. Appendix
### Explanation
#### Get started
Here, the user is introduced to Pomsky with a small example and learns how to install the CLI and the VSCode extension, or use the playground. They are informed how to enable Unicode support and, if the user wants to use Pomsky with JavaScript, how to use `unplugin-pomsky`.
The user is then asked if they're already familiar with regular expressions. If they are, they're recommended to continue with the cheat sheet on the next page. If not, a link takes them to the next part, "Learn Pomsky from the ground up".
#### Learn Pomsky from the ground up
This is a tutorial meant for complete beginners. It is structured in the same way as the language tour, but each concept is explained in more detail, and more advanced concepts are skipped. The tutorial includes many examples, which can be either modified and run directly, or contain a link to the playground.
#### Examples
This part is mostly fine, but should be extended with more examples.
#### Reference
The reference is rewritten from scratch. Every language construct gets its own page including the following information:
- Summary
- Formal grammar
- Short example
- Support in different regex flavors
- Detailed explanation of the behavior
- Compilation
- Pitfalls and security concerns
- Changelog of the feature
#### Appendix
This part contains the comparison with other projects and the page about security. | 1.0 | Rework the documentation - ### Is your feature request related to a problem? Please describe.
The documentation consists of three parts:
1. Language tour
2. Reference
3. Examples
Each part has significant shortcomings: The language tour is probably
- too hard to understand for complete beginners who aren't familiar with regular expressions
- too detailed for people who know regular expressions and just want to get to know the syntax
The reference is meant as a complete specification of Pomsky's syntax and expected behavior. However, it currently only contains the formal grammar, the list of Unicode properties and built-in variables, which is not sufficient. It also contains a page about security and a comparison with other projects, which arguably don't belong there.
The examples are useful, but there aren't that many. Furthermore, it would be better to have real-world examples, which are used in actual projects.
### Describe the solution you'd like
The documentation should consist of 5 parts:
1. Get started
2. Learn Pomsky from the ground up
3. Examples
4. Reference
5. Appendix
### Explanation
#### Get started
Here, the user is introduced to Pomsky with a small example and learns how to install the CLI and the VSCode extension, or use the playground. They are informed how to enable Unicode support and, if the user wants to use Pomsky with JavaScript, how to use `unplugin-pomsky`.
The user is then asked if they're already familiar with regular expressions. If they are, they're recommended to continue with the cheat sheet on the next page. If not, a link takes them to the next part, "Learn Pomsky from the ground up".
#### Learn Pomsky from the ground up
This is a tutorial meant for complete beginners. It is structured in the same way as the language tour, but each concept is explained in more detail, and more advanced concepts are skipped. The tutorial includes many examples, which can be either modified and run directly, or contain a link to the playground.
#### Examples
This part is mostly fine, but should be extended with more examples.
#### Reference
The reference is rewritten from scratch. Every language construct gets its own page including the following information:
- Summary
- Formal grammar
- Short example
- Support in different regex flavors
- Detailed explanation of the behavior
- Compilation
- Pitfalls and security concerns
- Changelog of the feature
#### Appendix
This part contains the comparison with other projects and the page about security. | non_priority | rework the documentation is your feature request related to a problem please describe the documentation consists of three parts language tour reference examples each part has significant shortcomings the language tour is probably too hard to understand for complete beginners who aren t familiar with regular expressions too detailed for people who know regular expressions and just want to get to know the syntax the reference is meant as a complete specification of pomsky s syntax and expected behavior however it currently only contains the formal grammar the list of unicode properties and built in variables which is not sufficient it also contains a page about security and a comparison with other projects which arguably don t belong there the examples are useful but there aren t that many furthermore it would be better to have real world examples which are used in actual projects describe the solution you d like the documentation should consist of parts get started learn pomsky from the ground up examples reference appendix explanation get started here the user is introduced to pomsky with a small example and learns how to install the cli and the vscode extension or use the playground they are informed how to enable unicode support and if the user wants to use pomsky with javascript how to use unplugin pomsky the user is then asked if they re already familiar with regular expressions if they are they re recommended to continue with the cheat sheet on the next page if not a link takes them to the next part learn pomsky from the ground up learn pomsky from the ground up this is a tutorial meant for complete beginners it is structured in the same way as the language tour but each concept is explained in more detail and more advanced concepts are skipped the tutorial includes many examples which can be either modified and run directly or contain a link to the playground examples this part is mostly fine but should be extended with more examples reference the reference is rewritten from scratch every language construct gets its own page including the following information summary formal grammar short example support in different regex flavors detailed explanation of the behavior compilation pitfalls and security concerns changelog of the feature appendix this part contains the comparison with other projects and the page about security | 0 |
590,180 | 17,772,780,155 | IssuesEvent | 2021-08-30 15:25:15 | ppy/osu | https://api.github.com/repos/ppy/osu | closed | `OsuPopoverContainer` doesn't get the correct local `OverlayColourProvider` | type:UI priority:1 | As it is global. This is probably not good.. | 1.0 | `OsuPopoverContainer` doesn't get the correct local `OverlayColourProvider` - As it is global. This is probably not good.. | priority | osupopovercontainer doesn t get the correct local overlaycolourprovider as it is global this is probably not good | 1 |
5,089 | 2,571,292,722 | IssuesEvent | 2015-02-10 15:45:08 | ddm999/love2d-tdtest | https://api.github.com/repos/ddm999/love2d-tdtest | opened | At what point is the engine code considered done? | other:inprogress priority:3 state:base | Quite simply, where to split *Engine* code from *Game* code?
As the engine will be given it's own repo, the point at which this is considered reached needs to be clear. | 1.0 | At what point is the engine code considered done? - Quite simply, where to split *Engine* code from *Game* code?
As the engine will be given it's own repo, the point at which this is considered reached needs to be clear. | priority | at what point is the engine code considered done quite simply where to split engine code from game code as the engine will be given it s own repo the point at which this is considered reached needs to be clear | 1 |
68,229 | 9,160,345,577 | IssuesEvent | 2019-03-01 07:02:14 | arcus-azure/arcus.security | https://api.github.com/repos/arcus-azure/arcus.security | closed | Provide documentation on the supported authentication mechanisms for Key Vault | azure-key-vault documentation | Provide documentation on the supported authentication mechanisms for Key Vault and how to use them.
It would be good to point to official docs on what they are and how to get the relevant information as well. | 1.0 | Provide documentation on the supported authentication mechanisms for Key Vault - Provide documentation on the supported authentication mechanisms for Key Vault and how to use them.
It would be good to point to official docs on what they are and how to get the relevant information as well. | non_priority | provide documentation on the supported authentication mechanisms for key vault provide documentation on the supported authentication mechanisms for key vault and how to use them it would be good to point to official docs on what they are and how to get the relevant information as well | 0 |
312,911 | 9,554,744,387 | IssuesEvent | 2019-05-02 23:17:21 | InfiniteFlightAirportEditing/Airports | https://api.github.com/repos/InfiniteFlightAirportEditing/Airports | closed | ZMBU-Baruun-Urt Airport-SUHBAATAR-MONGOLIA | Being Redone Low Priority | # Airport Name
< Baruun-Urt Airport >
# Country?
< Mongolia >
# Improvements that need to be made?
< from scratch >
# Are you working on this airport?
< Yes >
# Airport Priority? (IF Event, 10000ft+ Runway, World/US Capital, Low)
< Low >
| 1.0 | ZMBU-Baruun-Urt Airport-SUHBAATAR-MONGOLIA - # Airport Name
< Baruun-Urt Airport >
# Country?
< Mongolia >
# Improvements that need to be made?
< from scratch >
# Are you working on this airport?
< Yes >
# Airport Priority? (IF Event, 10000ft+ Runway, World/US Capital, Low)
< Low >
| priority | zmbu baruun urt airport suhbaatar mongolia airport name country improvements that need to be made are you working on this airport airport priority if event runway world us capital low | 1 |
816,070 | 30,587,145,603 | IssuesEvent | 2023-07-21 14:12:02 | episphere/questionnaire | https://api.github.com/repos/episphere/questionnaire | closed | Fix HOMEMOVEOUT1 format | Mod4 MARKUP ISSUE low priority - later problems | Bold piped in address, remove space between piped address and ?, put 2nd sentence in question text on same line (or remove the extra space between the 2 sentences), remove extra space between textbox and "I still live here":


| 1.0 | Fix HOMEMOVEOUT1 format - Bold piped in address, remove space between piped address and ?, put 2nd sentence in question text on same line (or remove the extra space between the 2 sentences), remove extra space between textbox and "I still live here":


| priority | fix format bold piped in address remove space between piped address and put sentence in question text on same line or remove the extra space between the sentences remove extra space between textbox and i still live here | 1 |
13,541 | 9,985,904,749 | IssuesEvent | 2019-07-10 17:44:16 | microsoft/MixedRealityToolkit-Unity | https://api.github.com/repos/microsoft/MixedRealityToolkit-Unity | closed | Non-core services have their Enable() function called twice | 0 - Backlog Bug Services | ## Describe the bug
Non-core services (such as the WindowsMixedRealityDeviceManager) have their Enable() functions invoked twice.
From what I can see, this was a regression from this PR, which started invoking the registrar:
https://github.com/microsoft/MixedRealityToolkit-Unity/pull/3738
And the registrar would internally also end up calling Enable() on the service as well as part of registration.
## To reproduce
Steps to reproduce the behavior:
1) Open the hand interaction example scene.
2) Set a breakpoint on WindowsMixedRealityDeviceManager::Enable()
3) See how it hits twice.
We shouldn't be calling enable twice.
| 1.0 | Non-core services have their Enable() function called twice - ## Describe the bug
Non-core services (such as the WindowsMixedRealityDeviceManager) have their Enable() functions invoked twice.
From what I can see, this was a regression from this PR, which started invoking the registrar:
https://github.com/microsoft/MixedRealityToolkit-Unity/pull/3738
And the registrar would internally also end up calling Enable() on the service as well as part of registration.
## To reproduce
Steps to reproduce the behavior:
1) Open the hand interaction example scene.
2) Set a breakpoint on WindowsMixedRealityDeviceManager::Enable()
3) See how it hits twice.
We shouldn't be calling enable twice.
| non_priority | non core services have their enable function called twice describe the bug non core services such as the windowsmixedrealitydevicemanager have their enable functions invoked twice from what i can see this was a regression from this pr which started invoking the registrar and the registrar would internally also end up calling enable on the service as well as part of registration to reproduce steps to reproduce the behavior open the hand interaction example scene set a breakpoint on windowsmixedrealitydevicemanager enable see how it hits twice we shouldn t be calling enable twice | 0 |
384,678 | 26,598,251,380 | IssuesEvent | 2023-01-23 14:04:20 | fhswf/MLPro | https://api.github.com/repos/fhswf/MLPro | closed | Howto xy (GT) - Train RAY-RLlib based multi-player with Petting Zoo environment | documentation enhancement parked | ...
Dependencies:
#13 | 1.0 | Howto xy (GT) - Train RAY-RLlib based multi-player with Petting Zoo environment - ...
Dependencies:
#13 | non_priority | howto xy gt train ray rllib based multi player with petting zoo environment dependencies | 0 |
316,882 | 27,191,619,520 | IssuesEvent | 2023-02-19 21:25:16 | skeletonlabs/skeleton | https://api.github.com/repos/skeletonlabs/skeleton | closed | Polish Pass: Utility Features | enhancement ready to test | > **Warning** - this ticket is a work in progress. If you have suggestions please add a comment below!
Base on:
- https://github.com/skeletonlabs/skeleton/issues/782
## Goals
The goal of this pass will be to improve, refine, and finalize all Utility features in Skeleton.
- [x] Fix and address known issues and bugs
- [x] Refactor code, cleanup styles, and improve edge cases
- [x] Improve documentation for each feature
- [x] Expand with new features as relevant
- [x] Make overlays not suck, or at least suck less
- [x] Ensure Vitest test cases are passing
- [x] Resolve `FIXME` issues ([reference](https://user-images.githubusercontent.com/1509726/216708976-ea8c37a1-adbf-46e5-a09f-095402907c6e.png))
- [x] Update all style props to use `CssClasses` type
## Utiliies
### Local Storage Stores
- [x] Update to the latest upstream version 0.40.0
### Code Block
- [x] Minor visual refresh and code refactor
- [x] Property `buttonCopy` renamed `button`, default value is now `variant-soft`
- [x] Added `buttonLabel` and `buttonCopied` for basic i18n support
- [x] Added style props for `blur` and `shadow`
- [x] Prepare documentation "previewer" component
### Drawers
- [x] Docs: make it clear these are a singleton
- [x] Greatly improved documentation and setup instructions
- [x] Provide advanced tip for animating background contents, per [#637](https://github.com/skeletonlabs/skeleton/issues/637)
- [x] Refactor of Drawer animation logic
- [x] Added `shadow` property for Drawer element
- [x] Added `regionBackdrop|Drawer` props. Available as overrides as well!
- [x] BREAKING: Removed drawer `margin` in favor of backdrop `padding` (provides better results)
- [x] Rounded corners by default, based on theme settings (set `rounded-none` to disable)
### Lightswitch
> **Warning** - this utility feature has been complete rebuilt from the ground up.
- [x] Lightswitch component rebuilt with new UI design and new props available
- [x] Now uses a service-like approach, per [#737](https://github.com/skeletonlabs/skeleton/issues/737)
- [x] Provided an alternative to to the component if you wish to use OS preference automatically
- [x] Users can now interface with our methods, or build their own Lightswitch UI
- [x] Provided and documented interface stores, getters, and setter methods.
> NOTE: we need to test [#905](https://github.com/skeletonlabs/skeleton/issues/905)
### Modals
- [x] Docs: make it clear these are a singleton
- [x] Implement system to register and reuse custom modals, per [#720](https://github.com/skeletonlabs/skeleton/issues/720)
- [x] Custom modals should be "naked" by default and allow FULL customization
- [x] Allow prompt input to accept custom validation attributes, per [#899](https://github.com/skeletonlabs/skeleton/issues/899)
- [x] Added image modal example
- [x] Move modal example components to `/docs` - should not be part of the public package
- [x] Provide prop to set position - ex: top (search) or center (default), ([reference](https://user-images.githubusercontent.com/31982384/214623340-22252a12-fe33-42c8-9906-c40d385df4b8.png))
- [x] Improve component scrolling, per [#890](https://github.com/skeletonlabs/skeleton/issues/890)
> NOTE: given the potential scale and scope of changes required, we'll have to circle back to [#937](https://github.com/skeletonlabs/skeleton/issues/937)
### Toasts
- [x] Docs: make it clear these are a singleton
- [x] Wrapping button element needs selector like `.toast-actions`
- [x] Update button style props to allow changing button type
- [x] Added new `buttonDismissLabel` prop to override the dismiss button label text
- [x] Replaced `preset` prop with `background` property allowing any variant or background class.
- [x] Improved animation using Svelte FLIP
- [x] Added a `callback` function feature for the ToastSettings object
### Popups
> **Warning** - this completely replaces Menus and Tooltip utilities
> Requires new dependency: https://floating-ui.com/
- [x] Replaced Menus and Tooltips with new "Popup" utility feature
- [x] Fully documented, has tons of config options
- [x] Updated examples, including a functional Combobox
- [x] Includes a fade animation on open/close
- [x] Supports multiple interaction event handlers (click, hover, both)
- [x] Can optionally include a customizable arrow on any variation
- [x] Now includes 12 position options
- [x] Dramatically better performance in keeping the popup on screen
- [x] Fully tree shakable
- [x] Allows you to modify a host of settings through "middleware"
- [x] Supports a11y features, such as keyboard interaction
### Menus
> DEPRECATED: replaced with Popups (shown above)
### Menus
> DEPRECATED: replaced with Popups (shown above)
### Data Tables
> See our our audit of prosed third party solutions here [#821](https://github.com/skeletonlabs/skeleton/issues/821) | 1.0 | Polish Pass: Utility Features - > **Warning** - this ticket is a work in progress. If you have suggestions please add a comment below!
Base on:
- https://github.com/skeletonlabs/skeleton/issues/782
## Goals
The goal of this pass will be to improve, refine, and finalize all Utility features in Skeleton.
- [x] Fix and address known issues and bugs
- [x] Refactor code, cleanup styles, and improve edge cases
- [x] Improve documentation for each feature
- [x] Expand with new features as relevant
- [x] Make overlays not suck, or at least suck less
- [x] Ensure Vitest test cases are passing
- [x] Resolve `FIXME` issues ([reference](https://user-images.githubusercontent.com/1509726/216708976-ea8c37a1-adbf-46e5-a09f-095402907c6e.png))
- [x] Update all style props to use `CssClasses` type
## Utiliies
### Local Storage Stores
- [x] Update to the latest upstream version 0.40.0
### Code Block
- [x] Minor visual refresh and code refactor
- [x] Property `buttonCopy` renamed `button`, default value is now `variant-soft`
- [x] Added `buttonLabel` and `buttonCopied` for basic i18n support
- [x] Added style props for `blur` and `shadow`
- [x] Prepare documentation "previewer" component
### Drawers
- [x] Docs: make it clear these are a singleton
- [x] Greatly improved documentation and setup instructions
- [x] Provide advanced tip for animating background contents, per [#637](https://github.com/skeletonlabs/skeleton/issues/637)
- [x] Refactor of Drawer animation logic
- [x] Added `shadow` property for Drawer element
- [x] Added `regionBackdrop|Drawer` props. Available as overrides as well!
- [x] BREAKING: Removed drawer `margin` in favor of backdrop `padding` (provides better results)
- [x] Rounded corners by default, based on theme settings (set `rounded-none` to disable)
### Lightswitch
> **Warning** - this utility feature has been complete rebuilt from the ground up.
- [x] Lightswitch component rebuilt with new UI design and new props available
- [x] Now uses a service-like approach, per [#737](https://github.com/skeletonlabs/skeleton/issues/737)
- [x] Provided an alternative to to the component if you wish to use OS preference automatically
- [x] Users can now interface with our methods, or build their own Lightswitch UI
- [x] Provided and documented interface stores, getters, and setter methods.
> NOTE: we need to test [#905](https://github.com/skeletonlabs/skeleton/issues/905)
### Modals
- [x] Docs: make it clear these are a singleton
- [x] Implement system to register and reuse custom modals, per [#720](https://github.com/skeletonlabs/skeleton/issues/720)
- [x] Custom modals should be "naked" by default and allow FULL customization
- [x] Allow prompt input to accept custom validation attributes, per [#899](https://github.com/skeletonlabs/skeleton/issues/899)
- [x] Added image modal example
- [x] Move modal example components to `/docs` - should not be part of the public package
- [x] Provide prop to set position - ex: top (search) or center (default), ([reference](https://user-images.githubusercontent.com/31982384/214623340-22252a12-fe33-42c8-9906-c40d385df4b8.png))
- [x] Improve component scrolling, per [#890](https://github.com/skeletonlabs/skeleton/issues/890)
> NOTE: given the potential scale and scope of changes required, we'll have to circle back to [#937](https://github.com/skeletonlabs/skeleton/issues/937)
### Toasts
- [x] Docs: make it clear these are a singleton
- [x] Wrapping button element needs selector like `.toast-actions`
- [x] Update button style props to allow changing button type
- [x] Added new `buttonDismissLabel` prop to override the dismiss button label text
- [x] Replaced `preset` prop with `background` property allowing any variant or background class.
- [x] Improved animation using Svelte FLIP
- [x] Added a `callback` function feature for the ToastSettings object
### Popups
> **Warning** - this completely replaces Menus and Tooltip utilities
> Requires new dependency: https://floating-ui.com/
- [x] Replaced Menus and Tooltips with new "Popup" utility feature
- [x] Fully documented, has tons of config options
- [x] Updated examples, including a functional Combobox
- [x] Includes a fade animation on open/close
- [x] Supports multiple interaction event handlers (click, hover, both)
- [x] Can optionally include a customizable arrow on any variation
- [x] Now includes 12 position options
- [x] Dramatically better performance in keeping the popup on screen
- [x] Fully tree shakable
- [x] Allows you to modify a host of settings through "middleware"
- [x] Supports a11y features, such as keyboard interaction
### Menus
> DEPRECATED: replaced with Popups (shown above)
### Menus
> DEPRECATED: replaced with Popups (shown above)
### Data Tables
> See our our audit of prosed third party solutions here [#821](https://github.com/skeletonlabs/skeleton/issues/821) | non_priority | polish pass utility features warning this ticket is a work in progress if you have suggestions please add a comment below base on goals the goal of this pass will be to improve refine and finalize all utility features in skeleton fix and address known issues and bugs refactor code cleanup styles and improve edge cases improve documentation for each feature expand with new features as relevant make overlays not suck or at least suck less ensure vitest test cases are passing resolve fixme issues update all style props to use cssclasses type utiliies local storage stores update to the latest upstream version code block minor visual refresh and code refactor property buttoncopy renamed button default value is now variant soft added buttonlabel and buttoncopied for basic support added style props for blur and shadow prepare documentation previewer component drawers docs make it clear these are a singleton greatly improved documentation and setup instructions provide advanced tip for animating background contents per refactor of drawer animation logic added shadow property for drawer element added regionbackdrop drawer props available as overrides as well breaking removed drawer margin in favor of backdrop padding provides better results rounded corners by default based on theme settings set rounded none to disable lightswitch warning this utility feature has been complete rebuilt from the ground up lightswitch component rebuilt with new ui design and new props available now uses a service like approach per provided an alternative to to the component if you wish to use os preference automatically users can now interface with our methods or build their own lightswitch ui provided and documented interface stores getters and setter methods note we need to test modals docs make it clear these are a singleton implement system to register and reuse custom modals per custom modals should be naked by default and allow full customization allow prompt input to accept custom validation attributes per added image modal example move modal example components to docs should not be part of the public package provide prop to set position ex top search or center default improve component scrolling per note given the potential scale and scope of changes required we ll have to circle back to toasts docs make it clear these are a singleton wrapping button element needs selector like toast actions update button style props to allow changing button type added new buttondismisslabel prop to override the dismiss button label text replaced preset prop with background property allowing any variant or background class improved animation using svelte flip added a callback function feature for the toastsettings object popups warning this completely replaces menus and tooltip utilities requires new dependency replaced menus and tooltips with new popup utility feature fully documented has tons of config options updated examples including a functional combobox includes a fade animation on open close supports multiple interaction event handlers click hover both can optionally include a customizable arrow on any variation now includes position options dramatically better performance in keeping the popup on screen fully tree shakable allows you to modify a host of settings through middleware supports features such as keyboard interaction menus deprecated replaced with popups shown above menus deprecated replaced with popups shown above data tables see our our audit of prosed third party solutions here | 0 |
341,732 | 10,302,697,538 | IssuesEvent | 2019-08-28 19:24:55 | dotkom/onlineweb4 | https://api.github.com/repos/dotkom/onlineweb4 | closed | psycopg2 dependency will soon be deprecated; change name | Easy Priority: Low Status: Available Type: Bug | ## What kind of an issue is this?
* [x] Bug report
* [ ] Feature request
The `psycopg2` package will be renamed to `psycopg2-binary` in the coming `2.8` release, so consider changing the name in `requirement-prod.txt`. Read more [here](http://initd.org/psycopg/docs/install.html#binary-install-from-pypi). | 1.0 | psycopg2 dependency will soon be deprecated; change name - ## What kind of an issue is this?
* [x] Bug report
* [ ] Feature request
The `psycopg2` package will be renamed to `psycopg2-binary` in the coming `2.8` release, so consider changing the name in `requirement-prod.txt`. Read more [here](http://initd.org/psycopg/docs/install.html#binary-install-from-pypi). | priority | dependency will soon be deprecated change name what kind of an issue is this bug report feature request the package will be renamed to binary in the coming release so consider changing the name in requirement prod txt read more | 1 |
118,162 | 9,977,107,015 | IssuesEvent | 2019-07-09 16:26:11 | xamarin/xamarin-macios | https://api.github.com/repos/xamarin/xamarin-macios | closed | [xcode11] xammac_tests crashes on macOS 10.15 | bug macOS test-only-issue | See https://jenkins.internalx.com/blue/organizations/jenkins/macios/detail/xcode11/59/pipeline/202 from https://github.com/xamarin/xamarin-macios/commit/c9fc959b56e7979bf22083dc9ee4a496a17da73b#commitcomment-34080140
[...]
***** AvailableDepthDataTypesTest
=================================================================
Native Crash Reporting
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native stacktrace:
=================================================================
0x105bae3a4 - /Users/builder/jenkins/workspace/xamarin-macios/mac-test-package/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_dump_native_crash_info
0x105ba1b85 - /Users/builder/jenkins/workspace/xamarin-macios/mac-test-package/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_handle_native_crash
0x105b21426 - /Users/builder/jenkins/workspace/xamarin-macios/mac-test-package/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : altstack_handle_and_restore
0x7fff37dbb59b - /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO : CGImageSourceCopyAuxiliaryDataInfoAtIndex
0x110498349 - Unknown
0x105bb8c03 - /Users/builder/jenkins/workspace/xamarin-macios/mac-test-package/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_jit_runtime_invoke
| 1.0 | [xcode11] xammac_tests crashes on macOS 10.15 - See https://jenkins.internalx.com/blue/organizations/jenkins/macios/detail/xcode11/59/pipeline/202 from https://github.com/xamarin/xamarin-macios/commit/c9fc959b56e7979bf22083dc9ee4a496a17da73b#commitcomment-34080140
[...]
***** AvailableDepthDataTypesTest
=================================================================
Native Crash Reporting
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native stacktrace:
=================================================================
0x105bae3a4 - /Users/builder/jenkins/workspace/xamarin-macios/mac-test-package/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_dump_native_crash_info
0x105ba1b85 - /Users/builder/jenkins/workspace/xamarin-macios/mac-test-package/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_handle_native_crash
0x105b21426 - /Users/builder/jenkins/workspace/xamarin-macios/mac-test-package/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : altstack_handle_and_restore
0x7fff37dbb59b - /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO : CGImageSourceCopyAuxiliaryDataInfoAtIndex
0x110498349 - Unknown
0x105bb8c03 - /Users/builder/jenkins/workspace/xamarin-macios/mac-test-package/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_jit_runtime_invoke
| non_priority | xammac tests crashes on macos see from availabledepthdatatypestest native crash reporting got a sigsegv while executing native code this usually indicates a fatal error in the mono runtime or one of the native libraries used by your application native stacktrace users builder jenkins workspace xamarin macios mac test package tests xammac tests bin debug xammac tests app contents macos xammac tests mono dump native crash info users builder jenkins workspace xamarin macios mac test package tests xammac tests bin debug xammac tests app contents macos xammac tests mono handle native crash users builder jenkins workspace xamarin macios mac test package tests xammac tests bin debug xammac tests app contents macos xammac tests altstack handle and restore system library frameworks imageio framework versions a imageio cgimagesourcecopyauxiliarydatainfoatindex unknown users builder jenkins workspace xamarin macios mac test package tests xammac tests bin debug xammac tests app contents macos xammac tests mono jit runtime invoke | 0 |
706,715 | 24,282,221,069 | IssuesEvent | 2022-09-28 18:28:11 | svthalia/concrexit | https://api.github.com/repos/svthalia/concrexit | closed | Vacancies for partner without partner page don't open | priority: high partners bug | ### Describe the bug
Vacancies for partner without partner page don't open
### How to reproduce
1. Check out https://thalia.nu/career/vacancies#vacancy-117 or hit the Learn More button for ICT TRAINEE - JAVA DEVELOPER from the Belastingdienst
### Expected behaviour
Do open a details page, maybe in a modal or offcanvas
### Screenshots
<img width="1424" alt="image" src="https://user-images.githubusercontent.com/7915741/192245844-2049ab28-8e8c-4f7f-8cb9-114a42eefe63.png">
### Additional context | 1.0 | Vacancies for partner without partner page don't open - ### Describe the bug
Vacancies for partner without partner page don't open
### How to reproduce
1. Check out https://thalia.nu/career/vacancies#vacancy-117 or hit the Learn More button for ICT TRAINEE - JAVA DEVELOPER from the Belastingdienst
### Expected behaviour
Do open a details page, maybe in a modal or offcanvas
### Screenshots
<img width="1424" alt="image" src="https://user-images.githubusercontent.com/7915741/192245844-2049ab28-8e8c-4f7f-8cb9-114a42eefe63.png">
### Additional context | priority | vacancies for partner without partner page don t open describe the bug vacancies for partner without partner page don t open how to reproduce check out or hit the learn more button for ict trainee java developer from the belastingdienst expected behaviour do open a details page maybe in a modal or offcanvas screenshots img width alt image src additional context | 1 |
141,475 | 21,526,392,114 | IssuesEvent | 2022-04-28 18:54:41 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | reopened | Update documentation: Form controls - Text inputs | vsp-design-system-team DST-audited | ## Issue Description
Make updates to Form Controls on on design.va.gov and Storybook to fix the discrepancies that have been identified.
Discrepancies
Text inputs
-There is no "Text area" component (Non-Web component example in design.va.gov and Storybook) in Sketch.
-There is no "Success" state in design.va.gov or Storybook (green border on input field). This example only lives in Sketch.
-No "Required" example of text input in design.va.gov but it exists in Storybook.
---
## Tasks
- [ ] Add Text area to Sketch library
- [ ] Add Success state of the text input to design.va.gov https://design.va.gov/components/form-controls#text-inputs
- [ ] Add Success state of the text input to Storybook https://design.va.gov/storybook/?path=/docs/components-va-text-input--default
- [ ] Add View guidance for the Text Input component in the Design System below label for va-text-input in Storybook that links back to Text Input on design.va.gov https://design.va.gov/components/form-controls#text-inputs (See example on va-modal)
- [ ] Update link to Storybook on design.va.gov to "View va-text-input in Storybook"
## Acceptance Criteria
##### Storybook
- [x] Add subtitle `Text Input web component` for `va-text-input`
- [x] Add `View guidance for the Text Input component in the Design System` link with an url value of `https://design.va.gov/components/form-controls#text-inputs`
- [x] Add success state example in `va-text-input` story
##### design.va.gov
- [x] Update Storybook preview link text to `View va-text-input in Storybook`
- [x] Add success state Storybook preview
##### Sketch
- [x] Sketch library has Text area mock up for Text inputs
---
| 1.0 | Update documentation: Form controls - Text inputs - ## Issue Description
Make updates to Form Controls on on design.va.gov and Storybook to fix the discrepancies that have been identified.
Discrepancies
Text inputs
-There is no "Text area" component (Non-Web component example in design.va.gov and Storybook) in Sketch.
-There is no "Success" state in design.va.gov or Storybook (green border on input field). This example only lives in Sketch.
-No "Required" example of text input in design.va.gov but it exists in Storybook.
---
## Tasks
- [ ] Add Text area to Sketch library
- [ ] Add Success state of the text input to design.va.gov https://design.va.gov/components/form-controls#text-inputs
- [ ] Add Success state of the text input to Storybook https://design.va.gov/storybook/?path=/docs/components-va-text-input--default
- [ ] Add View guidance for the Text Input component in the Design System below label for va-text-input in Storybook that links back to Text Input on design.va.gov https://design.va.gov/components/form-controls#text-inputs (See example on va-modal)
- [ ] Update link to Storybook on design.va.gov to "View va-text-input in Storybook"
## Acceptance Criteria
##### Storybook
- [x] Add subtitle `Text Input web component` for `va-text-input`
- [x] Add `View guidance for the Text Input component in the Design System` link with an url value of `https://design.va.gov/components/form-controls#text-inputs`
- [x] Add success state example in `va-text-input` story
##### design.va.gov
- [x] Update Storybook preview link text to `View va-text-input in Storybook`
- [x] Add success state Storybook preview
##### Sketch
- [x] Sketch library has Text area mock up for Text inputs
---
| non_priority | update documentation form controls text inputs issue description make updates to form controls on on design va gov and storybook to fix the discrepancies that have been identified discrepancies text inputs there is no text area component non web component example in design va gov and storybook in sketch there is no success state in design va gov or storybook green border on input field this example only lives in sketch no required example of text input in design va gov but it exists in storybook tasks add text area to sketch library add success state of the text input to design va gov add success state of the text input to storybook add view guidance for the text input component in the design system below label for va text input in storybook that links back to text input on design va gov see example on va modal update link to storybook on design va gov to view va text input in storybook acceptance criteria storybook add subtitle text input web component for va text input add view guidance for the text input component in the design system link with an url value of add success state example in va text input story design va gov update storybook preview link text to view va text input in storybook add success state storybook preview sketch sketch library has text area mock up for text inputs | 0 |
218,969 | 17,033,360,649 | IssuesEvent | 2021-07-05 01:03:57 | rust-lang/rust | https://api.github.com/repos/rust-lang/rust | closed | Support for partial existentials in TAIT | C-bug E-needs-test F-min_type_alias_impl_trait T-compiler requires-nightly | [[playground]](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=f1faf43935fce3efb6f8390c574ee41c) ([Tracking issue](https://github.com/rust-lang/rust/issues/63063#issue-473710023))
With RPIT, it is possible to create a "partial existential":
```rust
fn test1<A: Iterator<Item=&'static str>>(x: A)
-> Chain<A, impl Iterator<Item=&'static str>>
{
x.chain(once(","))
}
```
With TAIT, however, this currently produces an error:
```rust
type Chained<A> = Chain<A, impl Iterator<Item=&'static str>>;
fn test2<A: Iterator<Item=&'static str>>(x: A) -> Chained<A> {
x.chain(once(","))
}
```
This should probably be possible, both for concept parity for factoring unnamed RPIT out into named TAIT, and because this "partial existential" allows parameterizing partial existentials over input types in a way that allows input-type-dependent trait implementation. | 1.0 | Support for partial existentials in TAIT - [[playground]](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=f1faf43935fce3efb6f8390c574ee41c) ([Tracking issue](https://github.com/rust-lang/rust/issues/63063#issue-473710023))
With RPIT, it is possible to create a "partial existential":
```rust
fn test1<A: Iterator<Item=&'static str>>(x: A)
-> Chain<A, impl Iterator<Item=&'static str>>
{
x.chain(once(","))
}
```
With TAIT, however, this currently produces an error:
```rust
type Chained<A> = Chain<A, impl Iterator<Item=&'static str>>;
fn test2<A: Iterator<Item=&'static str>>(x: A) -> Chained<A> {
x.chain(once(","))
}
```
This should probably be possible, both for concept parity for factoring unnamed RPIT out into named TAIT, and because this "partial existential" allows parameterizing partial existentials over input types in a way that allows input-type-dependent trait implementation. | non_priority | support for partial existentials in tait with rpit it is possible to create a partial existential rust fn x a chain x chain once with tait however this currently produces an error rust type chained chain fn x a chained x chain once this should probably be possible both for concept parity for factoring unnamed rpit out into named tait and because this partial existential allows parameterizing partial existentials over input types in a way that allows input type dependent trait implementation | 0 |
217,054 | 16,834,067,411 | IssuesEvent | 2021-06-18 09:33:53 | probabilistic-numerics/probnum | https://api.github.com/repos/probabilistic-numerics/probnum | closed | Kalmanposterior test coverage | diffeq filtsmooth testing and CI | There seems to be a lack of testing for KalmanPosterior dense output and sampling performance.
It went unnoticed that when the smoothing signature changed, the dense output signature remained the same, but *should have changed*, too. This did not lead to an error, but to nonsense values.
Related: there is no check that the samples returned by KalmanPosterior.sample are even remotely meaningful. Currently, it could output a vector of NaNs in the right shape and the tests would pass. | 1.0 | Kalmanposterior test coverage - There seems to be a lack of testing for KalmanPosterior dense output and sampling performance.
It went unnoticed that when the smoothing signature changed, the dense output signature remained the same, but *should have changed*, too. This did not lead to an error, but to nonsense values.
Related: there is no check that the samples returned by KalmanPosterior.sample are even remotely meaningful. Currently, it could output a vector of NaNs in the right shape and the tests would pass. | non_priority | kalmanposterior test coverage there seems to be a lack of testing for kalmanposterior dense output and sampling performance it went unnoticed that when the smoothing signature changed the dense output signature remained the same but should have changed too this did not lead to an error but to nonsense values related there is no check that the samples returned by kalmanposterior sample are even remotely meaningful currently it could output a vector of nans in the right shape and the tests would pass | 0 |
49,937 | 6,046,441,419 | IssuesEvent | 2017-06-12 12:07:40 | Wuzzy2/MineClone2-Bugs | https://api.github.com/repos/Wuzzy2/MineClone2-Bugs | closed | Placed chests sometimes can't be used | bug fix needs testing HIGH PRIORITY nodes | As of MCL2 0.16.0, placed single chests sometimes can not be used, their inventory slots are unusable and the error log complains about missing node metadata.
This happens rarely, but it happens and is annoying as hell when it happens.
Must be fixed ASAP. | 1.0 | Placed chests sometimes can't be used - As of MCL2 0.16.0, placed single chests sometimes can not be used, their inventory slots are unusable and the error log complains about missing node metadata.
This happens rarely, but it happens and is annoying as hell when it happens.
Must be fixed ASAP. | non_priority | placed chests sometimes can t be used as of placed single chests sometimes can not be used their inventory slots are unusable and the error log complains about missing node metadata this happens rarely but it happens and is annoying as hell when it happens must be fixed asap | 0 |
117,711 | 11,954,603,938 | IssuesEvent | 2020-04-04 00:16:22 | betler/g-mail-relayer | https://api.github.com/repos/betler/g-mail-relayer | opened | Make API method send emails | documentation task | Complete API service to send emails, with most of the properties working.
Complete documentation to state clearly which properties are developed. | 1.0 | Make API method send emails - Complete API service to send emails, with most of the properties working.
Complete documentation to state clearly which properties are developed. | non_priority | make api method send emails complete api service to send emails with most of the properties working complete documentation to state clearly which properties are developed | 0 |
397,754 | 11,732,362,668 | IssuesEvent | 2020-03-11 03:24:07 | Brian393/petropolis | https://api.github.com/repos/Brian393/petropolis | closed | Replace "It's time to break" icon | enhancement high priority | The "it's time to break" icon may be read as inciting terrorism and should be changed. | 1.0 | Replace "It's time to break" icon - The "it's time to break" icon may be read as inciting terrorism and should be changed. | priority | replace it s time to break icon the it s time to break icon may be read as inciting terrorism and should be changed | 1 |
496,118 | 14,332,970,430 | IssuesEvent | 2020-11-27 04:18:13 | kubeflow/pipelines | https://api.github.com/repos/kubeflow/pipelines | closed | Allocate additional space/lines for node names in pipeline graph | area/frontend kind/feature needs investigation priority/p2 | Nodes in the static and runtime graphs only display around 15 characters today. Users can hover over individual nodes to display the full labels as tooltips, but this is not as useful as immediately readable labels, especially if there are many.
Perhaps nodes should be made larger, vertically and/or horizontally to fit more text | 1.0 | Allocate additional space/lines for node names in pipeline graph - Nodes in the static and runtime graphs only display around 15 characters today. Users can hover over individual nodes to display the full labels as tooltips, but this is not as useful as immediately readable labels, especially if there are many.
Perhaps nodes should be made larger, vertically and/or horizontally to fit more text | priority | allocate additional space lines for node names in pipeline graph nodes in the static and runtime graphs only display around characters today users can hover over individual nodes to display the full labels as tooltips but this is not as useful as immediately readable labels especially if there are many perhaps nodes should be made larger vertically and or horizontally to fit more text | 1 |
419,342 | 28,143,080,878 | IssuesEvent | 2023-04-02 06:38:09 | AY2223S2-CS2103T-W15-1/tp | https://api.github.com/repos/AY2223S2-CS2103T-W15-1/tp | closed | [PE-D][Tester B] Adding a duplicate tag does not notify user | severity.Medium type.DocumentationBug | 
Say I run the command "add-t 1 maj/CS2103T" , it says it added tag to person, but the tag already existed, which might be confusing. It would be helpful to inform users that the tag already exists instead of saying that it is added.
<!--session: 1680242657861-13d63f8e-2e0e-4ff5-a1be-5c2bad6cd1d7-->
<!--Version: Web v3.4.7-->
-------------
Labels: `type.FeatureFlaw` `severity.Medium`
original: anunayajoshi/ped#2 | 1.0 | [PE-D][Tester B] Adding a duplicate tag does not notify user - 
Say I run the command "add-t 1 maj/CS2103T" , it says it added tag to person, but the tag already existed, which might be confusing. It would be helpful to inform users that the tag already exists instead of saying that it is added.
<!--session: 1680242657861-13d63f8e-2e0e-4ff5-a1be-5c2bad6cd1d7-->
<!--Version: Web v3.4.7-->
-------------
Labels: `type.FeatureFlaw` `severity.Medium`
original: anunayajoshi/ped#2 | non_priority | adding a duplicate tag does not notify user say i run the command add t maj it says it added tag to person but the tag already existed which might be confusing it would be helpful to inform users that the tag already exists instead of saying that it is added labels type featureflaw severity medium original anunayajoshi ped | 0 |
783,521 | 27,535,601,213 | IssuesEvent | 2023-03-07 03:03:34 | Alluxio/alluxio | https://api.github.com/repos/Alluxio/alluxio | closed | Pin RPC raise master's cpu usage in high level | priority-medium stale | **Alluxio Version:**
2.3.1
**Describe the bug**
- There is about 35TB data pined in Alluxio in disk.
- Each block of the data has 3 replicas.
- File size of the data is around 50MB.
- Master's CPU usage is over 80%.
- Users want to pin over 150TB data (not include replicas) in Alluxio, because the speed of data transformation between remote UFS and Alluxio is too slow, and the use cases have specific deadline.
**Urgency**
Normal | 1.0 | Pin RPC raise master's cpu usage in high level - **Alluxio Version:**
2.3.1
**Describe the bug**
- There is about 35TB data pined in Alluxio in disk.
- Each block of the data has 3 replicas.
- File size of the data is around 50MB.
- Master's CPU usage is over 80%.
- Users want to pin over 150TB data (not include replicas) in Alluxio, because the speed of data transformation between remote UFS and Alluxio is too slow, and the use cases have specific deadline.
**Urgency**
Normal | priority | pin rpc raise master s cpu usage in high level alluxio version describe the bug there is about data pined in alluxio in disk each block of the data has replicas file size of the data is around master s cpu usage is over users want to pin over data not include replicas in alluxio because the speed of data transformation between remote ufs and alluxio is too slow and the use cases have specific deadline urgency normal | 1 |
678,019 | 23,183,886,682 | IssuesEvent | 2022-08-01 06:29:58 | wso2/api-manager | https://api.github.com/repos/wso2/api-manager | opened | Perspective Issue with Connector Exporter Wizard | Type/Bug Priority/Normal | ### Description
When using an external monitor and adding a 'Connector Exporter', the wizard is lost.
### Steps to Reproduce
- Open up the Integration studio in an external monitor.
- Navigate to File -> New -> Other -> WSO2 -> Extensions -> Project Types -> Connector Exporter Project.
- Double click on 'Connector Exporter' option.
- The wizard will disappear. It will reappear if you move it to the default display and resize the window.
### Affected Component
IntegrationStudio
### Version
8.1.0
### Environment Details (with versions)
_No response_
### Relevant Log Output
_No response_
### Related Issues
_No response_
### Suggested Labels
_No response_ | 1.0 | Perspective Issue with Connector Exporter Wizard - ### Description
When using an external monitor and adding a 'Connector Exporter', the wizard is lost.
### Steps to Reproduce
- Open up the Integration studio in an external monitor.
- Navigate to File -> New -> Other -> WSO2 -> Extensions -> Project Types -> Connector Exporter Project.
- Double click on 'Connector Exporter' option.
- The wizard will disappear. It will reappear if you move it to the default display and resize the window.
### Affected Component
IntegrationStudio
### Version
8.1.0
### Environment Details (with versions)
_No response_
### Relevant Log Output
_No response_
### Related Issues
_No response_
### Suggested Labels
_No response_ | priority | perspective issue with connector exporter wizard description when using an external monitor and adding a connector exporter the wizard is lost steps to reproduce open up the integration studio in an external monitor navigate to file new other extensions project types connector exporter project double click on connector exporter option the wizard will disappear it will reappear if you move it to the default display and resize the window affected component integrationstudio version environment details with versions no response relevant log output no response related issues no response suggested labels no response | 1 |
43,358 | 11,206,511,663 | IssuesEvent | 2020-01-05 21:55:41 | angband/angband | https://api.github.com/repos/angband/angband | closed | Improve autotools support (use OMK) | C: Build M: Future P: normal T: change | **Reported by takkaria on 23 Mar 2007 21:18 UTC**
To fix:
1. Make sure autotool's "make dist" produces an archive which contains everything at SVN.
2. Use Hallvard Furuseth's autotools patches to clean up autotools stuff we don't use. [ftp://ftp.sunet.se/pub/games/Angband/Patch/296-alpha3-features.tar.gz patch]
| 1.0 | Improve autotools support (use OMK) - **Reported by takkaria on 23 Mar 2007 21:18 UTC**
To fix:
1. Make sure autotool's "make dist" produces an archive which contains everything at SVN.
2. Use Hallvard Furuseth's autotools patches to clean up autotools stuff we don't use. [ftp://ftp.sunet.se/pub/games/Angband/Patch/296-alpha3-features.tar.gz patch]
| non_priority | improve autotools support use omk reported by takkaria on mar utc to fix make sure autotool s make dist produces an archive which contains everything at svn use hallvard furuseth s autotools patches to clean up autotools stuff we don t use | 0 |
219,521 | 17,097,573,345 | IssuesEvent | 2021-07-09 06:28:45 | eiffel-community/etos | https://api.github.com/repos/eiffel-community/etos | opened | Test runner should send out an environment defined with the URL to the execution space if any | TestRunner | <!--
Filling out the template is required. Any issue that does not include enough information may be closed at the maintainers' discretion.
-->
### Description
<!-- Describe the proposed or requested change, and explain the type of change. Is it a change to the protocol, to the documentation, or something else? -->
If our users are using an external service as an execution space (such as Jenkins, buildbot or teamcity etc) we should provide an EnvironmentDefined that describes the URL to this service.
By adding an environment variable that the test runner reads, called "EXECUTION_SPACE_URL" which should hold the URL of the execution space, the test runner can send an environment defined for this.
If the environment variable is not set, the test runner should not send any environment defined for this.
### Motivation
<!-- Why would you like to see this change? -->
Traceability can be hard when using external services together with ETOS.
### Exemplification
<!-- Can you think of a concrete example illustrating the impact and value of the change? -->
If something goes wrong in the test runner that does not communicate well, for instance a test case that breaks before initializing. Then the users would need to debug it at the source. Without a URL to go with, this can become very difficult.
### Benefits
<!-- What would the benefits of introducing this change be? -->
Traceability.
### Possible Drawbacks
<!-- What are the possible side-effects or negative impacts of the change, and why are they outweighed by the benefits? -->
None | 1.0 | Test runner should send out an environment defined with the URL to the execution space if any - <!--
Filling out the template is required. Any issue that does not include enough information may be closed at the maintainers' discretion.
-->
### Description
<!-- Describe the proposed or requested change, and explain the type of change. Is it a change to the protocol, to the documentation, or something else? -->
If our users are using an external service as an execution space (such as Jenkins, buildbot or teamcity etc) we should provide an EnvironmentDefined that describes the URL to this service.
By adding an environment variable that the test runner reads, called "EXECUTION_SPACE_URL" which should hold the URL of the execution space, the test runner can send an environment defined for this.
If the environment variable is not set, the test runner should not send any environment defined for this.
### Motivation
<!-- Why would you like to see this change? -->
Traceability can be hard when using external services together with ETOS.
### Exemplification
<!-- Can you think of a concrete example illustrating the impact and value of the change? -->
If something goes wrong in the test runner that does not communicate well, for instance a test case that breaks before initializing. Then the users would need to debug it at the source. Without a URL to go with, this can become very difficult.
### Benefits
<!-- What would the benefits of introducing this change be? -->
Traceability.
### Possible Drawbacks
<!-- What are the possible side-effects or negative impacts of the change, and why are they outweighed by the benefits? -->
None | non_priority | test runner should send out an environment defined with the url to the execution space if any filling out the template is required any issue that does not include enough information may be closed at the maintainers discretion description if our users are using an external service as an execution space such as jenkins buildbot or teamcity etc we should provide an environmentdefined that describes the url to this service by adding an environment variable that the test runner reads called execution space url which should hold the url of the execution space the test runner can send an environment defined for this if the environment variable is not set the test runner should not send any environment defined for this motivation traceability can be hard when using external services together with etos exemplification if something goes wrong in the test runner that does not communicate well for instance a test case that breaks before initializing then the users would need to debug it at the source without a url to go with this can become very difficult benefits traceability possible drawbacks none | 0 |
248,074 | 26,776,982,021 | IssuesEvent | 2023-01-31 17:53:37 | jenkins-infra/repository-permissions-updater | https://api.github.com/repos/jenkins-infra/repository-permissions-updater | closed | Plugin proposal: DevOps Portal | bot-check-complete hosting-request needs-fix security-audit-done | ### Repository URL
https://github.com/rbello/jenkins-plugin-devops-portal
### New Repository Name
devops-portal-plugin
### Description
Bring together all the information about the build and run of your applications into a single dashboard.
### GitHub users to have commit permission
@rbello
### Jenkins project users to have release permission
rbello
### Issue tracker
GitHub issues | True | Plugin proposal: DevOps Portal - ### Repository URL
https://github.com/rbello/jenkins-plugin-devops-portal
### New Repository Name
devops-portal-plugin
### Description
Bring together all the information about the build and run of your applications into a single dashboard.
### GitHub users to have commit permission
@rbello
### Jenkins project users to have release permission
rbello
### Issue tracker
GitHub issues | non_priority | plugin proposal devops portal repository url new repository name devops portal plugin description bring together all the information about the build and run of your applications into a single dashboard github users to have commit permission rbello jenkins project users to have release permission rbello issue tracker github issues | 0 |
52,924 | 22,551,760,032 | IssuesEvent | 2022-06-27 06:31:11 | JeongSeonggil/COSMOS | https://api.github.com/repos/JeongSeonggil/COSMOS | closed | Exception | feature user-service | ## 📌 기능 설명
`status : 400, 404` Exception in Service 생성
## 📑 완료 조건
- [x] 400 Exception
- [x] 404 Exception
| 1.0 | Exception - ## 📌 기능 설명
`status : 400, 404` Exception in Service 생성
## 📑 완료 조건
- [x] 400 Exception
- [x] 404 Exception
| non_priority | exception 📌 기능 설명 status exception in service 생성 📑 완료 조건 exception exception | 0 |
53,237 | 3,037,540,323 | IssuesEvent | 2015-08-06 17:37:11 | openworm/org.wormsim.frontend | https://api.github.com/repos/openworm/org.wormsim.frontend | opened | Italicize C. elegans | bug low priority | This is a bit (or a lot) pedantic: the words "Caenorhabditis elegans" and the abbreviation "C. elegans", as uncommon terms from a foreign language (Latin), should always be italicized.
(See https://en.wikipedia.org/wiki/Caenorhabditis_elegans) | 1.0 | Italicize C. elegans - This is a bit (or a lot) pedantic: the words "Caenorhabditis elegans" and the abbreviation "C. elegans", as uncommon terms from a foreign language (Latin), should always be italicized.
(See https://en.wikipedia.org/wiki/Caenorhabditis_elegans) | priority | italicize c elegans this is a bit or a lot pedantic the words caenorhabditis elegans and the abbreviation c elegans as uncommon terms from a foreign language latin should always be italicized see | 1 |
295,851 | 9,101,515,606 | IssuesEvent | 2019-02-20 11:18:26 | scrapinghub/spidermon | https://api.github.com/repos/scrapinghub/spidermon | closed | Make basic monitors part of the spidermon. | Priority: High Status: In Progress Type: Enhancement | We have to add basic monitors for almost all the projects and the goal is to make such monitors part of the tool/spidermon itself and upon enabling them, the tool should send notifications automatically when integrated with a project.
- [ ] Basic monitors inside the spidermon.
- [ ] One should be able to add customized monitors in a project in addition to these basic monitors.
- [ ] On should be able to disable these monitors and add their own monitors.
| 1.0 | Make basic monitors part of the spidermon. - We have to add basic monitors for almost all the projects and the goal is to make such monitors part of the tool/spidermon itself and upon enabling them, the tool should send notifications automatically when integrated with a project.
- [ ] Basic monitors inside the spidermon.
- [ ] One should be able to add customized monitors in a project in addition to these basic monitors.
- [ ] On should be able to disable these monitors and add their own monitors.
| priority | make basic monitors part of the spidermon we have to add basic monitors for almost all the projects and the goal is to make such monitors part of the tool spidermon itself and upon enabling them the tool should send notifications automatically when integrated with a project basic monitors inside the spidermon one should be able to add customized monitors in a project in addition to these basic monitors on should be able to disable these monitors and add their own monitors | 1 |
491,690 | 14,169,220,677 | IssuesEvent | 2020-11-12 12:55:35 | arkhn/pyrog | https://api.github.com/repos/arkhn/pyrog | opened | Changing the table preview induce a black screen | High Priority bug | ## Description
<!-- Concisely describe the bug. -->
Black screen when selecting particular tables on the source table preview
## Reproduction
<!-- Provide detailed steps to reproduce the bug -->
1. Go on Staging, osiris synthetic
2. Select any attribute
3. Try to make the preview of table Annotation
4. See error.
## Environment
<!-- Please complete this, unless you are certain the problem is not environment specific. -->
Staging, with the master version of pyrog client
This bug is not reproductible on the other sources
| 1.0 | Changing the table preview induce a black screen - ## Description
<!-- Concisely describe the bug. -->
Black screen when selecting particular tables on the source table preview
## Reproduction
<!-- Provide detailed steps to reproduce the bug -->
1. Go on Staging, osiris synthetic
2. Select any attribute
3. Try to make the preview of table Annotation
4. See error.
## Environment
<!-- Please complete this, unless you are certain the problem is not environment specific. -->
Staging, with the master version of pyrog client
This bug is not reproductible on the other sources
| priority | changing the table preview induce a black screen description black screen when selecting particular tables on the source table preview reproduction go on staging osiris synthetic select any attribute try to make the preview of table annotation see error environment staging with the master version of pyrog client this bug is not reproductible on the other sources | 1 |
206,492 | 16,043,900,133 | IssuesEvent | 2021-04-22 11:22:27 | V-A-collaboration/v-en-a | https://api.github.com/repos/V-A-collaboration/v-en-a | closed | Documentatie in Docs folder niet meer up to date | documentation | De website in de docs folder die voor de Github pages wordt gebruikt is niet meer up to date.
De Readme in the repository is accurater.
Het idee is om de tekst in de readme van repository naar de Wiki te verplaatsen en daar verder te update & aan te vullen.
Huidige readme in de repository kan dan gebruikt worden van het documenteren van de code en voor instructies omtrent het bijdragen aan de code/test/...
| 1.0 | Documentatie in Docs folder niet meer up to date - De website in de docs folder die voor de Github pages wordt gebruikt is niet meer up to date.
De Readme in the repository is accurater.
Het idee is om de tekst in de readme van repository naar de Wiki te verplaatsen en daar verder te update & aan te vullen.
Huidige readme in de repository kan dan gebruikt worden van het documenteren van de code en voor instructies omtrent het bijdragen aan de code/test/...
| non_priority | documentatie in docs folder niet meer up to date de website in de docs folder die voor de github pages wordt gebruikt is niet meer up to date de readme in the repository is accurater het idee is om de tekst in de readme van repository naar de wiki te verplaatsen en daar verder te update aan te vullen huidige readme in de repository kan dan gebruikt worden van het documenteren van de code en voor instructies omtrent het bijdragen aan de code test | 0 |
768,786 | 26,980,173,060 | IssuesEvent | 2023-02-09 12:32:34 | netdata/netdata-cloud | https://api.github.com/repos/netdata/netdata-cloud | closed | [Bug]: tx+function+space+invitation+email+missmatch | bug priority/low cloud-backend | ### Bug description
1. send invite
2. click invite
3. tx+function+space+invitation+email+missmatch
### Expected behavior
verifying email
### Steps to reproduce
1. send invite
2. click invite
3. tx+function+space+invitation+email+missmatch
### Screenshots

### Error Logs
_No response_
### Desktop
_No response_
### Additional context
_No response_ | 1.0 | [Bug]: tx+function+space+invitation+email+missmatch - ### Bug description
1. send invite
2. click invite
3. tx+function+space+invitation+email+missmatch
### Expected behavior
verifying email
### Steps to reproduce
1. send invite
2. click invite
3. tx+function+space+invitation+email+missmatch
### Screenshots

### Error Logs
_No response_
### Desktop
_No response_
### Additional context
_No response_ | priority | tx function space invitation email missmatch bug description send invite click invite tx function space invitation email missmatch expected behavior verifying email steps to reproduce send invite click invite tx function space invitation email missmatch screenshots error logs no response desktop no response additional context no response | 1 |
599,818 | 18,283,850,655 | IssuesEvent | 2021-10-05 08:06:13 | returntocorp/semgrep | https://api.github.com/repos/returntocorp/semgrep | opened | Catch Pcre exception raised by Eval_generic | bug user:external priority:high core | **Describe the bug**
A user is getting a fatal `Pcre.Error(5)` (RecursionLimit) raised by the `Eval_generic` module, which @aryx says is used by `metavariable-comparison:`.
See also https://github.com/mmottl/pcre-ocaml/issues/24 on the topic of Pcre.
**To Reproduce**
unclear. Error doesn't show locally for the user, possibly due to the pcre library being compiled with a different default for the PCRE_ERROR_MATCHLIMIT (see https://serverfault.com/questions/408265/what-are-pcre-limits for an explanation).
**Expected behavior**
* Such an exception should not be fatal.
* Not running into such exception would be great (depends on whether the pattern is found in the target or if it's hardcoded).
* Errors should happen consistently on different platforms.
| 1.0 | Catch Pcre exception raised by Eval_generic - **Describe the bug**
A user is getting a fatal `Pcre.Error(5)` (RecursionLimit) raised by the `Eval_generic` module, which @aryx says is used by `metavariable-comparison:`.
See also https://github.com/mmottl/pcre-ocaml/issues/24 on the topic of Pcre.
**To Reproduce**
unclear. Error doesn't show locally for the user, possibly due to the pcre library being compiled with a different default for the PCRE_ERROR_MATCHLIMIT (see https://serverfault.com/questions/408265/what-are-pcre-limits for an explanation).
**Expected behavior**
* Such an exception should not be fatal.
* Not running into such exception would be great (depends on whether the pattern is found in the target or if it's hardcoded).
* Errors should happen consistently on different platforms.
| priority | catch pcre exception raised by eval generic describe the bug a user is getting a fatal pcre error recursionlimit raised by the eval generic module which aryx says is used by metavariable comparison see also on the topic of pcre to reproduce unclear error doesn t show locally for the user possibly due to the pcre library being compiled with a different default for the pcre error matchlimit see for an explanation expected behavior such an exception should not be fatal not running into such exception would be great depends on whether the pattern is found in the target or if it s hardcoded errors should happen consistently on different platforms | 1 |
667,368 | 22,468,675,769 | IssuesEvent | 2022-06-22 05:48:39 | grpc/grpc | https://api.github.com/repos/grpc/grpc | closed | [ php grpc server ] repeated message response error, how to fixed?? | kind/question priority/P3 untriaged | the proto file:
```
syntax = "proto3";
package Services.application;
message Application {
string id = 1;
string name = 2;
}
message listRequest {
string page = 1;
}
message listResponse {
repeated Application data = 1;
}
service ApplicationService{
rpc list(listRequest) returns (listResponse) {}
}
```
services:
```
public function list(
listRequest $request,
\Grpc\ServerContext $context
): ?listResponse
{
$context->setStatus(\Grpc\Status::unimplemented());
return null;
}
```
```
public function list(
listRequest $request,
\Grpc\ServerContext $serverContext
): ?listResponse
{
$page = $request->getPage();
error_log('list ' . $page);
$resultList = [
[
'id' => '2',
'name' => 'test1',
],
[
'id' => '3',
'name' => 'test3',
]
];
$response = new listResponse();
try {
$response->setData($resultList); **//this line throw error**
} catch (\Exception $e) {
error_log($e->getMessage());
}
return $response;
}
```
the error info

the other kind response is OK!
how to fixed it????
| 1.0 | [ php grpc server ] repeated message response error, how to fixed?? - the proto file:
```
syntax = "proto3";
package Services.application;
message Application {
string id = 1;
string name = 2;
}
message listRequest {
string page = 1;
}
message listResponse {
repeated Application data = 1;
}
service ApplicationService{
rpc list(listRequest) returns (listResponse) {}
}
```
services:
```
public function list(
listRequest $request,
\Grpc\ServerContext $context
): ?listResponse
{
$context->setStatus(\Grpc\Status::unimplemented());
return null;
}
```
```
public function list(
listRequest $request,
\Grpc\ServerContext $serverContext
): ?listResponse
{
$page = $request->getPage();
error_log('list ' . $page);
$resultList = [
[
'id' => '2',
'name' => 'test1',
],
[
'id' => '3',
'name' => 'test3',
]
];
$response = new listResponse();
try {
$response->setData($resultList); **//this line throw error**
} catch (\Exception $e) {
error_log($e->getMessage());
}
return $response;
}
```
the error info

the other kind response is OK!
how to fixed it????
| priority | repeated message response error how to fixed the proto file syntax package services application message application string id string name message listrequest string page message listresponse repeated application data service applicationservice rpc list listrequest returns listresponse services: public function list listrequest request grpc servercontext context listresponse context setstatus grpc status unimplemented return null public function list listrequest request grpc servercontext servercontext listresponse page request getpage error log list page resultlist id name id name response new listresponse try response setdata resultlist this line throw error catch exception e error log e getmessage return response the error info the other kind response is ok how to fixed it | 1 |
306,085 | 26,433,415,131 | IssuesEvent | 2023-01-15 04:05:04 | ArielHeleneto/RISCV-testcase | https://api.github.com/repos/ArielHeleneto/RISCV-testcase | closed | [Add Testcase] MySQL | Testcase / 测试用例 | ### 请选择:
- [X] 我已经检查了 [Issue](https://github.com/brsf11/mugen-riscv/issues),进行了搜索,但没有发现类似问题。
- [X] 我正在着手整理该测试用例库。
- [X] 我希望接手该测试用例库。
### 软件名称
MySQL
### 软件版本
MySQL-8.0.28-2.oe2203.riscv64
### 操作系统版本
openEuler 22.03 LTS riscv64
### 软件描述
MySQL 是一种关系型数据库管理系统,关系数据库将数据保存在不同的表中,而不是将所有数据放在一个大仓库内,这样就增加了速度并提高了灵活性。
### 已有测试用例来源
目前已有的测试用例:https://gitee.com/yunxiangluo/testsuites/tree/master/MYSQL
### 其他有助于解决该问题的内容
暂无。 | 1.0 | [Add Testcase] MySQL - ### 请选择:
- [X] 我已经检查了 [Issue](https://github.com/brsf11/mugen-riscv/issues),进行了搜索,但没有发现类似问题。
- [X] 我正在着手整理该测试用例库。
- [X] 我希望接手该测试用例库。
### 软件名称
MySQL
### 软件版本
MySQL-8.0.28-2.oe2203.riscv64
### 操作系统版本
openEuler 22.03 LTS riscv64
### 软件描述
MySQL 是一种关系型数据库管理系统,关系数据库将数据保存在不同的表中,而不是将所有数据放在一个大仓库内,这样就增加了速度并提高了灵活性。
### 已有测试用例来源
目前已有的测试用例:https://gitee.com/yunxiangluo/testsuites/tree/master/MYSQL
### 其他有助于解决该问题的内容
暂无。 | non_priority | mysql 请选择: 我已经检查了 我正在着手整理该测试用例库。 我希望接手该测试用例库。 软件名称 mysql 软件版本 mysql 操作系统版本 openeuler lts 软件描述 mysql 是一种关系型数据库管理系统,关系数据库将数据保存在不同的表中,而不是将所有数据放在一个大仓库内,这样就增加了速度并提高了灵活性。 已有测试用例来源 目前已有的测试用例: 其他有助于解决该问题的内容 暂无。 | 0 |
53,445 | 22,792,461,413 | IssuesEvent | 2022-07-10 07:53:14 | femiwiki/nomad | https://api.github.com/repos/femiwiki/nomad | closed | 테라폼 클라우드를 통한 Apply가 모두 실패함 | bug service disruption | 테라폼 클라우드에서 Plan은 성공하나 Apply에서 실패합나다. 아래는 실패할 때 서버에서 journalctl 결과입니다.
<details>
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.298Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.298Z [ERROR] http: request failed: method=GET path="/v1/plugin/csi/aws-ebs0?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.309Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.310Z [ERROR] http: request failed: method=PUT path="/v1/job/restbase/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.311Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.311Z [ERROR] http: request failed: method=PUT path="/v1/job/plugin-ebs-controller/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.312Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.312Z [ERROR] http: request failed: method=PUT path="/v1/job/plugin-ebs-nodes/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.314Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.315Z [ERROR] http: request failed: method=PUT path="/v1/job/memcached/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.647Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.649Z [ERROR] http: request failed: method=PUT path="/v1/job/mysql/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.651Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.654Z [ERROR] http: request failed: method=PUT path="/v1/job/http/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.998Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.998Z [ERROR] http: request failed: method=PUT path="/v1/job/backupbot/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:07 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:07.002Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:07 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:07.003Z [ERROR] http: request failed: method=PUT path="/v1/job/fastcgi/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
</details>
현재 서비스들은 모두 임시로 테라폼 클라우드 없이 `nomad job run` 식으로 실행 해 놓은 상태입니다. | 1.0 | 테라폼 클라우드를 통한 Apply가 모두 실패함 - 테라폼 클라우드에서 Plan은 성공하나 Apply에서 실패합나다. 아래는 실패할 때 서버에서 journalctl 결과입니다.
<details>
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.298Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.298Z [ERROR] http: request failed: method=GET path="/v1/plugin/csi/aws-ebs0?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.309Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.310Z [ERROR] http: request failed: method=PUT path="/v1/job/restbase/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.311Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.311Z [ERROR] http: request failed: method=PUT path="/v1/job/plugin-ebs-controller/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.312Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.312Z [ERROR] http: request failed: method=PUT path="/v1/job/plugin-ebs-nodes/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.314Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.315Z [ERROR] http: request failed: method=PUT path="/v1/job/memcached/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.647Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.649Z [ERROR] http: request failed: method=PUT path="/v1/job/mysql/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.651Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.654Z [ERROR] http: request failed: method=PUT path="/v1/job/http/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.998Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:06 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:06.998Z [ERROR] http: request failed: method=PUT path="/v1/job/backupbot/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
May 14 22:56:07 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:07.002Z [WARN] nomad.rpc: no path found to region: region=tf-cloud-iso-prod-use1
May 14 22:56:07 ip-172-31-28-31.ap-northeast-1.compute.internal nomad[5585]: 2022-05-14T22:56:07.003Z [ERROR] http: request failed: method=PUT path="/v1/job/fastcgi/plan?namespace=isolation®ion=tf-cloud-iso-prod-use1" error="No path to region" code=500
</details>
현재 서비스들은 모두 임시로 테라폼 클라우드 없이 `nomad job run` 식으로 실행 해 놓은 상태입니다. | non_priority | 테라폼 클라우드를 통한 apply가 모두 실패함 테라폼 클라우드에서 plan은 성공하나 apply에서 실패합나다 아래는 실패할 때 서버에서 journalctl 결과입니다 may ip ap northeast compute internal nomad nomad rpc no path found to region region tf cloud iso prod may ip ap northeast compute internal nomad http request failed method get path plugin csi aws namespace isolation region tf cloud iso prod error no path to region code may ip ap northeast compute internal nomad nomad rpc no path found to region region tf cloud iso prod may ip ap northeast compute internal nomad http request failed method put path job restbase plan namespace isolation region tf cloud iso prod error no path to region code may ip ap northeast compute internal nomad nomad rpc no path found to region region tf cloud iso prod may ip ap northeast compute internal nomad http request failed method put path job plugin ebs controller plan namespace isolation region tf cloud iso prod error no path to region code may ip ap northeast compute internal nomad nomad rpc no path found to region region tf cloud iso prod may ip ap northeast compute internal nomad http request failed method put path job plugin ebs nodes plan namespace isolation region tf cloud iso prod error no path to region code may ip ap northeast compute internal nomad nomad rpc no path found to region region tf cloud iso prod may ip ap northeast compute internal nomad http request failed method put path job memcached plan namespace isolation region tf cloud iso prod error no path to region code may ip ap northeast compute internal nomad nomad rpc no path found to region region tf cloud iso prod may ip ap northeast compute internal nomad http request failed method put path job mysql plan namespace isolation region tf cloud iso prod error no path to region code may ip ap northeast compute internal nomad nomad rpc no path found to region region tf cloud iso prod may ip ap northeast compute internal nomad http request failed method put path job http plan namespace isolation region tf cloud iso prod error no path to region code may ip ap northeast compute internal nomad nomad rpc no path found to region region tf cloud iso prod may ip ap northeast compute internal nomad http request failed method put path job backupbot plan namespace isolation region tf cloud iso prod error no path to region code may ip ap northeast compute internal nomad nomad rpc no path found to region region tf cloud iso prod may ip ap northeast compute internal nomad http request failed method put path job fastcgi plan namespace isolation region tf cloud iso prod error no path to region code 현재 서비스들은 모두 임시로 테라폼 클라우드 없이 nomad job run 식으로 실행 해 놓은 상태입니다 | 0 |
1,853 | 2,520,755,662 | IssuesEvent | 2015-01-19 08:19:51 | sqlmapproject/sqlmap | https://api.github.com/repos/sqlmapproject/sqlmap | closed | Unhandled exception (#6ebab191) | bug Category Miscellaneous Priority Normal | ```
sqlmap version: 1.0-dev-nongit-20150115
Python version: 2.7.8
Operating system: nt
Command line: sqlmap.py -u ***************************************** --dbs
Technique: None
Back-end DBMS: None (identified)
```
```
Traceback (most recent call last):
File "sqlmap.py", line 102, in main
start()
File "lib/controller/controller.py", line 370, in start
setupTargetEnv()
File "lib/core/target.py", line 697, in setupTargetEnv
_createTargetDirs()
File "lib/core/target.py", line 619, in _createTargetDirs
tempDir = tempfile.mkdtemp(prefix="sqlmapoutput")
File "Python27/lib/tempfile.py", line 333, in mkdtemp
_os.mkdir(file, 0700)
WindowsError: [Error 1393] The disk structure is corrupted and unreadable: 'c:\\users\\*******\\appdata\\local\\temp\\sqlmap9oura522412\\sqlmapoutputymtthu'
``` | 1.0 | Unhandled exception (#6ebab191) - ```
sqlmap version: 1.0-dev-nongit-20150115
Python version: 2.7.8
Operating system: nt
Command line: sqlmap.py -u ***************************************** --dbs
Technique: None
Back-end DBMS: None (identified)
```
```
Traceback (most recent call last):
File "sqlmap.py", line 102, in main
start()
File "lib/controller/controller.py", line 370, in start
setupTargetEnv()
File "lib/core/target.py", line 697, in setupTargetEnv
_createTargetDirs()
File "lib/core/target.py", line 619, in _createTargetDirs
tempDir = tempfile.mkdtemp(prefix="sqlmapoutput")
File "Python27/lib/tempfile.py", line 333, in mkdtemp
_os.mkdir(file, 0700)
WindowsError: [Error 1393] The disk structure is corrupted and unreadable: 'c:\\users\\*******\\appdata\\local\\temp\\sqlmap9oura522412\\sqlmapoutputymtthu'
``` | priority | unhandled exception sqlmap version dev nongit python version operating system nt command line sqlmap py u dbs technique none back end dbms none identified traceback most recent call last file sqlmap py line in main start file lib controller controller py line in start setuptargetenv file lib core target py line in setuptargetenv createtargetdirs file lib core target py line in createtargetdirs tempdir tempfile mkdtemp prefix sqlmapoutput file lib tempfile py line in mkdtemp os mkdir file windowserror the disk structure is corrupted and unreadable c users appdata local temp sqlmapoutputymtthu | 1 |
19,443 | 10,361,209,011 | IssuesEvent | 2019-09-06 09:29:08 | hisptz/iassignments | https://api.github.com/repos/hisptz/iassignments | opened | WS-2017-0421 (High) detected in ws-1.1.5.tgz, ws-1.1.2.tgz | security vulnerability | ## WS-2017-0421 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ws-1.1.5.tgz</b>, <b>ws-1.1.2.tgz</b></p></summary>
<p>
<details><summary><b>ws-1.1.5.tgz</b></p></summary>
<p>Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js</p>
<p>Library home page: <a href="https://registry.npmjs.org/ws/-/ws-1.1.5.tgz">https://registry.npmjs.org/ws/-/ws-1.1.5.tgz</a></p>
<p>Path to dependency file: /iassignments/package.json</p>
<p>Path to vulnerable library: /tmp/git/iassignments/node_modules/webdriver-js-extender/node_modules/ws/package.json</p>
<p>
Dependency Hierarchy:
- protractor-5.3.2.tgz (Root Library)
- webdriver-js-extender-1.0.0.tgz
- selenium-webdriver-2.53.3.tgz
- :x: **ws-1.1.5.tgz** (Vulnerable Library)
</details>
<details><summary><b>ws-1.1.2.tgz</b></p></summary>
<p>simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455</p>
<p>Library home page: <a href="https://registry.npmjs.org/ws/-/ws-1.1.2.tgz">https://registry.npmjs.org/ws/-/ws-1.1.2.tgz</a></p>
<p>Path to dependency file: /iassignments/package.json</p>
<p>Path to vulnerable library: /tmp/git/iassignments/node_modules/engine.io-client/node_modules/ws/package.json</p>
<p>
Dependency Hierarchy:
- karma-1.7.1.tgz (Root Library)
- socket.io-1.7.3.tgz
- engine.io-1.8.3.tgz
- :x: **ws-1.1.2.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/hisptz/iassignments/commit/8fa6633fa4980bf3e3e94e029af88fb1ecbfd963">8fa6633fa4980bf3e3e94e029af88fb1ecbfd963</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Affected version of ws (0.2.6--3.3.0) are vulnerable to A specially crafted value of the Sec-WebSocket-Extensions header that used Object.prototype property names as extension or parameter names could be used to make a ws server crash.
<p>Publish Date: 2017-11-08
<p>URL: <a href=https://github.com/websockets/ws/commit/c4fe46608acd61fbf7397eadc47378903f95b78a>WS-2017-0421</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/550/versions">https://www.npmjs.com/advisories/550/versions</a></p>
<p>Release Date: 2019-01-24</p>
<p>Fix Resolution: 3.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 | WS-2017-0421 (High) detected in ws-1.1.5.tgz, ws-1.1.2.tgz - ## WS-2017-0421 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ws-1.1.5.tgz</b>, <b>ws-1.1.2.tgz</b></p></summary>
<p>
<details><summary><b>ws-1.1.5.tgz</b></p></summary>
<p>Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js</p>
<p>Library home page: <a href="https://registry.npmjs.org/ws/-/ws-1.1.5.tgz">https://registry.npmjs.org/ws/-/ws-1.1.5.tgz</a></p>
<p>Path to dependency file: /iassignments/package.json</p>
<p>Path to vulnerable library: /tmp/git/iassignments/node_modules/webdriver-js-extender/node_modules/ws/package.json</p>
<p>
Dependency Hierarchy:
- protractor-5.3.2.tgz (Root Library)
- webdriver-js-extender-1.0.0.tgz
- selenium-webdriver-2.53.3.tgz
- :x: **ws-1.1.5.tgz** (Vulnerable Library)
</details>
<details><summary><b>ws-1.1.2.tgz</b></p></summary>
<p>simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455</p>
<p>Library home page: <a href="https://registry.npmjs.org/ws/-/ws-1.1.2.tgz">https://registry.npmjs.org/ws/-/ws-1.1.2.tgz</a></p>
<p>Path to dependency file: /iassignments/package.json</p>
<p>Path to vulnerable library: /tmp/git/iassignments/node_modules/engine.io-client/node_modules/ws/package.json</p>
<p>
Dependency Hierarchy:
- karma-1.7.1.tgz (Root Library)
- socket.io-1.7.3.tgz
- engine.io-1.8.3.tgz
- :x: **ws-1.1.2.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/hisptz/iassignments/commit/8fa6633fa4980bf3e3e94e029af88fb1ecbfd963">8fa6633fa4980bf3e3e94e029af88fb1ecbfd963</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Affected version of ws (0.2.6--3.3.0) are vulnerable to A specially crafted value of the Sec-WebSocket-Extensions header that used Object.prototype property names as extension or parameter names could be used to make a ws server crash.
<p>Publish Date: 2017-11-08
<p>URL: <a href=https://github.com/websockets/ws/commit/c4fe46608acd61fbf7397eadc47378903f95b78a>WS-2017-0421</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/550/versions">https://www.npmjs.com/advisories/550/versions</a></p>
<p>Release Date: 2019-01-24</p>
<p>Fix Resolution: 3.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_priority | ws high detected in ws tgz ws tgz ws high severity vulnerability vulnerable libraries ws tgz ws tgz ws tgz simple to use blazing fast and thoroughly tested websocket client and server for node js library home page a href path to dependency file iassignments package json path to vulnerable library tmp git iassignments node modules webdriver js extender node modules ws package json dependency hierarchy protractor tgz root library webdriver js extender tgz selenium webdriver tgz x ws tgz vulnerable library ws tgz simple to use blazing fast and thoroughly tested websocket client server and console for node js up to date against rfc library home page a href path to dependency file iassignments package json path to vulnerable library tmp git iassignments node modules engine io client node modules ws package json dependency hierarchy karma tgz root library socket io tgz engine io tgz x ws tgz vulnerable library found in head commit a href vulnerability details affected version of ws are vulnerable to a specially crafted value of the sec websocket extensions header that used object prototype property names as extension or parameter names could be used to make a ws server crash publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
606,815 | 18,768,810,619 | IssuesEvent | 2021-11-06 12:45:13 | AY2122S1-CS2113T-W11-3/tp | https://api.github.com/repos/AY2122S1-CS2113T-W11-3/tp | closed | [PE-D] Help command not isolated | priority.Low | 
When additional information input after help, help still appears
<!--session: 1635497123853-20cb84c3-fa59-417c-abc3-a36297b6913c-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.High` `type.FunctionalityBug`
original: uosjapuelks/ped#13 | 1.0 | [PE-D] Help command not isolated - 
When additional information input after help, help still appears
<!--session: 1635497123853-20cb84c3-fa59-417c-abc3-a36297b6913c-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.High` `type.FunctionalityBug`
original: uosjapuelks/ped#13 | priority | help command not isolated when additional information input after help help still appears labels severity high type functionalitybug original uosjapuelks ped | 1 |
632,236 | 20,188,060,267 | IssuesEvent | 2022-02-11 01:05:39 | waterbearlang/moonshine | https://api.github.com/repos/waterbearlang/moonshine | closed | Allow escape into host language in block definition | high priority | At some point blocks can't be defined in terms of other blocks and have to drop into the host language. We can do this in a hidden runtime, but better if we can do it in the blocks themselves for better visibility. The goal is always to keep as much in blocks as possible.
Considering limiting escapes to a single expression or function call for now, to keep complex host code out of blocks. May not need to enforce, but at least keep to this for examples.
* [x] Decide on syntax
* [x] Add tests for new syntax
* [x] Get tests working (modify parser)
* [x] Fix any old tests new syntax breaks | 1.0 | Allow escape into host language in block definition - At some point blocks can't be defined in terms of other blocks and have to drop into the host language. We can do this in a hidden runtime, but better if we can do it in the blocks themselves for better visibility. The goal is always to keep as much in blocks as possible.
Considering limiting escapes to a single expression or function call for now, to keep complex host code out of blocks. May not need to enforce, but at least keep to this for examples.
* [x] Decide on syntax
* [x] Add tests for new syntax
* [x] Get tests working (modify parser)
* [x] Fix any old tests new syntax breaks | priority | allow escape into host language in block definition at some point blocks can t be defined in terms of other blocks and have to drop into the host language we can do this in a hidden runtime but better if we can do it in the blocks themselves for better visibility the goal is always to keep as much in blocks as possible considering limiting escapes to a single expression or function call for now to keep complex host code out of blocks may not need to enforce but at least keep to this for examples decide on syntax add tests for new syntax get tests working modify parser fix any old tests new syntax breaks | 1 |
284,678 | 8,749,322,694 | IssuesEvent | 2018-12-13 16:07:41 | infor-design/enterprise | https://api.github.com/repos/infor-design/enterprise | closed | Datagrid: selecting an item from a dropdown is generating a javascript error | [2] priority: high type: bug :bug: | The selectListItem function generates a javascript error when the user selects an item from the dropdown list. The column containing the dropdown needs to have the editorOptions of showSelectAll of true and closeOnSelect of true.
Within selectListItem, when this.settings.closeOnSelect is true, the function this.closeList is called. CloseList will set this.list = null. Later within selectListItem, have an if statement that when this.settings.showSelectAll is true, it references this.list.find('.dropdown-select-all-list-item'), but this.list has been set to null.
Current code snippet:
selectListItem: function selectListItem(target) {
var ddOption = target.closest('li');
... (large chuck of code not shown)
if (this.settings.closeOnSelect) {
this.closeList('select');
}
if (this.isMobile()) {
return true; //eslint-disable-line
}
this.activate(!this.settings.closeOnSelect);
// Check/uncheck select all depending on no. of selected items
if (this.settings.showSelectAll) {
var opts = this.element.find('option');
var selectedOpts = opts.filter(':selected');
if (opts.length > selectedOpts.length) {
this.list.find('.dropdown-select-all-list-item').removeClass('is-selected');
} else {
this.list.find('.dropdown-select-all-list-item').addClass('is-selected');
}
}
return true; //eslint-disable-line
Suggested code snippet:
selectListItem: function selectListItem(target) {
var ddOption = target.closest('li');
... (large chuck of code not shown)
if (this.settings.closeOnSelect) {
this.closeList('select');
}
if (this.isMobile()) {
return true; //eslint-disable-line
}
this.activate(!this.settings.closeOnSelect);
// Check/uncheck select all depending on no. of selected items
if (this.settings.showSelectAll && !this.settings.closeOnSelect) {
var opts = this.element.find('option');
var selectedOpts = opts.filter(':selected');
if (opts.length > selectedOpts.length) {
this.list.find('.dropdown-select-all-list-item').removeClass('is-selected');
} else {
this.list.find('.dropdown-select-all-list-item').addClass('is-selected');
}
}
return true; //eslint-disable-line
},
The javascript error is causing serious issues in Landmark.
| 1.0 | Datagrid: selecting an item from a dropdown is generating a javascript error - The selectListItem function generates a javascript error when the user selects an item from the dropdown list. The column containing the dropdown needs to have the editorOptions of showSelectAll of true and closeOnSelect of true.
Within selectListItem, when this.settings.closeOnSelect is true, the function this.closeList is called. CloseList will set this.list = null. Later within selectListItem, have an if statement that when this.settings.showSelectAll is true, it references this.list.find('.dropdown-select-all-list-item'), but this.list has been set to null.
Current code snippet:
selectListItem: function selectListItem(target) {
var ddOption = target.closest('li');
... (large chuck of code not shown)
if (this.settings.closeOnSelect) {
this.closeList('select');
}
if (this.isMobile()) {
return true; //eslint-disable-line
}
this.activate(!this.settings.closeOnSelect);
// Check/uncheck select all depending on no. of selected items
if (this.settings.showSelectAll) {
var opts = this.element.find('option');
var selectedOpts = opts.filter(':selected');
if (opts.length > selectedOpts.length) {
this.list.find('.dropdown-select-all-list-item').removeClass('is-selected');
} else {
this.list.find('.dropdown-select-all-list-item').addClass('is-selected');
}
}
return true; //eslint-disable-line
Suggested code snippet:
selectListItem: function selectListItem(target) {
var ddOption = target.closest('li');
... (large chuck of code not shown)
if (this.settings.closeOnSelect) {
this.closeList('select');
}
if (this.isMobile()) {
return true; //eslint-disable-line
}
this.activate(!this.settings.closeOnSelect);
// Check/uncheck select all depending on no. of selected items
if (this.settings.showSelectAll && !this.settings.closeOnSelect) {
var opts = this.element.find('option');
var selectedOpts = opts.filter(':selected');
if (opts.length > selectedOpts.length) {
this.list.find('.dropdown-select-all-list-item').removeClass('is-selected');
} else {
this.list.find('.dropdown-select-all-list-item').addClass('is-selected');
}
}
return true; //eslint-disable-line
},
The javascript error is causing serious issues in Landmark.
| priority | datagrid selecting an item from a dropdown is generating a javascript error the selectlistitem function generates a javascript error when the user selects an item from the dropdown list the column containing the dropdown needs to have the editoroptions of showselectall of true and closeonselect of true within selectlistitem when this settings closeonselect is true the function this closelist is called closelist will set this list null later within selectlistitem have an if statement that when this settings showselectall is true it references this list find dropdown select all list item but this list has been set to null current code snippet selectlistitem function selectlistitem target var ddoption target closest li large chuck of code not shown if this settings closeonselect this closelist select if this ismobile return true eslint disable line this activate this settings closeonselect check uncheck select all depending on no of selected items if this settings showselectall var opts this element find option var selectedopts opts filter selected if opts length selectedopts length this list find dropdown select all list item removeclass is selected else this list find dropdown select all list item addclass is selected return true eslint disable line suggested code snippet selectlistitem function selectlistitem target var ddoption target closest li large chuck of code not shown if this settings closeonselect this closelist select if this ismobile return true eslint disable line this activate this settings closeonselect check uncheck select all depending on no of selected items if this settings showselectall this settings closeonselect var opts this element find option var selectedopts opts filter selected if opts length selectedopts length this list find dropdown select all list item removeclass is selected else this list find dropdown select all list item addclass is selected return true eslint disable line the javascript error is causing serious issues in landmark | 1 |
83,587 | 10,412,424,250 | IssuesEvent | 2019-09-13 15:55:18 | do-community/dns-tool | https://api.github.com/repos/do-community/dns-tool | closed | SPF claw whitespace | ✉️ SPF Explainer 💻 Client-side 🖌 Design | The current "claw" on the SPF tool has very little whitespace around the item it is indicating to.
We should fix this to be more consistent with the general whitespace standards that DigitalOcean has for styling.

The base whitespace for DO is 16px, so it may be sensible to use 8px or 4px here. | 1.0 | SPF claw whitespace - The current "claw" on the SPF tool has very little whitespace around the item it is indicating to.
We should fix this to be more consistent with the general whitespace standards that DigitalOcean has for styling.

The base whitespace for DO is 16px, so it may be sensible to use 8px or 4px here. | non_priority | spf claw whitespace the current claw on the spf tool has very little whitespace around the item it is indicating to we should fix this to be more consistent with the general whitespace standards that digitalocean has for styling the base whitespace for do is so it may be sensible to use or here | 0 |
184,118 | 6,705,756,261 | IssuesEvent | 2017-10-12 02:26:09 | OperationCode/operationcode_frontend | https://api.github.com/repos/OperationCode/operationcode_frontend | closed | Identify all local data sources | beginner friendly hacktoberfest Priority: High Status: Available | <!-- Please fill out one of the sections below based on the type of issue you're creating -->
# Feature
## Why is this feature being added?
<!-- What problem is it solving? What value does it add? -->
We currently have a mix of data sources. Some info comes from the backend, some comes from yaml or json files local to the frontend repo which causes a lot of confusing (see #384 #380).
## What should your feature do?
This ticket is informational only.
Go through each of our components to look for hard coded data or json/yml files that might be feeding data into a component.
Note each one here and we'll file separate tickets to move to the backend if needed.
| 1.0 | Identify all local data sources - <!-- Please fill out one of the sections below based on the type of issue you're creating -->
# Feature
## Why is this feature being added?
<!-- What problem is it solving? What value does it add? -->
We currently have a mix of data sources. Some info comes from the backend, some comes from yaml or json files local to the frontend repo which causes a lot of confusing (see #384 #380).
## What should your feature do?
This ticket is informational only.
Go through each of our components to look for hard coded data or json/yml files that might be feeding data into a component.
Note each one here and we'll file separate tickets to move to the backend if needed.
| priority | identify all local data sources feature why is this feature being added we currently have a mix of data sources some info comes from the backend some comes from yaml or json files local to the frontend repo which causes a lot of confusing see what should your feature do this ticket is informational only go through each of our components to look for hard coded data or json yml files that might be feeding data into a component note each one here and we ll file separate tickets to move to the backend if needed | 1 |
213,564 | 24,008,806,728 | IssuesEvent | 2022-09-14 16:53:16 | sast-automation-dev/vulnado-23 | https://api.github.com/repos/sast-automation-dev/vulnado-23 | opened | bootstrap-4.0.0.min.js: 4 vulnerabilities (highest severity is: 6.1) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-4.0.0.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /client/index.html</p>
<p>Path to vulnerable library: /client/index.html</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/sast-automation-dev/vulnado-23/commit/06c136472ad88f12e5c557bb30a963b10bc51b46">06c136472ad88f12e5c557bb30a963b10bc51b46</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2018-14041](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14041) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.1 | bootstrap-4.0.0.min.js | Direct | org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:4.1.2 | ❌ |
| [CVE-2019-8331](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-8331) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.1 | bootstrap-4.0.0.min.js | Direct | bootstrap - 3.4.1,4.3.1;bootstrap-sass - 3.4.1,4.3.1 | ❌ |
| [CVE-2018-14040](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14040) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.1 | bootstrap-4.0.0.min.js | Direct | org.webjars.npm:bootstrap:4.1.2,org.webjars:bootstrap:3.4.0 | ❌ |
| [CVE-2018-14042](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14042) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.1 | bootstrap-4.0.0.min.js | Direct | org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:3.4.0 | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2018-14041</summary>
### Vulnerable Library - <b>bootstrap-4.0.0.min.js</b></p>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /client/index.html</p>
<p>Path to vulnerable library: /client/index.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-4.0.0.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sast-automation-dev/vulnado-23/commit/06c136472ad88f12e5c557bb30a963b10bc51b46">06c136472ad88f12e5c557bb30a963b10bc51b46</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In Bootstrap before 4.1.2, XSS is possible in the data-target property of scrollspy.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14041>CVE-2018-14041</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.1</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:4.1.2</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2019-8331</summary>
### Vulnerable Library - <b>bootstrap-4.0.0.min.js</b></p>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /client/index.html</p>
<p>Path to vulnerable library: /client/index.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-4.0.0.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sast-automation-dev/vulnado-23/commit/06c136472ad88f12e5c557bb30a963b10bc51b46">06c136472ad88f12e5c557bb30a963b10bc51b46</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible in the tooltip or popover data-template attribute.
<p>Publish Date: 2019-02-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-8331>CVE-2019-8331</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.1</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2019-02-20</p>
<p>Fix Resolution: bootstrap - 3.4.1,4.3.1;bootstrap-sass - 3.4.1,4.3.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2018-14040</summary>
### Vulnerable Library - <b>bootstrap-4.0.0.min.js</b></p>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /client/index.html</p>
<p>Path to vulnerable library: /client/index.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-4.0.0.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sast-automation-dev/vulnado-23/commit/06c136472ad88f12e5c557bb30a963b10bc51b46">06c136472ad88f12e5c557bb30a963b10bc51b46</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14040>CVE-2018-14040</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.1</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2,org.webjars:bootstrap:3.4.0</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2018-14042</summary>
### Vulnerable Library - <b>bootstrap-4.0.0.min.js</b></p>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /client/index.html</p>
<p>Path to vulnerable library: /client/index.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-4.0.0.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sast-automation-dev/vulnado-23/commit/06c136472ad88f12e5c557bb30a963b10bc51b46">06c136472ad88f12e5c557bb30a963b10bc51b46</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14042>CVE-2018-14042</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.1</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:3.4.0</p>
</p>
<p></p>
</details> | True | bootstrap-4.0.0.min.js: 4 vulnerabilities (highest severity is: 6.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-4.0.0.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /client/index.html</p>
<p>Path to vulnerable library: /client/index.html</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/sast-automation-dev/vulnado-23/commit/06c136472ad88f12e5c557bb30a963b10bc51b46">06c136472ad88f12e5c557bb30a963b10bc51b46</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2018-14041](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14041) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.1 | bootstrap-4.0.0.min.js | Direct | org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:4.1.2 | ❌ |
| [CVE-2019-8331](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-8331) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.1 | bootstrap-4.0.0.min.js | Direct | bootstrap - 3.4.1,4.3.1;bootstrap-sass - 3.4.1,4.3.1 | ❌ |
| [CVE-2018-14040](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14040) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.1 | bootstrap-4.0.0.min.js | Direct | org.webjars.npm:bootstrap:4.1.2,org.webjars:bootstrap:3.4.0 | ❌ |
| [CVE-2018-14042](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14042) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.1 | bootstrap-4.0.0.min.js | Direct | org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:3.4.0 | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2018-14041</summary>
### Vulnerable Library - <b>bootstrap-4.0.0.min.js</b></p>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /client/index.html</p>
<p>Path to vulnerable library: /client/index.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-4.0.0.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sast-automation-dev/vulnado-23/commit/06c136472ad88f12e5c557bb30a963b10bc51b46">06c136472ad88f12e5c557bb30a963b10bc51b46</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In Bootstrap before 4.1.2, XSS is possible in the data-target property of scrollspy.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14041>CVE-2018-14041</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.1</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:4.1.2</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2019-8331</summary>
### Vulnerable Library - <b>bootstrap-4.0.0.min.js</b></p>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /client/index.html</p>
<p>Path to vulnerable library: /client/index.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-4.0.0.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sast-automation-dev/vulnado-23/commit/06c136472ad88f12e5c557bb30a963b10bc51b46">06c136472ad88f12e5c557bb30a963b10bc51b46</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible in the tooltip or popover data-template attribute.
<p>Publish Date: 2019-02-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-8331>CVE-2019-8331</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.1</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2019-02-20</p>
<p>Fix Resolution: bootstrap - 3.4.1,4.3.1;bootstrap-sass - 3.4.1,4.3.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2018-14040</summary>
### Vulnerable Library - <b>bootstrap-4.0.0.min.js</b></p>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /client/index.html</p>
<p>Path to vulnerable library: /client/index.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-4.0.0.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sast-automation-dev/vulnado-23/commit/06c136472ad88f12e5c557bb30a963b10bc51b46">06c136472ad88f12e5c557bb30a963b10bc51b46</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14040>CVE-2018-14040</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.1</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2,org.webjars:bootstrap:3.4.0</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2018-14042</summary>
### Vulnerable Library - <b>bootstrap-4.0.0.min.js</b></p>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js</a></p>
<p>Path to dependency file: /client/index.html</p>
<p>Path to vulnerable library: /client/index.html</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-4.0.0.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sast-automation-dev/vulnado-23/commit/06c136472ad88f12e5c557bb30a963b10bc51b46">06c136472ad88f12e5c557bb30a963b10bc51b46</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14042>CVE-2018-14042</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.1</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:3.4.0</p>
</p>
<p></p>
</details> | non_priority | bootstrap min js vulnerabilities highest severity is vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file client index html path to vulnerable library client index html found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available medium bootstrap min js direct org webjars npm bootstrap org webjars bootstrap medium bootstrap min js direct bootstrap bootstrap sass medium bootstrap min js direct org webjars npm bootstrap org webjars bootstrap medium bootstrap min js direct org webjars npm bootstrap org webjars bootstrap details cve vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file client index html path to vulnerable library client index html dependency hierarchy x bootstrap min js vulnerable library found in head commit a href found in base branch master vulnerability details in bootstrap before xss is possible in the data target property of scrollspy publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution org webjars npm bootstrap org webjars bootstrap cve vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file client index html path to vulnerable library client index html dependency hierarchy x bootstrap min js vulnerable library found in head commit a href found in base branch master vulnerability details in bootstrap before and x before xss is possible in the tooltip or popover data template attribute publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution bootstrap bootstrap sass cve vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file client index html path to vulnerable library client index html dependency hierarchy x bootstrap min js vulnerable library found in head commit a href found in base branch master vulnerability details in bootstrap before xss is possible in the collapse data parent attribute publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution org webjars npm bootstrap org webjars bootstrap cve vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file client index html path to vulnerable library client index html dependency hierarchy x bootstrap min js vulnerable library found in head commit a href found in base branch master vulnerability details in bootstrap before xss is possible in the data container property of tooltip publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution org webjars npm bootstrap org webjars bootstrap | 0 |
429,112 | 12,421,034,648 | IssuesEvent | 2020-05-23 14:58:04 | DevAdventCalendar/DevAdventCalendar | https://api.github.com/repos/DevAdventCalendar/DevAdventCalendar | reopened | Review and update API validation | bug hacktoberfest help wanted high priority | Review API validation - ensure that there is no possibility to hack it (answer before window opening period)
Add/update tests
Add some easter eggs (@patrikulus -give few examples) | 1.0 | Review and update API validation - Review API validation - ensure that there is no possibility to hack it (answer before window opening period)
Add/update tests
Add some easter eggs (@patrikulus -give few examples) | priority | review and update api validation review api validation ensure that there is no possibility to hack it answer before window opening period add update tests add some easter eggs patrikulus give few examples | 1 |
176,465 | 21,411,115,636 | IssuesEvent | 2022-04-22 06:06:06 | loftwah/shop.grindmodecypher.com | https://api.github.com/repos/loftwah/shop.grindmodecypher.com | closed | CVE-2021-22878 (Medium) detected in firebase/php-jwt-v5.0.0 - autoclosed | security vulnerability | ## CVE-2021-22878 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>firebase/php-jwt-v5.0.0</b></p></summary>
<p>A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.</p>
<p>Library home page: <a href="https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e">https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e</a></p>
<p>
Dependency Hierarchy:
- google/apiclient-v2.2.1 (Root Library)
- :x: **firebase/php-jwt-v5.0.0** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/loftwah/shop.grindmodecypher.com/commit/b5d1663104befcba587f62224d1b86d2e9c8e2dd">b5d1663104befcba587f62224d1b86d2e9c8e2dd</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Nextcloud Server prior to 20.0.6 is vulnerable to reflected cross-site scripting (XSS) due to lack of sanitization in `OC.Notification.show`.
<p>Publish Date: 2021-03-03
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22878>CVE-2021-22878</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nextcloud.com/security/advisory/?id=NC-SA-2021-005">https://nextcloud.com/security/advisory/?id=NC-SA-2021-005</a></p>
<p>Release Date: 2021-03-03</p>
<p>Fix Resolution: v20.0.6</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-22878 (Medium) detected in firebase/php-jwt-v5.0.0 - autoclosed - ## CVE-2021-22878 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>firebase/php-jwt-v5.0.0</b></p></summary>
<p>A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.</p>
<p>Library home page: <a href="https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e">https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e</a></p>
<p>
Dependency Hierarchy:
- google/apiclient-v2.2.1 (Root Library)
- :x: **firebase/php-jwt-v5.0.0** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/loftwah/shop.grindmodecypher.com/commit/b5d1663104befcba587f62224d1b86d2e9c8e2dd">b5d1663104befcba587f62224d1b86d2e9c8e2dd</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Nextcloud Server prior to 20.0.6 is vulnerable to reflected cross-site scripting (XSS) due to lack of sanitization in `OC.Notification.show`.
<p>Publish Date: 2021-03-03
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22878>CVE-2021-22878</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nextcloud.com/security/advisory/?id=NC-SA-2021-005">https://nextcloud.com/security/advisory/?id=NC-SA-2021-005</a></p>
<p>Release Date: 2021-03-03</p>
<p>Fix Resolution: v20.0.6</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in firebase php jwt autoclosed cve medium severity vulnerability vulnerable library firebase php jwt a simple library to encode and decode json web tokens jwt in php should conform to the current spec library home page a href dependency hierarchy google apiclient root library x firebase php jwt vulnerable library found in head commit a href found in base branch master vulnerability details nextcloud server prior to is vulnerable to reflected cross site scripting xss due to lack of sanitization in oc notification show publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required high user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
823,271 | 30,963,258,269 | IssuesEvent | 2023-08-08 06:32:15 | pombase/website | https://api.github.com/repos/pombase/website | closed | Rhea reactions | discuss low priority | https://github.com/pombase/website/issues/1243
We still need to decide whether to also list the reactions, maybe under a "show Rhea reaction link"
a the top of the GO MF section on the gene pages
@snezhkaoliferenko
would this be helpful? or is the ontology term page enough? | 1.0 | Rhea reactions - https://github.com/pombase/website/issues/1243
We still need to decide whether to also list the reactions, maybe under a "show Rhea reaction link"
a the top of the GO MF section on the gene pages
@snezhkaoliferenko
would this be helpful? or is the ontology term page enough? | priority | rhea reactions we still need to decide whether to also list the reactions maybe under a show rhea reaction link a the top of the go mf section on the gene pages snezhkaoliferenko would this be helpful or is the ontology term page enough | 1 |
215,814 | 7,298,108,778 | IssuesEvent | 2018-02-26 16:03:57 | rubykube/peatio | https://api.github.com/repos/rubykube/peatio | closed | Several specs are failing vue to MSSQL incompatibilities | Assigned: @dinesh-skyach Category: MSSQL Priority: Middle Rush Type: Bug | When Peatio is used with MSSQL some specs are failing:
```
Tests Failures related:
1) withdraw admin reject withdraw
Failure/Error: let!(:identity) { create :identity, email: Member.admins.first }
ActiveRecord::RecordInvalid:
Validation failed: Email has already been taken
# ./spec/features/admin/withdraw_spec.rb:5:in `block (2 levels) in <top (required)>'
# ./spec/features/admin/withdraw_spec.rb:3:in `block (2 levels) in <top (required)>'
5) AccountVersion#optimistically_lock_account_and_save! should raise StaleObjectError if associated account is stale
Failure/Error:
expect do
# `unlock_and_sub_funds('5.0'.to_d, locked: '8.0'.to_d, fee: ZERO)`
ActiveRecord::Base.connection.execute "update accounts set balance = balance + 3, locked = locked - 8 where id = #{account.id}"
AccountVersion.optimistically_lock_account_and_create!('13.0'.to_d, '2.0'.to_d, attrs)
end.to raise_error(ActiveRecord::StaleObjectError)
expected ActiveRecord::StaleObjectError but nothing was raised
# ./spec/models/account_version_spec.rb:41:in `block (3 levels) in <top (required)>'
6) Account concurrent lock_funds should raise error on the second lock_funds
Failure/Error:
expect do
ActiveRecord::Base.transaction do
account1.lock_funds 8, reason: Account::ORDER_SUBMIT
end
ActiveRecord::Base.transaction do
account2.lock_funds 8, reason: Account::ORDER_SUBMIT
end
end.to raise_error(ActiveRecord::RecordInvalid)
expected ActiveRecord::RecordInvalid but nothing was raised
# ./spec/models/account_spec.rb:273:in `block (3 levels) in <top (required)>'
7) Account after callback should retry the whole transaction on stale object error
Failure/Error:
expect do
expect do
ActiveRecord::Base.transaction do
create(:order_ask) # any other statements should be executed
subject.unlock_and_sub_funds('1.0'.to_d, locked: '2.0'.to_d)
end
end.to change(OrderAsk, :count).by(1)
end.to change(AccountVersion, :count).by(1)
expected #count to have changed by 1, but was changed by 0
# ./spec/models/account_spec.rb:250:in `block (3 levels) in <top (required)>'
``` | 1.0 | Several specs are failing vue to MSSQL incompatibilities - When Peatio is used with MSSQL some specs are failing:
```
Tests Failures related:
1) withdraw admin reject withdraw
Failure/Error: let!(:identity) { create :identity, email: Member.admins.first }
ActiveRecord::RecordInvalid:
Validation failed: Email has already been taken
# ./spec/features/admin/withdraw_spec.rb:5:in `block (2 levels) in <top (required)>'
# ./spec/features/admin/withdraw_spec.rb:3:in `block (2 levels) in <top (required)>'
5) AccountVersion#optimistically_lock_account_and_save! should raise StaleObjectError if associated account is stale
Failure/Error:
expect do
# `unlock_and_sub_funds('5.0'.to_d, locked: '8.0'.to_d, fee: ZERO)`
ActiveRecord::Base.connection.execute "update accounts set balance = balance + 3, locked = locked - 8 where id = #{account.id}"
AccountVersion.optimistically_lock_account_and_create!('13.0'.to_d, '2.0'.to_d, attrs)
end.to raise_error(ActiveRecord::StaleObjectError)
expected ActiveRecord::StaleObjectError but nothing was raised
# ./spec/models/account_version_spec.rb:41:in `block (3 levels) in <top (required)>'
6) Account concurrent lock_funds should raise error on the second lock_funds
Failure/Error:
expect do
ActiveRecord::Base.transaction do
account1.lock_funds 8, reason: Account::ORDER_SUBMIT
end
ActiveRecord::Base.transaction do
account2.lock_funds 8, reason: Account::ORDER_SUBMIT
end
end.to raise_error(ActiveRecord::RecordInvalid)
expected ActiveRecord::RecordInvalid but nothing was raised
# ./spec/models/account_spec.rb:273:in `block (3 levels) in <top (required)>'
7) Account after callback should retry the whole transaction on stale object error
Failure/Error:
expect do
expect do
ActiveRecord::Base.transaction do
create(:order_ask) # any other statements should be executed
subject.unlock_and_sub_funds('1.0'.to_d, locked: '2.0'.to_d)
end
end.to change(OrderAsk, :count).by(1)
end.to change(AccountVersion, :count).by(1)
expected #count to have changed by 1, but was changed by 0
# ./spec/models/account_spec.rb:250:in `block (3 levels) in <top (required)>'
``` | priority | several specs are failing vue to mssql incompatibilities when peatio is used with mssql some specs are failing tests failures related withdraw admin reject withdraw failure error let identity create identity email member admins first activerecord recordinvalid validation failed email has already been taken spec features admin withdraw spec rb in block levels in spec features admin withdraw spec rb in block levels in accountversion optimistically lock account and save should raise staleobjecterror if associated account is stale failure error expect do unlock and sub funds to d locked to d fee zero activerecord base connection execute update accounts set balance balance locked locked where id account id accountversion optimistically lock account and create to d to d attrs end to raise error activerecord staleobjecterror expected activerecord staleobjecterror but nothing was raised spec models account version spec rb in block levels in account concurrent lock funds should raise error on the second lock funds failure error expect do activerecord base transaction do lock funds reason account order submit end activerecord base transaction do lock funds reason account order submit end end to raise error activerecord recordinvalid expected activerecord recordinvalid but nothing was raised spec models account spec rb in block levels in account after callback should retry the whole transaction on stale object error failure error expect do expect do activerecord base transaction do create order ask any other statements should be executed subject unlock and sub funds to d locked to d end end to change orderask count by end to change accountversion count by expected count to have changed by but was changed by spec models account spec rb in block levels in | 1 |
525,283 | 15,242,784,981 | IssuesEvent | 2021-02-19 10:20:27 | PazerOP/tf2_bot_detector | https://api.github.com/repos/PazerOP/tf2_bot_detector | opened | Steam ID Checker | Priority: Low Type: Enhancement | **Why?**
While relevant websites do exist, some users may want to check Steam IDs from within the program. TF2BD already utilizes the Steam Web API, and player tooltips provide the visual foundation for this feature. But here's what those sites do not do (probably):
- Extrapolate the Steam account's age for private profiles.
- Display the number of TF2 hours.
- Display other statistics relating to TF2.
- Check if the account is marked on a downloaded playerlist.
- Check if the account is part of an untrusted Steam group.
**Optional:**
- [ ] Place it under `File` as "Check a Steam ID", or under a new menu called `Tools`.

- [ ] Add (or Remove) the Steam account to (or from) a playerlist.
- [ ] Check if the account is marked on a supported Third-Party Playerlist, even when not downloaded.
- [ ] Links for the different profile sites.
- [ ] Links for the different Steam ID sites.
- [ ] Display their friends list.
- [ ] Allow inputting multiple Steam IDs at once.
- [ ] Automatically paste the clipboard into the textfield, if it contains a long number.
-----
**Aforementioned websites:**
https://steamidfinder.com

https://steamid.io

https://steamid.uk

https://steamid.xyz
 | 1.0 | Steam ID Checker - **Why?**
While relevant websites do exist, some users may want to check Steam IDs from within the program. TF2BD already utilizes the Steam Web API, and player tooltips provide the visual foundation for this feature. But here's what those sites do not do (probably):
- Extrapolate the Steam account's age for private profiles.
- Display the number of TF2 hours.
- Display other statistics relating to TF2.
- Check if the account is marked on a downloaded playerlist.
- Check if the account is part of an untrusted Steam group.
**Optional:**
- [ ] Place it under `File` as "Check a Steam ID", or under a new menu called `Tools`.

- [ ] Add (or Remove) the Steam account to (or from) a playerlist.
- [ ] Check if the account is marked on a supported Third-Party Playerlist, even when not downloaded.
- [ ] Links for the different profile sites.
- [ ] Links for the different Steam ID sites.
- [ ] Display their friends list.
- [ ] Allow inputting multiple Steam IDs at once.
- [ ] Automatically paste the clipboard into the textfield, if it contains a long number.
-----
**Aforementioned websites:**
https://steamidfinder.com

https://steamid.io

https://steamid.uk

https://steamid.xyz
 | priority | steam id checker why while relevant websites do exist some users may want to check steam ids from within the program already utilizes the steam web api and player tooltips provide the visual foundation for this feature but here s what those sites do not do probably extrapolate the steam account s age for private profiles display the number of hours display other statistics relating to check if the account is marked on a downloaded playerlist check if the account is part of an untrusted steam group optional place it under file as check a steam id or under a new menu called tools add or remove the steam account to or from a playerlist check if the account is marked on a supported third party playerlist even when not downloaded links for the different profile sites links for the different steam id sites display their friends list allow inputting multiple steam ids at once automatically paste the clipboard into the textfield if it contains a long number aforementioned websites | 1 |
167,951 | 20,732,640,499 | IssuesEvent | 2022-03-14 10:50:32 | zettatips/quiz-app | https://api.github.com/repos/zettatips/quiz-app | closed | CVE-2022-0691 (High) detected in url-parse-1.4.7.tgz - autoclosed | security vulnerability | ## CVE-2022-0691 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.4.7.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-3.4.3.tgz (Root Library)
- webpack-dev-server-3.11.0.tgz
- sockjs-client-1.4.0.tgz
- :x: **url-parse-1.4.7.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/zettatips/quiz-app/commit/de2d740e13014b016daaf5cd4d14f968aa7432af">de2d740e13014b016daaf5cd4d14f968aa7432af</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>
Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.9.
<p>Publish Date: 2022-02-21
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0691>CVE-2022-0691</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.8</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: 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-0691">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0691</a></p>
<p>Release Date: 2022-02-21</p>
<p>Fix Resolution (url-parse): 1.5.9</p>
<p>Direct dependency fix Resolution (react-scripts): 3.4.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-0691 (High) detected in url-parse-1.4.7.tgz - autoclosed - ## CVE-2022-0691 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.4.7.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-3.4.3.tgz (Root Library)
- webpack-dev-server-3.11.0.tgz
- sockjs-client-1.4.0.tgz
- :x: **url-parse-1.4.7.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/zettatips/quiz-app/commit/de2d740e13014b016daaf5cd4d14f968aa7432af">de2d740e13014b016daaf5cd4d14f968aa7432af</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>
Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.9.
<p>Publish Date: 2022-02-21
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0691>CVE-2022-0691</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.8</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: 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-0691">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0691</a></p>
<p>Release Date: 2022-02-21</p>
<p>Fix Resolution (url-parse): 1.5.9</p>
<p>Direct dependency fix Resolution (react-scripts): 3.4.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in url parse tgz autoclosed cve high severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file package json path to vulnerable library node modules url parse package json dependency hierarchy react scripts tgz root library webpack dev server tgz sockjs client tgz x url parse tgz vulnerable library found in head commit a href found in base branch master vulnerability details authorization bypass through user controlled key in npm url parse prior to publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction 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 url parse direct dependency fix resolution react scripts step up your open source security game with whitesource | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.