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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
185,811 | 15,033,524,694 | IssuesEvent | 2021-02-02 11:36:48 | matthiaskoenig/sbmlutils | https://api.github.com/repos/matthiaskoenig/sbmlutils | closed | Update bug template (show_versions script) | documentation | #### Problem description
Simplify bug report template and provide the show_versions script for context.
| 1.0 | Update bug template (show_versions script) - #### Problem description
Simplify bug report template and provide the show_versions script for context.
| non_priority | update bug template show versions script problem description simplify bug report template and provide the show versions script for context | 0 |
335,548 | 10,155,147,682 | IssuesEvent | 2019-08-06 09:38:46 | our-city-app/mobicage-ios-client | https://api.github.com/repos/our-city-app/mobicage-ios-client | opened | Show items on a map | priority_major type_feature | - [ ] Define the HomeScreenItem to open a map
- [ ] Load a map and show the items | 1.0 | Show items on a map - - [ ] Define the HomeScreenItem to open a map
- [ ] Load a map and show the items | priority | show items on a map define the homescreenitem to open a map load a map and show the items | 1 |
800,920 | 28,438,312,643 | IssuesEvent | 2023-04-15 15:38:13 | AspectOfJerry/JerryBot | https://api.github.com/repos/AspectOfJerry/JerryBot | opened | birthday announcer in schedule | priority feature | **Describe your idea**
Create a separate module with a callable function to return an object with data about the user.
**Describe the solution you'd like**
Maybe add a command to save birthday (maybe not). | 1.0 | birthday announcer in schedule - **Describe your idea**
Create a separate module with a callable function to return an object with data about the user.
**Describe the solution you'd like**
Maybe add a command to save birthday (maybe not). | priority | birthday announcer in schedule describe your idea create a separate module with a callable function to return an object with data about the user describe the solution you d like maybe add a command to save birthday maybe not | 1 |
17,421 | 4,162,093,292 | IssuesEvent | 2016-06-17 19:00:48 | 18F/web-design-standards | https://api.github.com/repos/18F/web-design-standards | closed | [documentation] Add missing period to CONTRIBUTING.md | Newcomer [Category] Documentation [Priority] Minor [Status] Help wanted [Type] Bug | ## Issue type
* Documentation: CONTRIBUTING.md
## Description
The file [CONTRIBUTING.md](https://github.com/18F/web-design-standards/blob/staging/CONTRIBUTING.md) includes the sentence "The command is aliased by `npm start`". That sentence is missing a period.
## Steps to reproduce the issue
1. Open [CONTRIBUTING.md](https://github.com/18F/web-design-standards/blob/staging/CONTRIBUTING.md).
2. Look at the last line before the "Licenses and attribution" section. Notice that it's missing a period.
## Additional information
* This is a great task for someone who's new to creating pull requests! :) | 1.0 | [documentation] Add missing period to CONTRIBUTING.md - ## Issue type
* Documentation: CONTRIBUTING.md
## Description
The file [CONTRIBUTING.md](https://github.com/18F/web-design-standards/blob/staging/CONTRIBUTING.md) includes the sentence "The command is aliased by `npm start`". That sentence is missing a period.
## Steps to reproduce the issue
1. Open [CONTRIBUTING.md](https://github.com/18F/web-design-standards/blob/staging/CONTRIBUTING.md).
2. Look at the last line before the "Licenses and attribution" section. Notice that it's missing a period.
## Additional information
* This is a great task for someone who's new to creating pull requests! :) | non_priority | add missing period to contributing md issue type documentation contributing md description the file includes the sentence the command is aliased by npm start that sentence is missing a period steps to reproduce the issue open look at the last line before the licenses and attribution section notice that it s missing a period additional information this is a great task for someone who s new to creating pull requests | 0 |
739,213 | 25,585,769,858 | IssuesEvent | 2022-12-01 09:12:31 | argoproj/argo-cd | https://api.github.com/repos/argoproj/argo-cd | closed | repo-server race condition bug when deploying ArgoCD with an application | bug bug/severity:minor bug/priority:medium component:core | Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
**Describe the bug**
When deploying ArgoCD with the [official Helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argo-cd), and including an app within the helm chart, there appears to be a race condition issue with deploying that app.
The app defined via the Helm chart fails:
```
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp xx.xxx.xx.xx:8081: connect: connection refused"
```
If I hit the Refresh button in the UI, everything works as expected.
It would appear that ArgoCD attempts to sync the app before the repo-server is ready.
At the moment, I have to manually refresh the application after bootstrapping.
My apologies if this issue should be placed in the Helm chart's repository, but I think the fix belong within the application, not the Helm chart.
**To Reproduce**
Deploy ArgoCD to k8s with your app defined in the `additionalApplications` Helm value.
**Expected behavior**
The application should wait, or automatically retry if the repo-server is inaccessible.
**Version**
ArgoCD: 2.0.3
Helm chart: 3.6.9
**Comments**
Are there any workarounds? Eg. can I configure my app to automatically refresh if it encounters the aforementioned error?
| 1.0 | repo-server race condition bug when deploying ArgoCD with an application - Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
**Describe the bug**
When deploying ArgoCD with the [official Helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argo-cd), and including an app within the helm chart, there appears to be a race condition issue with deploying that app.
The app defined via the Helm chart fails:
```
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp xx.xxx.xx.xx:8081: connect: connection refused"
```
If I hit the Refresh button in the UI, everything works as expected.
It would appear that ArgoCD attempts to sync the app before the repo-server is ready.
At the moment, I have to manually refresh the application after bootstrapping.
My apologies if this issue should be placed in the Helm chart's repository, but I think the fix belong within the application, not the Helm chart.
**To Reproduce**
Deploy ArgoCD to k8s with your app defined in the `additionalApplications` Helm value.
**Expected behavior**
The application should wait, or automatically retry if the repo-server is inaccessible.
**Version**
ArgoCD: 2.0.3
Helm chart: 3.6.9
**Comments**
Are there any workarounds? Eg. can I configure my app to automatically refresh if it encounters the aforementioned error?
| priority | repo server race condition bug when deploying argocd with an application checklist i ve searched in the docs and faq for my answer i ve included steps to reproduce the bug i ve pasted the output of argocd version describe the bug when deploying argocd with the and including an app within the helm chart there appears to be a race condition issue with deploying that app the app defined via the helm chart fails rpc error code unavailable desc all subconns are in transientfailure latest connection error connection error desc transport error while dialing dial tcp xx xxx xx xx connect connection refused if i hit the refresh button in the ui everything works as expected it would appear that argocd attempts to sync the app before the repo server is ready at the moment i have to manually refresh the application after bootstrapping my apologies if this issue should be placed in the helm chart s repository but i think the fix belong within the application not the helm chart to reproduce deploy argocd to with your app defined in the additionalapplications helm value expected behavior the application should wait or automatically retry if the repo server is inaccessible version argocd helm chart comments are there any workarounds eg can i configure my app to automatically refresh if it encounters the aforementioned error | 1 |
223,122 | 7,447,085,111 | IssuesEvent | 2018-03-28 11:17:41 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.google.ca - design is broken | browser-firefox-mobile priority-critical | <!-- @browser: Firefox Mobile 61.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:61.0) Gecko/61.0 Firefox/61.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://www.google.ca/search?q=weather+newmarket
**Browser / Version**: Firefox Mobile 61.0
**Operating System**: Android 7.0
**Tested Another Browser**: No
**Problem type**: Design is broken
**Description**: the design of the weather widget on mobile looks broken compared to the desktop version
**Steps to Reproduce**:
search "weather (city)"
[](https://webcompat.com/uploads/2018/3/a1c046e9-7edf-4161-b2c9-e236eed7c9cd.jpg)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.google.ca - design is broken - <!-- @browser: Firefox Mobile 61.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:61.0) Gecko/61.0 Firefox/61.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://www.google.ca/search?q=weather+newmarket
**Browser / Version**: Firefox Mobile 61.0
**Operating System**: Android 7.0
**Tested Another Browser**: No
**Problem type**: Design is broken
**Description**: the design of the weather widget on mobile looks broken compared to the desktop version
**Steps to Reproduce**:
search "weather (city)"
[](https://webcompat.com/uploads/2018/3/a1c046e9-7edf-4161-b2c9-e236eed7c9cd.jpg)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | design is broken url browser version firefox mobile operating system android tested another browser no problem type design is broken description the design of the weather widget on mobile looks broken compared to the desktop version steps to reproduce search weather city from with ❤️ | 1 |
60,176 | 25,023,529,619 | IssuesEvent | 2022-11-04 04:47:17 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Cannot deploy basic Wordpress website | app-service/svc triaged cxp product-issue Pri1 |
[Enter feedback here]
As per official tutorial: https://learn.microsoft.com/en-us/azure/app-service/quickstart-wordpress
But the deployment fails due to some DB error. I am deploying to UK South.
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: a6b7cd19-5217-3f78-0dd1-b8bf3b165fed
* Version Independent ID: 08cd66de-85ed-43c4-6fab-5e9852c27f7d
* Content: [Quickstart: Create a WordPress site - Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/quickstart-wordpress)
* Content Source: [articles/app-service/quickstart-wordpress.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/app-service/quickstart-wordpress.md)
* Service: **app-service**
* GitHub Login: @msangapu-msft
* Microsoft Alias: **msangapu** | 1.0 | Cannot deploy basic Wordpress website -
[Enter feedback here]
As per official tutorial: https://learn.microsoft.com/en-us/azure/app-service/quickstart-wordpress
But the deployment fails due to some DB error. I am deploying to UK South.
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: a6b7cd19-5217-3f78-0dd1-b8bf3b165fed
* Version Independent ID: 08cd66de-85ed-43c4-6fab-5e9852c27f7d
* Content: [Quickstart: Create a WordPress site - Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/quickstart-wordpress)
* Content Source: [articles/app-service/quickstart-wordpress.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/app-service/quickstart-wordpress.md)
* Service: **app-service**
* GitHub Login: @msangapu-msft
* Microsoft Alias: **msangapu** | non_priority | cannot deploy basic wordpress website as per official tutorial but the deployment fails due to some db error i am deploying to uk south document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service app service github login msangapu msft microsoft alias msangapu | 0 |
342,428 | 30,621,699,796 | IssuesEvent | 2023-07-24 08:43:08 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | closed | Fix jax_numpy_creation.test_jax_iterable | JAX Frontend Sub Task Failing Test | | | |
|---|---|
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5588109262/jobs/10214384535"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5588109262/jobs/10214384535"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5588109262/jobs/10214384535"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5588109262/jobs/10214384535"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5588109262/jobs/10214384535"><img src=https://img.shields.io/badge/-success-success></a>
| 1.0 | Fix jax_numpy_creation.test_jax_iterable - | | |
|---|---|
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5588109262/jobs/10214384535"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5588109262/jobs/10214384535"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5588109262/jobs/10214384535"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5588109262/jobs/10214384535"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5588109262/jobs/10214384535"><img src=https://img.shields.io/badge/-success-success></a>
| non_priority | fix jax numpy creation test jax iterable numpy a href src jax a href src tensorflow a href src torch a href src paddle a href src | 0 |
620,262 | 19,557,607,746 | IssuesEvent | 2022-01-03 11:56:23 | hestiaAI/hestialabs-experiences | https://api.github.com/repos/hestiaAI/hestialabs-experiences | closed | Generic Geolocation Experience | digipower-priority-2 | This is the #digipower specific version of hestiaAI/hestialabs-experiences#266
We need something we can add to specific 'generic containers'.
That will give some view over locations found in the data, similar model to generic event viewer.
at least, a map with points (perhaps grouped into circles with number when lots in same area?) and some textual summary at top of number of datapoints / distinct lat-longs, cities, regions, countries found
Allow zoom in/out and pan
Respect date range (should ideally share same date selector as generic event viewer so as not to repeat)
Perhaps also: list of cities/regions/countries found. (I recognise that it is a huge endeavour to recognise any possible location, the detection of these may need to depend upon identifying fieldnames such as 'city' 'location' etc?)
| 1.0 | Generic Geolocation Experience - This is the #digipower specific version of hestiaAI/hestialabs-experiences#266
We need something we can add to specific 'generic containers'.
That will give some view over locations found in the data, similar model to generic event viewer.
at least, a map with points (perhaps grouped into circles with number when lots in same area?) and some textual summary at top of number of datapoints / distinct lat-longs, cities, regions, countries found
Allow zoom in/out and pan
Respect date range (should ideally share same date selector as generic event viewer so as not to repeat)
Perhaps also: list of cities/regions/countries found. (I recognise that it is a huge endeavour to recognise any possible location, the detection of these may need to depend upon identifying fieldnames such as 'city' 'location' etc?)
| priority | generic geolocation experience this is the digipower specific version of hestiaai hestialabs experiences we need something we can add to specific generic containers that will give some view over locations found in the data similar model to generic event viewer at least a map with points perhaps grouped into circles with number when lots in same area and some textual summary at top of number of datapoints distinct lat longs cities regions countries found allow zoom in out and pan respect date range should ideally share same date selector as generic event viewer so as not to repeat perhaps also list of cities regions countries found i recognise that it is a huge endeavour to recognise any possible location the detection of these may need to depend upon identifying fieldnames such as city location etc | 1 |
431,822 | 30,252,899,793 | IssuesEvent | 2023-07-06 22:22:17 | RiccardoTOTI/puglia-2023 | https://api.github.com/repos/RiccardoTOTI/puglia-2023 | opened | Controllare serate disponibili | documentation | Si rende necessario la ricerca per la date attualmente concordate di serate in locali notturni.
Link di riferimento:
- https://www.clorophillaclub.it/
- TBD | 1.0 | Controllare serate disponibili - Si rende necessario la ricerca per la date attualmente concordate di serate in locali notturni.
Link di riferimento:
- https://www.clorophillaclub.it/
- TBD | non_priority | controllare serate disponibili si rende necessario la ricerca per la date attualmente concordate di serate in locali notturni link di riferimento tbd | 0 |
25,829 | 4,174,974,026 | IssuesEvent | 2016-06-21 15:31:06 | pilrhealth/pilrhealth-issues | https://api.github.com/repos/pilrhealth/pilrhealth-issues | closed | Leave us Feedback window | ready 4 test |
Server: cloud.pilrhealth.com
Page: /
User: jmoon
Project: null
Whatever happened to being able to move this message window elsewhere on the screen so that it's not always covering up the material we are describing? Or, at least have it pop up in the bottom left corner of the browser.
| 1.0 | Leave us Feedback window -
Server: cloud.pilrhealth.com
Page: /
User: jmoon
Project: null
Whatever happened to being able to move this message window elsewhere on the screen so that it's not always covering up the material we are describing? Or, at least have it pop up in the bottom left corner of the browser.
| non_priority | leave us feedback window server cloud pilrhealth com page user jmoon project null whatever happened to being able to move this message window elsewhere on the screen so that it s not always covering up the material we are describing or at least have it pop up in the bottom left corner of the browser | 0 |
99,416 | 20,961,158,337 | IssuesEvent | 2022-03-27 20:24:41 | fabricjs/fabric.js | https://api.github.com/repos/fabricjs/fabric.js | closed | Problem between versions about _renderChars function of yours | will be closed not adequate code sample stale | It is probably occurs in more functions of latest version, i installed latest version of fabric and i constatntly get the error below when i try to load canvas from json, it is a basic json which includes just fabric.Text, i added below, i delibaretly downgrade my fabric version to 3.6.4 to get rid of 'ctx.canvas.setAttribute(...)' calls and it worked fine, but i want to use latest version of fabric, i'm trying to load canvas from JSON on node side, canvas is already installed on node.
JSON:
`{"version":"4.6.0","objects":[{"type":"text","version":"4.6.0","originX":"left","originY":"top","left":100,"top":100,"width":55.61,"height":45.2,"fill":"rgb(0,0,0)","stroke":null,"strokeWidth":1,"strokeDashArray":null,"strokeLineCap":"butt","strokeDashOffset":0,"strokeLineJoin":"miter","strokeUniform":false,"strokeMiterLimit":4,"scaleX":1,"scaleY":1,"angle":0,"flipX":false,"flipY":false,"opacity":1,"shadow":null,"visible":true,"backgroundColor":"","fillRule":"nonzero","paintFirst":"fill","globalCompositeOperation":"source-over","skewX":0,"skewY":0,"fontFamily":"Arial","fontWeight":"normal","fontSize":40,"text":"foo","underline":false,"overline":false,"linethrough":false,"textAlign":"left","fontStyle":"normal","lineHeight":1.16,"textBackgroundColor":"","charSpacing":0,"styles":{},"direction":"ltr","path":null,"pathStartOffset":0,"pathSide":"left"}]}`
Error:
```
> TypeError: ctx.canvas.setAttribute is not a function
> at klass._renderChars (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:26297:20)
> at klass._renderTextLine (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:25877:12)
> at klass._renderTextCommon (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:26222:14)
> at klass._renderTextFill (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:26244:12)
> at klass._renderText (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:25829:14)
> at klass._render (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:25814:12)
> at klass.drawObject (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:15176:12)
> at klass.render (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:15034:14)
> at klass.callSuper (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:2810:22)
> at klass.render (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:26764:12)
```
it is about
ctx.canvas.setAttribute(...) call
fabric 4.6.0 call of
```
_renderChars: function(method, ctx, line, left, top, lineIndex) {
// set proper line offset
var lineHeight = this.getHeightOfLine(lineIndex),
isJustify = this.textAlign.indexOf('justify') !== -1,
actualStyle,
nextStyle,
charsToRender = '',
charBox,
boxWidth = 0,
timeToRender,
path = this.path,
shortCut = !isJustify && this.charSpacing === 0 && this.isEmptyStyles(lineIndex) && !path,
isLtr = this.direction === 'ltr', sign = this.direction === 'ltr' ? 1 : -1,
drawingLeft;
ctx.save();
top -= lineHeight * this._fontSizeFraction / this.lineHeight;
if (shortCut) {
// render all the line in one pass without checking
// drawingLeft = isLtr ? left : left - this.getLineWidth(lineIndex);
ctx.canvas.setAttribute('dir', isLtr ? 'ltr' : 'rtl');
ctx.direction = isLtr ? 'ltr' : 'rtl';
ctx.textAlign = isLtr ? 'left' : 'right';
this._renderChar(method, ctx, lineIndex, 0, line.join(''), left, top, lineHeight);
ctx.restore();
return;
}
```
fabric 3.6.4 call that doesnt include 'ctx.canvas.setAttribute(...) call'
```
_renderChars: function(method, ctx, line, left, top, lineIndex) {
// set proper line offset
var lineHeight = this.getHeightOfLine(lineIndex),
isJustify = this.textAlign.indexOf('justify') !== -1,
actualStyle,
nextStyle,
charsToRender = '',
charBox,
boxWidth = 0,
timeToRender,
shortCut = !isJustify && this.charSpacing === 0 && this.isEmptyStyles(lineIndex);
ctx.save();
top -= lineHeight * this._fontSizeFraction / this.lineHeight;
if (shortCut) {
// render all the line in one pass without checking
this._renderChar(method, ctx, lineIndex, 0, this.textLines[lineIndex], left, top, lineHeight);
ctx.restore();
return;
}
```
<!-- BUG TEMPLATE -->
## Version
3.6.0
## Test Case
http://jsfiddle.net/fabricjs/Da7SP/
## Information about environment
Nodejs or browser?
Which browsers?
## Steps to reproduce
## Expected Behavior
## Actual Behavior
| 1.0 | Problem between versions about _renderChars function of yours - It is probably occurs in more functions of latest version, i installed latest version of fabric and i constatntly get the error below when i try to load canvas from json, it is a basic json which includes just fabric.Text, i added below, i delibaretly downgrade my fabric version to 3.6.4 to get rid of 'ctx.canvas.setAttribute(...)' calls and it worked fine, but i want to use latest version of fabric, i'm trying to load canvas from JSON on node side, canvas is already installed on node.
JSON:
`{"version":"4.6.0","objects":[{"type":"text","version":"4.6.0","originX":"left","originY":"top","left":100,"top":100,"width":55.61,"height":45.2,"fill":"rgb(0,0,0)","stroke":null,"strokeWidth":1,"strokeDashArray":null,"strokeLineCap":"butt","strokeDashOffset":0,"strokeLineJoin":"miter","strokeUniform":false,"strokeMiterLimit":4,"scaleX":1,"scaleY":1,"angle":0,"flipX":false,"flipY":false,"opacity":1,"shadow":null,"visible":true,"backgroundColor":"","fillRule":"nonzero","paintFirst":"fill","globalCompositeOperation":"source-over","skewX":0,"skewY":0,"fontFamily":"Arial","fontWeight":"normal","fontSize":40,"text":"foo","underline":false,"overline":false,"linethrough":false,"textAlign":"left","fontStyle":"normal","lineHeight":1.16,"textBackgroundColor":"","charSpacing":0,"styles":{},"direction":"ltr","path":null,"pathStartOffset":0,"pathSide":"left"}]}`
Error:
```
> TypeError: ctx.canvas.setAttribute is not a function
> at klass._renderChars (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:26297:20)
> at klass._renderTextLine (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:25877:12)
> at klass._renderTextCommon (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:26222:14)
> at klass._renderTextFill (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:26244:12)
> at klass._renderText (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:25829:14)
> at klass._render (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:25814:12)
> at klass.drawObject (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:15176:12)
> at klass.render (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:15034:14)
> at klass.callSuper (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:2810:22)
> at klass.render (C:\Development\hemsor\ticore\node_modules\fabric\dist\fabric.js:26764:12)
```
it is about
ctx.canvas.setAttribute(...) call
fabric 4.6.0 call of
```
_renderChars: function(method, ctx, line, left, top, lineIndex) {
// set proper line offset
var lineHeight = this.getHeightOfLine(lineIndex),
isJustify = this.textAlign.indexOf('justify') !== -1,
actualStyle,
nextStyle,
charsToRender = '',
charBox,
boxWidth = 0,
timeToRender,
path = this.path,
shortCut = !isJustify && this.charSpacing === 0 && this.isEmptyStyles(lineIndex) && !path,
isLtr = this.direction === 'ltr', sign = this.direction === 'ltr' ? 1 : -1,
drawingLeft;
ctx.save();
top -= lineHeight * this._fontSizeFraction / this.lineHeight;
if (shortCut) {
// render all the line in one pass without checking
// drawingLeft = isLtr ? left : left - this.getLineWidth(lineIndex);
ctx.canvas.setAttribute('dir', isLtr ? 'ltr' : 'rtl');
ctx.direction = isLtr ? 'ltr' : 'rtl';
ctx.textAlign = isLtr ? 'left' : 'right';
this._renderChar(method, ctx, lineIndex, 0, line.join(''), left, top, lineHeight);
ctx.restore();
return;
}
```
fabric 3.6.4 call that doesnt include 'ctx.canvas.setAttribute(...) call'
```
_renderChars: function(method, ctx, line, left, top, lineIndex) {
// set proper line offset
var lineHeight = this.getHeightOfLine(lineIndex),
isJustify = this.textAlign.indexOf('justify') !== -1,
actualStyle,
nextStyle,
charsToRender = '',
charBox,
boxWidth = 0,
timeToRender,
shortCut = !isJustify && this.charSpacing === 0 && this.isEmptyStyles(lineIndex);
ctx.save();
top -= lineHeight * this._fontSizeFraction / this.lineHeight;
if (shortCut) {
// render all the line in one pass without checking
this._renderChar(method, ctx, lineIndex, 0, this.textLines[lineIndex], left, top, lineHeight);
ctx.restore();
return;
}
```
<!-- BUG TEMPLATE -->
## Version
3.6.0
## Test Case
http://jsfiddle.net/fabricjs/Da7SP/
## Information about environment
Nodejs or browser?
Which browsers?
## Steps to reproduce
## Expected Behavior
## Actual Behavior
| non_priority | problem between versions about renderchars function of yours it is probably occurs in more functions of latest version i installed latest version of fabric and i constatntly get the error below when i try to load canvas from json it is a basic json which includes just fabric text i added below i delibaretly downgrade my fabric version to to get rid of ctx canvas setattribute calls and it worked fine but i want to use latest version of fabric i m trying to load canvas from json on node side canvas is already installed on node json version objects error typeerror ctx canvas setattribute is not a function at klass renderchars c development hemsor ticore node modules fabric dist fabric js at klass rendertextline c development hemsor ticore node modules fabric dist fabric js at klass rendertextcommon c development hemsor ticore node modules fabric dist fabric js at klass rendertextfill c development hemsor ticore node modules fabric dist fabric js at klass rendertext c development hemsor ticore node modules fabric dist fabric js at klass render c development hemsor ticore node modules fabric dist fabric js at klass drawobject c development hemsor ticore node modules fabric dist fabric js at klass render c development hemsor ticore node modules fabric dist fabric js at klass callsuper c development hemsor ticore node modules fabric dist fabric js at klass render c development hemsor ticore node modules fabric dist fabric js it is about ctx canvas setattribute call fabric call of renderchars function method ctx line left top lineindex set proper line offset var lineheight this getheightofline lineindex isjustify this textalign indexof justify actualstyle nextstyle charstorender charbox boxwidth timetorender path this path shortcut isjustify this charspacing this isemptystyles lineindex path isltr this direction ltr sign this direction ltr drawingleft ctx save top lineheight this fontsizefraction this lineheight if shortcut render all the line in one pass without checking drawingleft isltr left left this getlinewidth lineindex ctx canvas setattribute dir isltr ltr rtl ctx direction isltr ltr rtl ctx textalign isltr left right this renderchar method ctx lineindex line join left top lineheight ctx restore return fabric call that doesnt include ctx canvas setattribute call renderchars function method ctx line left top lineindex set proper line offset var lineheight this getheightofline lineindex isjustify this textalign indexof justify actualstyle nextstyle charstorender charbox boxwidth timetorender shortcut isjustify this charspacing this isemptystyles lineindex ctx save top lineheight this fontsizefraction this lineheight if shortcut render all the line in one pass without checking this renderchar method ctx lineindex this textlines left top lineheight ctx restore return version test case information about environment nodejs or browser which browsers steps to reproduce expected behavior actual behavior | 0 |
777,879 | 27,296,670,995 | IssuesEvent | 2023-02-23 21:00:13 | spiffe/spire | https://api.github.com/repos/spiffe/spire | closed | upgrade test fails on arm64 | priority/urgent | ```
spire-server-1.5.0 | standard_init_linux.go:219: exec user process caused: exec format error
```
This is going to fail until the 1.7 release series. We should detect if the test is running on arm64, and if so, skip it. If we ignore this test, we should also add a TODO comment to remind us to re-enable the test in 1.7.0.
I think with these changes, we should be able to run make integration on an arm64-based system without seeing any errors. | 1.0 | upgrade test fails on arm64 - ```
spire-server-1.5.0 | standard_init_linux.go:219: exec user process caused: exec format error
```
This is going to fail until the 1.7 release series. We should detect if the test is running on arm64, and if so, skip it. If we ignore this test, we should also add a TODO comment to remind us to re-enable the test in 1.7.0.
I think with these changes, we should be able to run make integration on an arm64-based system without seeing any errors. | priority | upgrade test fails on spire server standard init linux go exec user process caused exec format error this is going to fail until the release series we should detect if the test is running on and if so skip it if we ignore this test we should also add a todo comment to remind us to re enable the test in i think with these changes we should be able to run make integration on an based system without seeing any errors | 1 |
87,248 | 3,739,557,969 | IssuesEvent | 2016-03-09 05:48:04 | ceylon/ceylon-ide-eclipse | https://api.github.com/repos/ceylon/ceylon-ide-eclipse | opened | navigation + hover broken for references to Java declarations | bug on master high priority | Suddenly I can't do hyperlink navigation to Java declarations from Ceylon code. Nor do I see any hover information. | 1.0 | navigation + hover broken for references to Java declarations - Suddenly I can't do hyperlink navigation to Java declarations from Ceylon code. Nor do I see any hover information. | priority | navigation hover broken for references to java declarations suddenly i can t do hyperlink navigation to java declarations from ceylon code nor do i see any hover information | 1 |
112,529 | 4,534,042,032 | IssuesEvent | 2016-09-08 13:36:44 | openshift/origin-web-console | https://api.github.com/repos/openshift/origin-web-console | closed | Can attach storage directly to an RC owned by a DC | kind/bug priority/P2 | We should change the action to attach storage to the DC instead. See https://github.com/openshift/origin-web-console/pull/508/files/1860434f9a525a8ed1f430fe58d2720f9452f79b#r77872462 | 1.0 | Can attach storage directly to an RC owned by a DC - We should change the action to attach storage to the DC instead. See https://github.com/openshift/origin-web-console/pull/508/files/1860434f9a525a8ed1f430fe58d2720f9452f79b#r77872462 | priority | can attach storage directly to an rc owned by a dc we should change the action to attach storage to the dc instead see | 1 |
100,240 | 30,651,975,260 | IssuesEvent | 2023-07-25 09:30:13 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | opened | [browser] mono runtime already exited with 0 | arch-wasm blocking-clean-ci area-System.Runtime.InteropServices.JavaScript Known Build Error os-browser | ### Error Blob
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=350621&view=results
```json
{
"ErrorMessage": "mono runtime already exited with",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
```
### Reproduction Steps
wasm `System.Net.WebSockets.Client.Tests` nodeJS | 1.0 | [browser] mono runtime already exited with 0 - ### Error Blob
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=350621&view=results
```json
{
"ErrorMessage": "mono runtime already exited with",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
```
### Reproduction Steps
wasm `System.Net.WebSockets.Client.Tests` nodeJS | non_priority | mono runtime already exited with error blob build json errormessage mono runtime already exited with buildretry false excludeconsolelog false reproduction steps wasm system net websockets client tests nodejs | 0 |
459,788 | 13,199,299,728 | IssuesEvent | 2020-08-14 05:27:18 | opencrvs/opencrvs-core | https://api.github.com/repos/opencrvs/opencrvs-core | closed | Alignment problem is observed inside specific birth & death months report. | Priority: high 👹Bug | **Step To Reproduce**
1. Log in as sysadmin into the system.
2. Select an area and go to performance tab.
3. Select Reports from drop down.
4. From reports page > click a year link of birth/death which has data in it.
**Actual Result**
Alignment issue in the last column. Amount is left aligned and the label of the column is right aligned.
For both Birth & death.
**Expected behavior**
There shouldn't be any alignment problem appear.
**Screenshots**

**Desktop:**
- OS: Windows 10
- Browser: Chrome 84.0
| 1.0 | Alignment problem is observed inside specific birth & death months report. - **Step To Reproduce**
1. Log in as sysadmin into the system.
2. Select an area and go to performance tab.
3. Select Reports from drop down.
4. From reports page > click a year link of birth/death which has data in it.
**Actual Result**
Alignment issue in the last column. Amount is left aligned and the label of the column is right aligned.
For both Birth & death.
**Expected behavior**
There shouldn't be any alignment problem appear.
**Screenshots**

**Desktop:**
- OS: Windows 10
- Browser: Chrome 84.0
| priority | alignment problem is observed inside specific birth death months report step to reproduce log in as sysadmin into the system select an area and go to performance tab select reports from drop down from reports page click a year link of birth death which has data in it actual result alignment issue in the last column amount is left aligned and the label of the column is right aligned for both birth death expected behavior there shouldn t be any alignment problem appear screenshots desktop os windows browser chrome | 1 |
772,242 | 27,112,980,734 | IssuesEvent | 2023-02-15 16:31:16 | bigbluebutton/bigbluebutton | https://api.github.com/repos/bigbluebutton/bigbluebutton | closed | (2.6) One more space on poll panel | type: enhancement priority: low | <!--PLEASE DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS.
This issue tracker is only for bbb development related issues.
Search for existing feature requests to avoid creating duplicates.-->
**Is your feature request related to a problem? Please describe.**
In the current polling window, the Custom Input panel and the optional Question Input panel are too close to each other. So users may misunderstand that the Question Input panel is somehow related to the Custom Input switch. However, the Question Input panel is more closely related to the Response Types window below.
**Describe the solution you'd like**
I would like to have more space between the Question Input panel and the Custom Input switch.

**Describe alternatives you've considered**
Maybe two more empty lines, but just one line insertion would help.
**Additional context**
Add any other context or screenshots about the feature request here.
| 1.0 | (2.6) One more space on poll panel - <!--PLEASE DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS.
This issue tracker is only for bbb development related issues.
Search for existing feature requests to avoid creating duplicates.-->
**Is your feature request related to a problem? Please describe.**
In the current polling window, the Custom Input panel and the optional Question Input panel are too close to each other. So users may misunderstand that the Question Input panel is somehow related to the Custom Input switch. However, the Question Input panel is more closely related to the Response Types window below.
**Describe the solution you'd like**
I would like to have more space between the Question Input panel and the Custom Input switch.

**Describe alternatives you've considered**
Maybe two more empty lines, but just one line insertion would help.
**Additional context**
Add any other context or screenshots about the feature request here.
| priority | one more space on poll panel please do not file issues for general support questions this issue tracker is only for bbb development related issues search for existing feature requests to avoid creating duplicates is your feature request related to a problem please describe in the current polling window the custom input panel and the optional question input panel are too close to each other so users may misunderstand that the question input panel is somehow related to the custom input switch however the question input panel is more closely related to the response types window below describe the solution you d like i would like to have more space between the question input panel and the custom input switch describe alternatives you ve considered maybe two more empty lines but just one line insertion would help additional context add any other context or screenshots about the feature request here | 1 |
356,216 | 10,590,149,533 | IssuesEvent | 2019-10-09 08:08:03 | bedita/bedita | https://api.github.com/repos/bedita/bedita | closed | Priority (values > 99) in object lists truncated to 2 digit | Priority - High Topic - UI Type - Bug | Priority in object lists is not fully showed when its length is more than 2 digits.
In `webroot/css/bedita.css`:
```
INPUT.priority {
text-align:center;
width:22px;
height:22px;
border-radius:100% !important;
font-size: 11px;
border-width:0px !important;
color:#FFF !important;
}
```
Width and height should be somehow dynamic or larger.
Tip: changing width to 44px and commenting border-radius line in bedita.css.
Tip above solves the issue in several cases with "high priority" values, but it has bad consequences in "add contents" modals: ugly empty rectangles in the left. | 1.0 | Priority (values > 99) in object lists truncated to 2 digit - Priority in object lists is not fully showed when its length is more than 2 digits.
In `webroot/css/bedita.css`:
```
INPUT.priority {
text-align:center;
width:22px;
height:22px;
border-radius:100% !important;
font-size: 11px;
border-width:0px !important;
color:#FFF !important;
}
```
Width and height should be somehow dynamic or larger.
Tip: changing width to 44px and commenting border-radius line in bedita.css.
Tip above solves the issue in several cases with "high priority" values, but it has bad consequences in "add contents" modals: ugly empty rectangles in the left. | priority | priority values in object lists truncated to digit priority in object lists is not fully showed when its length is more than digits in webroot css bedita css input priority text align center width height border radius important font size border width important color fff important width and height should be somehow dynamic or larger tip changing width to and commenting border radius line in bedita css tip above solves the issue in several cases with high priority values but it has bad consequences in add contents modals ugly empty rectangles in the left | 1 |
9,489 | 6,331,228,345 | IssuesEvent | 2017-07-26 09:26:20 | Yakindu/statecharts | https://api.github.com/repos/Yakindu/statecharts | closed | Definition section does not appear as an editable textarea | is-Usability-Issue | Multiple usability tests have shown that users do not recognize the definition section as an editable area in its current state. At the moment it appears to be more than a "legend area" for inexperienced users. To make it more visible and easier to understand it should feature a monospace font and syntax highlighting in its default appearance. | True | Definition section does not appear as an editable textarea - Multiple usability tests have shown that users do not recognize the definition section as an editable area in its current state. At the moment it appears to be more than a "legend area" for inexperienced users. To make it more visible and easier to understand it should feature a monospace font and syntax highlighting in its default appearance. | non_priority | definition section does not appear as an editable textarea multiple usability tests have shown that users do not recognize the definition section as an editable area in its current state at the moment it appears to be more than a legend area for inexperienced users to make it more visible and easier to understand it should feature a monospace font and syntax highlighting in its default appearance | 0 |
489,422 | 14,106,340,966 | IssuesEvent | 2020-11-06 14:48:04 | eoscostarica/lifebank | https://api.github.com/repos/eoscostarica/lifebank | closed | Production update status | High Priority | - [x] We need production to be up to date with the latest approved changes from the repository.
- [x] We also need to start working on a pipeline towards continual integration.
| 1.0 | Production update status - - [x] We need production to be up to date with the latest approved changes from the repository.
- [x] We also need to start working on a pipeline towards continual integration.
| priority | production update status we need production to be up to date with the latest approved changes from the repository we also need to start working on a pipeline towards continual integration | 1 |
2,938 | 4,082,207,432 | IssuesEvent | 2016-05-31 12:01:12 | sprucedev/DockCI | https://api.github.com/repos/sprucedev/DockCI | closed | OAuth key in clone error | 2pt bug ready security | Start DockCI container without networking, run GitHub job that clones using OAuth2 key.
**Expected:** Git shows error about cloning, but with OAuth2 key blanked out
**Actual:** Git shows error about cloning, with OAuth2 key included
```
> git clone 'https://oauth2:****@github.com/sprucedev/spruce-ui.git' /tmp/tmpqm2wc4gg
Cloning into '/tmp/tmpqm2wc4gg'...
fatal: unable to access 'https://oauth2:deadbeefdeadbeefdeadbeefdeadbeefdeadbeef@github.com/sprucedev/spruce-ui.git/': Failed to connect to github.com port 443: No route to host
``` | True | OAuth key in clone error - Start DockCI container without networking, run GitHub job that clones using OAuth2 key.
**Expected:** Git shows error about cloning, but with OAuth2 key blanked out
**Actual:** Git shows error about cloning, with OAuth2 key included
```
> git clone 'https://oauth2:****@github.com/sprucedev/spruce-ui.git' /tmp/tmpqm2wc4gg
Cloning into '/tmp/tmpqm2wc4gg'...
fatal: unable to access 'https://oauth2:deadbeefdeadbeefdeadbeefdeadbeefdeadbeef@github.com/sprucedev/spruce-ui.git/': Failed to connect to github.com port 443: No route to host
``` | non_priority | oauth key in clone error start dockci container without networking run github job that clones using key expected git shows error about cloning but with key blanked out actual git shows error about cloning with key included git clone tmp cloning into tmp fatal unable to access failed to connect to github com port no route to host | 0 |
108,720 | 16,815,905,533 | IssuesEvent | 2021-06-17 07:20:38 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | [Security Solution] Comment is displayed after refresh the case page under the isolate host. | Team: SecuritySolution bug v7.14.0 | **Description**
Comment is displayed after refresh the case page under the isolate host.
**Build Details:**
```
Version: 7.14.0-SNAPSHOT
commit: 9838db392e7fcfc12f004b68fb1b09739f131148
Build Hash:41559
Artifact : https://artifacts-api.elastic.co/v1/search/7.14.0-SNAPSHOT
```
**Browser Details:**
All
**Preconditions:**
1. Kibana user should be logged in.
2. Alerts should be generated
**Steps to Reproduce:**
1. Navigate to detection tab of security.
2. Attach the alert to case.
3. Navigate to the case tab under security.
2. Click on case that we added the alert.
3. Click on the "Alerts Details" icon.
4. Click on "isolate host" under the "Take action"
5. Click on confirm button
6. Click on "Case 1".
7. Observe that Comment is not added to the case.
8. Comment is displayed after refresh the case page
**Impacted Test case:**
N/A
**Actual Result:**
Comment is displayed after refresh the case page under the isolate host.
**Expected Result:**
Comment should be displayed without refresh.
**What's working:**
This issue is not occurring if user is on any other page.
**What's not working:**
This issue is occurring if user on same page.
**Screenshot:**
https://user-images.githubusercontent.com/61860752/122349881-4e2d3280-cf6a-11eb-8a92-eaea519a5ab8.mp4
| True | [Security Solution] Comment is displayed after refresh the case page under the isolate host. - **Description**
Comment is displayed after refresh the case page under the isolate host.
**Build Details:**
```
Version: 7.14.0-SNAPSHOT
commit: 9838db392e7fcfc12f004b68fb1b09739f131148
Build Hash:41559
Artifact : https://artifacts-api.elastic.co/v1/search/7.14.0-SNAPSHOT
```
**Browser Details:**
All
**Preconditions:**
1. Kibana user should be logged in.
2. Alerts should be generated
**Steps to Reproduce:**
1. Navigate to detection tab of security.
2. Attach the alert to case.
3. Navigate to the case tab under security.
2. Click on case that we added the alert.
3. Click on the "Alerts Details" icon.
4. Click on "isolate host" under the "Take action"
5. Click on confirm button
6. Click on "Case 1".
7. Observe that Comment is not added to the case.
8. Comment is displayed after refresh the case page
**Impacted Test case:**
N/A
**Actual Result:**
Comment is displayed after refresh the case page under the isolate host.
**Expected Result:**
Comment should be displayed without refresh.
**What's working:**
This issue is not occurring if user is on any other page.
**What's not working:**
This issue is occurring if user on same page.
**Screenshot:**
https://user-images.githubusercontent.com/61860752/122349881-4e2d3280-cf6a-11eb-8a92-eaea519a5ab8.mp4
| non_priority | comment is displayed after refresh the case page under the isolate host description comment is displayed after refresh the case page under the isolate host build details version snapshot commit build hash artifact browser details all preconditions kibana user should be logged in alerts should be generated steps to reproduce navigate to detection tab of security attach the alert to case navigate to the case tab under security click on case that we added the alert click on the alerts details icon click on isolate host under the take action click on confirm button click on case observe that comment is not added to the case comment is displayed after refresh the case page impacted test case n a actual result comment is displayed after refresh the case page under the isolate host expected result comment should be displayed without refresh what s working this issue is not occurring if user is on any other page what s not working this issue is occurring if user on same page screenshot | 0 |
229,809 | 7,595,331,085 | IssuesEvent | 2018-04-27 04:44:19 | NuGet/Home | https://api.github.com/repos/NuGet/Home | closed | Install-Package should filter unlisted packages when no version is given | Area: Updates Priority:1 Regression Type:Bug | @jsakamoto commented on [Wed Apr 19 2017](https://github.com/NuGet/NuGetGallery/issues/3802)
### What you were trying to do.
Update the NuGet package "Selenium.WebDriver.MicrosoftWebDriver" from version v.10.0.14393.1 to latest version.
### What you expected to happen.
The version of the NuGet package "Selenium.WebDriver.MicrosoftWebDriver" update to v.10.0.15063.0.
### What actually happened.
The version of the NuGet package "Selenium.WebDriver.MicrosoftWebDriver" updated to v.10.1.14393.0.
That version is unlisted package version.
See also: https://www.nuget.org/packages/Selenium.WebDriver.MicrosoftWebDriver/10.1.14393
### Steps to reproduce the problem.
1. Create or open any .NET project with Visual Studio 2017.
2. Execute "Install-Package Selenium.WebDriver.MicrosoftWebDriver" command at Package Manager Console.
3. After it, the correct latest version "10.0.15063" was installed. (This is correct behavior)
4. Next step, execute "Update-Package Selenium.WebDriver.MicrosoftWebDriver" command.
5. Then, the command update the package to UNLISTED version "10.1.14393" !
### Appendix Information
I guess, this problem happens due to the JSON response from api.nuget.org.
The JSON reponse contains "upper" proprty, but it looks like include unlisted package versions.

Is it by design and it should not change? or should fix it?
---
@skofman1 commented on [Wed Apr 19 2017](https://github.com/NuGet/NuGetGallery/issues/3802#issuecomment-295411222)
@joelverhagen , @emgarten , is this a client or server issue?
---
@emgarten commented on [Wed Apr 19 2017](https://github.com/NuGet/NuGetGallery/issues/3802#issuecomment-295439707)
Looks like a client issue if the unlisted package is being installed. The upper and lower bounds are correct.
---
@joelverhagen commented on [Wed Apr 19 2017](https://github.com/NuGet/NuGetGallery/issues/3802#issuecomment-295440372)
I confirmed this behavior in NuGet 4.2.0.2451 with a packages.config project. A PackageReference project does not reproduce the problem. The issue occurs for both V2 and V3 NuGet.org source URL.
As @emgarten, this seems to be a client issue.
| 1.0 | Install-Package should filter unlisted packages when no version is given - @jsakamoto commented on [Wed Apr 19 2017](https://github.com/NuGet/NuGetGallery/issues/3802)
### What you were trying to do.
Update the NuGet package "Selenium.WebDriver.MicrosoftWebDriver" from version v.10.0.14393.1 to latest version.
### What you expected to happen.
The version of the NuGet package "Selenium.WebDriver.MicrosoftWebDriver" update to v.10.0.15063.0.
### What actually happened.
The version of the NuGet package "Selenium.WebDriver.MicrosoftWebDriver" updated to v.10.1.14393.0.
That version is unlisted package version.
See also: https://www.nuget.org/packages/Selenium.WebDriver.MicrosoftWebDriver/10.1.14393
### Steps to reproduce the problem.
1. Create or open any .NET project with Visual Studio 2017.
2. Execute "Install-Package Selenium.WebDriver.MicrosoftWebDriver" command at Package Manager Console.
3. After it, the correct latest version "10.0.15063" was installed. (This is correct behavior)
4. Next step, execute "Update-Package Selenium.WebDriver.MicrosoftWebDriver" command.
5. Then, the command update the package to UNLISTED version "10.1.14393" !
### Appendix Information
I guess, this problem happens due to the JSON response from api.nuget.org.
The JSON reponse contains "upper" proprty, but it looks like include unlisted package versions.

Is it by design and it should not change? or should fix it?
---
@skofman1 commented on [Wed Apr 19 2017](https://github.com/NuGet/NuGetGallery/issues/3802#issuecomment-295411222)
@joelverhagen , @emgarten , is this a client or server issue?
---
@emgarten commented on [Wed Apr 19 2017](https://github.com/NuGet/NuGetGallery/issues/3802#issuecomment-295439707)
Looks like a client issue if the unlisted package is being installed. The upper and lower bounds are correct.
---
@joelverhagen commented on [Wed Apr 19 2017](https://github.com/NuGet/NuGetGallery/issues/3802#issuecomment-295440372)
I confirmed this behavior in NuGet 4.2.0.2451 with a packages.config project. A PackageReference project does not reproduce the problem. The issue occurs for both V2 and V3 NuGet.org source URL.
As @emgarten, this seems to be a client issue.
| priority | install package should filter unlisted packages when no version is given jsakamoto commented on what you were trying to do update the nuget package selenium webdriver microsoftwebdriver from version v to latest version what you expected to happen the version of the nuget package selenium webdriver microsoftwebdriver update to v what actually happened the version of the nuget package selenium webdriver microsoftwebdriver updated to v that version is unlisted package version see also steps to reproduce the problem create or open any net project with visual studio execute install package selenium webdriver microsoftwebdriver command at package manager console after it the correct latest version was installed this is correct behavior next step execute update package selenium webdriver microsoftwebdriver command then the command update the package to unlisted version appendix information i guess this problem happens due to the json response from api nuget org the json reponse contains upper proprty but it looks like include unlisted package versions is it by design and it should not change or should fix it commented on joelverhagen emgarten is this a client or server issue emgarten commented on looks like a client issue if the unlisted package is being installed the upper and lower bounds are correct joelverhagen commented on i confirmed this behavior in nuget with a packages config project a packagereference project does not reproduce the problem the issue occurs for both and nuget org source url as emgarten this seems to be a client issue | 1 |
8,192 | 2,869,710,879 | IssuesEvent | 2015-06-06 13:13:54 | lsecities/lsecities-wp-theme | https://api.github.com/repos/lsecities/lsecities-wp-theme | opened | section fronts: add twitter stream | enhancement from:2015-05-06 meeting needs:design needs:UX | new feature for main frontpage:
embed twitter feed highlighting press coverage & news about LSE Cities | 1.0 | section fronts: add twitter stream - new feature for main frontpage:
embed twitter feed highlighting press coverage & news about LSE Cities | non_priority | section fronts add twitter stream new feature for main frontpage embed twitter feed highlighting press coverage news about lse cities | 0 |
447,007 | 31,567,846,088 | IssuesEvent | 2023-09-04 01:22:26 | beyond-all-reason/spring | https://api.github.com/repos/beyond-all-reason/spring | closed | Get rid of changelog redundancy | documentation | There's currently two: a ticket at #171 and a txt file at https://github.com/beyond-all-reason/spring/blob/BAR105/doc/changelog.txt . There's also what's effectively a "breaking changes and how to work around them" page at https://beyond-all-reason.github.io/spring/migrating-from-spring/ which has some overlap but fulfils a different purpose and should stay regardless. Then there's https://github.com/beyond-all-reason/spring/wiki/Recoil-RTS-engine-changes which only really contains the link to #171.
* the txt must exist because that is where the Picassos of the world will look for 105 -> R migration, since it's where it has always been. But it doesn't necessarily have to contain anything other than a link to some proper content (be that #171, a github.io docs page or anything else) for that case.
* I originally made #171 because I had no write access to the repo, I didn't want to make a ton of PRs for the txt every time somebody forgot to add a line with a change, most of the changes at the time were outside my areas of expertise where I had to settle for a \<FIXME\> note, and there was the general turmoil around the time of the fork when maintaining a changelog was not really a primary concern. All of these concerns are now moot, for me specifically, though some still apply to anybody else who would want to volunteer to maintain the changelog.
* I feel like the authoritative changelog should still be in the repo, because everything else is transient. What if something happens to github, or just the ticket? What if there's another fork (putting people back in the role of the aforementioned picasso)?
* the txt file is ugly though, while the ticket has nice formatting and structure and all. But remember we aren't limited to the two, perhaps there could be a github.io page since that's where the rest of the documentation is supposed to be at some point?
* I think one of the original reasons for having an explicit txt file may have been for GPL v2 § 2a compliance ("prominent notice how the files were changed") since I've seen a lot of projects from the 00's to have a changelog file for that reason. But I believe this has always been moot thanks to git version control, mentioning this just for Chesterton's fence reasons.
In that vein how about this plan:
* add a github.io site page in parallel to the "migrating from Spring" page.
* populate it with the contents of the ticket and remove the ticket.
* populate the txt with links to github.io pages and stop maintaining that. | 1.0 | Get rid of changelog redundancy - There's currently two: a ticket at #171 and a txt file at https://github.com/beyond-all-reason/spring/blob/BAR105/doc/changelog.txt . There's also what's effectively a "breaking changes and how to work around them" page at https://beyond-all-reason.github.io/spring/migrating-from-spring/ which has some overlap but fulfils a different purpose and should stay regardless. Then there's https://github.com/beyond-all-reason/spring/wiki/Recoil-RTS-engine-changes which only really contains the link to #171.
* the txt must exist because that is where the Picassos of the world will look for 105 -> R migration, since it's where it has always been. But it doesn't necessarily have to contain anything other than a link to some proper content (be that #171, a github.io docs page or anything else) for that case.
* I originally made #171 because I had no write access to the repo, I didn't want to make a ton of PRs for the txt every time somebody forgot to add a line with a change, most of the changes at the time were outside my areas of expertise where I had to settle for a \<FIXME\> note, and there was the general turmoil around the time of the fork when maintaining a changelog was not really a primary concern. All of these concerns are now moot, for me specifically, though some still apply to anybody else who would want to volunteer to maintain the changelog.
* I feel like the authoritative changelog should still be in the repo, because everything else is transient. What if something happens to github, or just the ticket? What if there's another fork (putting people back in the role of the aforementioned picasso)?
* the txt file is ugly though, while the ticket has nice formatting and structure and all. But remember we aren't limited to the two, perhaps there could be a github.io page since that's where the rest of the documentation is supposed to be at some point?
* I think one of the original reasons for having an explicit txt file may have been for GPL v2 § 2a compliance ("prominent notice how the files were changed") since I've seen a lot of projects from the 00's to have a changelog file for that reason. But I believe this has always been moot thanks to git version control, mentioning this just for Chesterton's fence reasons.
In that vein how about this plan:
* add a github.io site page in parallel to the "migrating from Spring" page.
* populate it with the contents of the ticket and remove the ticket.
* populate the txt with links to github.io pages and stop maintaining that. | non_priority | get rid of changelog redundancy there s currently two a ticket at and a txt file at there s also what s effectively a breaking changes and how to work around them page at which has some overlap but fulfils a different purpose and should stay regardless then there s which only really contains the link to the txt must exist because that is where the picassos of the world will look for r migration since it s where it has always been but it doesn t necessarily have to contain anything other than a link to some proper content be that a github io docs page or anything else for that case i originally made because i had no write access to the repo i didn t want to make a ton of prs for the txt every time somebody forgot to add a line with a change most of the changes at the time were outside my areas of expertise where i had to settle for a note and there was the general turmoil around the time of the fork when maintaining a changelog was not really a primary concern all of these concerns are now moot for me specifically though some still apply to anybody else who would want to volunteer to maintain the changelog i feel like the authoritative changelog should still be in the repo because everything else is transient what if something happens to github or just the ticket what if there s another fork putting people back in the role of the aforementioned picasso the txt file is ugly though while the ticket has nice formatting and structure and all but remember we aren t limited to the two perhaps there could be a github io page since that s where the rest of the documentation is supposed to be at some point i think one of the original reasons for having an explicit txt file may have been for gpl § compliance prominent notice how the files were changed since i ve seen a lot of projects from the s to have a changelog file for that reason but i believe this has always been moot thanks to git version control mentioning this just for chesterton s fence reasons in that vein how about this plan add a github io site page in parallel to the migrating from spring page populate it with the contents of the ticket and remove the ticket populate the txt with links to github io pages and stop maintaining that | 0 |
440,875 | 12,705,415,026 | IssuesEvent | 2020-06-23 04:34:03 | ctm/mb2-doc | https://api.github.com/repos/ctm/mb2-doc | closed | easter egg | easy enhancement high priority | Add /me syntax, which I mentioned in [a comment](https://github.com/ctm/mb2-doc/issues/221#issuecomment-642978593) in #221. Also add the ability to post a url. Eventually the url posting will only be available to paid (or equivalent) players, but for now it'll be useful for posting links to the various games that are being played.
I'm going to do this now, mostly because I'm pretty burnt out from yesterday's debacle and my consequent lack of sleep.
I don't plan to announce it, but anyone who is following these issues will know about it. I also pointed out a message in the lobby to Chris. That message should be transformed once this mod gets written and deployed.
Whee! | 1.0 | easter egg - Add /me syntax, which I mentioned in [a comment](https://github.com/ctm/mb2-doc/issues/221#issuecomment-642978593) in #221. Also add the ability to post a url. Eventually the url posting will only be available to paid (or equivalent) players, but for now it'll be useful for posting links to the various games that are being played.
I'm going to do this now, mostly because I'm pretty burnt out from yesterday's debacle and my consequent lack of sleep.
I don't plan to announce it, but anyone who is following these issues will know about it. I also pointed out a message in the lobby to Chris. That message should be transformed once this mod gets written and deployed.
Whee! | priority | easter egg add me syntax which i mentioned in in also add the ability to post a url eventually the url posting will only be available to paid or equivalent players but for now it ll be useful for posting links to the various games that are being played i m going to do this now mostly because i m pretty burnt out from yesterday s debacle and my consequent lack of sleep i don t plan to announce it but anyone who is following these issues will know about it i also pointed out a message in the lobby to chris that message should be transformed once this mod gets written and deployed whee | 1 |
16,433 | 3,350,351,800 | IssuesEvent | 2015-11-17 14:23:47 | PhilippeSotto/EPQFJ4MG3OWTHZNEFKJ7VYOW | https://api.github.com/repos/PhilippeSotto/EPQFJ4MG3OWTHZNEFKJ7VYOW | closed | 1eXdR9vnmsSLlOvlysTdeprYVF1OSaljxPmm7uwPCLcVwf5SYoVOcvDzVu0+U+fmAo6VAMLvdFsBWEt+1IzFYnEGEna2sezlKjm69wcBKivaMHK3Vx28oIrkEXM6sIz6xmTa93BMIu2krAgfgOsb8+9ylxkMNQG4RSSbniC0KGc= | design | vb7zlxyn04/oCmdjYUfULDR4BrA4tzCfyhDO5kaHXkr7bA6ml103DBBK8+TY/2rwWrRimk3L9Njtd+GCVW7qVkWtoBPT/tD1flxxKqTTA9R0l5AzV33rfhR1xnje0FaTEajuejG8i8NnfFiuN68Hp8WOtawPKnCLiGCLGBY9i10+SBtKkXQdbliOYd8MKdkq/a0r5xDAK5DQBoYMBC8kv3I2eBSyyBQM7l33ze+f2W4DhqqDO/TVF9aNcbOsbvVqSvay+w4sCCFQ4MZzXj7ieQSWMzYUaz4QL0q5+LZHLNsRnKAvUPX6QMhjzTjJeGRf3C4ddkB+zxarRueXE4YnaxnvRJljfFG6A0Gpf/ClEC99RYJXe2x+cX1zq5l3uSnWDwqsZS44/4oST/retZh2TD0UlQGwbtr5JBYWC+hbcCgp4vZ7kVfhLgBAJuMAC2zQiJLfpB6aZRHClVznZyYDCehRSc9801l/zoHpyKdwUVMGsdo/cExD3Y9gA9UyGuyvxqSkF7fDCnLFbn4j4wHvyosOfBOt2UQRA+5P9mojiKHbyRgycwePyjI00XOJhw6mtoCzHUYG+29lGx+6zU5MOydCe+nHvTNKepcozdC4EhKjvOQwAZuxKMflKBSu7SRx/XYMBR0zRXU63Ambn3SLuVozQ/uUyhbM2ggWg+8c3Gqx0I2QxlcB8L4SJaK1yc0XdjxRnEiscu0sISrALkAHhUr2svsOLAghUODGc14+4nmVymB5CgImd1/2Lj8LV5D/lXI+t/G5BheFnd/dVTkgMSa0YPLom1Hs7VtValn+sJPrE4gamlqFn3BSiA4BplWBCnAisKvsnwV+FImFyfSp6PvGYkurmJnbwuPloz1Sz8vK0SFpwqef5E+vzkYayhcZJ6zgBaEWBAEoeBLmaqk5+Dl6174k7N4RrEBX+t4ZU0di858Nm45Hn+wrk21w+8Ks3C4ddkB+zxarRueXE4Yna8ZPjGIQZsQGKhYxzrnmSg2MWhcgj2fQ/s70vYsx9IRmfc8KCh2J+4vBuodvjEx/xVhQuMeI9bD3mjW/ltE6BEj6ACZ0chCgwa5Vg0/TIDbwxR6nsLBqqS4qIPFKk307DhIDLih/FwVBtY5NPSR1lcAg0a0SsWjgUK6FYQPF4hQR1+3uP40nlBIfbHRs2UPnBIp3AEQvT3/Fqw/zj5pXVP6rjrNrbrwQNdUUV2JSIWVKmnoTzTUbKvhMkLUEnePX/wfsMLSGQqvE8HddaXSNo19mpLKQ1nmCNq+KvGTtEdwnNqosSKDU+hFvVezQ4H1oQA== | 1.0 | 1eXdR9vnmsSLlOvlysTdeprYVF1OSaljxPmm7uwPCLcVwf5SYoVOcvDzVu0+U+fmAo6VAMLvdFsBWEt+1IzFYnEGEna2sezlKjm69wcBKivaMHK3Vx28oIrkEXM6sIz6xmTa93BMIu2krAgfgOsb8+9ylxkMNQG4RSSbniC0KGc= - vb7zlxyn04/oCmdjYUfULDR4BrA4tzCfyhDO5kaHXkr7bA6ml103DBBK8+TY/2rwWrRimk3L9Njtd+GCVW7qVkWtoBPT/tD1flxxKqTTA9R0l5AzV33rfhR1xnje0FaTEajuejG8i8NnfFiuN68Hp8WOtawPKnCLiGCLGBY9i10+SBtKkXQdbliOYd8MKdkq/a0r5xDAK5DQBoYMBC8kv3I2eBSyyBQM7l33ze+f2W4DhqqDO/TVF9aNcbOsbvVqSvay+w4sCCFQ4MZzXj7ieQSWMzYUaz4QL0q5+LZHLNsRnKAvUPX6QMhjzTjJeGRf3C4ddkB+zxarRueXE4YnaxnvRJljfFG6A0Gpf/ClEC99RYJXe2x+cX1zq5l3uSnWDwqsZS44/4oST/retZh2TD0UlQGwbtr5JBYWC+hbcCgp4vZ7kVfhLgBAJuMAC2zQiJLfpB6aZRHClVznZyYDCehRSc9801l/zoHpyKdwUVMGsdo/cExD3Y9gA9UyGuyvxqSkF7fDCnLFbn4j4wHvyosOfBOt2UQRA+5P9mojiKHbyRgycwePyjI00XOJhw6mtoCzHUYG+29lGx+6zU5MOydCe+nHvTNKepcozdC4EhKjvOQwAZuxKMflKBSu7SRx/XYMBR0zRXU63Ambn3SLuVozQ/uUyhbM2ggWg+8c3Gqx0I2QxlcB8L4SJaK1yc0XdjxRnEiscu0sISrALkAHhUr2svsOLAghUODGc14+4nmVymB5CgImd1/2Lj8LV5D/lXI+t/G5BheFnd/dVTkgMSa0YPLom1Hs7VtValn+sJPrE4gamlqFn3BSiA4BplWBCnAisKvsnwV+FImFyfSp6PvGYkurmJnbwuPloz1Sz8vK0SFpwqef5E+vzkYayhcZJ6zgBaEWBAEoeBLmaqk5+Dl6174k7N4RrEBX+t4ZU0di858Nm45Hn+wrk21w+8Ks3C4ddkB+zxarRueXE4Yna8ZPjGIQZsQGKhYxzrnmSg2MWhcgj2fQ/s70vYsx9IRmfc8KCh2J+4vBuodvjEx/xVhQuMeI9bD3mjW/ltE6BEj6ACZ0chCgwa5Vg0/TIDbwxR6nsLBqqS4qIPFKk307DhIDLih/FwVBtY5NPSR1lcAg0a0SsWjgUK6FYQPF4hQR1+3uP40nlBIfbHRs2UPnBIp3AEQvT3/Fqw/zj5pXVP6rjrNrbrwQNdUUV2JSIWVKmnoTzTUbKvhMkLUEnePX/wfsMLSGQqvE8HddaXSNo19mpLKQ1nmCNq+KvGTtEdwnNqosSKDU+hFvVezQ4H1oQA== | non_priority | u ty zohpykdwuvmgsdo lxi t fqw kvgttedwnnqosskdu | 0 |
17,151 | 12,236,737,278 | IssuesEvent | 2020-05-04 16:50:20 | microsoft/react-native-windows | https://api.github.com/repos/microsoft/react-native-windows | closed | RNW msbuild projects are not set up for multiproc builds | Area: Infrastructure Area: Performance Developer First Experience | https://github.com/microsoft/react-native-windows/blob/ff6f8f57587f7364143a701ef6637039b6643cf4/vnext/local-cli/runWindows/utils/msbuildtools.js#L56
We need to survey our projects to correct the inter-project dependencies so that we can enable multi proc builds | 1.0 | RNW msbuild projects are not set up for multiproc builds - https://github.com/microsoft/react-native-windows/blob/ff6f8f57587f7364143a701ef6637039b6643cf4/vnext/local-cli/runWindows/utils/msbuildtools.js#L56
We need to survey our projects to correct the inter-project dependencies so that we can enable multi proc builds | non_priority | rnw msbuild projects are not set up for multiproc builds we need to survey our projects to correct the inter project dependencies so that we can enable multi proc builds | 0 |
431,386 | 12,478,751,823 | IssuesEvent | 2020-05-29 16:58:00 | siteorigin/so-widgets-bundle | https://api.github.com/repos/siteorigin/so-widgets-bundle | closed | Simple Masonry: Allow users to select unit of measurement for row gutter | enhancement priority-3 | This will allow the user to create more dynamic layouts without having to manually work out the width of each column as they could just use, say, %.
| 1.0 | Simple Masonry: Allow users to select unit of measurement for row gutter - This will allow the user to create more dynamic layouts without having to manually work out the width of each column as they could just use, say, %.
| priority | simple masonry allow users to select unit of measurement for row gutter this will allow the user to create more dynamic layouts without having to manually work out the width of each column as they could just use say | 1 |
73,710 | 24,766,447,745 | IssuesEvent | 2022-10-22 15:35:59 | tschaban/AFE-Firmware | https://api.github.com/repos/tschaban/AFE-Firmware | closed | BME680 not all values published from the sensor | Defect | not values for below to
"breathVocEquivalent":null,"gasResistance":null}' | 1.0 | BME680 not all values published from the sensor - not values for below to
"breathVocEquivalent":null,"gasResistance":null}' | non_priority | not all values published from the sensor not values for below to breathvocequivalent null gasresistance null | 0 |
60,647 | 14,570,529,007 | IssuesEvent | 2020-12-17 14:30:16 | vikidi/Homepages | https://api.github.com/repos/vikidi/Homepages | opened | CVE-2020-26274 (Medium) detected in systeminformation-4.27.10.tgz | security vulnerability | ## CVE-2020-26274 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>systeminformation-4.27.10.tgz</b></p></summary>
<p>Simple system and OS information library</p>
<p>Library home page: <a href="https://registry.npmjs.org/systeminformation/-/systeminformation-4.27.10.tgz">https://registry.npmjs.org/systeminformation/-/systeminformation-4.27.10.tgz</a></p>
<p>Path to dependency file: Homepages/backend/package.json</p>
<p>Path to vulnerable library: Homepages/backend/node_modules/systeminformation/package.json</p>
<p>
Dependency Hierarchy:
- pm2-4.5.0.tgz (Root Library)
- :x: **systeminformation-4.27.10.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/vikidi/Homepages/commit/d3a9d4b0bed7bbeb60f36f223b68aaecdbbdf11f">d3a9d4b0bed7bbeb60f36f223b68aaecdbbdf11f</a></p>
<p>Found in base branch: <b>development</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>
In systeminformation (npm package) before version 4.31.1 there is a command injection vulnerability. The problem was fixed in version 4.31.1 with a shell string sanitation fix.
<p>Publish Date: 2020-12-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-26274>CVE-2020-26274</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/package/systeminformation/v/4.31.0">https://www.npmjs.com/package/systeminformation/v/4.31.0</a></p>
<p>Release Date: 2020-12-16</p>
<p>Fix Resolution: 4.31.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-26274 (Medium) detected in systeminformation-4.27.10.tgz - ## CVE-2020-26274 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>systeminformation-4.27.10.tgz</b></p></summary>
<p>Simple system and OS information library</p>
<p>Library home page: <a href="https://registry.npmjs.org/systeminformation/-/systeminformation-4.27.10.tgz">https://registry.npmjs.org/systeminformation/-/systeminformation-4.27.10.tgz</a></p>
<p>Path to dependency file: Homepages/backend/package.json</p>
<p>Path to vulnerable library: Homepages/backend/node_modules/systeminformation/package.json</p>
<p>
Dependency Hierarchy:
- pm2-4.5.0.tgz (Root Library)
- :x: **systeminformation-4.27.10.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/vikidi/Homepages/commit/d3a9d4b0bed7bbeb60f36f223b68aaecdbbdf11f">d3a9d4b0bed7bbeb60f36f223b68aaecdbbdf11f</a></p>
<p>Found in base branch: <b>development</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>
In systeminformation (npm package) before version 4.31.1 there is a command injection vulnerability. The problem was fixed in version 4.31.1 with a shell string sanitation fix.
<p>Publish Date: 2020-12-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-26274>CVE-2020-26274</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/package/systeminformation/v/4.31.0">https://www.npmjs.com/package/systeminformation/v/4.31.0</a></p>
<p>Release Date: 2020-12-16</p>
<p>Fix Resolution: 4.31.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 medium detected in systeminformation tgz cve medium severity vulnerability vulnerable library systeminformation tgz simple system and os information library library home page a href path to dependency file homepages backend package json path to vulnerable library homepages backend node modules systeminformation package json dependency hierarchy tgz root library x systeminformation tgz vulnerable library found in head commit a href found in base branch development vulnerability details in systeminformation npm package before version there is a command injection vulnerability the problem was fixed in version with a shell string sanitation fix publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
292,517 | 25,220,403,468 | IssuesEvent | 2022-11-14 12:21:40 | Test-Automation-Crash-Course-24-10-22/team_14 | https://api.github.com/repos/Test-Automation-Crash-Course-24-10-22/team_14 | opened | verifyaddgoodstowishlist | TestCase | **Description:**
Сheck for the possibility to search MacBook and add to the Wish List
**Pre-conditions:**
1.Open https://rozetka.com.ua/ and log in
2. Open https://rozetka.com.ua/notebooks/c80004/producer=apple/#search_text=macbook
**Test Steps:**
| Step | Test Data | Expected result |
| :---: | :---: | :---: |
| Enter text “MacBook” and Click Enter | | Showed products meeting the search criteria |
| Search MacBook and click on button “Add to Wish List” | | The product is added in Wish List | | 1.0 | verifyaddgoodstowishlist - **Description:**
Сheck for the possibility to search MacBook and add to the Wish List
**Pre-conditions:**
1.Open https://rozetka.com.ua/ and log in
2. Open https://rozetka.com.ua/notebooks/c80004/producer=apple/#search_text=macbook
**Test Steps:**
| Step | Test Data | Expected result |
| :---: | :---: | :---: |
| Enter text “MacBook” and Click Enter | | Showed products meeting the search criteria |
| Search MacBook and click on button “Add to Wish List” | | The product is added in Wish List | | non_priority | verifyaddgoodstowishlist description сheck for the possibility to search macbook and add to the wish list pre conditions open and log in open test steps step test data expected result enter text “macbook” and click enter showed products meeting the search criteria search macbook and click on button “add to wish list” the product is added in wish list | 0 |
592,138 | 17,871,333,246 | IssuesEvent | 2021-09-06 15:58:42 | ChainSafe/ChainBridge | https://api.github.com/repos/ChainSafe/ChainBridge | closed | UI aborting transfers | Priority: P2 Type: Bug | <!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
The UI submits the transaction
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
https://user-images.githubusercontent.com/84600919/130490827-635e941c-11bc-479c-b54f-6ab3d2e09932.mp4

| 1.0 | UI aborting transfers - <!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
The UI submits the transaction
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
https://user-images.githubusercontent.com/84600919/130490827-635e941c-11bc-479c-b54f-6ab3d2e09932.mp4

| priority | ui aborting transfers expected behavior the ui submits the transaction current behavior | 1 |
228,361 | 17,458,339,008 | IssuesEvent | 2021-08-06 06:45:58 | gcv/julia-snail | https://api.github.com/repos/gcv/julia-snail | closed | High level workflow question: Revise + julia-snail | documentation | Thanks for this package! It's really useful so far.
I'm trying to adapt my current workflow (julia-repl + Revise) to julia-snail, and I think I mostly get how things should work but I'm not quite sure.
Basically I'm seeing a difference in the main way that code is evaluated between the two packages:
- In julia-repl, your REPL is just a normal Julia REPL, which means that it treats the package you're working on as basically any other package. Code you evaluate in this REPL is treated as "outside" code, but the code that your REPL has access to stays updated nicely if you use Revise.
- In julia-snail, your REPL runs "inside" the package you're developing. When you send a block of code to it, you're basically doing `@eval MyModule ...code...`. This means you can access module-internal variables/functions/etc. really easily which is cool. Code stays updated by you explicitly telling julia-snail to evaluate a new version of a function.
So my main question here is basically to do with Revise in the context of julia-snail.
If I have some function in my code that I later modify, then I can send the function definition to julia-snail, which overwrites the old definition with the new one.
**If I skip the step of sending the code to julia-snail, is there any way that Revise can be made aware of the updated function and call it instead of the old version?**
If I can't, I'm sure I'll get used to using `C-c C-c` whenever I make changes, but it would be super cool if I didn't have to.
Hopefully this makes sense, let me know if you need more clarification. | 1.0 | High level workflow question: Revise + julia-snail - Thanks for this package! It's really useful so far.
I'm trying to adapt my current workflow (julia-repl + Revise) to julia-snail, and I think I mostly get how things should work but I'm not quite sure.
Basically I'm seeing a difference in the main way that code is evaluated between the two packages:
- In julia-repl, your REPL is just a normal Julia REPL, which means that it treats the package you're working on as basically any other package. Code you evaluate in this REPL is treated as "outside" code, but the code that your REPL has access to stays updated nicely if you use Revise.
- In julia-snail, your REPL runs "inside" the package you're developing. When you send a block of code to it, you're basically doing `@eval MyModule ...code...`. This means you can access module-internal variables/functions/etc. really easily which is cool. Code stays updated by you explicitly telling julia-snail to evaluate a new version of a function.
So my main question here is basically to do with Revise in the context of julia-snail.
If I have some function in my code that I later modify, then I can send the function definition to julia-snail, which overwrites the old definition with the new one.
**If I skip the step of sending the code to julia-snail, is there any way that Revise can be made aware of the updated function and call it instead of the old version?**
If I can't, I'm sure I'll get used to using `C-c C-c` whenever I make changes, but it would be super cool if I didn't have to.
Hopefully this makes sense, let me know if you need more clarification. | non_priority | high level workflow question revise julia snail thanks for this package it s really useful so far i m trying to adapt my current workflow julia repl revise to julia snail and i think i mostly get how things should work but i m not quite sure basically i m seeing a difference in the main way that code is evaluated between the two packages in julia repl your repl is just a normal julia repl which means that it treats the package you re working on as basically any other package code you evaluate in this repl is treated as outside code but the code that your repl has access to stays updated nicely if you use revise in julia snail your repl runs inside the package you re developing when you send a block of code to it you re basically doing eval mymodule code this means you can access module internal variables functions etc really easily which is cool code stays updated by you explicitly telling julia snail to evaluate a new version of a function so my main question here is basically to do with revise in the context of julia snail if i have some function in my code that i later modify then i can send the function definition to julia snail which overwrites the old definition with the new one if i skip the step of sending the code to julia snail is there any way that revise can be made aware of the updated function and call it instead of the old version if i can t i m sure i ll get used to using c c c c whenever i make changes but it would be super cool if i didn t have to hopefully this makes sense let me know if you need more clarification | 0 |
684,899 | 23,437,167,410 | IssuesEvent | 2022-08-15 11:13:04 | modrinth/knossos | https://api.github.com/repos/modrinth/knossos | closed | Allow for resizing description input boxes on gallery page. | bug priority: minor accessibility area: creation and modification | ### Is your feature request related to a problem? Please describe.
The description input box on the gallery page is really tiny.
### Describe the solution you'd like
Let us resize the description input box please.
### Describe alternatives you've considered
_No response_
### Additional context
 | 1.0 | Allow for resizing description input boxes on gallery page. - ### Is your feature request related to a problem? Please describe.
The description input box on the gallery page is really tiny.
### Describe the solution you'd like
Let us resize the description input box please.
### Describe alternatives you've considered
_No response_
### Additional context
 | priority | allow for resizing description input boxes on gallery page is your feature request related to a problem please describe the description input box on the gallery page is really tiny describe the solution you d like let us resize the description input box please describe alternatives you ve considered no response additional context | 1 |
602,992 | 18,521,325,651 | IssuesEvent | 2021-10-20 15:18:31 | ARMmbed/mbed-os | https://api.github.com/repos/ARMmbed/mbed-os | closed | Deleting AT_CellularDevice instance closes/deltes network before deactivating context; context deact. relies on network | type: bug component: connectivity priority: untriaged | <!--
************************************** WARNING **************************************
The ciarcom bot parses this header automatically. Any deviation from the
template may cause the bot to automatically correct this header or may result in a
warning message, requesting updates.
Please ensure all sections of the template below are filled in and no changes
are made to the template format. Only bugs should be raised here as issues.
Questions or enhancements should instead be raised on our forums:
https://forums.mbed.com/ .
*************************************************************************************
-->
### Description of defect
When deleting an AT_CellularDevice (or child class thereof, QUECTEL_BG96 in my case), AT_CellularDevice dtor calls close_network() and then attempts to enumerate and delete all Cellular Contexts managed under the AT_CellularDevice. However, when deleting the AT_CellularContext,
`AT_CellularContext::check_and_deactivate_context()` is called, which tries to de-reference a pointer to the network instance
(`_nw->is_active_context(&active_contexts_count, _cid);`)
Since at this point, the network has been deleted, `_nw` is invalid and the virtual function wrapper `__cxa_pure_virtual` is called instead which causes the program to die.
I am not aware of what is the proper order of operations for `AT_CellularDevice::~AT_CellularDevice()` to prevent this from happening, but this behavior appears to be a bug.
#### Target(s) affected by this defect ?
Probably all, but I am using an STM32F756 custom target.
#### Toolchain(s) (name and version) displaying this defect ?
GNU Arm Embedded Toolchain 9-2020-q2-update
#### What version of Mbed-os are you using (tag or sha) ?
mbed-os-5.15.4 cellular core
#### What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Custom cmake-based build
#### How is this defect reproduced ?
Heap allocate a `QUECTEL_BG96` instance, connect to the network, and then delete the instance.
| 1.0 | Deleting AT_CellularDevice instance closes/deltes network before deactivating context; context deact. relies on network - <!--
************************************** WARNING **************************************
The ciarcom bot parses this header automatically. Any deviation from the
template may cause the bot to automatically correct this header or may result in a
warning message, requesting updates.
Please ensure all sections of the template below are filled in and no changes
are made to the template format. Only bugs should be raised here as issues.
Questions or enhancements should instead be raised on our forums:
https://forums.mbed.com/ .
*************************************************************************************
-->
### Description of defect
When deleting an AT_CellularDevice (or child class thereof, QUECTEL_BG96 in my case), AT_CellularDevice dtor calls close_network() and then attempts to enumerate and delete all Cellular Contexts managed under the AT_CellularDevice. However, when deleting the AT_CellularContext,
`AT_CellularContext::check_and_deactivate_context()` is called, which tries to de-reference a pointer to the network instance
(`_nw->is_active_context(&active_contexts_count, _cid);`)
Since at this point, the network has been deleted, `_nw` is invalid and the virtual function wrapper `__cxa_pure_virtual` is called instead which causes the program to die.
I am not aware of what is the proper order of operations for `AT_CellularDevice::~AT_CellularDevice()` to prevent this from happening, but this behavior appears to be a bug.
#### Target(s) affected by this defect ?
Probably all, but I am using an STM32F756 custom target.
#### Toolchain(s) (name and version) displaying this defect ?
GNU Arm Embedded Toolchain 9-2020-q2-update
#### What version of Mbed-os are you using (tag or sha) ?
mbed-os-5.15.4 cellular core
#### What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Custom cmake-based build
#### How is this defect reproduced ?
Heap allocate a `QUECTEL_BG96` instance, connect to the network, and then delete the instance.
| priority | deleting at cellulardevice instance closes deltes network before deactivating context context deact relies on network warning the ciarcom bot parses this header automatically any deviation from the template may cause the bot to automatically correct this header or may result in a warning message requesting updates please ensure all sections of the template below are filled in and no changes are made to the template format only bugs should be raised here as issues questions or enhancements should instead be raised on our forums description of defect when deleting an at cellulardevice or child class thereof quectel in my case at cellulardevice dtor calls close network and then attempts to enumerate and delete all cellular contexts managed under the at cellulardevice however when deleting the at cellularcontext at cellularcontext check and deactivate context is called which tries to de reference a pointer to the network instance nw is active context active contexts count cid since at this point the network has been deleted nw is invalid and the virtual function wrapper cxa pure virtual is called instead which causes the program to die i am not aware of what is the proper order of operations for at cellulardevice at cellulardevice to prevent this from happening but this behavior appears to be a bug target s affected by this defect probably all but i am using an custom target toolchain s name and version displaying this defect gnu arm embedded toolchain update what version of mbed os are you using tag or sha mbed os cellular core what version s of tools are you using list all that apply e g mbed cli custom cmake based build how is this defect reproduced heap allocate a quectel instance connect to the network and then delete the instance | 1 |
541,800 | 15,834,219,333 | IssuesEvent | 2021-04-06 16:30:54 | ooni/backend | https://api.github.com/repos/ooni/backend | opened | [aggregation] add support for filtering by domain | ooni/api priority/high | This is about adding support for filtering by tested domain inside of the aggregation API. | 1.0 | [aggregation] add support for filtering by domain - This is about adding support for filtering by tested domain inside of the aggregation API. | priority | add support for filtering by domain this is about adding support for filtering by tested domain inside of the aggregation api | 1 |
424,245 | 12,308,208,005 | IssuesEvent | 2020-05-12 06:44:01 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | sketchfab.com - see bug description | browser-fenix engine-gecko priority-normal | <!-- @browser: Firefox Mobile 78.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:78.0) Gecko/78.0 Firefox/78.0 -->
<!-- @reported_with: -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/52744 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://sketchfab.com/
**Browser / Version**: Firefox Mobile 78.0
**Operating System**: Android
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: All 3d model are broken or invisible, or they show up black without textures
**Steps to Reproduce**:
Load any model page in sketchfab and in the 3d model viewer after it's done loading, the model won't show up or its completely broken.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | sketchfab.com - see bug description - <!-- @browser: Firefox Mobile 78.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:78.0) Gecko/78.0 Firefox/78.0 -->
<!-- @reported_with: -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/52744 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://sketchfab.com/
**Browser / Version**: Firefox Mobile 78.0
**Operating System**: Android
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: All 3d model are broken or invisible, or they show up black without textures
**Steps to Reproduce**:
Load any model page in sketchfab and in the 3d model viewer after it's done loading, the model won't show up or its completely broken.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | sketchfab com see bug description url browser version firefox mobile operating system android tested another browser yes chrome problem type something else description all model are broken or invisible or they show up black without textures steps to reproduce load any model page in sketchfab and in the model viewer after it s done loading the model won t show up or its completely broken browser configuration none from with ❤️ | 1 |
204,895 | 7,092,072,862 | IssuesEvent | 2018-01-12 15:22:28 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.t-online.de - Videos doesn't play | browser-firefox-mobile priority-important type-media | <!-- @browser: Firefox Mobile Nightly 56.0a1 (2017-07-10) -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0 -->
<!-- @reported_with: web -->
**URL**: http://www.t-online.de/tv/sport/id_81624696/104-tour-de-france.html
**Problem type**: Video or audio doesn't play
**Description**: Videos doesn't play
**Browser / Version**: Firefox Mobile Nightly 56.0a1 (2017-07-10)
**Operating System**: Google Pixel (Android 7.1.2) - 1080 x 1920 pixels (~441 ppi pixel density)
**Tested Another Browser**: Yes
**Steps to Reproduce**
1. Navigate to: http://www.t-online.de/tv/sport/id_81624696/104-tour-de-france.html.
2. Tap to play the video.
3. Observe behavior.
**Expected Behavior:**
Video plays.
**Actual Behavior:**
Video does not play. “Can't play this video” error message is displayed.
**Note:**
1. Reproducible on Firefox 54.0 Release (Mobile)
2. Not reproducible on Chrome (Mobile) 59.0.3071.125.
3. Screenshot attached.
**Watchers:**
@softvision-sergiulogigan
@softvision-oana-arbuzov
sv; country: de
[](https://webcompat.com/uploads/2017/7/ab237110-8f64-48a2-beb2-efc26f1c95ae.jpg)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.t-online.de - Videos doesn't play - <!-- @browser: Firefox Mobile Nightly 56.0a1 (2017-07-10) -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0 -->
<!-- @reported_with: web -->
**URL**: http://www.t-online.de/tv/sport/id_81624696/104-tour-de-france.html
**Problem type**: Video or audio doesn't play
**Description**: Videos doesn't play
**Browser / Version**: Firefox Mobile Nightly 56.0a1 (2017-07-10)
**Operating System**: Google Pixel (Android 7.1.2) - 1080 x 1920 pixels (~441 ppi pixel density)
**Tested Another Browser**: Yes
**Steps to Reproduce**
1. Navigate to: http://www.t-online.de/tv/sport/id_81624696/104-tour-de-france.html.
2. Tap to play the video.
3. Observe behavior.
**Expected Behavior:**
Video plays.
**Actual Behavior:**
Video does not play. “Can't play this video” error message is displayed.
**Note:**
1. Reproducible on Firefox 54.0 Release (Mobile)
2. Not reproducible on Chrome (Mobile) 59.0.3071.125.
3. Screenshot attached.
**Watchers:**
@softvision-sergiulogigan
@softvision-oana-arbuzov
sv; country: de
[](https://webcompat.com/uploads/2017/7/ab237110-8f64-48a2-beb2-efc26f1c95ae.jpg)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | videos doesn t play url problem type video or audio doesn t play description videos doesn t play browser version firefox mobile nightly operating system google pixel android x pixels ppi pixel density tested another browser yes steps to reproduce navigate to tap to play the video observe behavior expected behavior video plays actual behavior video does not play “can t play this video” error message is displayed note reproducible on firefox release mobile not reproducible on chrome mobile screenshot attached watchers softvision sergiulogigan softvision oana arbuzov sv country de from with ❤️ | 1 |
77,415 | 3,506,375,123 | IssuesEvent | 2016-01-08 06:14:51 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Various bugs (4) (BB #460) | Category: Miscellaneous migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** schtomy
**Original Date:** 13.05.2013 14:59:55 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/460
<hr>
Hello,
Our team built a server with OregonCore 2.4.3
And we encounter some problems which we do not have solutions.
- "Enchant Weapon (Frost fatal)" does not trigger to spells with http://www.wowhead.com/item=38998
-Spells:
"Totemic Recall" does not restore mana http://www.wowhead.com/spell=36936
"withers" did not outragouse yield decreasing http://www.wowhead.com/spell=703
- "Talent Mage (Frost Bite)". Is triggered with the Frost spells of rank 1. Higher ranks make no proc
A support team oregon would help us a lot.
thank you
Schtom | 1.0 | Various bugs (4) (BB #460) - This issue was migrated from bitbucket.
**Original Reporter:** schtomy
**Original Date:** 13.05.2013 14:59:55 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/460
<hr>
Hello,
Our team built a server with OregonCore 2.4.3
And we encounter some problems which we do not have solutions.
- "Enchant Weapon (Frost fatal)" does not trigger to spells with http://www.wowhead.com/item=38998
-Spells:
"Totemic Recall" does not restore mana http://www.wowhead.com/spell=36936
"withers" did not outragouse yield decreasing http://www.wowhead.com/spell=703
- "Talent Mage (Frost Bite)". Is triggered with the Frost spells of rank 1. Higher ranks make no proc
A support team oregon would help us a lot.
thank you
Schtom | priority | various bugs bb this issue was migrated from bitbucket original reporter schtomy original date gmt original priority major original type bug original state invalid direct link hello our team built a server with oregoncore and we encounter some problems which we do not have solutions enchant weapon frost fatal does not trigger to spells with spells totemic recall does not restore mana withers did not outragouse yield decreasing talent mage frost bite is triggered with the frost spells of rank higher ranks make no proc a support team oregon would help us a lot thank you schtom | 1 |
20,576 | 27,238,499,893 | IssuesEvent | 2023-02-21 18:12:22 | NationalSecurityAgency/ghidra | https://api.github.com/repos/NationalSecurityAgency/ghidra | closed | change register names in mips | Feature: Processor/MIPS Status: Waiting on customer | How can (in mips) change register names, in order to display fp instead of s8? | 1.0 | change register names in mips - How can (in mips) change register names, in order to display fp instead of s8? | non_priority | change register names in mips how can in mips change register names in order to display fp instead of | 0 |
20,196 | 4,513,657,161 | IssuesEvent | 2016-09-04 12:14:18 | owncloud/gallery | https://api.github.com/repos/owncloud/gallery | closed | Questionable "nativesvg" parameter in "/api/preview/{fileId}/{width}/{height}" | discussion documentation security | The `nativesvg` parameter is a little bit questionable. Can you elaborate what the reason here is? It does not offer any security advantage as an attacker could just set the value himself.
That said, as far I can tell this does not impose an imminent security risk as CORS routes require HTTP Basic Authentication and the file is served with a download content disposition. Personally I'd always serve the files as text file but that's only me.
That said, can we remove this parameter and default to either SVG or TXT? :smile:
Ref https://github.com/owncloud/gallery/wiki/RESTful-API#apipreviewfileidwidthheight
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27526285-questionable-nativesvg-parameter-in-api-preview-fileid-width-height?utm_campaign=plugin&utm_content=tracker%2F9328526&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F9328526&utm_medium=issues&utm_source=github).
</bountysource-plugin> | 1.0 | Questionable "nativesvg" parameter in "/api/preview/{fileId}/{width}/{height}" - The `nativesvg` parameter is a little bit questionable. Can you elaborate what the reason here is? It does not offer any security advantage as an attacker could just set the value himself.
That said, as far I can tell this does not impose an imminent security risk as CORS routes require HTTP Basic Authentication and the file is served with a download content disposition. Personally I'd always serve the files as text file but that's only me.
That said, can we remove this parameter and default to either SVG or TXT? :smile:
Ref https://github.com/owncloud/gallery/wiki/RESTful-API#apipreviewfileidwidthheight
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27526285-questionable-nativesvg-parameter-in-api-preview-fileid-width-height?utm_campaign=plugin&utm_content=tracker%2F9328526&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F9328526&utm_medium=issues&utm_source=github).
</bountysource-plugin> | non_priority | questionable nativesvg parameter in api preview fileid width height the nativesvg parameter is a little bit questionable can you elaborate what the reason here is it does not offer any security advantage as an attacker could just set the value himself that said as far i can tell this does not impose an imminent security risk as cors routes require http basic authentication and the file is served with a download content disposition personally i d always serve the files as text file but that s only me that said can we remove this parameter and default to either svg or txt smile ref want to back this issue we accept bounties via | 0 |
809,055 | 30,122,845,046 | IssuesEvent | 2023-06-30 16:37:26 | Three-s-A-Crowd-Games/Gerda | https://api.github.com/repos/Three-s-A-Crowd-Games/Gerda | opened | overlapping rooms | bug low priority | some predefined rooms can overlap and cause chaos.
not 100% sure but I think I saw an amboss on top of a trapdorr at the medianight once | 1.0 | overlapping rooms - some predefined rooms can overlap and cause chaos.
not 100% sure but I think I saw an amboss on top of a trapdorr at the medianight once | priority | overlapping rooms some predefined rooms can overlap and cause chaos not sure but i think i saw an amboss on top of a trapdorr at the medianight once | 1 |
256,901 | 22,108,964,400 | IssuesEvent | 2022-06-01 19:24:32 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: jepsen/multi-register/strobe-skews failed | C-test-failure O-robot O-roachtest branch-master release-blocker T-kv | roachtest.jepsen/multi-register/strobe-skews [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5336174?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5336174?buildTab=artifacts#/jepsen/multi-register/strobe-skews) on master @ [1cea73c8a18623949b81705eb5f75179e6cd8d86](https://github.com/cockroachdb/cockroach/commits/1cea73c8a18623949b81705eb5f75179e6cd8d86):
```
| initialize submodules in the clone
| -j, --jobs <n> number of submodules cloned in parallel
| --template <template-directory>
| directory from which templates will be used
| --reference <repo> reference repository
| --reference-if-able <repo>
| reference repository
| --dissociate use --reference only while cloning
| -o, --origin <name> use <name> instead of 'origin' to track upstream
| -b, --branch <branch>
| checkout <branch> instead of the remote's HEAD
| -u, --upload-pack <path>
| path to git-upload-pack on the remote
| --depth <depth> create a shallow clone of that depth
| --shallow-since <time>
| create a shallow clone since a specific time
| --shallow-exclude <revision>
| deepen history of shallow clone, excluding rev
| --single-branch clone only one branch, HEAD or --branch
| --no-tags don't clone any tags, and make later fetches not to follow them
| --shallow-submodules any cloned submodules will be shallow
| --separate-git-dir <gitdir>
| separate git dir from working tree
| -c, --config <key=value>
| set config inside the new repository
| --server-option <server-specific>
| option to transmit
| -4, --ipv4 use IPv4 addresses only
| -6, --ipv6 use IPv6 addresses only
| --filter <args> object filtering
| --remote-submodules any cloned submodules will use their remote-tracking branch
| --sparse initialize sparse-checkout file to include only files at root
|
|
| stdout:
Wraps: (6) COMMAND_PROBLEM
Wraps: (7) Node 6. Command with error:
| ``````
| bash -e -c '
| if ! test -d /mnt/data1/jepsen; then
| git clone -b tc-nightly --depth 1 https://github.com/cockroachdb/jepsen /mnt/data1/jepsen --add safe.directory /mnt/data1/jepsen
| else
| cd /mnt/data1/jepsen
| git fetch origin
| git checkout origin/tc-nightly
| fi
| '
| ``````
Wraps: (8) exit status 129
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) errors.Cmd (7) *hintdetail.withDetail (8) *exec.ExitError
```
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*jepsen/multi-register/strobe-skews.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 2.0 | roachtest: jepsen/multi-register/strobe-skews failed - roachtest.jepsen/multi-register/strobe-skews [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5336174?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5336174?buildTab=artifacts#/jepsen/multi-register/strobe-skews) on master @ [1cea73c8a18623949b81705eb5f75179e6cd8d86](https://github.com/cockroachdb/cockroach/commits/1cea73c8a18623949b81705eb5f75179e6cd8d86):
```
| initialize submodules in the clone
| -j, --jobs <n> number of submodules cloned in parallel
| --template <template-directory>
| directory from which templates will be used
| --reference <repo> reference repository
| --reference-if-able <repo>
| reference repository
| --dissociate use --reference only while cloning
| -o, --origin <name> use <name> instead of 'origin' to track upstream
| -b, --branch <branch>
| checkout <branch> instead of the remote's HEAD
| -u, --upload-pack <path>
| path to git-upload-pack on the remote
| --depth <depth> create a shallow clone of that depth
| --shallow-since <time>
| create a shallow clone since a specific time
| --shallow-exclude <revision>
| deepen history of shallow clone, excluding rev
| --single-branch clone only one branch, HEAD or --branch
| --no-tags don't clone any tags, and make later fetches not to follow them
| --shallow-submodules any cloned submodules will be shallow
| --separate-git-dir <gitdir>
| separate git dir from working tree
| -c, --config <key=value>
| set config inside the new repository
| --server-option <server-specific>
| option to transmit
| -4, --ipv4 use IPv4 addresses only
| -6, --ipv6 use IPv6 addresses only
| --filter <args> object filtering
| --remote-submodules any cloned submodules will use their remote-tracking branch
| --sparse initialize sparse-checkout file to include only files at root
|
|
| stdout:
Wraps: (6) COMMAND_PROBLEM
Wraps: (7) Node 6. Command with error:
| ``````
| bash -e -c '
| if ! test -d /mnt/data1/jepsen; then
| git clone -b tc-nightly --depth 1 https://github.com/cockroachdb/jepsen /mnt/data1/jepsen --add safe.directory /mnt/data1/jepsen
| else
| cd /mnt/data1/jepsen
| git fetch origin
| git checkout origin/tc-nightly
| fi
| '
| ``````
Wraps: (8) exit status 129
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) errors.Cmd (7) *hintdetail.withDetail (8) *exec.ExitError
```
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*jepsen/multi-register/strobe-skews.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| non_priority | roachtest jepsen multi register strobe skews failed roachtest jepsen multi register strobe skews with on master initialize submodules in the clone j jobs number of submodules cloned in parallel template directory from which templates will be used reference reference repository reference if able reference repository dissociate use reference only while cloning o origin use instead of origin to track upstream b branch checkout instead of the remote s head u upload pack path to git upload pack on the remote depth create a shallow clone of that depth shallow since create a shallow clone since a specific time shallow exclude deepen history of shallow clone excluding rev single branch clone only one branch head or branch no tags don t clone any tags and make later fetches not to follow them shallow submodules any cloned submodules will be shallow separate git dir separate git dir from working tree c config set config inside the new repository server option option to transmit use addresses only use addresses only filter object filtering remote submodules any cloned submodules will use their remote tracking branch sparse initialize sparse checkout file to include only files at root stdout wraps command problem wraps node command with error bash e c if test d mnt jepsen then git clone b tc nightly depth mnt jepsen add safe directory mnt jepsen else cd mnt jepsen git fetch origin git checkout origin tc nightly fi wraps exit status error types withstack withstack errutil withprefix withstack withstack errutil withprefix cluster withcommanddetails errors cmd hintdetail withdetail exec exiterror help see see cc cockroachdb kv triage | 0 |
1,984 | 2,581,279,317 | IssuesEvent | 2015-02-13 23:47:58 | chwangaa/Charlie | https://api.github.com/repos/chwangaa/Charlie | opened | Mal Positioning of Cloudmap | enhancement Graphic Design | The current display is too left, needs to be centered, and with a legible space between the heading and the map | 1.0 | Mal Positioning of Cloudmap - The current display is too left, needs to be centered, and with a legible space between the heading and the map | non_priority | mal positioning of cloudmap the current display is too left needs to be centered and with a legible space between the heading and the map | 0 |
450,363 | 13,002,855,760 | IssuesEvent | 2020-07-24 04:54:51 | kubesphere/console | https://api.github.com/repos/kubesphere/console | closed | self-provisioner can't create fed project | kind/bug kind/need-to-verify priority/high | `xiaosi` is the self-provisioner of the fed workspace, but I only see the regular project available to create.
<img width="632" alt="Screen Shot 2020-07-07 at 3 44 13 PM" src="https://user-images.githubusercontent.com/28859385/86739856-c9068180-c068-11ea-9ae5-63f42e6abaa7.png">
| 1.0 | self-provisioner can't create fed project - `xiaosi` is the self-provisioner of the fed workspace, but I only see the regular project available to create.
<img width="632" alt="Screen Shot 2020-07-07 at 3 44 13 PM" src="https://user-images.githubusercontent.com/28859385/86739856-c9068180-c068-11ea-9ae5-63f42e6abaa7.png">
| priority | self provisioner can t create fed project xiaosi is the self provisioner of the fed workspace but i only see the regular project available to create img width alt screen shot at pm src | 1 |
262,036 | 8,249,229,317 | IssuesEvent | 2018-09-11 20:54:11 | PMEAL/OpenPNM | https://api.github.com/repos/PMEAL/OpenPNM | closed | include_input=True is buggy in find_neighbor_pores | Priority - High bug | ```
import openpnm as op
net = op.network.Cubic(shape=[10, 10, 10])
pores = net.find_neighbor_pores(pores=10, include_input=True)
print(pores)
>>> [ 0 11 20 110]
```
It works OK if `len(pores) > 1`, though. | 1.0 | include_input=True is buggy in find_neighbor_pores - ```
import openpnm as op
net = op.network.Cubic(shape=[10, 10, 10])
pores = net.find_neighbor_pores(pores=10, include_input=True)
print(pores)
>>> [ 0 11 20 110]
```
It works OK if `len(pores) > 1`, though. | priority | include input true is buggy in find neighbor pores import openpnm as op net op network cubic shape pores net find neighbor pores pores include input true print pores it works ok if len pores though | 1 |
404,713 | 11,861,932,061 | IssuesEvent | 2020-03-25 17:06:17 | aiidateam/aiida-quantumespresso | https://api.github.com/repos/aiidateam/aiida-quantumespresso | closed | Set "invalidates_cache" exit code keyword where appropriate | priority/nice to have topic/calculations topic/workflows type/enhancement | Since we implemented the "invalidates_cache" keyword on "exit_codes", I think it makes sense to use this here where appropriate.
@sphuber, do you think the 300's exit codes should have that flag? Or only some of them?
An important consideration is that the plugin should still work if the functionality is not present. I think a good way to do this would be something like
```python
if 'invalidates_cache' in ExitCode._fields:
INVALIDATES_CACHE_INPUT = {'invalidates_cache': True}
else:
INVALIDATES_CACHE_INPUT = {}
```
and then pass ``**INVALIDATES_CACHE_INPUT``. Where's a good place to put this code? Do we have a compatibility helper module somewhere? | 1.0 | Set "invalidates_cache" exit code keyword where appropriate - Since we implemented the "invalidates_cache" keyword on "exit_codes", I think it makes sense to use this here where appropriate.
@sphuber, do you think the 300's exit codes should have that flag? Or only some of them?
An important consideration is that the plugin should still work if the functionality is not present. I think a good way to do this would be something like
```python
if 'invalidates_cache' in ExitCode._fields:
INVALIDATES_CACHE_INPUT = {'invalidates_cache': True}
else:
INVALIDATES_CACHE_INPUT = {}
```
and then pass ``**INVALIDATES_CACHE_INPUT``. Where's a good place to put this code? Do we have a compatibility helper module somewhere? | priority | set invalidates cache exit code keyword where appropriate since we implemented the invalidates cache keyword on exit codes i think it makes sense to use this here where appropriate sphuber do you think the s exit codes should have that flag or only some of them an important consideration is that the plugin should still work if the functionality is not present i think a good way to do this would be something like python if invalidates cache in exitcode fields invalidates cache input invalidates cache true else invalidates cache input and then pass invalidates cache input where s a good place to put this code do we have a compatibility helper module somewhere | 1 |
54,182 | 23,196,496,428 | IssuesEvent | 2022-08-01 16:53:56 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | opened | EMIS deprecation: Map military_info from EMIS to VaProfile | console-services vets-api Console Services | ## Issue Description
The auth experience/VaProfile team has an [existing feature toggle to pull SOME military_information from VaProfile](https://github.com/department-of-veterans-affairs/vets-api/blob/master/app/controllers/v0/profile/service_histories_controller.rb#L37). The current Emis integration pulls [ALL of this veteran related information](https://github.com/department-of-veterans-affairs/vets-api/blob/master/app/models/emis_redis/military_information.rb#L38-L56) from eMIS. [Called here](https://github.com/department-of-veterans-affairs/vets-api/blob/master/app/models/form_profile.rb#L213-L215). We should find a way to map the current info to information in VaProfile. It's possible to use some of the work the auth experience team did, but they use a very limited subset. See [VaProfile swagger docs](https://github.com/department-of-veterans-affairs/vets-api/blob/master/app/models/form_profile.rb#L213-L215).
Also see the current [Emis Models](https://github.com/department-of-veterans-affairs/vets-api/tree/master/lib/emis/models) used to map attributes to a given model
---
## Tasks
- [ ] Document where to get pull current attributes from
- [ ] Document anything that isn't a 1:1 mapping
- [ ] Document a migration path
## Acceptance Criteria
- [ ] _What will be created or happen as a result of this story?_
---
## How to configure this issue
- [ ] **Attached to a Milestone** (when will this be completed?)
- [ ] **Attached to an Epic** (what body of work is this a part of?)
- [ ] **Labeled with Team** (`product support`, `analytics-insights`, `operations`, `service-design`, `Console-Services`, `tools-fe`)
- [ ] **Labeled with Practice Area** (`backend`, `frontend`, `devops`, `design`, `research`, `product`, `ia`, `qa`, `analytics`, `contact center`, `research`, `accessibility`, `content`)
- [ ] **Labeled with Type** (`bug`, `request`, `discovery`, `documentation`, etc.)
| 2.0 | EMIS deprecation: Map military_info from EMIS to VaProfile - ## Issue Description
The auth experience/VaProfile team has an [existing feature toggle to pull SOME military_information from VaProfile](https://github.com/department-of-veterans-affairs/vets-api/blob/master/app/controllers/v0/profile/service_histories_controller.rb#L37). The current Emis integration pulls [ALL of this veteran related information](https://github.com/department-of-veterans-affairs/vets-api/blob/master/app/models/emis_redis/military_information.rb#L38-L56) from eMIS. [Called here](https://github.com/department-of-veterans-affairs/vets-api/blob/master/app/models/form_profile.rb#L213-L215). We should find a way to map the current info to information in VaProfile. It's possible to use some of the work the auth experience team did, but they use a very limited subset. See [VaProfile swagger docs](https://github.com/department-of-veterans-affairs/vets-api/blob/master/app/models/form_profile.rb#L213-L215).
Also see the current [Emis Models](https://github.com/department-of-veterans-affairs/vets-api/tree/master/lib/emis/models) used to map attributes to a given model
---
## Tasks
- [ ] Document where to get pull current attributes from
- [ ] Document anything that isn't a 1:1 mapping
- [ ] Document a migration path
## Acceptance Criteria
- [ ] _What will be created or happen as a result of this story?_
---
## How to configure this issue
- [ ] **Attached to a Milestone** (when will this be completed?)
- [ ] **Attached to an Epic** (what body of work is this a part of?)
- [ ] **Labeled with Team** (`product support`, `analytics-insights`, `operations`, `service-design`, `Console-Services`, `tools-fe`)
- [ ] **Labeled with Practice Area** (`backend`, `frontend`, `devops`, `design`, `research`, `product`, `ia`, `qa`, `analytics`, `contact center`, `research`, `accessibility`, `content`)
- [ ] **Labeled with Type** (`bug`, `request`, `discovery`, `documentation`, etc.)
| non_priority | emis deprecation map military info from emis to vaprofile issue description the auth experience vaprofile team has an the current emis integration pulls from emis we should find a way to map the current info to information in vaprofile it s possible to use some of the work the auth experience team did but they use a very limited subset see also see the current used to map attributes to a given model tasks document where to get pull current attributes from document anything that isn t a mapping document a migration path acceptance criteria what will be created or happen as a result of this story how to configure this issue attached to a milestone when will this be completed attached to an epic what body of work is this a part of labeled with team product support analytics insights operations service design console services tools fe labeled with practice area backend frontend devops design research product ia qa analytics contact center research accessibility content labeled with type bug request discovery documentation etc | 0 |
105,628 | 4,239,228,111 | IssuesEvent | 2016-07-06 08:39:03 | iSoron/uhabits | https://api.github.com/repos/iSoron/uhabits | closed | 24hr snooze | normal-priority small-enhancement small-task | For many things one reminder a day is enough for me, but the lowest frequency is 8hrs.
24hr would also have the nice effect of only reminding at the chosen time. | 1.0 | 24hr snooze - For many things one reminder a day is enough for me, but the lowest frequency is 8hrs.
24hr would also have the nice effect of only reminding at the chosen time. | priority | snooze for many things one reminder a day is enough for me but the lowest frequency is would also have the nice effect of only reminding at the chosen time | 1 |
765,617 | 26,854,224,189 | IssuesEvent | 2023-02-03 13:27:19 | cancervariants/variation-normalization | https://api.github.com/repos/cancervariants/variation-normalization | opened | Allow for option to use existing `QueryHandler` instance from gene-normalizer | enhancement priority:low | We always instantiate a new `QueryHandler` instance from gene-normalizer. We should provide a way to pass an existing instance | 1.0 | Allow for option to use existing `QueryHandler` instance from gene-normalizer - We always instantiate a new `QueryHandler` instance from gene-normalizer. We should provide a way to pass an existing instance | priority | allow for option to use existing queryhandler instance from gene normalizer we always instantiate a new queryhandler instance from gene normalizer we should provide a way to pass an existing instance | 1 |
407,966 | 11,940,036,603 | IssuesEvent | 2020-04-02 16:04:25 | eclipse-ee4j/jaxb-api | https://api.github.com/repos/eclipse-ee4j/jaxb-api | closed | DatatypeConverter / DatatypeConverterInterface are underspecified | Component: bind framework Priority: Major Type: Bug | It doesn't say what happens in case of an error. Does it throw an exception?
Does it just return null?
#### Environment
Operating System: All
Platform: All
#### Affected Versions
[2.0 v0.4] | 1.0 | DatatypeConverter / DatatypeConverterInterface are underspecified - It doesn't say what happens in case of an error. Does it throw an exception?
Does it just return null?
#### Environment
Operating System: All
Platform: All
#### Affected Versions
[2.0 v0.4] | priority | datatypeconverter datatypeconverterinterface are underspecified it doesn t say what happens in case of an error does it throw an exception does it just return null environment operating system all platform all affected versions | 1 |
20,286 | 3,575,172,184 | IssuesEvent | 2016-01-27 15:03:50 | pypa/warehouse | https://api.github.com/repos/pypa/warehouse | closed | Autoprefixer Support | design | Determine if we need/want to use autoprefixer support, and if so implement it. | 1.0 | Autoprefixer Support - Determine if we need/want to use autoprefixer support, and if so implement it. | non_priority | autoprefixer support determine if we need want to use autoprefixer support and if so implement it | 0 |
223,044 | 17,537,012,067 | IssuesEvent | 2021-08-12 07:42:40 | sigrennesmetropole/geor_tabou2_front | https://api.github.com/repos/sigrennesmetropole/geor_tabou2_front | closed | API - N°ADS rend le programme non consultable par le plugin | bug API test | **Description du bug / Describe the bug**
Si un numéro ADS obligatoire pour accéder aux infos DDC (programme) est saisi, le programme ne peut plus être consulté par le plugin.
**Version**
API - 1.1.2 du 18/05
Vu avec @dcottenc . | 1.0 | API - N°ADS rend le programme non consultable par le plugin - **Description du bug / Describe the bug**
Si un numéro ADS obligatoire pour accéder aux infos DDC (programme) est saisi, le programme ne peut plus être consulté par le plugin.
**Version**
API - 1.1.2 du 18/05
Vu avec @dcottenc . | non_priority | api n°ads rend le programme non consultable par le plugin description du bug describe the bug si un numéro ads obligatoire pour accéder aux infos ddc programme est saisi le programme ne peut plus être consulté par le plugin version api du vu avec dcottenc | 0 |
48,328 | 5,954,082,896 | IssuesEvent | 2017-05-27 14:30:11 | lolmos/statictestting | https://api.github.com/repos/lolmos/statictestting | closed | Make all activities content and nav live | Activities section (1) Test | - [ ] Global nav changes (both languages)
- [ ] Ensure tabs are live (both languages)
- [ ] Ensure three sections and content pages are live (both languages)
- [ ] Test PDF links
- [ ] Check nothing else has broken in the process | 1.0 | Make all activities content and nav live - - [ ] Global nav changes (both languages)
- [ ] Ensure tabs are live (both languages)
- [ ] Ensure three sections and content pages are live (both languages)
- [ ] Test PDF links
- [ ] Check nothing else has broken in the process | non_priority | make all activities content and nav live global nav changes both languages ensure tabs are live both languages ensure three sections and content pages are live both languages test pdf links check nothing else has broken in the process | 0 |
230,254 | 7,605,981,484 | IssuesEvent | 2018-04-30 11:29:26 | jbarthelmes/3DTK | https://api.github.com/repos/jbarthelmes/3DTK | opened | derivation.nix: withPMD can't configure | bug nix priority:medium | Includes can't be found:
```
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FTGL_INCLUDE_DIR
used as include directory in directory /tmp/nix-build-3dtk.drv-0/slam6d/src/pmd
[...]
freetype_INCLUDE_DIRS
used as include directory in directory /tmp/nix-build-3dtk.drv-0/slam6d/src/pmd
[...]
```
| 1.0 | derivation.nix: withPMD can't configure - Includes can't be found:
```
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FTGL_INCLUDE_DIR
used as include directory in directory /tmp/nix-build-3dtk.drv-0/slam6d/src/pmd
[...]
freetype_INCLUDE_DIRS
used as include directory in directory /tmp/nix-build-3dtk.drv-0/slam6d/src/pmd
[...]
```
| priority | derivation nix withpmd can t configure includes can t be found cmake error the following variables are used in this project but they are set to notfound please set them or make sure they are set and tested correctly in the cmake files ftgl include dir used as include directory in directory tmp nix build drv src pmd freetype include dirs used as include directory in directory tmp nix build drv src pmd | 1 |
69,439 | 22,352,945,845 | IssuesEvent | 2022-06-15 13:33:24 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | opened | [Location sharing] - Crash when starting/stopping a live when offline | T-Defect | ### Steps to reproduce
1. Enable Airplane mode
2. Start (or stop) a live location share
3. The app should crash
### Outcome
#### What did you expect?
The app should not crash. The app should show an error dialog.
#### What happened instead?
The app crashes.
### Your phone model
_No response_
### Operating system version
_No response_
### Application version and app store
_No response_
### Homeserver
_No response_
### Will you send logs?
No
### Are you willing to provide a PR?
Yes | 1.0 | [Location sharing] - Crash when starting/stopping a live when offline - ### Steps to reproduce
1. Enable Airplane mode
2. Start (or stop) a live location share
3. The app should crash
### Outcome
#### What did you expect?
The app should not crash. The app should show an error dialog.
#### What happened instead?
The app crashes.
### Your phone model
_No response_
### Operating system version
_No response_
### Application version and app store
_No response_
### Homeserver
_No response_
### Will you send logs?
No
### Are you willing to provide a PR?
Yes | non_priority | crash when starting stopping a live when offline steps to reproduce enable airplane mode start or stop a live location share the app should crash outcome what did you expect the app should not crash the app should show an error dialog what happened instead the app crashes your phone model no response operating system version no response application version and app store no response homeserver no response will you send logs no are you willing to provide a pr yes | 0 |
134,050 | 12,560,619,728 | IssuesEvent | 2020-06-07 22:46:37 | tidymodels/dials | https://api.github.com/repos/tidymodels/dials | closed | Change log-10 to log10 or log(10) | documentation next release | The "log-10" looks like "log base -10", which is confusing.
This shows up here:
```
@param log_vals A logical: should the ranges be set on the log-10 scale?
```
And
```
trans_new(paste0("log-",
```
| 1.0 | Change log-10 to log10 or log(10) - The "log-10" looks like "log base -10", which is confusing.
This shows up here:
```
@param log_vals A logical: should the ranges be set on the log-10 scale?
```
And
```
trans_new(paste0("log-",
```
| non_priority | change log to or log the log looks like log base which is confusing this shows up here param log vals a logical should the ranges be set on the log scale and trans new log | 0 |
763,503 | 26,760,633,083 | IssuesEvent | 2023-01-31 06:26:04 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Parse registryUrls from .yarnrc.yml | type:feature priority-3-medium manager:npm status:ready | ### What would you like Renovate to be able to do?
Parse `registryURls` from `.yarnrc.yml` (for Yarn 2/3)
### If you have any ideas on how this should be implemented, please tell us here.
Reproduction: https://github.com/renovate-reproductions/renovate-private-registry-yarn-v3-bug
Specifically the `npmRegistryServer` lines should be noted: https://github.com/renovate-reproductions/renovate-private-registry-yarn-v3-bug/blob/6ca4b4e59640ace4df1d95ae2760a4e8d95ac357/.yarnrc.yml#L7
### Is this a feature you are interested in implementing yourself?
No | 1.0 | Parse registryUrls from .yarnrc.yml - ### What would you like Renovate to be able to do?
Parse `registryURls` from `.yarnrc.yml` (for Yarn 2/3)
### If you have any ideas on how this should be implemented, please tell us here.
Reproduction: https://github.com/renovate-reproductions/renovate-private-registry-yarn-v3-bug
Specifically the `npmRegistryServer` lines should be noted: https://github.com/renovate-reproductions/renovate-private-registry-yarn-v3-bug/blob/6ca4b4e59640ace4df1d95ae2760a4e8d95ac357/.yarnrc.yml#L7
### Is this a feature you are interested in implementing yourself?
No | priority | parse registryurls from yarnrc yml what would you like renovate to be able to do parse registryurls from yarnrc yml for yarn if you have any ideas on how this should be implemented please tell us here reproduction specifically the npmregistryserver lines should be noted is this a feature you are interested in implementing yourself no | 1 |
310,902 | 9,525,474,125 | IssuesEvent | 2019-04-28 12:39:51 | engelsystem/engelsystem | https://api.github.com/repos/engelsystem/engelsystem | closed | Bug: nick is changed unexpectedly | Priority: High Type: Bug(fix) | I signed up with the nick 'Tony was seen at Hackerspace'.
I expected to be able to log in with that nick, but was not able to.
I found out that my nick was recorded as 'Tony was seen at Hacker'.
I could then log in with that (shorter) nick. | 1.0 | Bug: nick is changed unexpectedly - I signed up with the nick 'Tony was seen at Hackerspace'.
I expected to be able to log in with that nick, but was not able to.
I found out that my nick was recorded as 'Tony was seen at Hacker'.
I could then log in with that (shorter) nick. | priority | bug nick is changed unexpectedly i signed up with the nick tony was seen at hackerspace i expected to be able to log in with that nick but was not able to i found out that my nick was recorded as tony was seen at hacker i could then log in with that shorter nick | 1 |
695,810 | 23,872,919,673 | IssuesEvent | 2022-09-07 16:14:12 | serverlessworkflow/synapse | https://api.github.com/repos/serverlessworkflow/synapse | closed | Unable to get a worflow without specifying a version | enhancement server priority: medium | **What happened**:
Trying to get a workflow by id via the REST API without specifying a version results in a 404.
**What you expected to happen**:
For the "latest" workflow to be retured.
**How to reproduce it**:
- Create a workflow, e.g.:
```json
{
"id": "helloworld",
"version": "1.0",
"specVersion": "0.8",
"name": "Hello World Workflow",
"description": "Inject Hello World",
"start": "Hello State",
"states":[
{
"name":"Hello State",
"type":"inject",
"data": {
"result": "Hello World!"
},
"end": true
}
]
}
```
- Try to get the workflow without specifying the version, e.g. `/api/v1/workflows/helloworld`
```
{"":["Failed to find a 'V1Workflow' with the specified id 'helloworld'"]}
```
**Anything else we need to know?**:
The (subFlowRef action)[https://github.com/serverlessworkflow/specification/blob/main/specification.md#subflowref-definition] allows to define a workflow id without version. It would be useful to be able to retrieve the said workflow when trying to navigate to that subflow from the UI (as requested in #139). | 1.0 | Unable to get a worflow without specifying a version - **What happened**:
Trying to get a workflow by id via the REST API without specifying a version results in a 404.
**What you expected to happen**:
For the "latest" workflow to be retured.
**How to reproduce it**:
- Create a workflow, e.g.:
```json
{
"id": "helloworld",
"version": "1.0",
"specVersion": "0.8",
"name": "Hello World Workflow",
"description": "Inject Hello World",
"start": "Hello State",
"states":[
{
"name":"Hello State",
"type":"inject",
"data": {
"result": "Hello World!"
},
"end": true
}
]
}
```
- Try to get the workflow without specifying the version, e.g. `/api/v1/workflows/helloworld`
```
{"":["Failed to find a 'V1Workflow' with the specified id 'helloworld'"]}
```
**Anything else we need to know?**:
The (subFlowRef action)[https://github.com/serverlessworkflow/specification/blob/main/specification.md#subflowref-definition] allows to define a workflow id without version. It would be useful to be able to retrieve the said workflow when trying to navigate to that subflow from the UI (as requested in #139). | priority | unable to get a worflow without specifying a version what happened trying to get a workflow by id via the rest api without specifying a version results in a what you expected to happen for the latest workflow to be retured how to reproduce it create a workflow e g json id helloworld version specversion name hello world workflow description inject hello world start hello state states name hello state type inject data result hello world end true try to get the workflow without specifying the version e g api workflows helloworld anything else we need to know the subflowref action allows to define a workflow id without version it would be useful to be able to retrieve the said workflow when trying to navigate to that subflow from the ui as requested in | 1 |
118,250 | 11,964,967,248 | IssuesEvent | 2020-04-05 21:32:23 | marmelab/react-admin | https://api.github.com/repos/marmelab/react-admin | closed | useMutation documentation use useQuery in its examples | documentation good first issue | **What you were expecting:**
`useMutation` documentation to use correct terms
**What happened instead:**
https://marmelab.com/react-admin/Actions.html#usemutation-hook | 1.0 | useMutation documentation use useQuery in its examples - **What you were expecting:**
`useMutation` documentation to use correct terms
**What happened instead:**
https://marmelab.com/react-admin/Actions.html#usemutation-hook | non_priority | usemutation documentation use usequery in its examples what you were expecting usemutation documentation to use correct terms what happened instead | 0 |
635,482 | 20,403,724,089 | IssuesEvent | 2022-02-23 01:03:12 | basedosdados/website | https://api.github.com/repos/basedosdados/website | reopened | Nova organização de recursos | Priority: High 🚨 Topic: Front-end 🎨 | Página Dataset:
- Recursos -> Dados
- Links externos -> Originais
- Pedidos LAI -> figma @nayaramrsc #152
- Exemplo: https://staging.basedosdados.org/api/3/action/package_show?name_or_id=br-senado-cpipandemia
- Arquivos auxiliares (depende da API @rdahis @d116626 )
Cards:
- Links externos -> Fontes originais
- Adicionar X pedidos LAI -> deixar verdinho quando tiver | 1.0 | Nova organização de recursos - Página Dataset:
- Recursos -> Dados
- Links externos -> Originais
- Pedidos LAI -> figma @nayaramrsc #152
- Exemplo: https://staging.basedosdados.org/api/3/action/package_show?name_or_id=br-senado-cpipandemia
- Arquivos auxiliares (depende da API @rdahis @d116626 )
Cards:
- Links externos -> Fontes originais
- Adicionar X pedidos LAI -> deixar verdinho quando tiver | priority | nova organização de recursos página dataset recursos dados links externos originais pedidos lai figma nayaramrsc exemplo arquivos auxiliares depende da api rdahis cards links externos fontes originais adicionar x pedidos lai deixar verdinho quando tiver | 1 |
733,416 | 25,305,029,766 | IssuesEvent | 2022-11-17 13:35:44 | threefoldtech/freeflow_twin_main | https://api.github.com/repos/threefoldtech/freeflow_twin_main | closed | [DASHBOARD] Loading posts is really inconsistent | priority_minor type_improvement | Loading post is sometimes done in 0.5sec but can also take more than 5sec to load. It changes every time you refresh the page.
It is noticeably slower for each extra contact you have. | 1.0 | [DASHBOARD] Loading posts is really inconsistent - Loading post is sometimes done in 0.5sec but can also take more than 5sec to load. It changes every time you refresh the page.
It is noticeably slower for each extra contact you have. | priority | loading posts is really inconsistent loading post is sometimes done in but can also take more than to load it changes every time you refresh the page it is noticeably slower for each extra contact you have | 1 |
46,661 | 13,180,981,942 | IssuesEvent | 2020-08-12 13:39:39 | mibo32/fitbit-api-example-java | https://api.github.com/repos/mibo32/fitbit-api-example-java | opened | CVE-2019-3778 (Medium) detected in spring-security-oauth2-2.0.10.RELEASE.jar | security vulnerability | ## CVE-2019-3778 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-security-oauth2-2.0.10.RELEASE.jar</b></p></summary>
<p>Module for providing OAuth2 support to Spring Security</p>
<p>Library home page: <a href="http://static.springframework.org/spring-security/oauth">http://static.springframework.org/spring-security/oauth</a></p>
<p>Path to dependency file: /tmp/ws-scm/fitbit-api-example-java/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/org/springframework/security/oauth/spring-security-oauth2/2.0.10.RELEASE/spring-security-oauth2-2.0.10.RELEASE.jar</p>
<p>
Dependency Hierarchy:
- :x: **spring-security-oauth2-2.0.10.RELEASE.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/mibo32/fitbit-api-example-java/commit/fdd0855fc8f3b846f83506299759cd9cc820e5d2">fdd0855fc8f3b846f83506299759cd9cc820e5d2</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Spring Security OAuth, versions 2.3 prior to 2.3.5, and 2.2 prior to 2.2.4, and 2.1 prior to 2.1.4, and 2.0 prior to 2.0.17, and older unsupported versions could be susceptible to an open redirector attack that can leak an authorization code. A malicious user or attacker can craft a request to the authorization endpoint using the authorization code grant type, and specify a manipulated redirection URI via the "redirect_uri" parameter. This can cause the authorization server to redirect the resource owner user-agent to a URI under the control of the attacker with the leaked authorization code. This vulnerability exposes applications that meet all of the following requirements: Act in the role of an Authorization Server (e.g. @EnableAuthorizationServer) and uses the DefaultRedirectResolver in the AuthorizationEndpoint. This vulnerability does not expose applications that: Act in the role of an Authorization Server and uses a different RedirectResolver implementation other than DefaultRedirectResolver, act in the role of a Resource Server only (e.g. @EnableResourceServer), act in the role of a Client only (e.g. @EnableOAuthClient).
<p>Publish Date: 2019-03-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-3778>CVE-2019-3778</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: 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://pivotal.io/security/cve-2019-3778">https://pivotal.io/security/cve-2019-3778</a></p>
<p>Release Date: 2019-02-21</p>
<p>Fix Resolution: 2.0.17,2.1.4,2.2.4,2.3.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-2019-3778 (Medium) detected in spring-security-oauth2-2.0.10.RELEASE.jar - ## CVE-2019-3778 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-security-oauth2-2.0.10.RELEASE.jar</b></p></summary>
<p>Module for providing OAuth2 support to Spring Security</p>
<p>Library home page: <a href="http://static.springframework.org/spring-security/oauth">http://static.springframework.org/spring-security/oauth</a></p>
<p>Path to dependency file: /tmp/ws-scm/fitbit-api-example-java/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/org/springframework/security/oauth/spring-security-oauth2/2.0.10.RELEASE/spring-security-oauth2-2.0.10.RELEASE.jar</p>
<p>
Dependency Hierarchy:
- :x: **spring-security-oauth2-2.0.10.RELEASE.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/mibo32/fitbit-api-example-java/commit/fdd0855fc8f3b846f83506299759cd9cc820e5d2">fdd0855fc8f3b846f83506299759cd9cc820e5d2</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Spring Security OAuth, versions 2.3 prior to 2.3.5, and 2.2 prior to 2.2.4, and 2.1 prior to 2.1.4, and 2.0 prior to 2.0.17, and older unsupported versions could be susceptible to an open redirector attack that can leak an authorization code. A malicious user or attacker can craft a request to the authorization endpoint using the authorization code grant type, and specify a manipulated redirection URI via the "redirect_uri" parameter. This can cause the authorization server to redirect the resource owner user-agent to a URI under the control of the attacker with the leaked authorization code. This vulnerability exposes applications that meet all of the following requirements: Act in the role of an Authorization Server (e.g. @EnableAuthorizationServer) and uses the DefaultRedirectResolver in the AuthorizationEndpoint. This vulnerability does not expose applications that: Act in the role of an Authorization Server and uses a different RedirectResolver implementation other than DefaultRedirectResolver, act in the role of a Resource Server only (e.g. @EnableResourceServer), act in the role of a Client only (e.g. @EnableOAuthClient).
<p>Publish Date: 2019-03-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-3778>CVE-2019-3778</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: 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://pivotal.io/security/cve-2019-3778">https://pivotal.io/security/cve-2019-3778</a></p>
<p>Release Date: 2019-02-21</p>
<p>Fix Resolution: 2.0.17,2.1.4,2.2.4,2.3.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 medium detected in spring security release jar cve medium severity vulnerability vulnerable library spring security release jar module for providing support to spring security library home page a href path to dependency file tmp ws scm fitbit api example java pom xml path to vulnerable library canner repository org springframework security oauth spring security release spring security release jar dependency hierarchy x spring security release jar vulnerable library found in head commit a href vulnerability details spring security oauth versions prior to and prior to and prior to and prior to and older unsupported versions could be susceptible to an open redirector attack that can leak an authorization code a malicious user or attacker can craft a request to the authorization endpoint using the authorization code grant type and specify a manipulated redirection uri via the redirect uri parameter this can cause the authorization server to redirect the resource owner user agent to a uri under the control of the attacker with the leaked authorization code this vulnerability exposes applications that meet all of the following requirements act in the role of an authorization server e g enableauthorizationserver and uses the defaultredirectresolver in the authorizationendpoint this vulnerability does not expose applications that act in the role of an authorization server and uses a different redirectresolver implementation other than defaultredirectresolver act in the role of a resource server only e g enableresourceserver act in the role of a client only e g enableoauthclient publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact 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 |
54,474 | 13,356,588,305 | IssuesEvent | 2020-08-31 08:24:40 | hashicorp/packer | https://api.github.com/repos/hashicorp/packer | opened | Add vSphere tests (unit, integration and acceptance) | builder/vsphere enhancement | This is for keeping track of the work on adding all kinds of tests to the vSphere builder, both iso and clone. There's already a related issue for acceptance tests https://github.com/hashicorp/packer/issues/8841.
- [ ] Unit tests for all steps
- [ ] Integration test for driver using simulator provided by [govmomi](https://github.com/vmware/govmomi)
- [ ] Fix existing acceptance tests
- [ ] Make [vcsim](https://github.com/vmware/govmomi/tree/master/vcsim) mock work with Packer. https://github.com/vmware/govmomi/issues/2093
The vcsim mock should allow maintainers and contributors to test Packer against many possible environments configuration. | 1.0 | Add vSphere tests (unit, integration and acceptance) - This is for keeping track of the work on adding all kinds of tests to the vSphere builder, both iso and clone. There's already a related issue for acceptance tests https://github.com/hashicorp/packer/issues/8841.
- [ ] Unit tests for all steps
- [ ] Integration test for driver using simulator provided by [govmomi](https://github.com/vmware/govmomi)
- [ ] Fix existing acceptance tests
- [ ] Make [vcsim](https://github.com/vmware/govmomi/tree/master/vcsim) mock work with Packer. https://github.com/vmware/govmomi/issues/2093
The vcsim mock should allow maintainers and contributors to test Packer against many possible environments configuration. | non_priority | add vsphere tests unit integration and acceptance this is for keeping track of the work on adding all kinds of tests to the vsphere builder both iso and clone there s already a related issue for acceptance tests unit tests for all steps integration test for driver using simulator provided by fix existing acceptance tests make mock work with packer the vcsim mock should allow maintainers and contributors to test packer against many possible environments configuration | 0 |
187,651 | 6,759,961,995 | IssuesEvent | 2017-10-24 18:54:55 | EmanHylooz/Abjjad-Technical | https://api.github.com/repos/EmanHylooz/Abjjad-Technical | opened | Urgent: Problems in Signing Up (Facebook, Twitter, and Google+) | priority 1 | There are bugs associated to this, and it appeared with me also when I tried. It gives خطأ غير معرف when trying to sign up through Facebook or Twitter or Google+
On Instabug you can find those:
https://dashboard.instabug.com/applications/abjjad/live/bugs/51
https://dashboard.instabug.com/applications/abjjad-32e256f5-0b70-4649-8ebd-01ff965014fb/live/bugs/40
https://dashboard.instabug.com/applications/abjjad-32e256f5-0b70-4649-8ebd-01ff965014fb/live/bugs/30
https://dashboard.instabug.com/applications/abjjad/live/bugs/37
(We are actually running out of credit in email validator way too much, seems that people can only sign up using their email accounts no one can sign up though social media which uses the email validator credit) | 1.0 | Urgent: Problems in Signing Up (Facebook, Twitter, and Google+) - There are bugs associated to this, and it appeared with me also when I tried. It gives خطأ غير معرف when trying to sign up through Facebook or Twitter or Google+
On Instabug you can find those:
https://dashboard.instabug.com/applications/abjjad/live/bugs/51
https://dashboard.instabug.com/applications/abjjad-32e256f5-0b70-4649-8ebd-01ff965014fb/live/bugs/40
https://dashboard.instabug.com/applications/abjjad-32e256f5-0b70-4649-8ebd-01ff965014fb/live/bugs/30
https://dashboard.instabug.com/applications/abjjad/live/bugs/37
(We are actually running out of credit in email validator way too much, seems that people can only sign up using their email accounts no one can sign up though social media which uses the email validator credit) | priority | urgent problems in signing up facebook twitter and google there are bugs associated to this and it appeared with me also when i tried it gives خطأ غير معرف when trying to sign up through facebook or twitter or google on instabug you can find those we are actually running out of credit in email validator way too much seems that people can only sign up using their email accounts no one can sign up though social media which uses the email validator credit | 1 |
781,213 | 27,427,837,645 | IssuesEvent | 2023-03-01 21:52:35 | WSUCptSCapstone-Fall2022Spring2023/psd-gamifiedapp | https://api.github.com/repos/WSUCptSCapstone-Fall2022Spring2023/psd-gamifiedapp | closed | Sound Effects | enhancement 2 Points Priority 1 | This issue addresses the need to add numerous small sound effects to the game throughout. Primarily, important actions or feedback such as button pressed, level completed, or level failed should have related sound effects that play. Additionally many other actions such as hovering over buttons or receiving text in the Output Window could benefit from additional sounds.
- [x] Button Pressed Sound Effect
- [x] Phase Success Sound
- [x] Phase Failure Sound
- [x] Level Completed Sound
- [x] (Optional) Output Window Text Writing Sound
- [x] (Optional) Button Hover Sound
Acceptance Criteria:
- All identified "important" actions have an associated sound effect that plays when the actions occurs in-game
- All sounds are levelled and roughly equal in volume.
- Sounds are coherent and fit the thematic style of the game. | 1.0 | Sound Effects - This issue addresses the need to add numerous small sound effects to the game throughout. Primarily, important actions or feedback such as button pressed, level completed, or level failed should have related sound effects that play. Additionally many other actions such as hovering over buttons or receiving text in the Output Window could benefit from additional sounds.
- [x] Button Pressed Sound Effect
- [x] Phase Success Sound
- [x] Phase Failure Sound
- [x] Level Completed Sound
- [x] (Optional) Output Window Text Writing Sound
- [x] (Optional) Button Hover Sound
Acceptance Criteria:
- All identified "important" actions have an associated sound effect that plays when the actions occurs in-game
- All sounds are levelled and roughly equal in volume.
- Sounds are coherent and fit the thematic style of the game. | priority | sound effects this issue addresses the need to add numerous small sound effects to the game throughout primarily important actions or feedback such as button pressed level completed or level failed should have related sound effects that play additionally many other actions such as hovering over buttons or receiving text in the output window could benefit from additional sounds button pressed sound effect phase success sound phase failure sound level completed sound optional output window text writing sound optional button hover sound acceptance criteria all identified important actions have an associated sound effect that plays when the actions occurs in game all sounds are levelled and roughly equal in volume sounds are coherent and fit the thematic style of the game | 1 |
76,040 | 26,207,867,984 | IssuesEvent | 2023-01-04 01:27:31 | dotCMS/core | https://api.github.com/repos/dotCMS/core | closed | Need to show the id as title in case the content doesn't have title | Type : Defect LTS: Reproduce Maintenance Sprint stale | When you create a new piece of content, this without a title, of you filter in the content search by the content type, we are showing the new piece of content without the title

But if you change the filter to show all the contents, in that field we are showing the `content_id` instead the title

### To Reproduce
- Create a new content type with two fields (Text: title BlogEditor: body)
- Create a new piece of content of that type
- Add another one but without title
- Go to content search, and filter by the type of content
### Expected behavior
We need to show the content_id instead the title
### Desktop (please complete the following information):
Tested on release-22.09 // Docker // FF
#### Acceptance Criteria
- Need to show the `content_id` in both cases
- Need to test in both DBs | 1.0 | Need to show the id as title in case the content doesn't have title - When you create a new piece of content, this without a title, of you filter in the content search by the content type, we are showing the new piece of content without the title

But if you change the filter to show all the contents, in that field we are showing the `content_id` instead the title

### To Reproduce
- Create a new content type with two fields (Text: title BlogEditor: body)
- Create a new piece of content of that type
- Add another one but without title
- Go to content search, and filter by the type of content
### Expected behavior
We need to show the content_id instead the title
### Desktop (please complete the following information):
Tested on release-22.09 // Docker // FF
#### Acceptance Criteria
- Need to show the `content_id` in both cases
- Need to test in both DBs | non_priority | need to show the id as title in case the content doesn t have title when you create a new piece of content this without a title of you filter in the content search by the content type we are showing the new piece of content without the title but if you change the filter to show all the contents in that field we are showing the content id instead the title to reproduce create a new content type with two fields text title blogeditor body create a new piece of content of that type add another one but without title go to content search and filter by the type of content expected behavior we need to show the content id instead the title desktop please complete the following information tested on release docker ff acceptance criteria need to show the content id in both cases need to test in both dbs | 0 |
10,861 | 9,134,623,190 | IssuesEvent | 2019-02-26 00:38:31 | terraform-providers/terraform-provider-azurerm | https://api.github.com/repos/terraform-providers/terraform-provider-azurerm | closed | creating azurerm_app_service_plan returned an error. Status=<nil> | bug service/app-service |
### Terraform Version
Terraform v0.11.8
+ provider.azurerm v1.14.0
### Affected Resource(s)
* azurerm_app_service_plan
* azurerm_app_service
### Terraform Configuration Files
```hcl
resource "azurerm_app_service_plan" "plan" {
name = "plan"
location = "${azurerm_resource_group.sandbox.location}"
resource_group_name = "${azurerm_resource_group.sandbox.name}"
kind = "Linux"
sku {
tier = "Standard"
size = "S1"
}
properties {
reserved = true
}
}
resource "azurerm_app_service" "app" {
name = "as-content-api"
location = "${azurerm_resource_group.sandbox.location}"
resource_group_name = "${azurerm_resource_group.sandbox.name}"
app_service_plan_id = "${azurerm_app_service_plan.plan.id}"
site_config {
linux_fx_version = "DOCKER|hello-world:latest"
}
app_settings {
"WEBSITES_PORT" = "8080"
"WEBSITES_ENABLE_APP_SERVICE_STORAGE" = "false"
}
}
```
### Actual Behavior
Throw an error:
* azurerm_app_service_plan.plan: 1 error(s) occurred:
* azurerm_app_service_plan.plan: web.AppServicePlansClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: autorest/azure: Service returned an error. Status=<nil> <nil>
### Steps to Reproduce
1. `terraform apply`
### References
| 2.0 | creating azurerm_app_service_plan returned an error. Status=<nil> -
### Terraform Version
Terraform v0.11.8
+ provider.azurerm v1.14.0
### Affected Resource(s)
* azurerm_app_service_plan
* azurerm_app_service
### Terraform Configuration Files
```hcl
resource "azurerm_app_service_plan" "plan" {
name = "plan"
location = "${azurerm_resource_group.sandbox.location}"
resource_group_name = "${azurerm_resource_group.sandbox.name}"
kind = "Linux"
sku {
tier = "Standard"
size = "S1"
}
properties {
reserved = true
}
}
resource "azurerm_app_service" "app" {
name = "as-content-api"
location = "${azurerm_resource_group.sandbox.location}"
resource_group_name = "${azurerm_resource_group.sandbox.name}"
app_service_plan_id = "${azurerm_app_service_plan.plan.id}"
site_config {
linux_fx_version = "DOCKER|hello-world:latest"
}
app_settings {
"WEBSITES_PORT" = "8080"
"WEBSITES_ENABLE_APP_SERVICE_STORAGE" = "false"
}
}
```
### Actual Behavior
Throw an error:
* azurerm_app_service_plan.plan: 1 error(s) occurred:
* azurerm_app_service_plan.plan: web.AppServicePlansClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: autorest/azure: Service returned an error. Status=<nil> <nil>
### Steps to Reproduce
1. `terraform apply`
### References
| non_priority | creating azurerm app service plan returned an error status terraform version terraform provider azurerm affected resource s azurerm app service plan azurerm app service terraform configuration files hcl resource azurerm app service plan plan name plan location azurerm resource group sandbox location resource group name azurerm resource group sandbox name kind linux sku tier standard size properties reserved true resource azurerm app service app name as content api location azurerm resource group sandbox location resource group name azurerm resource group sandbox name app service plan id azurerm app service plan plan id site config linux fx version docker hello world latest app settings websites port websites enable app service storage false actual behavior throw an error azurerm app service plan plan error s occurred azurerm app service plan plan web appserviceplansclient createorupdate failure sending request statuscode original error autorest azure service returned an error status steps to reproduce terraform apply references | 0 |
457,909 | 13,164,981,021 | IssuesEvent | 2020-08-11 05:24:47 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.youtube-nocookie.com - design is broken | browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal | <!-- @browser: Firefox 80.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/56472 -->
**URL**: https://www.youtube-nocookie.com/
**Browser / Version**: Firefox 80.0
**Operating System**: Windows 10
**Tested Another Browser**: No
**Problem type**: Design is broken
**Description**: Images not loaded
**Steps to Reproduce**:
404
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/8/803ec17d-fe7a-47ac-a66f-74514ee62ce2.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200806203447</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/8/10bb3da1-8593-4139-901a-09fbf12f5e9f)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.youtube-nocookie.com - design is broken - <!-- @browser: Firefox 80.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/56472 -->
**URL**: https://www.youtube-nocookie.com/
**Browser / Version**: Firefox 80.0
**Operating System**: Windows 10
**Tested Another Browser**: No
**Problem type**: Design is broken
**Description**: Images not loaded
**Steps to Reproduce**:
404
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/8/803ec17d-fe7a-47ac-a66f-74514ee62ce2.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200806203447</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/8/10bb3da1-8593-4139-901a-09fbf12f5e9f)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | design is broken url browser version firefox operating system windows tested another browser no problem type design is broken description images not loaded steps to reproduce view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 1 |
269,739 | 20,407,376,944 | IssuesEvent | 2022-02-23 07:47:33 | rokath/trice | https://api.github.com/repos/rokath/trice | opened | Minimize trice data for storage | documentation enhancement | Encode without COBS and without padding as a selectable option. | 1.0 | Minimize trice data for storage - Encode without COBS and without padding as a selectable option. | non_priority | minimize trice data for storage encode without cobs and without padding as a selectable option | 0 |
159,368 | 13,762,058,382 | IssuesEvent | 2020-10-07 08:37:06 | acrontum/generate-it | https://api.github.com/repos/acrontum/generate-it | opened | [DOCS] update the .nodegenrc to list all possible config options | documentation | [nodegen section](https://acrontum.github.io/generate-it/#/_pages/templates?id=nodegenrc) is a bit slim right now - would be helpful to list and maintain all possible config options in 1 place, and a description of what they do.
It's a bit spread out now - the main page above has very little info and some of the options are only listed elsewhere in the sections which use them. | 1.0 | [DOCS] update the .nodegenrc to list all possible config options - [nodegen section](https://acrontum.github.io/generate-it/#/_pages/templates?id=nodegenrc) is a bit slim right now - would be helpful to list and maintain all possible config options in 1 place, and a description of what they do.
It's a bit spread out now - the main page above has very little info and some of the options are only listed elsewhere in the sections which use them. | non_priority | update the nodegenrc to list all possible config options is a bit slim right now would be helpful to list and maintain all possible config options in place and a description of what they do it s a bit spread out now the main page above has very little info and some of the options are only listed elsewhere in the sections which use them | 0 |
154,153 | 12,194,839,493 | IssuesEvent | 2020-04-29 16:24:12 | GetTerminus/terminus-ui | https://api.github.com/repos/GetTerminus/terminus-ui | closed | Tabs: Not rendering content? | Focus: component Goal: Library Stabilization Needs: exploration P1: Critical Target: latest Type: bug | It seems none of the tabs are correctly rendering their content:

The HTML doesn't exist:

https://getterminus.github.io/ui-demos-release/components/tabs | 1.0 | Tabs: Not rendering content? - It seems none of the tabs are correctly rendering their content:

The HTML doesn't exist:

https://getterminus.github.io/ui-demos-release/components/tabs | non_priority | tabs not rendering content it seems none of the tabs are correctly rendering their content the html doesn t exist | 0 |
608,376 | 18,836,760,323 | IssuesEvent | 2021-11-11 02:31:07 | ericpennachini/fashiondog-android-app | https://api.github.com/repos/ericpennachini/fashiondog-android-app | opened | Crear DTOs | enhancement priority:HIGH | ## Description
Luego de definir la estructura de las entidades para guardar los datos, definir los DTOs.
| 1.0 | Crear DTOs - ## Description
Luego de definir la estructura de las entidades para guardar los datos, definir los DTOs.
| priority | crear dtos description luego de definir la estructura de las entidades para guardar los datos definir los dtos | 1 |
236,719 | 7,752,140,967 | IssuesEvent | 2018-05-30 19:18:59 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Server Connection | High Priority | Don't know what causing this. Start a day or 2 after rolling the game back to 7.3.3
<size=150%>Connection Failed</size>
Failed to establish connection - no response from remote host
Log File:
Initialize engine version: 2017.4.2f2 (52d9cb89b362)
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 11.0 [level 11.1]
Renderer: NVIDIA GeForce GTX 1060 3GB (ID=0x1c02)
Vendor: NVIDIA
VRAM: 2999 MB
Driver: 23.21.13.8813
Begin MonoManager ReloadAssembly
- Completed reload, in 0.102 seconds
<RI> Initializing input.
<RI> Input initialized.
<RI> Initialized touch support.
UnloadTime: 0.999423 ms
Setting up 2 worker threads for Enlighten.
Thread -> id: 1d00 -> priority: 1
Thread -> id: 2ab4 -> priority: 1
The referenced script on this Behaviour (Game Object 'Camera') is missing!
(Filename: Line: 1758)
WARNING: Shader Unsupported: 'CalmWater/Calm Water [Double Sided]' - Pass 'FORWARDADD' has no vertex shader
WARNING: Shader Unsupported: 'CalmWater/Calm Water [Double Sided]' - All passes removed
Client version: 0.7.4.4 beta
Friday, May 11, 2018 2:33 PM
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Changing state: PreLogin -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Changing state: LoggedIn -> ServerBrowser
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
[34:58] Connecting via Lidgren to caledorn.ddns.net:3000
Changing state: ServerBrowser -> Connecting
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
[35:13] Disconnected from server.Changing state: Connecting -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

| 1.0 | Server Connection - Don't know what causing this. Start a day or 2 after rolling the game back to 7.3.3
<size=150%>Connection Failed</size>
Failed to establish connection - no response from remote host
Log File:
Initialize engine version: 2017.4.2f2 (52d9cb89b362)
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 11.0 [level 11.1]
Renderer: NVIDIA GeForce GTX 1060 3GB (ID=0x1c02)
Vendor: NVIDIA
VRAM: 2999 MB
Driver: 23.21.13.8813
Begin MonoManager ReloadAssembly
- Completed reload, in 0.102 seconds
<RI> Initializing input.
<RI> Input initialized.
<RI> Initialized touch support.
UnloadTime: 0.999423 ms
Setting up 2 worker threads for Enlighten.
Thread -> id: 1d00 -> priority: 1
Thread -> id: 2ab4 -> priority: 1
The referenced script on this Behaviour (Game Object 'Camera') is missing!
(Filename: Line: 1758)
WARNING: Shader Unsupported: 'CalmWater/Calm Water [Double Sided]' - Pass 'FORWARDADD' has no vertex shader
WARNING: Shader Unsupported: 'CalmWater/Calm Water [Double Sided]' - All passes removed
Client version: 0.7.4.4 beta
Friday, May 11, 2018 2:33 PM
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Changing state: PreLogin -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Changing state: LoggedIn -> ServerBrowser
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
[34:58] Connecting via Lidgren to caledorn.ddns.net:3000
Changing state: ServerBrowser -> Connecting
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
[35:13] Disconnected from server.Changing state: Connecting -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

| priority | server connection don t know what causing this start a day or after rolling the game back to connection failed failed to establish connection no response from remote host log file initialize engine version gfxdevice creating device client threaded version renderer nvidia geforce gtx id vendor nvidia vram mb driver begin monomanager reloadassembly completed reload in seconds initializing input input initialized initialized touch support unloadtime ms setting up worker threads for enlighten thread id priority thread id priority the referenced script on this behaviour game object camera is missing filename line warning shader unsupported calmwater calm water pass forwardadd has no vertex shader warning shader unsupported calmwater calm water all passes removed client version beta friday may pm filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line changing state prelogin loggedin filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line changing state loggedin serverbrowser filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line connecting via lidgren to caledorn ddns net changing state serverbrowser connecting filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line disconnected from server changing state connecting loggedin filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line | 1 |
824,505 | 31,159,546,903 | IssuesEvent | 2023-08-16 15:06:19 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | net: l2: ieee802154: radio: inconsistent/non-standard definition of RX/TX timestamp | bug priority: low area: IEEE 802.15.4 | **Describe the bug**
The current IEEE 802.15.4 driver API and OpenThread define the RX/TX timestamps as "the first symbol of the MAC Header" (net_pkt.h, line 102).
But **this point in time is not what the standard suggests as RX/TX timestamp** (see IEEE 802.15.4-2020, section 8.3.4, table 8-90, Timestamp) - see details below in "Expected Behavior". Such a point in time cannot be used for synchronization purposes outside L2 without leaking implementation details of the PHY, see OpenThread workaround below as an example.
**The two current drivers supporting RX timestamps implement this timestamp inconsistently:**
* nRF5 calculates a non-standard timestamp at the beginning of the MHR header internally from the end of the packet timestamp.
* DW1000 uses the standard's well-defined synchronization anchor (end of SFD aka RMARKER)
The **OpenThread** platform API historically used the start of MAC as its RX timestamp (see @edmont's comment below) but has since turned to the standard definition (see include/openthread/platform/radio.h) "The value SHALL be the time when the SFD was received" (line 209f) and uses it in practice **precisely as the standard would define it with a value of macSyncSymbolOffset == 0**, see radio.c, line 189: "OpenThread expects the timestamp to point to the end of SFD".
The IEEE 802.15.4 driver API is based on OpenThread's previous definition, which is not used anywhere anymore. A workaround in radio.c had to be implemented that assumes a specific PHY (which is ok for Open Thread due to its limited choice of PHYs but not for other protocols built above L2 with arbitrary PHYs). The workaround in radio.c can easily be fixed (see below) to improve PHY/MAC encapsulation of the OT stack plus turn to the standard definition for all drivers and other L2 stacks.
**To Reproduce**
n/a (architecture issue)
**Expected behavior**
**All drivers and call sites should use a common standard conforming concept of RX/TX timestamp.**
The IEEE 802.15.4 standard (and OpenThread) define as time synchronization anchor for all PHYs (equivalently):
* the end of the start-of-frame delimiter (SFD) field
* the end of the synchronization header (SHR)
* the start of the PHY header
* the RMARKER (IEEE 802.15.4-2020, section 6.9.1)
This is to be measured at the exact moment when this signal is present at the local antenna. Signal propagation delays between the antenna and the timestamp counter must be corrected for by the hardware and/or firmware.
This unique synchronization anchor is then referred to everywhere in the standard (e.g. synchronization with beacons, RSSI measurements, timestamping of received and transmitted frames, synchronization of CCA, ranging, etc.).
More specifically: RX and TX timestamps are defined to be measured relative to the end of the SFD, offset by a hardware specific constant parameter macSyncSymbolOffset (section 8.4.3.1, table 8-94) which L2 requests from the driver to calculate the exact synchronization point if required.
As the current radio API does not report the driver's macSyncSymbolOffset constant, **the most obvious definition for any RX or TX timestamp would be the end of the SFD** (i.e. drivers correct for their own offset as if their macSyncSymbolOffset was zero). This is the same definition that has been chosen by the OpenThread platform API.
**The implementation of this for the RX timestamp is simple (and will be provided as PR by myself if the solution is accepted)**:
* Move the nRF5/PHY-specific workaround in radio.c into the nRF5 driver where it belongs architecturally.
* Change the documentation in net_pkt.h so that the timestamp is defined as in the standard assuming macSyncSymbolOffset == 0.
Alternatively macSyncSymbolOffset would have to be reported as a constant attribute by drivers implementing any of the \*TIME\* capabilities. As macSyncSymbolOffset does not have much use other than saving a few cycles on RX, I would go with the OpenThread solution for now to keep it simple.
**TX timestamping must be analyzed separately and is not in scope for this bug report.**
**Impact**
A common concept of timestamping on the RX and TX path is required for TSCH (and other timing sensitive features in the IEEE 802.15.4 standard, like CSL, ranging, etc.) no matter the PHY, band, channel, etc. chosen.
So fixing this is a pre-condition for TSCH implementation.
**Logs and console output**
n/a
**Environment (please complete the following information):**
n/a
**Additional context**
n/a | 1.0 | net: l2: ieee802154: radio: inconsistent/non-standard definition of RX/TX timestamp - **Describe the bug**
The current IEEE 802.15.4 driver API and OpenThread define the RX/TX timestamps as "the first symbol of the MAC Header" (net_pkt.h, line 102).
But **this point in time is not what the standard suggests as RX/TX timestamp** (see IEEE 802.15.4-2020, section 8.3.4, table 8-90, Timestamp) - see details below in "Expected Behavior". Such a point in time cannot be used for synchronization purposes outside L2 without leaking implementation details of the PHY, see OpenThread workaround below as an example.
**The two current drivers supporting RX timestamps implement this timestamp inconsistently:**
* nRF5 calculates a non-standard timestamp at the beginning of the MHR header internally from the end of the packet timestamp.
* DW1000 uses the standard's well-defined synchronization anchor (end of SFD aka RMARKER)
The **OpenThread** platform API historically used the start of MAC as its RX timestamp (see @edmont's comment below) but has since turned to the standard definition (see include/openthread/platform/radio.h) "The value SHALL be the time when the SFD was received" (line 209f) and uses it in practice **precisely as the standard would define it with a value of macSyncSymbolOffset == 0**, see radio.c, line 189: "OpenThread expects the timestamp to point to the end of SFD".
The IEEE 802.15.4 driver API is based on OpenThread's previous definition, which is not used anywhere anymore. A workaround in radio.c had to be implemented that assumes a specific PHY (which is ok for Open Thread due to its limited choice of PHYs but not for other protocols built above L2 with arbitrary PHYs). The workaround in radio.c can easily be fixed (see below) to improve PHY/MAC encapsulation of the OT stack plus turn to the standard definition for all drivers and other L2 stacks.
**To Reproduce**
n/a (architecture issue)
**Expected behavior**
**All drivers and call sites should use a common standard conforming concept of RX/TX timestamp.**
The IEEE 802.15.4 standard (and OpenThread) define as time synchronization anchor for all PHYs (equivalently):
* the end of the start-of-frame delimiter (SFD) field
* the end of the synchronization header (SHR)
* the start of the PHY header
* the RMARKER (IEEE 802.15.4-2020, section 6.9.1)
This is to be measured at the exact moment when this signal is present at the local antenna. Signal propagation delays between the antenna and the timestamp counter must be corrected for by the hardware and/or firmware.
This unique synchronization anchor is then referred to everywhere in the standard (e.g. synchronization with beacons, RSSI measurements, timestamping of received and transmitted frames, synchronization of CCA, ranging, etc.).
More specifically: RX and TX timestamps are defined to be measured relative to the end of the SFD, offset by a hardware specific constant parameter macSyncSymbolOffset (section 8.4.3.1, table 8-94) which L2 requests from the driver to calculate the exact synchronization point if required.
As the current radio API does not report the driver's macSyncSymbolOffset constant, **the most obvious definition for any RX or TX timestamp would be the end of the SFD** (i.e. drivers correct for their own offset as if their macSyncSymbolOffset was zero). This is the same definition that has been chosen by the OpenThread platform API.
**The implementation of this for the RX timestamp is simple (and will be provided as PR by myself if the solution is accepted)**:
* Move the nRF5/PHY-specific workaround in radio.c into the nRF5 driver where it belongs architecturally.
* Change the documentation in net_pkt.h so that the timestamp is defined as in the standard assuming macSyncSymbolOffset == 0.
Alternatively macSyncSymbolOffset would have to be reported as a constant attribute by drivers implementing any of the \*TIME\* capabilities. As macSyncSymbolOffset does not have much use other than saving a few cycles on RX, I would go with the OpenThread solution for now to keep it simple.
**TX timestamping must be analyzed separately and is not in scope for this bug report.**
**Impact**
A common concept of timestamping on the RX and TX path is required for TSCH (and other timing sensitive features in the IEEE 802.15.4 standard, like CSL, ranging, etc.) no matter the PHY, band, channel, etc. chosen.
So fixing this is a pre-condition for TSCH implementation.
**Logs and console output**
n/a
**Environment (please complete the following information):**
n/a
**Additional context**
n/a | priority | net radio inconsistent non standard definition of rx tx timestamp describe the bug the current ieee driver api and openthread define the rx tx timestamps as the first symbol of the mac header net pkt h line but this point in time is not what the standard suggests as rx tx timestamp see ieee section table timestamp see details below in expected behavior such a point in time cannot be used for synchronization purposes outside without leaking implementation details of the phy see openthread workaround below as an example the two current drivers supporting rx timestamps implement this timestamp inconsistently calculates a non standard timestamp at the beginning of the mhr header internally from the end of the packet timestamp uses the standard s well defined synchronization anchor end of sfd aka rmarker the openthread platform api historically used the start of mac as its rx timestamp see edmont s comment below but has since turned to the standard definition see include openthread platform radio h the value shall be the time when the sfd was received line and uses it in practice precisely as the standard would define it with a value of macsyncsymboloffset see radio c line openthread expects the timestamp to point to the end of sfd the ieee driver api is based on openthread s previous definition which is not used anywhere anymore a workaround in radio c had to be implemented that assumes a specific phy which is ok for open thread due to its limited choice of phys but not for other protocols built above with arbitrary phys the workaround in radio c can easily be fixed see below to improve phy mac encapsulation of the ot stack plus turn to the standard definition for all drivers and other stacks to reproduce n a architecture issue expected behavior all drivers and call sites should use a common standard conforming concept of rx tx timestamp the ieee standard and openthread define as time synchronization anchor for all phys equivalently the end of the start of frame delimiter sfd field the end of the synchronization header shr the start of the phy header the rmarker ieee section this is to be measured at the exact moment when this signal is present at the local antenna signal propagation delays between the antenna and the timestamp counter must be corrected for by the hardware and or firmware this unique synchronization anchor is then referred to everywhere in the standard e g synchronization with beacons rssi measurements timestamping of received and transmitted frames synchronization of cca ranging etc more specifically rx and tx timestamps are defined to be measured relative to the end of the sfd offset by a hardware specific constant parameter macsyncsymboloffset section table which requests from the driver to calculate the exact synchronization point if required as the current radio api does not report the driver s macsyncsymboloffset constant the most obvious definition for any rx or tx timestamp would be the end of the sfd i e drivers correct for their own offset as if their macsyncsymboloffset was zero this is the same definition that has been chosen by the openthread platform api the implementation of this for the rx timestamp is simple and will be provided as pr by myself if the solution is accepted move the phy specific workaround in radio c into the driver where it belongs architecturally change the documentation in net pkt h so that the timestamp is defined as in the standard assuming macsyncsymboloffset alternatively macsyncsymboloffset would have to be reported as a constant attribute by drivers implementing any of the time capabilities as macsyncsymboloffset does not have much use other than saving a few cycles on rx i would go with the openthread solution for now to keep it simple tx timestamping must be analyzed separately and is not in scope for this bug report impact a common concept of timestamping on the rx and tx path is required for tsch and other timing sensitive features in the ieee standard like csl ranging etc no matter the phy band channel etc chosen so fixing this is a pre condition for tsch implementation logs and console output n a environment please complete the following information n a additional context n a | 1 |
735,544 | 25,403,061,686 | IssuesEvent | 2022-11-22 13:31:28 | bexis/Module_EventManagement | https://api.github.com/repos/bexis/Module_EventManagement | closed | Values from Additional Mail Information filed disappear | Priority: Critical | - Click the "Create new Event" button
- Fill in the "Additional Mail Information" field
- Then fill in the required fields
- Click Save
- Click the edit icon for the newly created event
- Check the "Additional Mail Information" field
Result:
Even the "Additional Mail information" field was filled, it appears empty. | 1.0 | Values from Additional Mail Information filed disappear - - Click the "Create new Event" button
- Fill in the "Additional Mail Information" field
- Then fill in the required fields
- Click Save
- Click the edit icon for the newly created event
- Check the "Additional Mail Information" field
Result:
Even the "Additional Mail information" field was filled, it appears empty. | priority | values from additional mail information filed disappear click the create new event button fill in the additional mail information field then fill in the required fields click save click the edit icon for the newly created event check the additional mail information field result even the additional mail information field was filled it appears empty | 1 |
290,020 | 32,029,809,622 | IssuesEvent | 2023-09-22 11:29:51 | dreamboy9/mongo | https://api.github.com/repos/dreamboy9/mongo | closed | CVE-2023-25577 (High) detected in Werkzeug-2.0.1-py3-none-any.whl - autoclosed | Mend: dependency security vulnerability | ## CVE-2023-25577 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Werkzeug-2.0.1-py3-none-any.whl</b></p></summary>
<p>The comprehensive WSGI web application library.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/bd/24/11c3ea5a7e866bf2d97f0501d0b4b1c9bbeade102bb4b588f0d2919a5212/Werkzeug-2.0.1-py3-none-any.whl">https://files.pythonhosted.org/packages/bd/24/11c3ea5a7e866bf2d97f0501d0b4b1c9bbeade102bb4b588f0d2919a5212/Werkzeug-2.0.1-py3-none-any.whl</a></p>
<p>Path to dependency file: /src/third_party/wiredtiger/bench/workgen</p>
<p>Path to vulnerable library: /src/third_party/wiredtiger/bench/workgen</p>
<p>
Dependency Hierarchy:
- :x: **Werkzeug-2.0.1-py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/dreamboy9/mongo/commit/60ef70ebd8d46f4c893b3fb90ccf2616f8e21d2b">60ef70ebd8d46f4c893b3fb90ccf2616f8e21d2b</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>
Werkzeug is a comprehensive WSGI web application library. Prior to version 2.2.3, Werkzeug's multipart form data parser will parse an unlimited number of parts, including file parts. Parts can be a small amount of bytes, but each requires CPU time to parse and may use more memory as Python data. If a request can be made to an endpoint that accesses `request.data`, `request.form`, `request.files`, or `request.get_data(parse_form_data=False)`, it can cause unexpectedly high resource usage. This allows an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests. The amount of RAM required can trigger an out of memory kill of the process. Unlimited file parts can use up memory and file handles. If many concurrent requests are sent continuously, this can exhaust or kill all available workers. Version 2.2.3 contains a patch for this issue.
<p>Publish Date: 2023-02-14
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-25577>CVE-2023-25577</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2023-25577">https://www.cve.org/CVERecord?id=CVE-2023-25577</a></p>
<p>Release Date: 2023-02-14</p>
<p>Fix Resolution: Werkzeug - 2.2.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2023-25577 (High) detected in Werkzeug-2.0.1-py3-none-any.whl - autoclosed - ## CVE-2023-25577 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Werkzeug-2.0.1-py3-none-any.whl</b></p></summary>
<p>The comprehensive WSGI web application library.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/bd/24/11c3ea5a7e866bf2d97f0501d0b4b1c9bbeade102bb4b588f0d2919a5212/Werkzeug-2.0.1-py3-none-any.whl">https://files.pythonhosted.org/packages/bd/24/11c3ea5a7e866bf2d97f0501d0b4b1c9bbeade102bb4b588f0d2919a5212/Werkzeug-2.0.1-py3-none-any.whl</a></p>
<p>Path to dependency file: /src/third_party/wiredtiger/bench/workgen</p>
<p>Path to vulnerable library: /src/third_party/wiredtiger/bench/workgen</p>
<p>
Dependency Hierarchy:
- :x: **Werkzeug-2.0.1-py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/dreamboy9/mongo/commit/60ef70ebd8d46f4c893b3fb90ccf2616f8e21d2b">60ef70ebd8d46f4c893b3fb90ccf2616f8e21d2b</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>
Werkzeug is a comprehensive WSGI web application library. Prior to version 2.2.3, Werkzeug's multipart form data parser will parse an unlimited number of parts, including file parts. Parts can be a small amount of bytes, but each requires CPU time to parse and may use more memory as Python data. If a request can be made to an endpoint that accesses `request.data`, `request.form`, `request.files`, or `request.get_data(parse_form_data=False)`, it can cause unexpectedly high resource usage. This allows an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests. The amount of RAM required can trigger an out of memory kill of the process. Unlimited file parts can use up memory and file handles. If many concurrent requests are sent continuously, this can exhaust or kill all available workers. Version 2.2.3 contains a patch for this issue.
<p>Publish Date: 2023-02-14
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-25577>CVE-2023-25577</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2023-25577">https://www.cve.org/CVERecord?id=CVE-2023-25577</a></p>
<p>Release Date: 2023-02-14</p>
<p>Fix Resolution: Werkzeug - 2.2.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in werkzeug none any whl autoclosed cve high severity vulnerability vulnerable library werkzeug none any whl the comprehensive wsgi web application library library home page a href path to dependency file src third party wiredtiger bench workgen path to vulnerable library src third party wiredtiger bench workgen dependency hierarchy x werkzeug none any whl vulnerable library found in head commit a href found in base branch master vulnerability details werkzeug is a comprehensive wsgi web application library prior to version werkzeug s multipart form data parser will parse an unlimited number of parts including file parts parts can be a small amount of bytes but each requires cpu time to parse and may use more memory as python data if a request can be made to an endpoint that accesses request data request form request files or request get data parse form data false it can cause unexpectedly high resource usage this allows an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it the amount of cpu time required can block worker processes from handling legitimate requests the amount of ram required can trigger an out of memory kill of the process unlimited file parts can use up memory and file handles if many concurrent requests are sent continuously this can exhaust or kill all available workers version contains a patch for this issue publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution werkzeug step up your open source security game with mend | 0 |
108,113 | 4,327,484,264 | IssuesEvent | 2016-07-26 10:41:44 | OpenTechSchool/www.opentechschool.org | https://api.github.com/repos/OpenTechSchool/www.opentechschool.org | closed | Site broken on mobile | bug high priority | We should try being responsive again...
Looking from Chrome on Nexus 5:
 | 1.0 | Site broken on mobile - We should try being responsive again...
Looking from Chrome on Nexus 5:
 | priority | site broken on mobile we should try being responsive again looking from chrome on nexus | 1 |
332,419 | 10,095,457,521 | IssuesEvent | 2019-07-27 09:03:52 | CCS-Lab/hBayesDM | https://api.github.com/repos/CCS-Lab/hBayesDM | closed | Set up Git Hook to check that common files for R/ and Python/ are the same | enhancement high priority | [Git Hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) allow git repositories to automatically run custom scripts before making a commit/merge/push/etc.
It would be a good idea to set up a Git Hook to check that the 'example datas' and 'stan files' are always in the same state for both `R/` and `Python/` subdirectories.
As a suggestion, a `pre-commit` hook may be set like the following:
```sh
diff --recursive hBayesDM/R/inst/extdata/ hBayesDM/Python/hbayesdm/common/extdata
diff --recursive hBayesDM/R/inst/stan_files/ hBayesDM/Python/hbayesdm/common/stan_files
```
to check that the common files (example data & stan files) are the same for `R/` and `Python/` subdirectories, every time someone tries to make a commit.
Or possibly the git hook may be set as a `pre-push` as a last resort measure to check before a push is made. | 1.0 | Set up Git Hook to check that common files for R/ and Python/ are the same - [Git Hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) allow git repositories to automatically run custom scripts before making a commit/merge/push/etc.
It would be a good idea to set up a Git Hook to check that the 'example datas' and 'stan files' are always in the same state for both `R/` and `Python/` subdirectories.
As a suggestion, a `pre-commit` hook may be set like the following:
```sh
diff --recursive hBayesDM/R/inst/extdata/ hBayesDM/Python/hbayesdm/common/extdata
diff --recursive hBayesDM/R/inst/stan_files/ hBayesDM/Python/hbayesdm/common/stan_files
```
to check that the common files (example data & stan files) are the same for `R/` and `Python/` subdirectories, every time someone tries to make a commit.
Or possibly the git hook may be set as a `pre-push` as a last resort measure to check before a push is made. | priority | set up git hook to check that common files for r and python are the same allow git repositories to automatically run custom scripts before making a commit merge push etc it would be a good idea to set up a git hook to check that the example datas and stan files are always in the same state for both r and python subdirectories as a suggestion a pre commit hook may be set like the following sh diff recursive hbayesdm r inst extdata hbayesdm python hbayesdm common extdata diff recursive hbayesdm r inst stan files hbayesdm python hbayesdm common stan files to check that the common files example data stan files are the same for r and python subdirectories every time someone tries to make a commit or possibly the git hook may be set as a pre push as a last resort measure to check before a push is made | 1 |
141,488 | 21,528,819,102 | IssuesEvent | 2022-04-28 21:28:42 | rubyforgood/kiwanis | https://api.github.com/repos/rubyforgood/kiwanis | opened | Sprint #1 - Login page and Orders | Type: Feature/Redesign Priority: Medium | - [ ] Start Dashboard page
- [ ] Finish Login page
- [ ] Finish Order page
- [ ] Retouch Navbar | 1.0 | Sprint #1 - Login page and Orders - - [ ] Start Dashboard page
- [ ] Finish Login page
- [ ] Finish Order page
- [ ] Retouch Navbar | non_priority | sprint login page and orders start dashboard page finish login page finish order page retouch navbar | 0 |
524,163 | 15,207,872,659 | IssuesEvent | 2021-02-17 01:13:18 | monarch-initiative/mondo | https://api.github.com/repos/monarch-initiative/mondo | closed | add KEGG disease ids | low priority | _From @cmungall on July 24, 2015 23:54_
_From @nlwashington on March 6, 2015 17:34_
Here's the KEGG disease id to OMIM disease id map:
http://rest.genome.jp/link/disease/omim
note that is is a 1:many relationship (so they are often grouping classes).
there are some distinct disease-gene associations in kegg, so having their disease ids would be really helpful.
_Copied from original issue: monarch-initiative/human-disease-ontology#3_
_Copied from original issue: monarch-initiative/monarch-disease-ontology-RETIRED#7_ | 1.0 | add KEGG disease ids - _From @cmungall on July 24, 2015 23:54_
_From @nlwashington on March 6, 2015 17:34_
Here's the KEGG disease id to OMIM disease id map:
http://rest.genome.jp/link/disease/omim
note that is is a 1:many relationship (so they are often grouping classes).
there are some distinct disease-gene associations in kegg, so having their disease ids would be really helpful.
_Copied from original issue: monarch-initiative/human-disease-ontology#3_
_Copied from original issue: monarch-initiative/monarch-disease-ontology-RETIRED#7_ | priority | add kegg disease ids from cmungall on july from nlwashington on march here s the kegg disease id to omim disease id map note that is is a many relationship so they are often grouping classes there are some distinct disease gene associations in kegg so having their disease ids would be really helpful copied from original issue monarch initiative human disease ontology copied from original issue monarch initiative monarch disease ontology retired | 1 |
38,737 | 12,599,165,702 | IssuesEvent | 2020-06-11 05:13:06 | heholek/sheetjs | https://api.github.com/repos/heholek/sheetjs | opened | WS-2017-3757 (Medium) detected in content-type-parser-1.0.2.tgz | security vulnerability | ## WS-2017-3757 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>content-type-parser-1.0.2.tgz</b></p></summary>
<p>Parse the value of the Content-Type header</p>
<p>Library home page: <a href="https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.2.tgz">https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.2.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/sheetjs/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/sheetjs/node_modules/content-type-parser/package.json</p>
<p>
Dependency Hierarchy:
- jsdom-11.1.0.tgz (Root Library)
- :x: **content-type-parser-1.0.2.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/heholek/sheetjs/commit/36d1c7c9812d499ecf2921399c1a626defa4b938">36d1c7c9812d499ecf2921399c1a626defa4b938</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
all versions prior to 2.0.0 of content-type-parser npm package are vulnerable to ReDoS via the user agent parser. the vulnerability was fixed by reintroducing a new parser and deleting the old one.
<p>Publish Date: 2017-12-10
<p>URL: <a href=https://github.com/jsdom/whatwg-mimetype/commit/26c539a699778f8743b8319c298b5fb28a4328d0>WS-2017-3757</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</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/jsdom/whatwg-mimetype/issues/3">https://github.com/jsdom/whatwg-mimetype/issues/3</a></p>
<p>Release Date: 2020-04-30</p>
<p>Fix Resolution: v2.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2017-3757 (Medium) detected in content-type-parser-1.0.2.tgz - ## WS-2017-3757 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>content-type-parser-1.0.2.tgz</b></p></summary>
<p>Parse the value of the Content-Type header</p>
<p>Library home page: <a href="https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.2.tgz">https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.2.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/sheetjs/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/sheetjs/node_modules/content-type-parser/package.json</p>
<p>
Dependency Hierarchy:
- jsdom-11.1.0.tgz (Root Library)
- :x: **content-type-parser-1.0.2.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/heholek/sheetjs/commit/36d1c7c9812d499ecf2921399c1a626defa4b938">36d1c7c9812d499ecf2921399c1a626defa4b938</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
all versions prior to 2.0.0 of content-type-parser npm package are vulnerable to ReDoS via the user agent parser. the vulnerability was fixed by reintroducing a new parser and deleting the old one.
<p>Publish Date: 2017-12-10
<p>URL: <a href=https://github.com/jsdom/whatwg-mimetype/commit/26c539a699778f8743b8319c298b5fb28a4328d0>WS-2017-3757</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</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/jsdom/whatwg-mimetype/issues/3">https://github.com/jsdom/whatwg-mimetype/issues/3</a></p>
<p>Release Date: 2020-04-30</p>
<p>Fix Resolution: v2.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | ws medium detected in content type parser tgz ws medium severity vulnerability vulnerable library content type parser tgz parse the value of the content type header library home page a href path to dependency file tmp ws scm sheetjs package json path to vulnerable library tmp ws scm sheetjs node modules content type parser package json dependency hierarchy jsdom tgz root library x content type parser tgz vulnerable library found in head commit a href vulnerability details all versions prior to of content type parser npm package are vulnerable to redos via the user agent parser the vulnerability was fixed by reintroducing a new parser and deleting the old one publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low 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 |
456,462 | 13,150,818,565 | IssuesEvent | 2020-08-09 13:40:56 | chrisjsewell/docutils | https://api.github.com/repos/chrisjsewell/docutils | closed | buildhtml fails with demo [SF:bugs:48] | bugs closed-invalid priority-5 |
author: cjwhrh
created: 2005-07-15 11:18:49
assigned: goodger
SF_url: https://sourceforge.net/p/docutils/bugs/48
Using the snapshot, all files build OK except demo.txt.
::: Processing: demo.txt
D:\TEMP\docutils\docs\user\rst\demo.txt:89: \(ERROR/3\)
Undefined substitution referenced: "probl
ematic".
D:\TEMP\docutils\docs\user\rst\demo.txt:346: \(ERROR/3\)
Unknown target name: "5".
D:\TEMP\docutils\docs\user\rst\demo.txt:355: \(ERROR/3\)
Unknown target name: "nonexistent".
D:\TEMP\docutils\docs\user\rst\demo.txt:380: \(ERROR/3\)
Unknown target name: "hyperlink referenc
e without a target".
D:\TEMP\docutils\docs\user\rst\demo.txt:393: \(ERROR/3\)
Duplicate target name, cannot be used as
a unique reference: "duplicate target names".
---
commenter: goodger
posted: 2005-07-15 13:00:53
title: #48 buildhtml fails with demo
Logged In: YES
user\_id=7733
Those 5 errors are testing the error-handling of Docutils,
and are expected. The text of demo.txt describes the situation:
There should be five messages in the following,
auto-generated section,
"Docutils System Messages":
Closing bug report as invalid.
---
commenter: goodger
posted: 2005-07-15 13:00:53
title: #48 buildhtml fails with demo
- **assigned_to**: nobody --> goodger
- **status**: open --> closed-invalid
---
commenter: goodger
posted: 2005-07-15 14:18:57
title: #48 buildhtml fails with demo
Logged In: YES
user\_id=7733
But thanks for the bug report. I have modified the demo.txt
file to insert a reminder \(in the form of an error message,
the first\) that errors are expected.
---
commenter: cjwhrh
posted: 2005-07-15 15:58:56
title: #48 buildhtml fails with demo
Logged In: YES
user\_id=285587
David,
A suggestion: leave out anything which does not build cleanly.
At this stage of the game the user is just trying to get
some documentation he can read. He can explore peculiar
cases later.
This is a snapshot version and one expects an element of
risk and doesn't need trip wires. Yes, I now see that there
is a note in the readme file but this would be better ahead
of the action step.
Colin W.
| 1.0 | buildhtml fails with demo [SF:bugs:48] -
author: cjwhrh
created: 2005-07-15 11:18:49
assigned: goodger
SF_url: https://sourceforge.net/p/docutils/bugs/48
Using the snapshot, all files build OK except demo.txt.
::: Processing: demo.txt
D:\TEMP\docutils\docs\user\rst\demo.txt:89: \(ERROR/3\)
Undefined substitution referenced: "probl
ematic".
D:\TEMP\docutils\docs\user\rst\demo.txt:346: \(ERROR/3\)
Unknown target name: "5".
D:\TEMP\docutils\docs\user\rst\demo.txt:355: \(ERROR/3\)
Unknown target name: "nonexistent".
D:\TEMP\docutils\docs\user\rst\demo.txt:380: \(ERROR/3\)
Unknown target name: "hyperlink referenc
e without a target".
D:\TEMP\docutils\docs\user\rst\demo.txt:393: \(ERROR/3\)
Duplicate target name, cannot be used as
a unique reference: "duplicate target names".
---
commenter: goodger
posted: 2005-07-15 13:00:53
title: #48 buildhtml fails with demo
Logged In: YES
user\_id=7733
Those 5 errors are testing the error-handling of Docutils,
and are expected. The text of demo.txt describes the situation:
There should be five messages in the following,
auto-generated section,
"Docutils System Messages":
Closing bug report as invalid.
---
commenter: goodger
posted: 2005-07-15 13:00:53
title: #48 buildhtml fails with demo
- **assigned_to**: nobody --> goodger
- **status**: open --> closed-invalid
---
commenter: goodger
posted: 2005-07-15 14:18:57
title: #48 buildhtml fails with demo
Logged In: YES
user\_id=7733
But thanks for the bug report. I have modified the demo.txt
file to insert a reminder \(in the form of an error message,
the first\) that errors are expected.
---
commenter: cjwhrh
posted: 2005-07-15 15:58:56
title: #48 buildhtml fails with demo
Logged In: YES
user\_id=285587
David,
A suggestion: leave out anything which does not build cleanly.
At this stage of the game the user is just trying to get
some documentation he can read. He can explore peculiar
cases later.
This is a snapshot version and one expects an element of
risk and doesn't need trip wires. Yes, I now see that there
is a note in the readme file but this would be better ahead
of the action step.
Colin W.
| priority | buildhtml fails with demo author cjwhrh created assigned goodger sf url using the snapshot all files build ok except demo txt processing demo txt d temp docutils docs user rst demo txt error undefined substitution referenced probl ematic d temp docutils docs user rst demo txt error unknown target name d temp docutils docs user rst demo txt error unknown target name nonexistent d temp docutils docs user rst demo txt error unknown target name hyperlink referenc e without a target d temp docutils docs user rst demo txt error duplicate target name cannot be used as a unique reference duplicate target names commenter goodger posted title buildhtml fails with demo logged in yes user id those errors are testing the error handling of docutils and are expected the text of demo txt describes the situation there should be five messages in the following auto generated section docutils system messages closing bug report as invalid commenter goodger posted title buildhtml fails with demo assigned to nobody goodger status open closed invalid commenter goodger posted title buildhtml fails with demo logged in yes user id but thanks for the bug report i have modified the demo txt file to insert a reminder in the form of an error message the first that errors are expected commenter cjwhrh posted title buildhtml fails with demo logged in yes user id david a suggestion leave out anything which does not build cleanly at this stage of the game the user is just trying to get some documentation he can read he can explore peculiar cases later this is a snapshot version and one expects an element of risk and doesn t need trip wires yes i now see that there is a note in the readme file but this would be better ahead of the action step colin w | 1 |
281,246 | 24,375,572,406 | IssuesEvent | 2022-10-04 00:22:07 | eclipse-openj9/openj9 | https://api.github.com/repos/eclipse-openj9/openj9 | closed | JDK8 aarch64_linux LambdaLoadTest_special_J9_5m_0_FAILED net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces | test failure | Failure link
------------
From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk8_j9_special.system_aarch64_linux_testList_0/306/)(`cent7-aarch64-6`):
```
openjdk version "1.8.0_352"
IBM Semeru Runtime Open Edition (build 1.8.0_352-b06)
Eclipse OpenJ9 VM (build openj9-0.35.0-m2b, JRE 1.8.0 Linux aarch64-64-Bit Compressed References 20221002_460 (JIT enabled, AOT enabled)
OpenJ9 - 2e24c0da7
OMR - 447afc0f0
JCL - fa9321797d based on jdk8u352-b06)
```
[Rerun in Grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=LambdaLoadTest_special_J9_5m_0&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=Test_openjdk8_j9_special.system_aarch64_linux&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=0&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=aarch64_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F460%2Fibm-semeru-open-jdk_aarch64_linux_8u352b06_openj9-0.35.0-m2b.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F460%2Fibm-semeru-open-testimage_aarch64_linux_8u352b06_openj9-0.35.0-m2b.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F460%2Fibm-semeru-open-debugimage_aarch64_linux_8u352b06_openj9-0.35.0-m2b.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F460%2Fibm-semeru-open-jre_aarch64_linux_8u352b06_openj9-0.35.0-m2b.tar.gz&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=na.artifactory.swg-devops&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=8&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fibmruntimes%2Fopenj9-openjdk-jdk8&RELEASE_TAG=v0.35.0-release&OPENJ9_BRANCH=v0.35.0-release&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&UPSTREAM_JOB_NAME=&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=v0.35.0-release&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=324&DOCKERIMAGE_TAG=&JDK_IMPL=openj9&TEST_TIME=&SSH_AGENT_CREDENTIAL=83181e25-eea4-4f55-8b3e-e79615733226&AUTO_DETECT=true&SLACK_CHANNEL=&DYNAMIC_COMPILE=false&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=4e18ffe7-b1b1-4272-9979-99769b68bcc2&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=http%3A%2F%2Ftrss1.fyre.ibm.com&USE_TESTENV_PROPERTIES=false&BUILD_LIST=system&UPSTREAM_JOB_NUMBER=&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=20&JVM_OPTIONS=&PARALLEL=None) - Change TARGET to run only the failed test targets.
Optional info
-------------
Failure output (captured from console output)
---------------------------------------------
```
[2022-10-02T09:31:20.245Z] variation: Mode101
[2022-10-02T09:31:20.245Z] JVM_OPTIONS: -Xdump:system:events=user
[2022-10-02T09:31:48.368Z] LT 05:31:44.806 - Test failed
[2022-10-02T09:31:48.368Z] LT Failure num. = 1
[2022-10-02T09:31:48.368Z] LT Test number = 5
[2022-10-02T09:31:48.368Z] LT Test details = 'JUnit[net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces]'
[2022-10-02T09:31:48.368Z] LT Suite number = 0
[2022-10-02T09:31:48.368Z] LT Thread number = 3
[2022-10-02T09:31:48.368Z] LT >>> Captured test output >>>
[2022-10-02T09:31:48.368Z] LT testStarted : testSupplierMotorbike(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testFinished: testSupplierMotorbike(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testStarted : testComparatorString(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testFinished: testComparatorString(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testStarted : testSupplierPerson(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testFinished: testSupplierPerson(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testStarted : testSupplierString(net.adoptopenjdk.test.lambda.TestLambdasUserDefinedInterface)
[2022-10-02T09:31:48.368Z] LT testFailure: testSupplierString(net.adoptopenjdk.test.lambda.TestLambdasUserDefinedInterface): Method "testSupplierString" not found
[2022-10-02T09:31:48.368Z] LT junit.framework.AssertionFailedError: Method "testSupplierString" not found
[2022-10-02T09:31:48.368Z] LT at junit.framework.Assert.fail(Assert.java:57)
[2022-10-02T09:31:48.368Z] LT at junit.framework.TestCase.fail(TestCase.java:227)
[2022-10-02T09:31:48.368Z] LT at junit.framework.TestCase.runTest(TestCase.java:169)
[2022-10-02T09:31:48.368Z] LT testFailure: testFunctionMotorbike(net.adoptopenjdk.test.lambda.TestLambdasUserDefinedInterface): Method "testFunctionMotorbike" not found
[2022-10-02T09:31:48.368Z] LT junit.framework.AssertionFailedError: Method "testFunctionMotorbike" not found
[2022-10-02T09:31:48.370Z] LT JUnit Test Results for: net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces
[2022-10-02T09:31:48.370Z] LT Ran : 13
[2022-10-02T09:31:48.370Z] LT Passed : 3
[2022-10-02T09:31:48.370Z] LT Failed : 10
[2022-10-02T09:31:48.370Z] LT Ignored: 0
[2022-10-02T09:31:48.370Z] LT Result : FAILED
[2022-10-02T09:32:06.881Z] LambdaLoadTest_special_J9_5m_0_FAILED
```
[15x internal grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/28316) - passed | 1.0 | JDK8 aarch64_linux LambdaLoadTest_special_J9_5m_0_FAILED net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces - Failure link
------------
From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk8_j9_special.system_aarch64_linux_testList_0/306/)(`cent7-aarch64-6`):
```
openjdk version "1.8.0_352"
IBM Semeru Runtime Open Edition (build 1.8.0_352-b06)
Eclipse OpenJ9 VM (build openj9-0.35.0-m2b, JRE 1.8.0 Linux aarch64-64-Bit Compressed References 20221002_460 (JIT enabled, AOT enabled)
OpenJ9 - 2e24c0da7
OMR - 447afc0f0
JCL - fa9321797d based on jdk8u352-b06)
```
[Rerun in Grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=LambdaLoadTest_special_J9_5m_0&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=Test_openjdk8_j9_special.system_aarch64_linux&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=0&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=aarch64_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F460%2Fibm-semeru-open-jdk_aarch64_linux_8u352b06_openj9-0.35.0-m2b.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F460%2Fibm-semeru-open-testimage_aarch64_linux_8u352b06_openj9-0.35.0-m2b.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F460%2Fibm-semeru-open-debugimage_aarch64_linux_8u352b06_openj9-0.35.0-m2b.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F460%2Fibm-semeru-open-jre_aarch64_linux_8u352b06_openj9-0.35.0-m2b.tar.gz&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=na.artifactory.swg-devops&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=8&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fibmruntimes%2Fopenj9-openjdk-jdk8&RELEASE_TAG=v0.35.0-release&OPENJ9_BRANCH=v0.35.0-release&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&UPSTREAM_JOB_NAME=&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=v0.35.0-release&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=324&DOCKERIMAGE_TAG=&JDK_IMPL=openj9&TEST_TIME=&SSH_AGENT_CREDENTIAL=83181e25-eea4-4f55-8b3e-e79615733226&AUTO_DETECT=true&SLACK_CHANNEL=&DYNAMIC_COMPILE=false&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=4e18ffe7-b1b1-4272-9979-99769b68bcc2&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=http%3A%2F%2Ftrss1.fyre.ibm.com&USE_TESTENV_PROPERTIES=false&BUILD_LIST=system&UPSTREAM_JOB_NUMBER=&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=20&JVM_OPTIONS=&PARALLEL=None) - Change TARGET to run only the failed test targets.
Optional info
-------------
Failure output (captured from console output)
---------------------------------------------
```
[2022-10-02T09:31:20.245Z] variation: Mode101
[2022-10-02T09:31:20.245Z] JVM_OPTIONS: -Xdump:system:events=user
[2022-10-02T09:31:48.368Z] LT 05:31:44.806 - Test failed
[2022-10-02T09:31:48.368Z] LT Failure num. = 1
[2022-10-02T09:31:48.368Z] LT Test number = 5
[2022-10-02T09:31:48.368Z] LT Test details = 'JUnit[net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces]'
[2022-10-02T09:31:48.368Z] LT Suite number = 0
[2022-10-02T09:31:48.368Z] LT Thread number = 3
[2022-10-02T09:31:48.368Z] LT >>> Captured test output >>>
[2022-10-02T09:31:48.368Z] LT testStarted : testSupplierMotorbike(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testFinished: testSupplierMotorbike(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testStarted : testComparatorString(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testFinished: testComparatorString(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testStarted : testSupplierPerson(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testFinished: testSupplierPerson(net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces)
[2022-10-02T09:31:48.368Z] LT testStarted : testSupplierString(net.adoptopenjdk.test.lambda.TestLambdasUserDefinedInterface)
[2022-10-02T09:31:48.368Z] LT testFailure: testSupplierString(net.adoptopenjdk.test.lambda.TestLambdasUserDefinedInterface): Method "testSupplierString" not found
[2022-10-02T09:31:48.368Z] LT junit.framework.AssertionFailedError: Method "testSupplierString" not found
[2022-10-02T09:31:48.368Z] LT at junit.framework.Assert.fail(Assert.java:57)
[2022-10-02T09:31:48.368Z] LT at junit.framework.TestCase.fail(TestCase.java:227)
[2022-10-02T09:31:48.368Z] LT at junit.framework.TestCase.runTest(TestCase.java:169)
[2022-10-02T09:31:48.368Z] LT testFailure: testFunctionMotorbike(net.adoptopenjdk.test.lambda.TestLambdasUserDefinedInterface): Method "testFunctionMotorbike" not found
[2022-10-02T09:31:48.368Z] LT junit.framework.AssertionFailedError: Method "testFunctionMotorbike" not found
[2022-10-02T09:31:48.370Z] LT JUnit Test Results for: net.adoptopenjdk.test.lambda.TestLambdaJavaInterfaces
[2022-10-02T09:31:48.370Z] LT Ran : 13
[2022-10-02T09:31:48.370Z] LT Passed : 3
[2022-10-02T09:31:48.370Z] LT Failed : 10
[2022-10-02T09:31:48.370Z] LT Ignored: 0
[2022-10-02T09:31:48.370Z] LT Result : FAILED
[2022-10-02T09:32:06.881Z] LambdaLoadTest_special_J9_5m_0_FAILED
```
[15x internal grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/28316) - passed | non_priority | linux lambdaloadtest special failed net adoptopenjdk test lambda testlambdajavainterfaces failure link from openjdk version ibm semeru runtime open edition build eclipse vm build jre linux bit compressed references jit enabled aot enabled omr jcl based on change target to run only the failed test targets optional info failure output captured from console output variation jvm options xdump system events user lt test failed lt failure num lt test number lt test details junit lt suite number lt thread number lt captured test output lt teststarted testsuppliermotorbike net adoptopenjdk test lambda testlambdajavainterfaces lt testfinished testsuppliermotorbike net adoptopenjdk test lambda testlambdajavainterfaces lt teststarted testcomparatorstring net adoptopenjdk test lambda testlambdajavainterfaces lt testfinished testcomparatorstring net adoptopenjdk test lambda testlambdajavainterfaces lt teststarted testsupplierperson net adoptopenjdk test lambda testlambdajavainterfaces lt testfinished testsupplierperson net adoptopenjdk test lambda testlambdajavainterfaces lt teststarted testsupplierstring net adoptopenjdk test lambda testlambdasuserdefinedinterface lt testfailure testsupplierstring net adoptopenjdk test lambda testlambdasuserdefinedinterface method testsupplierstring not found lt junit framework assertionfailederror method testsupplierstring not found lt at junit framework assert fail assert java lt at junit framework testcase fail testcase java lt at junit framework testcase runtest testcase java lt testfailure testfunctionmotorbike net adoptopenjdk test lambda testlambdasuserdefinedinterface method testfunctionmotorbike not found lt junit framework assertionfailederror method testfunctionmotorbike not found lt junit test results for net adoptopenjdk test lambda testlambdajavainterfaces lt ran lt passed lt failed lt ignored lt result failed lambdaloadtest special failed passed | 0 |
234,922 | 7,728,035,732 | IssuesEvent | 2018-05-25 06:29:14 | certificate-helper/TLS-Inspector | https://api.github.com/repos/certificate-helper/TLS-Inspector | closed | Update OpenSSL to 1.1.0h | CertificateKit enhancement medium priority merged | OpenSSL released version 1.1.0h which contained vulnerability fixes up-to moderate severity: https://www.openssl.org/news/changelog.html#x1
Update OpenSSL from 1.1.0g to OpenSSL 1.1.0h. | 1.0 | Update OpenSSL to 1.1.0h - OpenSSL released version 1.1.0h which contained vulnerability fixes up-to moderate severity: https://www.openssl.org/news/changelog.html#x1
Update OpenSSL from 1.1.0g to OpenSSL 1.1.0h. | priority | update openssl to openssl released version which contained vulnerability fixes up to moderate severity update openssl from to openssl | 1 |
372,952 | 11,030,937,000 | IssuesEvent | 2019-12-06 16:41:54 | carbon-design-system/carbon | https://api.github.com/repos/carbon-design-system/carbon | closed | [Data table] Header should be sticky | priority: high type: enhancement 💡 | Use this template if you want to request a new feature, or a change to an existing feature.
If you are reporting a bug or problem, please use the bug template instead.
### Summary
The head of the data table should be 'sticky' and only the table body will be scrolled so when user looks at the data, they can reference the column name quickly without back-and-forth scrolling.
Another problem with it is if `tbody` ends up being very tall, user can not see the horizontal scroll bar as the visual cue which indicates there are more columns to the right. (see below)

require review from both design and development
### Justification
It's a pretty standard data table / grid behavior for the ease of use when number of rows cause the parent container to scroll.
### Desired UX and success metrics
1. it should be flexible - user should not need to be asked to defined the specific dimension.
2. width of the columns should still be dynamic based on the content - just like the way it is right now
### "Must have" functionality
same as the previous section
### Specific timeline issues / requests
2019 Q1
### Available extra resources
N/A
### Extra
I raised this question on slack, was suggested to try out:
https://github.ibm.com/IBMDecisionOptimization/dd-carbon-addons-do and a demo here https://pages.github.ibm.com/IBMDecisionOptimization/dd-carbon-addons-do/packages/carbon-addons-do-react-grids/storybook/
Even though it has what I wanted - sticky table head, this add-on is not compatible with our analytics platform styles (ap styles) as the grid itself doesn't share the `bx` class names. Moreover, the significant API changes will require us more time on the migration. | 1.0 | [Data table] Header should be sticky - Use this template if you want to request a new feature, or a change to an existing feature.
If you are reporting a bug or problem, please use the bug template instead.
### Summary
The head of the data table should be 'sticky' and only the table body will be scrolled so when user looks at the data, they can reference the column name quickly without back-and-forth scrolling.
Another problem with it is if `tbody` ends up being very tall, user can not see the horizontal scroll bar as the visual cue which indicates there are more columns to the right. (see below)

require review from both design and development
### Justification
It's a pretty standard data table / grid behavior for the ease of use when number of rows cause the parent container to scroll.
### Desired UX and success metrics
1. it should be flexible - user should not need to be asked to defined the specific dimension.
2. width of the columns should still be dynamic based on the content - just like the way it is right now
### "Must have" functionality
same as the previous section
### Specific timeline issues / requests
2019 Q1
### Available extra resources
N/A
### Extra
I raised this question on slack, was suggested to try out:
https://github.ibm.com/IBMDecisionOptimization/dd-carbon-addons-do and a demo here https://pages.github.ibm.com/IBMDecisionOptimization/dd-carbon-addons-do/packages/carbon-addons-do-react-grids/storybook/
Even though it has what I wanted - sticky table head, this add-on is not compatible with our analytics platform styles (ap styles) as the grid itself doesn't share the `bx` class names. Moreover, the significant API changes will require us more time on the migration. | priority | header should be sticky use this template if you want to request a new feature or a change to an existing feature if you are reporting a bug or problem please use the bug template instead summary the head of the data table should be sticky and only the table body will be scrolled so when user looks at the data they can reference the column name quickly without back and forth scrolling another problem with it is if tbody ends up being very tall user can not see the horizontal scroll bar as the visual cue which indicates there are more columns to the right see below require review from both design and development justification it s a pretty standard data table grid behavior for the ease of use when number of rows cause the parent container to scroll desired ux and success metrics it should be flexible user should not need to be asked to defined the specific dimension width of the columns should still be dynamic based on the content just like the way it is right now must have functionality same as the previous section specific timeline issues requests available extra resources n a extra i raised this question on slack was suggested to try out and a demo here even though it has what i wanted sticky table head this add on is not compatible with our analytics platform styles ap styles as the grid itself doesn t share the bx class names moreover the significant api changes will require us more time on the migration | 1 |
92,722 | 26,755,886,453 | IssuesEvent | 2023-01-31 00:10:41 | IgniteUI/igniteui-angular | https://api.github.com/repos/IgniteUI/igniteui-angular | closed | Dark Mode for Charts | material-theme :toolbox: feature-request fluent-theme bootstrap-theme dark-theme status: inactive source: appbuilder | ## Description
This is an AppBuilder app showing Category Charts, using a custom dark theme based on material dark, with custom surface background color (blue).
## Expected result
9. Gridlines should be 8% white. Axis and tickmarks should be 38% white (compared to our light theme ui kit).
10. Titles should be 87% white, and axis labels 60% white.
11. Tooltip should not have white bg, maybe it could match surface and have 12% white stroke.
12. CHARTS in all themes (Material, Fluent & Bootstrap) should support dark mode.
## Attachments

| 1.0 | Dark Mode for Charts - ## Description
This is an AppBuilder app showing Category Charts, using a custom dark theme based on material dark, with custom surface background color (blue).
## Expected result
9. Gridlines should be 8% white. Axis and tickmarks should be 38% white (compared to our light theme ui kit).
10. Titles should be 87% white, and axis labels 60% white.
11. Tooltip should not have white bg, maybe it could match surface and have 12% white stroke.
12. CHARTS in all themes (Material, Fluent & Bootstrap) should support dark mode.
## Attachments

| non_priority | dark mode for charts description this is an appbuilder app showing category charts using a custom dark theme based on material dark with custom surface background color blue expected result gridlines should be white axis and tickmarks should be white compared to our light theme ui kit titles should be white and axis labels white tooltip should not have white bg maybe it could match surface and have white stroke charts in all themes material fluent bootstrap should support dark mode attachments | 0 |
134,890 | 30,206,530,260 | IssuesEvent | 2023-07-05 09:48:17 | hypothesis/h | https://api.github.com/repos/hypothesis/h | closed | default overrides server_default in sqlalchemy column defaults | code health | It's best practice to let the database provide defaults to timestamp columns by configuring `server_default`.
```
registered_date = sa.Column(
sa.TIMESTAMP(timezone=False),
default=datetime.datetime.utcnow,
server_default=sa.func.now(),
nullable=False,
)
```
It appears developers in H intended to do this in the code by setting `server_default` on certain columns however, by also configuring `default`, sqlalchemy will override the `server_default` behavior. `default` is added by sqlalchemy upon sending the insert query to the db thus providing a value so that the `server_default` does not take place. The `default` needs to be removed so that all datetime columns get their default datetime from the db and not the python server. This eliminates inconsistencies in timestamps due to clock drift between the server and the db and also reduces the amount of data we send across the network to the db. See slack discussion [here](https://hypothes-is.slack.com/archives/C1MA4E9B9/p1551805744022700). | 1.0 | default overrides server_default in sqlalchemy column defaults - It's best practice to let the database provide defaults to timestamp columns by configuring `server_default`.
```
registered_date = sa.Column(
sa.TIMESTAMP(timezone=False),
default=datetime.datetime.utcnow,
server_default=sa.func.now(),
nullable=False,
)
```
It appears developers in H intended to do this in the code by setting `server_default` on certain columns however, by also configuring `default`, sqlalchemy will override the `server_default` behavior. `default` is added by sqlalchemy upon sending the insert query to the db thus providing a value so that the `server_default` does not take place. The `default` needs to be removed so that all datetime columns get their default datetime from the db and not the python server. This eliminates inconsistencies in timestamps due to clock drift between the server and the db and also reduces the amount of data we send across the network to the db. See slack discussion [here](https://hypothes-is.slack.com/archives/C1MA4E9B9/p1551805744022700). | non_priority | default overrides server default in sqlalchemy column defaults it s best practice to let the database provide defaults to timestamp columns by configuring server default registered date sa column sa timestamp timezone false default datetime datetime utcnow server default sa func now nullable false it appears developers in h intended to do this in the code by setting server default on certain columns however by also configuring default sqlalchemy will override the server default behavior default is added by sqlalchemy upon sending the insert query to the db thus providing a value so that the server default does not take place the default needs to be removed so that all datetime columns get their default datetime from the db and not the python server this eliminates inconsistencies in timestamps due to clock drift between the server and the db and also reduces the amount of data we send across the network to the db see slack discussion | 0 |
224,132 | 24,769,699,116 | IssuesEvent | 2022-10-23 01:11:10 | Baneeishaque/spring_store_thymeleaf | https://api.github.com/repos/Baneeishaque/spring_store_thymeleaf | opened | CVE-2022-37598 (High) detected in uglify-js-3.9.4.tgz | security vulnerability | ## CVE-2022-37598 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>uglify-js-3.9.4.tgz</b></p></summary>
<p>JavaScript parser, mangler/compressor and beautifier toolkit</p>
<p>Library home page: <a href="https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.4.tgz">https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.4.tgz</a></p>
<p>Path to dependency file: /html_site_template_customer/fashi/Source/jQuery.countdown-master/jQuery.countdown-master/jQuery.countdown-master/package.json</p>
<p>Path to vulnerable library: /html_site_template_customer/fashi/Source/jQuery.countdown-master/jQuery.countdown-master/jQuery.countdown-master/node_modules/handlebars/node_modules/uglify-js/package.json</p>
<p>
Dependency Hierarchy:
- karma-coverage-0.2.7.tgz (Root Library)
- istanbul-0.3.22.tgz
- handlebars-4.7.6.tgz
- :x: **uglify-js-3.9.4.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Baneeishaque/spring_store_thymeleaf/commit/08ba0922f3668b139df2a365e01b4d3e57faef86">08ba0922f3668b139df2a365e01b4d3e57faef86</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>
Prototype pollution vulnerability in function DEFNODE in ast.js in mishoo UglifyJS 3.13.2 via the name variable in ast.js.
<p>Publish Date: 2022-10-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37598>CVE-2022-37598</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>Release Date: 2022-10-20</p>
<p>Fix Resolution (uglify-js): 3.13.10</p>
<p>Direct dependency fix Resolution (karma-coverage): 0.3.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-37598 (High) detected in uglify-js-3.9.4.tgz - ## CVE-2022-37598 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>uglify-js-3.9.4.tgz</b></p></summary>
<p>JavaScript parser, mangler/compressor and beautifier toolkit</p>
<p>Library home page: <a href="https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.4.tgz">https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.4.tgz</a></p>
<p>Path to dependency file: /html_site_template_customer/fashi/Source/jQuery.countdown-master/jQuery.countdown-master/jQuery.countdown-master/package.json</p>
<p>Path to vulnerable library: /html_site_template_customer/fashi/Source/jQuery.countdown-master/jQuery.countdown-master/jQuery.countdown-master/node_modules/handlebars/node_modules/uglify-js/package.json</p>
<p>
Dependency Hierarchy:
- karma-coverage-0.2.7.tgz (Root Library)
- istanbul-0.3.22.tgz
- handlebars-4.7.6.tgz
- :x: **uglify-js-3.9.4.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Baneeishaque/spring_store_thymeleaf/commit/08ba0922f3668b139df2a365e01b4d3e57faef86">08ba0922f3668b139df2a365e01b4d3e57faef86</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>
Prototype pollution vulnerability in function DEFNODE in ast.js in mishoo UglifyJS 3.13.2 via the name variable in ast.js.
<p>Publish Date: 2022-10-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37598>CVE-2022-37598</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>Release Date: 2022-10-20</p>
<p>Fix Resolution (uglify-js): 3.13.10</p>
<p>Direct dependency fix Resolution (karma-coverage): 0.3.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in uglify js tgz cve high severity vulnerability vulnerable library uglify js tgz javascript parser mangler compressor and beautifier toolkit library home page a href path to dependency file html site template customer fashi source jquery countdown master jquery countdown master jquery countdown master package json path to vulnerable library html site template customer fashi source jquery countdown master jquery countdown master jquery countdown master node modules handlebars node modules uglify js package json dependency hierarchy karma coverage tgz root library istanbul tgz handlebars tgz x uglify js tgz vulnerable library found in head commit a href vulnerability details prototype pollution vulnerability in function defnode in ast js in mishoo uglifyjs via the name variable in ast js 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 release date fix resolution uglify js direct dependency fix resolution karma coverage step up your open source security game with mend | 0 |
120,474 | 15,769,818,449 | IssuesEvent | 2021-03-31 18:45:25 | oshi/oshi | https://api.github.com/repos/oshi/oshi | closed | Suspended processes on Windows reported as running | PR welcome design discussion performance up for grabs | As seen on Windows task manager this particular process' status is Suspended while the reported status from Oshi is Running.

Processed value from Oshi:
`process_id=1048, process_name=IntelCpHDCPSvc, Name=processes_state, Value=RUNNING@STRING` | 1.0 | Suspended processes on Windows reported as running - As seen on Windows task manager this particular process' status is Suspended while the reported status from Oshi is Running.

Processed value from Oshi:
`process_id=1048, process_name=IntelCpHDCPSvc, Name=processes_state, Value=RUNNING@STRING` | non_priority | suspended processes on windows reported as running as seen on windows task manager this particular process status is suspended while the reported status from oshi is running processed value from oshi process id process name intelcphdcpsvc name processes state value running string | 0 |
153,755 | 13,525,562,764 | IssuesEvent | 2020-09-15 13:11:43 | KxSystems/ldap | https://api.github.com/repos/KxSystems/ldap | closed | Add more details to dll to lib conversion to doc | documentation | Ref: "Converting msys2 provided libldap.dll to libldap.lib for use with Visual Studio" section on README.md
*@@@ It's worth mentioning that you need to run dll2lib.bat from a VS command prompt (it uses a couple of tools on the MSVS path). Or you could check ERRORLEVEL in the .bat file after the calls to dumpbin and lib:* | 1.0 | Add more details to dll to lib conversion to doc - Ref: "Converting msys2 provided libldap.dll to libldap.lib for use with Visual Studio" section on README.md
*@@@ It's worth mentioning that you need to run dll2lib.bat from a VS command prompt (it uses a couple of tools on the MSVS path). Or you could check ERRORLEVEL in the .bat file after the calls to dumpbin and lib:* | non_priority | add more details to dll to lib conversion to doc ref converting provided libldap dll to libldap lib for use with visual studio section on readme md it s worth mentioning that you need to run bat from a vs command prompt it uses a couple of tools on the msvs path or you could check errorlevel in the bat file after the calls to dumpbin and lib | 0 |
5,425 | 7,136,808,407 | IssuesEvent | 2018-01-23 08:47:38 | portainer/portainer | https://api.github.com/repos/portainer/portainer | closed | 1.16 displays error "Unable to load plugins" when creating some resources | area/network-creation area/service-creation area/service-details area/volume-creation exp/intermediate kind/bug platform/windows status/awaiting-feedback | **Description**
Portainer 1.16 `portainer/portainer:pr1586` connected to Windows Server 2016 shows an error toast containing:
> Error
> Unable to load plugins
when navigating to the following routes:
* actions/create/network
* actions/create/service
* actions/create/volume
The create actions still work as expected.
**Steps to reproduce the issue:**
1. Deploy a Windows Server 2016 swarm host with dockerd listening on tcp://0.0.0.0:2375
2. Create a Portainer service: `docker service create --name portainer --publish published=9000,target=9000,mode=host --endpoint-mode dnsrr --replicas=1 --constraint 'node.role == manager' --mount type=volume,src=portainer,dst=c:/data portainer/portainer:pr1586`
3. Identify the host's nat-network IP address with `get-netipaddress`
3. Connect to Portainer, set the admin password, and connect to host-nat-ip-address:2375
3. Navigate to the volume, network or service creation actions
Chrome console shows requests to `http://host:9000/api/endpoints/xx/docker/plugins` returning 500 errors. The error body contains a message of "Plugins are not supported on this platform"
**Technical details:**
* Portainer version: 1.16 `portainer/portainer:pr1586`
* Target Docker version (the host/cluster you manage): 17.06.2-ee-6
* Platform (windows/linux): Windows 2016
* Command used to start Portainer: `docker service create --name portainer --publish published=9000,target=9000,mode=host --endpoint-mode dnsrr --replicas=1 --constraint 'node.role == manager' --mount type=volume,src=portainer,dst=c:/data portainer/portainer:pr1586`
* Browser: Chrome 63
| 2.0 | 1.16 displays error "Unable to load plugins" when creating some resources - **Description**
Portainer 1.16 `portainer/portainer:pr1586` connected to Windows Server 2016 shows an error toast containing:
> Error
> Unable to load plugins
when navigating to the following routes:
* actions/create/network
* actions/create/service
* actions/create/volume
The create actions still work as expected.
**Steps to reproduce the issue:**
1. Deploy a Windows Server 2016 swarm host with dockerd listening on tcp://0.0.0.0:2375
2. Create a Portainer service: `docker service create --name portainer --publish published=9000,target=9000,mode=host --endpoint-mode dnsrr --replicas=1 --constraint 'node.role == manager' --mount type=volume,src=portainer,dst=c:/data portainer/portainer:pr1586`
3. Identify the host's nat-network IP address with `get-netipaddress`
3. Connect to Portainer, set the admin password, and connect to host-nat-ip-address:2375
3. Navigate to the volume, network or service creation actions
Chrome console shows requests to `http://host:9000/api/endpoints/xx/docker/plugins` returning 500 errors. The error body contains a message of "Plugins are not supported on this platform"
**Technical details:**
* Portainer version: 1.16 `portainer/portainer:pr1586`
* Target Docker version (the host/cluster you manage): 17.06.2-ee-6
* Platform (windows/linux): Windows 2016
* Command used to start Portainer: `docker service create --name portainer --publish published=9000,target=9000,mode=host --endpoint-mode dnsrr --replicas=1 --constraint 'node.role == manager' --mount type=volume,src=portainer,dst=c:/data portainer/portainer:pr1586`
* Browser: Chrome 63
| non_priority | displays error unable to load plugins when creating some resources description portainer portainer portainer connected to windows server shows an error toast containing error unable to load plugins when navigating to the following routes actions create network actions create service actions create volume the create actions still work as expected steps to reproduce the issue deploy a windows server swarm host with dockerd listening on tcp create a portainer service docker service create name portainer publish published target mode host endpoint mode dnsrr replicas constraint node role manager mount type volume src portainer dst c data portainer portainer identify the host s nat network ip address with get netipaddress connect to portainer set the admin password and connect to host nat ip address navigate to the volume network or service creation actions chrome console shows requests to returning errors the error body contains a message of plugins are not supported on this platform technical details portainer version portainer portainer target docker version the host cluster you manage ee platform windows linux windows command used to start portainer docker service create name portainer publish published target mode host endpoint mode dnsrr replicas constraint node role manager mount type volume src portainer dst c data portainer portainer browser chrome | 0 |
107,454 | 16,761,591,907 | IssuesEvent | 2021-06-13 22:25:02 | gms-ws-demo/nibrs | https://api.github.com/repos/gms-ws-demo/nibrs | closed | CVE-2020-36187 (High) detected in multiple libraries - autoclosed | security vulnerability | ## CVE-2020-36187 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.5.jar</b>, <b>jackson-databind-2.8.10.jar</b>, <b>jackson-databind-2.9.8.jar</b>, <b>jackson-databind-2.8.0.jar</b>, <b>jackson-databind-2.9.6.jar</b></p></summary>
<p>
<details><summary><b>jackson-databind-2.9.5.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: nibrs/tools/nibrs-flatfile/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar</p>
<p>
Dependency Hierarchy:
- tika-parsers-1.18.jar (Root Library)
- :x: **jackson-databind-2.9.5.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.8.10.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: nibrs/tools/nibrs-fbi-service/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar,nibrs/tools/nibrs-fbi-service/target/nibrs-fbi-service-1.0.0/WEB-INF/lib/jackson-databind-2.8.10.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.8.10.jar** (Vulnerable Library)
</details>
<details><summary><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: nibrs/tools/nibrs-summary-report-common/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.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.5.RELEASE.jar (Root Library)
- spring-boot-starter-json-2.1.5.RELEASE.jar
- :x: **jackson-databind-2.9.8.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.8.0.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: nibrs/tools/nibrs-common/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.0/jackson-databind-2.8.0.jar</p>
<p>
Dependency Hierarchy:
- tika-parsers-1.18.jar (Root Library)
- :x: **jackson-databind-2.8.0.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.9.6.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: nibrs/tools/nibrs-staging-data/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,nibrs/web/nibrs-web/target/nibrs-web/WEB-INF/lib/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.9.6.jar** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/gms-ws-demo/nibrs/commit/9fb1c19bd26c2113d1961640de126a33eacdc946">9fb1c19bd26c2113d1961640de126a33eacdc946</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource.
<p>Publish Date: 2021-01-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36187>CVE-2020-36187</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2997">https://github.com/FasterXML/jackson-databind/issues/2997</a></p>
<p>Release Date: 2021-01-06</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.5","packageFilePaths":["/tools/nibrs-flatfile/pom.xml","/tools/nibrs-validate-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.apache.tika:tika-parsers:1.18;com.fasterxml.jackson.core:jackson-databind:2.9.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.10","packageFilePaths":["/tools/nibrs-fbi-service/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.8.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","packageFilePaths":["/tools/nibrs-summary-report-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:2.1.5.RELEASE;org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.0","packageFilePaths":["/tools/nibrs-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.apache.tika:tika-parsers:1.18;com.fasterxml.jackson.core:jackson-databind:2.8.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.6","packageFilePaths":["/tools/nibrs-staging-data/pom.xml","/tools/nibrs-summary-report/pom.xml","/tools/nibrs-route/pom.xml","/tools/nibrs-staging-data-common/pom.xml","/tools/nibrs-xmlfile/pom.xml","/tools/nibrs-validation/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-36187","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36187","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-36187 (High) detected in multiple libraries - autoclosed - ## CVE-2020-36187 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.5.jar</b>, <b>jackson-databind-2.8.10.jar</b>, <b>jackson-databind-2.9.8.jar</b>, <b>jackson-databind-2.8.0.jar</b>, <b>jackson-databind-2.9.6.jar</b></p></summary>
<p>
<details><summary><b>jackson-databind-2.9.5.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: nibrs/tools/nibrs-flatfile/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar</p>
<p>
Dependency Hierarchy:
- tika-parsers-1.18.jar (Root Library)
- :x: **jackson-databind-2.9.5.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.8.10.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: nibrs/tools/nibrs-fbi-service/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar,nibrs/tools/nibrs-fbi-service/target/nibrs-fbi-service-1.0.0/WEB-INF/lib/jackson-databind-2.8.10.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.8.10.jar** (Vulnerable Library)
</details>
<details><summary><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: nibrs/tools/nibrs-summary-report-common/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.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.5.RELEASE.jar (Root Library)
- spring-boot-starter-json-2.1.5.RELEASE.jar
- :x: **jackson-databind-2.9.8.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.8.0.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: nibrs/tools/nibrs-common/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.0/jackson-databind-2.8.0.jar</p>
<p>
Dependency Hierarchy:
- tika-parsers-1.18.jar (Root Library)
- :x: **jackson-databind-2.8.0.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.9.6.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: nibrs/tools/nibrs-staging-data/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,nibrs/web/nibrs-web/target/nibrs-web/WEB-INF/lib/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.9.6.jar** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/gms-ws-demo/nibrs/commit/9fb1c19bd26c2113d1961640de126a33eacdc946">9fb1c19bd26c2113d1961640de126a33eacdc946</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource.
<p>Publish Date: 2021-01-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36187>CVE-2020-36187</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2997">https://github.com/FasterXML/jackson-databind/issues/2997</a></p>
<p>Release Date: 2021-01-06</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.5","packageFilePaths":["/tools/nibrs-flatfile/pom.xml","/tools/nibrs-validate-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.apache.tika:tika-parsers:1.18;com.fasterxml.jackson.core:jackson-databind:2.9.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.10","packageFilePaths":["/tools/nibrs-fbi-service/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.8.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","packageFilePaths":["/tools/nibrs-summary-report-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:2.1.5.RELEASE;org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.0","packageFilePaths":["/tools/nibrs-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.apache.tika:tika-parsers:1.18;com.fasterxml.jackson.core:jackson-databind:2.8.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.6","packageFilePaths":["/tools/nibrs-staging-data/pom.xml","/tools/nibrs-summary-report/pom.xml","/tools/nibrs-route/pom.xml","/tools/nibrs-staging-data-common/pom.xml","/tools/nibrs-xmlfile/pom.xml","/tools/nibrs-validation/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-36187","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36187","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_priority | cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file nibrs tools nibrs flatfile pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy tika parsers jar root library x jackson databind jar 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 nibrs tools nibrs fbi service pom xml path to vulnerable library canner repository com fasterxml jackson core jackson databind jackson databind jar nibrs tools nibrs fbi service target nibrs fbi service web inf lib jackson databind jar dependency hierarchy x jackson databind jar 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 nibrs tools nibrs summary report common pom xml path to vulnerable library home wss scanner 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 jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file nibrs tools nibrs common pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy tika parsers jar root library x jackson databind jar 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 nibrs tools nibrs staging data pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar nibrs web nibrs web target nibrs web web inf lib jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar canner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp dbcp datasources sharedpooldatasource publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org apache tika tika parsers com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency true dependencytree org springframework boot spring boot starter web release org springframework boot spring boot starter json release com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency true dependencytree org apache tika tika parsers com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind basebranches vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp dbcp datasources sharedpooldatasource vulnerabilityurl | 0 |
569,426 | 17,014,088,286 | IssuesEvent | 2021-07-02 09:29:23 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | my.uscis.gov - site is not usable | browser-firefox-ios os-ios priority-normal | <!-- @browser: Firefox iOS 34.2 -->
<!-- @ua_header: Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/34.2 Mobile/15E148 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/78902 -->
<!-- @extra_labels: browser-firefox-ios -->
**URL**: https://my.uscis.gov/account/applicant
**Browser / Version**: Firefox iOS 34.2
**Operating System**: iOS 14.6
**Tested Another Browser**: Yes Safari
**Problem type**: Site is not usable
**Description**: Buttons or links not working
**Steps to Reproduce**:
Button to change section doesn't change section
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | my.uscis.gov - site is not usable - <!-- @browser: Firefox iOS 34.2 -->
<!-- @ua_header: Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/34.2 Mobile/15E148 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/78902 -->
<!-- @extra_labels: browser-firefox-ios -->
**URL**: https://my.uscis.gov/account/applicant
**Browser / Version**: Firefox iOS 34.2
**Operating System**: iOS 14.6
**Tested Another Browser**: Yes Safari
**Problem type**: Site is not usable
**Description**: Buttons or links not working
**Steps to Reproduce**:
Button to change section doesn't change section
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | my uscis gov site is not usable url browser version firefox ios operating system ios tested another browser yes safari problem type site is not usable description buttons or links not working steps to reproduce button to change section doesn t change section browser configuration none from with ❤️ | 1 |
50,400 | 13,527,739,521 | IssuesEvent | 2020-09-15 15:47:24 | jgeraigery/datasite | https://api.github.com/repos/jgeraigery/datasite | opened | CVE-2020-8203 (High) detected in lodash-4.17.4.tgz, lodash-4.17.11.tgz | security vulnerability | ## CVE-2020-8203 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-4.17.4.tgz</b>, <b>lodash-4.17.11.tgz</b></p></summary>
<p>
<details><summary><b>lodash-4.17.4.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz</a></p>
<p>Path to dependency file: datasite/package.json</p>
<p>Path to vulnerable library: datasite/node_modules/phantomjs/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- phantomjs-2.1.7.tgz (Root Library)
- request-2.67.0.tgz
- form-data-1.0.1.tgz
- async-2.1.4.tgz
- :x: **lodash-4.17.4.tgz** (Vulnerable Library)
</details>
<details><summary><b>lodash-4.17.11.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz</a></p>
<p>Path to dependency file: datasite/package.json</p>
<p>Path to vulnerable library: datasite/node_modules/combine-lists/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- karma-mocha-reporter-1.3.0.tgz (Root Library)
- karma-3.0.0.tgz
- combine-lists-1.0.1.tgz
- :x: **lodash-4.17.11.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/jgeraigery/datasite/commit/3c660385be55c990e4e78aa43a6488b91fcf043e">3c660385be55c990e4e78aa43a6488b91fcf043e</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>
Prototype pollution attack when using _.zipObjectDeep in lodash <= 4.17.15.
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p>
<p>Release Date: 2020-07-23</p>
<p>Fix Resolution: lodash - 4.17.19</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.4","isTransitiveDependency":true,"dependencyTree":"phantomjs:2.1.7;request:2.67.0;form-data:1.0.1;async:2.1.4;lodash:4.17.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.11","isTransitiveDependency":true,"dependencyTree":"karma-mocha-reporter:1.3.0;karma:3.0.0;combine-lists:1.0.1;lodash:4.17.11","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"}],"vulnerabilityIdentifier":"CVE-2020-8203","vulnerabilityDetails":"Prototype pollution attack when using _.zipObjectDeep in lodash \u003c\u003d 4.17.15.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203","cvss3Severity":"high","cvss3Score":"7.4","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-8203 (High) detected in lodash-4.17.4.tgz, lodash-4.17.11.tgz - ## CVE-2020-8203 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-4.17.4.tgz</b>, <b>lodash-4.17.11.tgz</b></p></summary>
<p>
<details><summary><b>lodash-4.17.4.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz</a></p>
<p>Path to dependency file: datasite/package.json</p>
<p>Path to vulnerable library: datasite/node_modules/phantomjs/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- phantomjs-2.1.7.tgz (Root Library)
- request-2.67.0.tgz
- form-data-1.0.1.tgz
- async-2.1.4.tgz
- :x: **lodash-4.17.4.tgz** (Vulnerable Library)
</details>
<details><summary><b>lodash-4.17.11.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz</a></p>
<p>Path to dependency file: datasite/package.json</p>
<p>Path to vulnerable library: datasite/node_modules/combine-lists/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- karma-mocha-reporter-1.3.0.tgz (Root Library)
- karma-3.0.0.tgz
- combine-lists-1.0.1.tgz
- :x: **lodash-4.17.11.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/jgeraigery/datasite/commit/3c660385be55c990e4e78aa43a6488b91fcf043e">3c660385be55c990e4e78aa43a6488b91fcf043e</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>
Prototype pollution attack when using _.zipObjectDeep in lodash <= 4.17.15.
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p>
<p>Release Date: 2020-07-23</p>
<p>Fix Resolution: lodash - 4.17.19</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.4","isTransitiveDependency":true,"dependencyTree":"phantomjs:2.1.7;request:2.67.0;form-data:1.0.1;async:2.1.4;lodash:4.17.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.11","isTransitiveDependency":true,"dependencyTree":"karma-mocha-reporter:1.3.0;karma:3.0.0;combine-lists:1.0.1;lodash:4.17.11","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"}],"vulnerabilityIdentifier":"CVE-2020-8203","vulnerabilityDetails":"Prototype pollution attack when using _.zipObjectDeep in lodash \u003c\u003d 4.17.15.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203","cvss3Severity":"high","cvss3Score":"7.4","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_priority | cve high detected in lodash tgz lodash tgz cve high severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz lodash modular utilities library home page a href path to dependency file datasite package json path to vulnerable library datasite node modules phantomjs node modules lodash package json dependency hierarchy phantomjs tgz root library request tgz form data tgz async tgz x lodash tgz vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file datasite package json path to vulnerable library datasite node modules combine lists node modules lodash package json dependency hierarchy karma mocha reporter tgz root library karma tgz combine lists tgz x lodash tgz vulnerable library found in head commit a href found in base branch master vulnerability details prototype pollution attack when using zipobjectdeep in lodash publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none 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 lodash isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails prototype pollution attack when using zipobjectdeep in lodash vulnerabilityurl | 0 |
111,416 | 14,078,422,713 | IssuesEvent | 2020-11-04 13:33:07 | opengovsg/postmangovsg | https://api.github.com/repos/opengovsg/postmangovsg | closed | Button fixes | P2 chore design | We've updated the buttons to follow the 8-pt grid system. Buttons are the wrong height, some have the wrong text style, and icons and spacing are the wrong size.
Please refer to [slide 8-15: buttons](https://docs.google.com/presentation/d/1gk4npC6zRzw3OQjykm1QB5loQ0v-x2q4tRxBcuJ29tg/edit?usp=sharing) for more notes on changes. Our updated button guide can also be viewed in [Figma](https://www.figma.com/file/Wd6jTqpdaqaItVLoyk1Me2/%F0%9F%8E%A8Postman-Design-System?node-id=3573%3A260).
| 1.0 | Button fixes - We've updated the buttons to follow the 8-pt grid system. Buttons are the wrong height, some have the wrong text style, and icons and spacing are the wrong size.
Please refer to [slide 8-15: buttons](https://docs.google.com/presentation/d/1gk4npC6zRzw3OQjykm1QB5loQ0v-x2q4tRxBcuJ29tg/edit?usp=sharing) for more notes on changes. Our updated button guide can also be viewed in [Figma](https://www.figma.com/file/Wd6jTqpdaqaItVLoyk1Me2/%F0%9F%8E%A8Postman-Design-System?node-id=3573%3A260).
| non_priority | button fixes we ve updated the buttons to follow the pt grid system buttons are the wrong height some have the wrong text style and icons and spacing are the wrong size please refer to for more notes on changes our updated button guide can also be viewed in | 0 |
598,771 | 18,251,415,914 | IssuesEvent | 2021-10-02 09:16:34 | GSG-G10/gifty | https://api.github.com/repos/GSG-G10/gifty | opened | /Signup , POST | To-Do priority-0 | #### Description
When a new user signs up on the site it has to insert a new user into the database with validated data and hashed password.
---
#### Files
- Database -> Queries -> addUserQuery.js
- Database -> Queries -> index.js
- Controllers -> addUser.js
- Controllers -> index.js
- Routes -> index.js -> app.post();
---
#### Tasks
- [ ] Create DB query to add a new user to the database
- [ ] Import the query in controllers from DB>QUERIES>index.js and insert data with validation and hashing.
- [ ] Create POST Route in Routes>index.js | 1.0 | /Signup , POST - #### Description
When a new user signs up on the site it has to insert a new user into the database with validated data and hashed password.
---
#### Files
- Database -> Queries -> addUserQuery.js
- Database -> Queries -> index.js
- Controllers -> addUser.js
- Controllers -> index.js
- Routes -> index.js -> app.post();
---
#### Tasks
- [ ] Create DB query to add a new user to the database
- [ ] Import the query in controllers from DB>QUERIES>index.js and insert data with validation and hashing.
- [ ] Create POST Route in Routes>index.js | priority | signup post description when a new user signs up on the site it has to insert a new user into the database with validated data and hashed password files database queries adduserquery js database queries index js controllers adduser js controllers index js routes index js app post tasks create db query to add a new user to the database import the query in controllers from db queries index js and insert data with validation and hashing create post route in routes index js | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.