Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3 values | title stringlengths 1 744 | labels stringlengths 4 574 | body stringlengths 9 211k | index stringclasses 10 values | text_combine stringlengths 96 211k | label stringclasses 2 values | text stringlengths 96 188k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
25,839 | 19,279,288,626 | IssuesEvent | 2021-12-10 15:24:20 | replab/replab | https://api.github.com/repos/replab/replab | closed | Group tests to not overwhelm Octave | Infrastructure Core library Octave | Right now, Octave 6.2.0 has spurious errors in the test suite, related to Octave not handling properly protected methods/properties.
However, running part of the test suite works. We could arrange the test suite so that only part of it can run at a time.
- [ ] Clean up the subfolders of /tests, and document the roles of each subfolder
- [ ] Have `replab_runtests` take arguments that switch on/off parts of the test suite
- [ ] Verify that running the tests sequentially works, possibly by running each part of the test suite in a fresh Octave instance | 1.0 | Group tests to not overwhelm Octave - Right now, Octave 6.2.0 has spurious errors in the test suite, related to Octave not handling properly protected methods/properties.
However, running part of the test suite works. We could arrange the test suite so that only part of it can run at a time.
- [ ] Clean up the subfolders of /tests, and document the roles of each subfolder
- [ ] Have `replab_runtests` take arguments that switch on/off parts of the test suite
- [ ] Verify that running the tests sequentially works, possibly by running each part of the test suite in a fresh Octave instance | non_process | group tests to not overwhelm octave right now octave has spurious errors in the test suite related to octave not handling properly protected methods properties however running part of the test suite works we could arrange the test suite so that only part of it can run at a time clean up the subfolders of tests and document the roles of each subfolder have replab runtests take arguments that switch on off parts of the test suite verify that running the tests sequentially works possibly by running each part of the test suite in a fresh octave instance | 0 |
14,701 | 17,873,837,867 | IssuesEvent | 2021-09-06 21:32:28 | matomo-org/matomo | https://api.github.com/repos/matomo-org/matomo | opened | Improve github action to build assets for forks | Better processes | It would be good if the `build js` directive worked for forked PRs to build assets. @sgiehl suggested perhaps it would be possible to adjust it or add a new action to do so. | 1.0 | Improve github action to build assets for forks - It would be good if the `build js` directive worked for forked PRs to build assets. @sgiehl suggested perhaps it would be possible to adjust it or add a new action to do so. | process | improve github action to build assets for forks it would be good if the build js directive worked for forked prs to build assets sgiehl suggested perhaps it would be possible to adjust it or add a new action to do so | 1 |
10,557 | 13,349,539,422 | IssuesEvent | 2020-08-30 01:35:45 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | Adjust the `tidb_distsql_scan_concurrency` by `limit condition` automatically | component/coprocessor good-first-issue sig/planner status/help-wanted type/enhancement | ## Development Task
ycsb table schema is:
```
CREATE TABLE `usertable` (
`YCSB_KEY` varchar(100) NOT NULL,
`FIELD0` varchar(100) DEFAULT NULL,
`FIELD1` varchar(100) DEFAULT NULL,
`FIELD2` varchar(100) DEFAULT NULL,
`FIELD3` varchar(100) DEFAULT NULL,
`FIELD4` varchar(100) DEFAULT NULL,
`FIELD5` varchar(100) DEFAULT NULL,
`FIELD6` varchar(100) DEFAULT NULL,
`FIELD7` varchar(100) DEFAULT NULL,
`FIELD8` varchar(100) DEFAULT NULL,
`FIELD9` varchar(100) DEFAULT NULL,
PRIMARY KEY (`YCSB_KEY`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin
```
The `select … from usertable where ycsb_key > xxx limit 12` statement will trigger several(maybe equal to tidb_distsql_scan_concurrency, defaults to 15) coprocessor requests, but the limit is small, actually it may only need to send 1 coprocessor request. After set `tidb_distsql_scan_concurrency=1`, the SCAN OPS increase from 718 to 2200 when the rowcount=10,000,000.
I think we should control the `tidb_distsql_scan_concurrency` depends on the `limit condition` automatically.
| 1.0 | Adjust the `tidb_distsql_scan_concurrency` by `limit condition` automatically - ## Development Task
ycsb table schema is:
```
CREATE TABLE `usertable` (
`YCSB_KEY` varchar(100) NOT NULL,
`FIELD0` varchar(100) DEFAULT NULL,
`FIELD1` varchar(100) DEFAULT NULL,
`FIELD2` varchar(100) DEFAULT NULL,
`FIELD3` varchar(100) DEFAULT NULL,
`FIELD4` varchar(100) DEFAULT NULL,
`FIELD5` varchar(100) DEFAULT NULL,
`FIELD6` varchar(100) DEFAULT NULL,
`FIELD7` varchar(100) DEFAULT NULL,
`FIELD8` varchar(100) DEFAULT NULL,
`FIELD9` varchar(100) DEFAULT NULL,
PRIMARY KEY (`YCSB_KEY`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin
```
The `select … from usertable where ycsb_key > xxx limit 12` statement will trigger several(maybe equal to tidb_distsql_scan_concurrency, defaults to 15) coprocessor requests, but the limit is small, actually it may only need to send 1 coprocessor request. After set `tidb_distsql_scan_concurrency=1`, the SCAN OPS increase from 718 to 2200 when the rowcount=10,000,000.
I think we should control the `tidb_distsql_scan_concurrency` depends on the `limit condition` automatically.
| process | adjust the tidb distsql scan concurrency by limit condition automatically development task ycsb table schema is create table usertable ycsb key varchar not null varchar default null varchar default null varchar default null varchar default null varchar default null varchar default null varchar default null varchar default null varchar default null varchar default null primary key ycsb key engine innodb default charset collate bin the select … from usertable where ycsb key xxx limit statement will trigger several maybe equal to tidb distsql scan concurrency defaults to coprocessor requests but the limit is small actually it may only need to send coprocessor request after set tidb distsql scan concurrency the scan ops increase from to when the rowcount i think we should control the tidb distsql scan concurrency depends on the limit condition automatically | 1 |
17,944 | 23,938,061,257 | IssuesEvent | 2022-09-11 14:14:07 | OpenDataScotland/the_od_bods | https://api.github.com/repos/OpenDataScotland/the_od_bods | closed | Add FileName field to processor.py | data processing back end | Extracting the FileName attribute provided by publishers allows us to treat Issue #55
Processor.py impacts
- arcgis.py
- ckan.py
- dcat.py
- sparkql_statistics.py
- usmart.py | 1.0 | Add FileName field to processor.py - Extracting the FileName attribute provided by publishers allows us to treat Issue #55
Processor.py impacts
- arcgis.py
- ckan.py
- dcat.py
- sparkql_statistics.py
- usmart.py | process | add filename field to processor py extracting the filename attribute provided by publishers allows us to treat issue processor py impacts arcgis py ckan py dcat py sparkql statistics py usmart py | 1 |
19,042 | 25,042,820,839 | IssuesEvent | 2022-11-04 23:27:47 | googleapis/google-cloud-node | https://api.github.com/repos/googleapis/google-cloud-node | closed | libraries.json missing repo metadata update | priority: p2 type: process | The `libraries.json` file is missing metadata for `@google-cloud/iam`, so it may not be updating to reflect all client library additions/updates.
| 1.0 | libraries.json missing repo metadata update - The `libraries.json` file is missing metadata for `@google-cloud/iam`, so it may not be updating to reflect all client library additions/updates.
| process | libraries json missing repo metadata update the libraries json file is missing metadata for google cloud iam so it may not be updating to reflect all client library additions updates | 1 |
2,847 | 5,809,376,072 | IssuesEvent | 2017-05-04 13:17:08 | AllenFang/react-bootstrap-table | https://api.github.com/repos/AllenFang/react-bootstrap-table | closed | defaultSortName and defaultSortOrder for remote sorting | help wanted inprocess | it would be nice to have defaultSortName and defaultSortOrder for remote table too. Now if I set them, I'm also supposed to check if they are set and change the query to fetch data accordingly.
I would expect that, if they are set, also the method onSortChange is called or even better, something more efficient, in order not to do 2 api calls on component mounting. | 1.0 | defaultSortName and defaultSortOrder for remote sorting - it would be nice to have defaultSortName and defaultSortOrder for remote table too. Now if I set them, I'm also supposed to check if they are set and change the query to fetch data accordingly.
I would expect that, if they are set, also the method onSortChange is called or even better, something more efficient, in order not to do 2 api calls on component mounting. | process | defaultsortname and defaultsortorder for remote sorting it would be nice to have defaultsortname and defaultsortorder for remote table too now if i set them i m also supposed to check if they are set and change the query to fetch data accordingly i would expect that if they are set also the method onsortchange is called or even better something more efficient in order not to do api calls on component mounting | 1 |
4,567 | 7,394,067,976 | IssuesEvent | 2018-03-17 05:48:26 | google/metallb | https://api.github.com/repos/google/metallb | closed | Upstream the Helm chart to the stable repository | bug process | Separating this task out from #169 because it can only happen after the 0.4.0 release. | 1.0 | Upstream the Helm chart to the stable repository - Separating this task out from #169 because it can only happen after the 0.4.0 release. | process | upstream the helm chart to the stable repository separating this task out from because it can only happen after the release | 1 |
26,409 | 7,835,342,476 | IssuesEvent | 2018-06-17 03:53:10 | eclipse/openj9 | https://api.github.com/repos/eclipse/openj9 | closed | Build-JDK8-win_x86 i686-w64-mingw32-g++: Command not found | comp:build | https://ci.eclipse.org/openj9/job/Build-JDK8-win_x86/3/console
I assume a machine setup issue.
win2012r2-x86-1
The build has previously worked on win2012r2-x86-3
```
07:29:22 make[3]: i686-w64-mingw32-g++: Command not found
07:29:22 make[3]: i686-w64-mingw32-g++: Command not found
07:29:22 make[3]: *** [../makelib/targets.mk:438: BytecodeInterpreter.obj] Error 127
07:29:22 make[3]: *** Waiting for unfinished jobs....
07:29:22 make[3]: *** [../makelib/targets.mk:441: DebugBytecodeInterpreter.obj] Error 127
``` | 1.0 | Build-JDK8-win_x86 i686-w64-mingw32-g++: Command not found - https://ci.eclipse.org/openj9/job/Build-JDK8-win_x86/3/console
I assume a machine setup issue.
win2012r2-x86-1
The build has previously worked on win2012r2-x86-3
```
07:29:22 make[3]: i686-w64-mingw32-g++: Command not found
07:29:22 make[3]: i686-w64-mingw32-g++: Command not found
07:29:22 make[3]: *** [../makelib/targets.mk:438: BytecodeInterpreter.obj] Error 127
07:29:22 make[3]: *** Waiting for unfinished jobs....
07:29:22 make[3]: *** [../makelib/targets.mk:441: DebugBytecodeInterpreter.obj] Error 127
``` | non_process | build win g command not found i assume a machine setup issue the build has previously worked on make g command not found make g command not found make error make waiting for unfinished jobs make error | 0 |
10,344 | 13,171,948,581 | IssuesEvent | 2020-08-11 17:33:47 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | How can I concatenate string to the variable? | Pri2 devops-cicd-process/tech devops/prod support-request |
[Enter feedback here]
for example I want to do the following condition, but I get an error:
and(succeeded(), contains(variables['Release.ReleaseDescription'], variables['Release.EnvironmentName']=Set1)))
I tried Join() but it doesn't help...
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 3f151218-9a11-0078-e038-f96198a76143
* Version Independent ID: 09c4d032-62f3-d97c-79d7-6fbfd89910e9
* Content: [Conditions - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/conditions?view=azure-devops&tabs=yaml)
* Content Source: [docs/pipelines/process/conditions.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/master/docs/pipelines/process/conditions.md)
* Product: **devops**
* Technology: **devops-cicd-process**
* GitHub Login: @juliakm
* Microsoft Alias: **jukullam** | 1.0 | How can I concatenate string to the variable? -
[Enter feedback here]
for example I want to do the following condition, but I get an error:
and(succeeded(), contains(variables['Release.ReleaseDescription'], variables['Release.EnvironmentName']=Set1)))
I tried Join() but it doesn't help...
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 3f151218-9a11-0078-e038-f96198a76143
* Version Independent ID: 09c4d032-62f3-d97c-79d7-6fbfd89910e9
* Content: [Conditions - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/conditions?view=azure-devops&tabs=yaml)
* Content Source: [docs/pipelines/process/conditions.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/master/docs/pipelines/process/conditions.md)
* Product: **devops**
* Technology: **devops-cicd-process**
* GitHub Login: @juliakm
* Microsoft Alias: **jukullam** | process | how can i concatenate string to the variable for example i want to do the following condition but i get an error and succeeded contains variables variables i tried join but it doesn t help document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product devops technology devops cicd process github login juliakm microsoft alias jukullam | 1 |
19,141 | 25,202,678,336 | IssuesEvent | 2022-11-13 09:51:42 | corona-warn-app/cwa-wishlist | https://api.github.com/repos/corona-warn-app/cwa-wishlist | closed | Inform/Remind user about different way to register a (positive) test | enhancement mirrored-to-jira Test/Share process | ## Motivation and Background
I work in a Lab that performs over 2000 PCR tests on SARS-CoV2 per day. I am in close contact with those that are calling people full time.
It came to our attention that patients try to add the test via QR-Code which doesn't work on about 500/day because the test-centre uses some other kind of "Ü-Schein" (neither the new 10C nor OEGD) which can't be registered by our system.
From those 500 patients, about 50-60 are positive and approx. 40 tried to scan the code / tried to add a positive result.
After calling them they are usually surprised that they can add the result anyway by calling the hotline.
## Current Implementation
After a failed QR-Code scan the user is notified with a popup. From this position, he/she can try again or aboard.
## Suggested Enhancements
**1)** After the failed scan, the user should be (visually) notified that there is a way to add a positive test result.
For example by highlighting the third card "Request TAN" with a greenish colour. Fading the colour in an out 2-3 times.
**2)** Create a push notification 24, 36, 48 hours after a
- failed QR-Code scan.
- successful QR-Code scan if the test result isn't available yet. [Merged Idea from #287]
This notification should lead to a page where the user is informed about the other ways to get the test result and motivate him/her to add it via the teleTan.
## Expected Benefits
The users don't forget to add a positive test result.
### Demo for 1)
something like that:
<img src="https://user-images.githubusercontent.com/25013642/99243176-959ae700-2800-11eb-814d-a82df0d356fb.gif" alt="GIF of a possible visual implementation" height=600>
---
Internal Tracking ID: [EXPOSUREAPP-5124](https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-5124) | 1.0 | Inform/Remind user about different way to register a (positive) test - ## Motivation and Background
I work in a Lab that performs over 2000 PCR tests on SARS-CoV2 per day. I am in close contact with those that are calling people full time.
It came to our attention that patients try to add the test via QR-Code which doesn't work on about 500/day because the test-centre uses some other kind of "Ü-Schein" (neither the new 10C nor OEGD) which can't be registered by our system.
From those 500 patients, about 50-60 are positive and approx. 40 tried to scan the code / tried to add a positive result.
After calling them they are usually surprised that they can add the result anyway by calling the hotline.
## Current Implementation
After a failed QR-Code scan the user is notified with a popup. From this position, he/she can try again or aboard.
## Suggested Enhancements
**1)** After the failed scan, the user should be (visually) notified that there is a way to add a positive test result.
For example by highlighting the third card "Request TAN" with a greenish colour. Fading the colour in an out 2-3 times.
**2)** Create a push notification 24, 36, 48 hours after a
- failed QR-Code scan.
- successful QR-Code scan if the test result isn't available yet. [Merged Idea from #287]
This notification should lead to a page where the user is informed about the other ways to get the test result and motivate him/her to add it via the teleTan.
## Expected Benefits
The users don't forget to add a positive test result.
### Demo for 1)
something like that:
<img src="https://user-images.githubusercontent.com/25013642/99243176-959ae700-2800-11eb-814d-a82df0d356fb.gif" alt="GIF of a possible visual implementation" height=600>
---
Internal Tracking ID: [EXPOSUREAPP-5124](https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-5124) | process | inform remind user about different way to register a positive test motivation and background i work in a lab that performs over pcr tests on sars per day i am in close contact with those that are calling people full time it came to our attention that patients try to add the test via qr code which doesn t work on about day because the test centre uses some other kind of ü schein neither the new nor oegd which can t be registered by our system from those patients about are positive and approx tried to scan the code tried to add a positive result after calling them they are usually surprised that they can add the result anyway by calling the hotline current implementation after a failed qr code scan the user is notified with a popup from this position he she can try again or aboard suggested enhancements after the failed scan the user should be visually notified that there is a way to add a positive test result for example by highlighting the third card request tan with a greenish colour fading the colour in an out times create a push notification hours after a failed qr code scan successful qr code scan if the test result isn t available yet this notification should lead to a page where the user is informed about the other ways to get the test result and motivate him her to add it via the teletan expected benefits the users don t forget to add a positive test result demo for something like that internal tracking id | 1 |
14,947 | 18,428,031,496 | IssuesEvent | 2021-10-14 02:18:30 | googleapis/google-api-go-client | https://api.github.com/repos/googleapis/google-api-go-client | opened | go.mod: unfreeze golang.org/x/net dependency | type: process | This dependency was frozen due to our need to support back to Go 1.11 (#1016). Once we drop pre-Go 1.14 support, we should unfreeze the dependency to pick up recent bug fixes.
Same should happen in golang-samples. | 1.0 | go.mod: unfreeze golang.org/x/net dependency - This dependency was frozen due to our need to support back to Go 1.11 (#1016). Once we drop pre-Go 1.14 support, we should unfreeze the dependency to pick up recent bug fixes.
Same should happen in golang-samples. | process | go mod unfreeze golang org x net dependency this dependency was frozen due to our need to support back to go once we drop pre go support we should unfreeze the dependency to pick up recent bug fixes same should happen in golang samples | 1 |
245 | 2,667,443,461 | IssuesEvent | 2015-03-22 16:27:37 | GsDevKit/gsDevKitHome | https://api.github.com/repos/GsDevKit/gsDevKitHome | opened | pstack not installed or enabled on ubuntu12.04? | in process | Got this doing a `kill -USR1` on a stuck gem (3.2.4):
```
Sun Mar 22 09:25:10 PDT 2015
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
/home/dhenrich/gsDevKitHome/gemstone/stones/sample/product/bin/pstack.gdb:18: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
``` | 1.0 | pstack not installed or enabled on ubuntu12.04? - Got this doing a `kill -USR1` on a stuck gem (3.2.4):
```
Sun Mar 22 09:25:10 PDT 2015
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
/home/dhenrich/gsDevKitHome/gemstone/stones/sample/product/bin/pstack.gdb:18: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
``` | process | pstack not installed or enabled on got this doing a kill on a stuck gem sun mar pdt could not attach to process if your uid matches the uid of the target process check the setting of proc sys kernel yama ptrace scope or try again as the root user for more details see etc sysctl d ptrace conf ptrace operation not permitted home dhenrich gsdevkithome gemstone stones sample product bin pstack gdb error in sourced command file no symbol table is loaded use the file command | 1 |
866 | 3,329,180,785 | IssuesEvent | 2015-11-11 00:20:03 | beesmart-it/trend-hrm | https://api.github.com/repos/beesmart-it/trend-hrm | closed | Create three new fields with must belong to the proccess creation. | enhancement selection process | It must be created the following fields:
- Motivo: Internal reason of why this process is created.
- Tipo de Búsqueda :Where will be seeked this process "Internal, external, mixto"
- It must be splitted starting date of creation date
- It must be defined "extimation finish proccess day and real finish date". Fecha real de cierre:
- it must be added: Presupuesto total
- it must be added: Observaciones
- it must be added: Rango de salario
| 1.0 | Create three new fields with must belong to the proccess creation. - It must be created the following fields:
- Motivo: Internal reason of why this process is created.
- Tipo de Búsqueda :Where will be seeked this process "Internal, external, mixto"
- It must be splitted starting date of creation date
- It must be defined "extimation finish proccess day and real finish date". Fecha real de cierre:
- it must be added: Presupuesto total
- it must be added: Observaciones
- it must be added: Rango de salario
| process | create three new fields with must belong to the proccess creation it must be created the following fields motivo internal reason of why this process is created tipo de búsqueda where will be seeked this process internal external mixto it must be splitted starting date of creation date it must be defined extimation finish proccess day and real finish date fecha real de cierre it must be added presupuesto total it must be added observaciones it must be added rango de salario | 1 |
16,979 | 22,338,566,039 | IssuesEvent | 2022-06-14 21:10:53 | googleapis/repo-automation-bots | https://api.github.com/repos/googleapis/repo-automation-bots | closed | test(owlbot): run shellcheck for bash scripts | type: process bot: owl-bot | We run shellcheck for scripts in `scripts` directory, but we don't run shellcheck for scripts in owlbot. | 1.0 | test(owlbot): run shellcheck for bash scripts - We run shellcheck for scripts in `scripts` directory, but we don't run shellcheck for scripts in owlbot. | process | test owlbot run shellcheck for bash scripts we run shellcheck for scripts in scripts directory but we don t run shellcheck for scripts in owlbot | 1 |
207,018 | 23,415,506,204 | IssuesEvent | 2022-08-13 00:03:24 | nexmo-community/play-audio-aspnet-mvc | https://api.github.com/repos/nexmo-community/play-audio-aspnet-mvc | opened | vonage.5.3.0.nupkg: 9 vulnerabilities (highest severity is: 9.8) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>vonage.5.3.0.nupkg</b></p></summary>
<p></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2021-26701](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-26701) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | system.text.encodings.web.4.3.1.nupkg | Transitive | N/A | ❌ |
| [CVE-2018-8292](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2019-0820](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.text.regularexpressions.4.3.0.nupkg | Transitive | N/A | ❌ |
| [WS-2022-0161](https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | newtonsoft.json.9.0.1.nupkg | Transitive | N/A | ❌ |
| [CVE-2020-1045](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1045) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | microsoft.aspnetcore.http.1.1.2.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0247](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0248](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0249](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0256](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-26701</summary>
### Vulnerable Library - <b>system.text.encodings.web.4.3.1.nupkg</b></p>
<p>Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (H...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.encodings.web.4.3.1.nupkg">https://api.nuget.org/packages/system.text.encodings.web.4.3.1.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.encodings.web/4.3.1/system.text.encodings.web.4.3.1.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- :x: **system.text.encodings.web.4.3.1.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
.NET Core Remote Code Execution Vulnerability This CVE ID is unique from CVE-2021-24112.
<p>Publish Date: 2021-02-25
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-26701>CVE-2021-26701</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2021-02-25</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.5.1,4.7.2,5.0.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2018-8292</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An information disclosure vulnerability exists in .NET Core when authentication information is inadvertently exposed in a redirect, aka ".NET Core Information Disclosure Vulnerability." This affects .NET Core 2.1, .NET Core 1.0, .NET Core 1.1, PowerShell Core 6.0.
<p>Publish Date: 2018-10-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292>CVE-2018-8292</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-10-10</p>
<p>Fix Resolution: System.Net.Http - 4.3.4;Microsoft.PowerShell.Commands.Utility - 6.1.0-rc.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-0820</summary>
### Vulnerable Library - <b>system.text.regularexpressions.4.3.0.nupkg</b></p>
<p>Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg">https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- jose-jwt.2.3.0.nupkg
- newtonsoft.json.9.0.1.nupkg
- :x: **system.text.regularexpressions.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
Mend Note: After conducting further research, Mend has determined that CVE-2019-0820 only affects environments with versions 4.3.0 and 4.3.1 only on netcore50 environment of system.text.regularexpressions.nupkg.
<p>Publish Date: 2019-05-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820>CVE-2019-0820</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-cmhx-cq75-c4mj">https://github.com/advisories/GHSA-cmhx-cq75-c4mj</a></p>
<p>Release Date: 2019-05-16</p>
<p>Fix Resolution: System.Text.RegularExpressions - 4.3.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> WS-2022-0161</summary>
### Vulnerable Library - <b>newtonsoft.json.9.0.1.nupkg</b></p>
<p>Json.NET is a popular high-performance JSON framework for .NET</p>
<p>Library home page: <a href="https://api.nuget.org/packages/newtonsoft.json.9.0.1.nupkg">https://api.nuget.org/packages/newtonsoft.json.9.0.1.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- jose-jwt.2.3.0.nupkg
- :x: **newtonsoft.json.9.0.1.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Improper Handling of Exceptional Conditions in Newtonsoft.Json.
Newtonsoft.Json prior to version 13.0.1 is vulnerable to Insecure Defaults due to improper handling of StackOverFlow exception (SOE) whenever nested expressions are being processed. Exploiting this vulnerability results in Denial Of Service (DoS), and it is exploitable when an attacker sends 5 requests that cause SOE in time frame of 5 minutes. This vulnerability affects Internet Information Services (IIS) Applications.
<p>Publish Date: 2022-06-22
<p>URL: <a href=https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66>WS-2022-0161</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-5crp-9r3c-p9vr">https://github.com/advisories/GHSA-5crp-9r3c-p9vr</a></p>
<p>Release Date: 2022-06-22</p>
<p>Fix Resolution: Newtonsoft.Json - 13.0.1;Microsoft.Extensions.ApiDescription.Server - 6.0.0</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2020-1045</summary>
### Vulnerable Library - <b>microsoft.aspnetcore.http.1.1.2.nupkg</b></p>
<p>ASP.NET Core default HTTP feature implementations.</p>
<p>Library home page: <a href="https://api.nuget.org/packages/microsoft.aspnetcore.http.1.1.2.nupkg">https://api.nuget.org/packages/microsoft.aspnetcore.http.1.1.2.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.aspnetcore.http/1.1.2/microsoft.aspnetcore.http.1.1.2.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.mvc.core.1.1.8.nupkg
- :x: **microsoft.aspnetcore.http.1.1.2.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A security feature bypass vulnerability exists in the way Microsoft ASP.NET Core parses encoded cookie names.The ASP.NET Core cookie parser decodes entire cookie strings which could allow a malicious attacker to set a second cookie with the name being percent encoded.The security update addresses the vulnerability by fixing the way the ASP.NET Core cookie parser handles encoded names., aka 'Microsoft ASP.NET Core Security Feature Bypass Vulnerability'.
<p>Publish Date: 2020-09-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1045>CVE-2020-1045</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2020-10-02</p>
<p>Fix Resolution: Microsoft.AspNetCore.App - 2.1.22, Microsoft.AspNetCore.All - 2.1.22,Microsoft.NETCore.App - 2.1.22, Microsoft.AspNetCore.Http - 2.1.22 </p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0247</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when the ASP.NET Core fails to properly validate web requests. NOTE: Microsoft has not commented on third-party claims that the issue is that the TextEncoder.EncodeCore function in the System.Text.Encodings.Web package in ASP.NET Core Mvc before 1.0.4 and 1.1.x before 1.1.3 allows remote attackers to cause a denial of service by leveraging failure to properly calculate the length of 4-byte characters in the Unicode Non-Character range.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247>CVE-2017-0247</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.5.4;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0248</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Microsoft .NET Framework 2.0, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2 and 4.7 allow an attacker to bypass Enhanced Security Usage taggings when they present a certificate that is invalid for a specific use, aka ".NET Security Feature Bypass Vulnerability."
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248>CVE-2017-0248</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1, 4.3.1;System.Net.Http - 4.1.2, 4.3.2;System.Net.Http.WinHttpHandler - 4.0.2, 4.3.1;System.Net.Security - 4.0.1, 4.3.1;System.Net.WebSockets.Client - 4.0.1, 4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4, 1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0249</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An elevation of privilege vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249>CVE-2017-0249</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.3</b>)
<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: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.3.1;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2017-0256</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A spoofing vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256>CVE-2017-0256</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</b>)
<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: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-0256">https://nvd.nist.gov/vuln/detail/CVE-2017-0256</a></p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: Microsoft.AspNetCore.Mvc.ApiExplorer - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Abstractions - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.1.3,1.0.4;System.Net.Http - 4.1.2,4.3.2;Microsoft.AspNetCore.Mvc.Razor - 1.1.3,1.0.4;System.Net.Http.WinHttpHandler - 4.0.2,4.3.0-preview1-24530-04;System.Net.Security - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;System.Text.Encodings.Web - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Razor.Host - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3;System.Net.WebSockets.Client - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3</p>
</p>
<p></p>
</details> | True | vonage.5.3.0.nupkg: 9 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>vonage.5.3.0.nupkg</b></p></summary>
<p></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2021-26701](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-26701) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | system.text.encodings.web.4.3.1.nupkg | Transitive | N/A | ❌ |
| [CVE-2018-8292](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2019-0820](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.text.regularexpressions.4.3.0.nupkg | Transitive | N/A | ❌ |
| [WS-2022-0161](https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | newtonsoft.json.9.0.1.nupkg | Transitive | N/A | ❌ |
| [CVE-2020-1045](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1045) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | microsoft.aspnetcore.http.1.1.2.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0247](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0248](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0249](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0256](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-26701</summary>
### Vulnerable Library - <b>system.text.encodings.web.4.3.1.nupkg</b></p>
<p>Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (H...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.encodings.web.4.3.1.nupkg">https://api.nuget.org/packages/system.text.encodings.web.4.3.1.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.encodings.web/4.3.1/system.text.encodings.web.4.3.1.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- :x: **system.text.encodings.web.4.3.1.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
.NET Core Remote Code Execution Vulnerability This CVE ID is unique from CVE-2021-24112.
<p>Publish Date: 2021-02-25
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-26701>CVE-2021-26701</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2021-02-25</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.5.1,4.7.2,5.0.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2018-8292</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An information disclosure vulnerability exists in .NET Core when authentication information is inadvertently exposed in a redirect, aka ".NET Core Information Disclosure Vulnerability." This affects .NET Core 2.1, .NET Core 1.0, .NET Core 1.1, PowerShell Core 6.0.
<p>Publish Date: 2018-10-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292>CVE-2018-8292</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-10-10</p>
<p>Fix Resolution: System.Net.Http - 4.3.4;Microsoft.PowerShell.Commands.Utility - 6.1.0-rc.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-0820</summary>
### Vulnerable Library - <b>system.text.regularexpressions.4.3.0.nupkg</b></p>
<p>Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg">https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- jose-jwt.2.3.0.nupkg
- newtonsoft.json.9.0.1.nupkg
- :x: **system.text.regularexpressions.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
Mend Note: After conducting further research, Mend has determined that CVE-2019-0820 only affects environments with versions 4.3.0 and 4.3.1 only on netcore50 environment of system.text.regularexpressions.nupkg.
<p>Publish Date: 2019-05-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820>CVE-2019-0820</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-cmhx-cq75-c4mj">https://github.com/advisories/GHSA-cmhx-cq75-c4mj</a></p>
<p>Release Date: 2019-05-16</p>
<p>Fix Resolution: System.Text.RegularExpressions - 4.3.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> WS-2022-0161</summary>
### Vulnerable Library - <b>newtonsoft.json.9.0.1.nupkg</b></p>
<p>Json.NET is a popular high-performance JSON framework for .NET</p>
<p>Library home page: <a href="https://api.nuget.org/packages/newtonsoft.json.9.0.1.nupkg">https://api.nuget.org/packages/newtonsoft.json.9.0.1.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- jose-jwt.2.3.0.nupkg
- :x: **newtonsoft.json.9.0.1.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Improper Handling of Exceptional Conditions in Newtonsoft.Json.
Newtonsoft.Json prior to version 13.0.1 is vulnerable to Insecure Defaults due to improper handling of StackOverFlow exception (SOE) whenever nested expressions are being processed. Exploiting this vulnerability results in Denial Of Service (DoS), and it is exploitable when an attacker sends 5 requests that cause SOE in time frame of 5 minutes. This vulnerability affects Internet Information Services (IIS) Applications.
<p>Publish Date: 2022-06-22
<p>URL: <a href=https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66>WS-2022-0161</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-5crp-9r3c-p9vr">https://github.com/advisories/GHSA-5crp-9r3c-p9vr</a></p>
<p>Release Date: 2022-06-22</p>
<p>Fix Resolution: Newtonsoft.Json - 13.0.1;Microsoft.Extensions.ApiDescription.Server - 6.0.0</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2020-1045</summary>
### Vulnerable Library - <b>microsoft.aspnetcore.http.1.1.2.nupkg</b></p>
<p>ASP.NET Core default HTTP feature implementations.</p>
<p>Library home page: <a href="https://api.nuget.org/packages/microsoft.aspnetcore.http.1.1.2.nupkg">https://api.nuget.org/packages/microsoft.aspnetcore.http.1.1.2.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.aspnetcore.http/1.1.2/microsoft.aspnetcore.http.1.1.2.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.mvc.core.1.1.8.nupkg
- :x: **microsoft.aspnetcore.http.1.1.2.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A security feature bypass vulnerability exists in the way Microsoft ASP.NET Core parses encoded cookie names.The ASP.NET Core cookie parser decodes entire cookie strings which could allow a malicious attacker to set a second cookie with the name being percent encoded.The security update addresses the vulnerability by fixing the way the ASP.NET Core cookie parser handles encoded names., aka 'Microsoft ASP.NET Core Security Feature Bypass Vulnerability'.
<p>Publish Date: 2020-09-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1045>CVE-2020-1045</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2020-10-02</p>
<p>Fix Resolution: Microsoft.AspNetCore.App - 2.1.22, Microsoft.AspNetCore.All - 2.1.22,Microsoft.NETCore.App - 2.1.22, Microsoft.AspNetCore.Http - 2.1.22 </p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0247</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when the ASP.NET Core fails to properly validate web requests. NOTE: Microsoft has not commented on third-party claims that the issue is that the TextEncoder.EncodeCore function in the System.Text.Encodings.Web package in ASP.NET Core Mvc before 1.0.4 and 1.1.x before 1.1.3 allows remote attackers to cause a denial of service by leveraging failure to properly calculate the length of 4-byte characters in the Unicode Non-Character range.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247>CVE-2017-0247</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.5.4;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0248</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Microsoft .NET Framework 2.0, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2 and 4.7 allow an attacker to bypass Enhanced Security Usage taggings when they present a certificate that is invalid for a specific use, aka ".NET Security Feature Bypass Vulnerability."
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248>CVE-2017-0248</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1, 4.3.1;System.Net.Http - 4.1.2, 4.3.2;System.Net.Http.WinHttpHandler - 4.0.2, 4.3.1;System.Net.Security - 4.0.1, 4.3.1;System.Net.WebSockets.Client - 4.0.1, 4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4, 1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0249</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An elevation of privilege vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249>CVE-2017-0249</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.3</b>)
<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: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.3.1;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2017-0256</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /PlayAudioMvc.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/play-audio-aspnet-mvc/commit/3e5f8c94d2197b1c71096eeb210a329b1d9da412">3e5f8c94d2197b1c71096eeb210a329b1d9da412</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A spoofing vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256>CVE-2017-0256</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</b>)
<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: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-0256">https://nvd.nist.gov/vuln/detail/CVE-2017-0256</a></p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: Microsoft.AspNetCore.Mvc.ApiExplorer - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Abstractions - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.1.3,1.0.4;System.Net.Http - 4.1.2,4.3.2;Microsoft.AspNetCore.Mvc.Razor - 1.1.3,1.0.4;System.Net.Http.WinHttpHandler - 4.0.2,4.3.0-preview1-24530-04;System.Net.Security - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;System.Text.Encodings.Web - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Razor.Host - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3;System.Net.WebSockets.Client - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3</p>
</p>
<p></p>
</details> | non_process | vonage nupkg vulnerabilities highest severity is vulnerable library vonage nupkg path to dependency file playaudiomvc csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high system text encodings web nupkg transitive n a high system net http nupkg transitive n a high system text regularexpressions nupkg transitive n a high newtonsoft json nupkg transitive n a high microsoft aspnetcore http nupkg transitive n a high system net http nupkg transitive n a high system net http nupkg transitive n a high system net http nupkg transitive n a medium system net http nupkg transitive n a details cve vulnerable library system text encodings web nupkg provides types for encoding and escaping strings for use in javascript hypertext markup language h library home page a href path to dependency file playaudiomvc csproj path to vulnerable library home wss scanner nuget packages system text encodings web system text encodings web nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg x system text encodings web nupkg vulnerable library found in head commit a href found in base branch main vulnerability details net core remote code execution vulnerability this cve id is unique from cve 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 system text encodings web cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file playaudiomvc csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details an information disclosure vulnerability exists in net core when authentication information is inadvertently exposed in a redirect aka net core information disclosure vulnerability this affects net core net core net core powershell core publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution system net http microsoft powershell commands utility rc cve vulnerable library system text regularexpressions nupkg provides the system text regularexpressions regex class an implementation of a regular expression e library home page a href path to dependency file playaudiomvc csproj path to vulnerable library home wss scanner nuget packages system text regularexpressions system text regularexpressions nupkg dependency hierarchy vonage nupkg root library jose jwt nupkg newtonsoft json nupkg x system text regularexpressions nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a denial of service vulnerability exists when net framework and net core improperly process regex strings aka net framework and net core denial of service vulnerability this cve id is unique from cve cve mend note after conducting further research mend has determined that cve only affects environments with versions and only on environment of system text regularexpressions nupkg 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 system text regularexpressions ws vulnerable library newtonsoft json nupkg json net is a popular high performance json framework for net library home page a href path to dependency file playaudiomvc csproj path to vulnerable library home wss scanner nuget packages newtonsoft json newtonsoft json nupkg dependency hierarchy vonage nupkg root library jose jwt nupkg x newtonsoft json nupkg vulnerable library found in head commit a href found in base branch main vulnerability details improper handling of exceptional conditions in newtonsoft json newtonsoft json prior to version is vulnerable to insecure defaults due to improper handling of stackoverflow exception soe whenever nested expressions are being processed exploiting this vulnerability results in denial of service dos and it is exploitable when an attacker sends requests that cause soe in time frame of minutes this vulnerability affects internet information services iis applications 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 newtonsoft json microsoft extensions apidescription server cve vulnerable library microsoft aspnetcore http nupkg asp net core default http feature implementations library home page a href path to dependency file playaudiomvc csproj path to vulnerable library home wss scanner nuget packages microsoft aspnetcore http microsoft aspnetcore http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore mvc core nupkg x microsoft aspnetcore http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a security feature bypass vulnerability exists in the way microsoft asp net core parses encoded cookie names the asp net core cookie parser decodes entire cookie strings which could allow a malicious attacker to set a second cookie with the name being percent encoded the security update addresses the vulnerability by fixing the way the asp net core cookie parser handles encoded names aka microsoft asp net core security feature bypass vulnerability 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 high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution microsoft aspnetcore app microsoft aspnetcore all microsoft netcore app microsoft aspnetcore http cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file playaudiomvc csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a denial of service vulnerability exists when the asp net core fails to properly validate web requests note microsoft has not commented on third party claims that the issue is that the textencoder encodecore function in the system text encodings web package in asp net core mvc before and x before allows remote attackers to cause a denial of service by leveraging failure to properly calculate the length of byte characters in the unicode non character range 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 high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file playaudiomvc csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details microsoft net framework and allow an attacker to bypass enhanced security usage taggings when they present a certificate that is invalid for a specific use aka net security feature bypass vulnerability 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 high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file playaudiomvc csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details an elevation of privilege vulnerability exists when the asp net core fails to properly sanitize web requests 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 low for more information on scores click a href suggested fix type upgrade version release date fix resolution system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file playaudiomvc csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a spoofing vulnerability exists when the asp net core fails to properly sanitize web requests 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 low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc core microsoft aspnetcore mvc cors microsoft aspnetcore mvc localization system net http microsoft aspnetcore mvc razor system net http winhttphandler system net security microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc taghelpers system text encodings web microsoft aspnetcore mvc razor host microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc webapicompatshim system net websockets client microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc dataannotations | 0 |
1,901 | 4,727,528,487 | IssuesEvent | 2016-10-18 13:45:49 | DevExpress/testcafe-hammerhead | https://api.github.com/repos/DevExpress/testcafe-hammerhead | opened | Investigate how much performance will decrease if load all images through a proxy | AREA: server SYSTEM: pipeline SYSTEM: URL processing TYPE: proposal | We have many problems because images don't proxy:
* workaround for [this](https://github.com/DevExpress/testcafe-hammerhead/issues/651) problem with a cookie set through image.
* and [this](https://github.com/DevExpress/testcafe-hammerhead/issues/850) problem. The solution of which is seen only in the [synchronous xhr](http://stackoverflow.com/a/19973880).
* and a lot of potential problems with some one-pixel pictures with cookies and another data. | 1.0 | Investigate how much performance will decrease if load all images through a proxy - We have many problems because images don't proxy:
* workaround for [this](https://github.com/DevExpress/testcafe-hammerhead/issues/651) problem with a cookie set through image.
* and [this](https://github.com/DevExpress/testcafe-hammerhead/issues/850) problem. The solution of which is seen only in the [synchronous xhr](http://stackoverflow.com/a/19973880).
* and a lot of potential problems with some one-pixel pictures with cookies and another data. | process | investigate how much performance will decrease if load all images through a proxy we have many problems because images don t proxy workaround for problem with a cookie set through image and problem the solution of which is seen only in the and a lot of potential problems with some one pixel pictures with cookies and another data | 1 |
51,060 | 26,906,726,407 | IssuesEvent | 2023-02-06 19:43:57 | matomo-org/matomo | https://api.github.com/repos/matomo-org/matomo | closed | Matomo tracker select queries can get slow when most visits have same visitorId | Major c: Performance 5.0.0 | Say you are tracking apps and you send a userId with every tracking request. Then by default the userId will be used to generate the visitorId. It may also be a problem if for every action a new visit is forced.
Queries like this will become very slow:
```sql
explain extended SELECT visit_last_action_time, visit_first_action_time, idvisitor, idvisit, user_id, visit_exit_idaction_url, visit_exit_idaction_name, visitor_returning, visitor_seconds_since_first, visitor_seconds_since_order, visitor_count_visits, visit_goal_buyer, location_country, location_region, location_city, location_latitude, location_longitude, referer_name, referer_keyword, referer_type, idsite, profilable, visit_entry_idaction_url, visit_total_actions, visit_total_interactions, visit_total_searches, referer_url, config_browser_name, config_client_type, config_device_brand, config_device_model, config_device_type, visit_total_events, visit_total_time, location_ip, location_browser_lang, campaign_content, campaign_group, campaign_id, campaign_keyword, campaign_medium, campaign_name, campaign_placement, campaign_source, last_idlink_va, custom_dimension_1, custom_dimension_2, custom_dimension_3, custom_dimension_4, custom_dimension_5, custom_dimension_6, custom_var_k1, custom_var_v1, custom_var_k2, custom_var_v2, custom_var_k3, custom_var_v3, custom_var_k4, custom_var_v4, custom_var_k5, custom_var_v5 FROM log_visit FORCE INDEX (index_idsite_idvisitor) WHERE idsite = '4' AND visit_last_action_time <= '2020-12-07 20:34:48' AND idvisitor = '...'
ORDER BY visit_last_action_time DESC
LIMIT 1
```
Explain:

or

To workaround this performance issue set `[Tracker]enable_userid_overwrites_visitorid=0` in your `config/config.ini.php` if userId is used. If userId is not used, there is currently no workaround.
Ideally we find a way to not needing this setting though. Maybe we could at least limit time range by adding to the where `visit_last_action_time > 1 year before upper limit `. It won't make it much better but at least it be slightly faster especially when the table has over the years collected many hundred thousands or millions of requests for the same visitor. In our use case we have for example for the same idVisitor 1.6M entries which is roughly 30% of all visits for the same visitor.
We used to have this lower limit in the where clause but AFAIK we removed it for Cohorts. @diosmosis do you maybe remember? To make cohorts still useful, how far back would we need to look? 1 year? Or would it be fine to only look back 6 months? I suppose we'd need to look back kind of ideally at least 1 year for the reports to be fine when you look at months for cohorts.
Any other thoughts on how to make this use case faster be appreciated
**UPDATE**
See my comment further below. This issue is now about changing the existing index according to https://matomo.org/faq/troubleshooting/how-do-i-improve-the-load-time-of-the-find-visitor-sql-query-when-visitors-have-many-visits/ | True | Matomo tracker select queries can get slow when most visits have same visitorId - Say you are tracking apps and you send a userId with every tracking request. Then by default the userId will be used to generate the visitorId. It may also be a problem if for every action a new visit is forced.
Queries like this will become very slow:
```sql
explain extended SELECT visit_last_action_time, visit_first_action_time, idvisitor, idvisit, user_id, visit_exit_idaction_url, visit_exit_idaction_name, visitor_returning, visitor_seconds_since_first, visitor_seconds_since_order, visitor_count_visits, visit_goal_buyer, location_country, location_region, location_city, location_latitude, location_longitude, referer_name, referer_keyword, referer_type, idsite, profilable, visit_entry_idaction_url, visit_total_actions, visit_total_interactions, visit_total_searches, referer_url, config_browser_name, config_client_type, config_device_brand, config_device_model, config_device_type, visit_total_events, visit_total_time, location_ip, location_browser_lang, campaign_content, campaign_group, campaign_id, campaign_keyword, campaign_medium, campaign_name, campaign_placement, campaign_source, last_idlink_va, custom_dimension_1, custom_dimension_2, custom_dimension_3, custom_dimension_4, custom_dimension_5, custom_dimension_6, custom_var_k1, custom_var_v1, custom_var_k2, custom_var_v2, custom_var_k3, custom_var_v3, custom_var_k4, custom_var_v4, custom_var_k5, custom_var_v5 FROM log_visit FORCE INDEX (index_idsite_idvisitor) WHERE idsite = '4' AND visit_last_action_time <= '2020-12-07 20:34:48' AND idvisitor = '...'
ORDER BY visit_last_action_time DESC
LIMIT 1
```
Explain:

or

To workaround this performance issue set `[Tracker]enable_userid_overwrites_visitorid=0` in your `config/config.ini.php` if userId is used. If userId is not used, there is currently no workaround.
Ideally we find a way to not needing this setting though. Maybe we could at least limit time range by adding to the where `visit_last_action_time > 1 year before upper limit `. It won't make it much better but at least it be slightly faster especially when the table has over the years collected many hundred thousands or millions of requests for the same visitor. In our use case we have for example for the same idVisitor 1.6M entries which is roughly 30% of all visits for the same visitor.
We used to have this lower limit in the where clause but AFAIK we removed it for Cohorts. @diosmosis do you maybe remember? To make cohorts still useful, how far back would we need to look? 1 year? Or would it be fine to only look back 6 months? I suppose we'd need to look back kind of ideally at least 1 year for the reports to be fine when you look at months for cohorts.
Any other thoughts on how to make this use case faster be appreciated
**UPDATE**
See my comment further below. This issue is now about changing the existing index according to https://matomo.org/faq/troubleshooting/how-do-i-improve-the-load-time-of-the-find-visitor-sql-query-when-visitors-have-many-visits/ | non_process | matomo tracker select queries can get slow when most visits have same visitorid say you are tracking apps and you send a userid with every tracking request then by default the userid will be used to generate the visitorid it may also be a problem if for every action a new visit is forced queries like this will become very slow sql explain extended select visit last action time visit first action time idvisitor idvisit user id visit exit idaction url visit exit idaction name visitor returning visitor seconds since first visitor seconds since order visitor count visits visit goal buyer location country location region location city location latitude location longitude referer name referer keyword referer type idsite profilable visit entry idaction url visit total actions visit total interactions visit total searches referer url config browser name config client type config device brand config device model config device type visit total events visit total time location ip location browser lang campaign content campaign group campaign id campaign keyword campaign medium campaign name campaign placement campaign source last idlink va custom dimension custom dimension custom dimension custom dimension custom dimension custom dimension custom var custom var custom var custom var custom var custom var custom var custom var custom var custom var from log visit force index index idsite idvisitor where idsite and visit last action time and idvisitor order by visit last action time desc limit explain or to workaround this performance issue set enable userid overwrites visitorid in your config config ini php if userid is used if userid is not used there is currently no workaround ideally we find a way to not needing this setting though maybe we could at least limit time range by adding to the where visit last action time year before upper limit it won t make it much better but at least it be slightly faster especially when the table has over the years collected many hundred thousands or millions of requests for the same visitor in our use case we have for example for the same idvisitor entries which is roughly of all visits for the same visitor we used to have this lower limit in the where clause but afaik we removed it for cohorts diosmosis do you maybe remember to make cohorts still useful how far back would we need to look year or would it be fine to only look back months i suppose we d need to look back kind of ideally at least year for the reports to be fine when you look at months for cohorts any other thoughts on how to make this use case faster be appreciated update see my comment further below this issue is now about changing the existing index according to | 0 |
10,683 | 13,464,720,319 | IssuesEvent | 2020-09-09 19:40:33 | dotnet/dotnet-api-docs | https://api.github.com/repos/dotnet/dotnet-api-docs | closed | Update Process.Kill exception notes | area-System.Diagnostics.Process | Since .NET Core 3.0, `Process.Kill` doesn't throw if the process has exited or is terminating. | 1.0 | Update Process.Kill exception notes - Since .NET Core 3.0, `Process.Kill` doesn't throw if the process has exited or is terminating. | process | update process kill exception notes since net core process kill doesn t throw if the process has exited or is terminating | 1 |
4,888 | 7,763,751,469 | IssuesEvent | 2018-06-01 17:42:41 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | Create a library structure for post_processing (Trac #2) | Migrated from Trac enhancement fasching@uwm.edu post_processing | Several files are used repeatedly by post_processing scripts.
These files include:
header_read.m
read_grads_hoc_endian.m
convert.m
It would be useful if these each had only one version in one place (e.g. ../post_processing/library/ )
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/2
```json
{
"status": "closed",
"changetime": "2009-05-16T10:11:18",
"description": "Several files are used repeatedly by post_processing scripts.\n\nThese files include:\n\nheader_read.m\nread_grads_hoc_endian.m\nconvert.m\n\nIt would be useful if these each had only one version in one place (e.g. ../post_processing/library/ )",
"reporter": "fasching@uwm.edu",
"cc": "",
"resolution": "Verified by V. Larson",
"_ts": "1242468678000000",
"component": "post_processing",
"summary": "Create a library structure for post_processing",
"priority": "minor",
"keywords": "matlab, conversion",
"time": "2009-05-01T21:14:16",
"milestone": "",
"owner": "fasching@uwm.edu",
"type": "enhancement"
}
```
| 1.0 | Create a library structure for post_processing (Trac #2) - Several files are used repeatedly by post_processing scripts.
These files include:
header_read.m
read_grads_hoc_endian.m
convert.m
It would be useful if these each had only one version in one place (e.g. ../post_processing/library/ )
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/2
```json
{
"status": "closed",
"changetime": "2009-05-16T10:11:18",
"description": "Several files are used repeatedly by post_processing scripts.\n\nThese files include:\n\nheader_read.m\nread_grads_hoc_endian.m\nconvert.m\n\nIt would be useful if these each had only one version in one place (e.g. ../post_processing/library/ )",
"reporter": "fasching@uwm.edu",
"cc": "",
"resolution": "Verified by V. Larson",
"_ts": "1242468678000000",
"component": "post_processing",
"summary": "Create a library structure for post_processing",
"priority": "minor",
"keywords": "matlab, conversion",
"time": "2009-05-01T21:14:16",
"milestone": "",
"owner": "fasching@uwm.edu",
"type": "enhancement"
}
```
| process | create a library structure for post processing trac several files are used repeatedly by post processing scripts these files include header read m read grads hoc endian m convert m it would be useful if these each had only one version in one place e g post processing library migrated from json status closed changetime description several files are used repeatedly by post processing scripts n nthese files include n nheader read m nread grads hoc endian m nconvert m n nit would be useful if these each had only one version in one place e g post processing library reporter fasching uwm edu cc resolution verified by v larson ts component post processing summary create a library structure for post processing priority minor keywords matlab conversion time milestone owner fasching uwm edu type enhancement | 1 |
171,595 | 27,147,292,808 | IssuesEvent | 2023-02-16 21:05:31 | bevyengine/bevy | https://api.github.com/repos/bevyengine/bevy | closed | Enhance SubApp schedule usage | A-ECS C-Usability S-Needs-Design | ## What problem does this solve or what need does it fill?
Doing some work based on the subapp changes in #2535 for bevy_ecs and bevy_app, and ran into a couple things. Though I understand they're heavy WIP still.
But regardless, it doesn't seem possible to manually execute all of the stages contained in a subapp's schedule. For example, in Render2, we currently fetch all the stages explicitly and run them - since we need to run the extract stage on another world. This means that if another plugin wants to add stages to the render subapp, they won't be executed - as far as I understand.
There's also no way to run the `run_criteria` check for when you're explicitly executing a schedule like this. Additionally, `run_criteria` can't be aware of the parent/extract world currently unless you inject that world ahead of time. That might be enough, but might be something to keep in mind with any solution.
## What solution would you like?
A neat solution might be to add per-stage runners, or a `SystemStageWithRunner` type, though I'm not certain how you'd feed temporary state into them - still learning how far lifetimes can be pushed. In the case of Render2, the logic to run the on the parent's world would be implemented in the stage runner, and then just the subapp's `run` method could be called - removing the issue of `run_criteria` and mut iteration. This would allow the stage runner to attach the world before the `run_criteria` check.
## What alternative(s) have you considered?
Currently I've implemented some escape-valve function in a fork. They allow me to call the `run_criteria` manually and iterate stages mutably. There's probably a much neater way to implement what I've attempted to implement, see additional context.
Only other plausible option that comes to mind to me is to push the "extract" stage logic down into bevy_ecs, so that bevy_app and subapp implementers don't need to concerns themselves with manual schedule execution. Probably be through the introduction of `add_extract_system` type methods, and some method to provide the "parent" world so that the extract stages can be run. This also makes things a lot more standardized and rigid, which may or may not be a plus in this situation.
## Additional context
The fork implementation I mentioned can be found here:
https://github.com/butterscotch-rs/bevy/blob/81387d3ecfb1421d288a856c21c6da8a69f71151/crates/bevy_ecs/src/schedule/mod.rs#L216
| 1.0 | Enhance SubApp schedule usage - ## What problem does this solve or what need does it fill?
Doing some work based on the subapp changes in #2535 for bevy_ecs and bevy_app, and ran into a couple things. Though I understand they're heavy WIP still.
But regardless, it doesn't seem possible to manually execute all of the stages contained in a subapp's schedule. For example, in Render2, we currently fetch all the stages explicitly and run them - since we need to run the extract stage on another world. This means that if another plugin wants to add stages to the render subapp, they won't be executed - as far as I understand.
There's also no way to run the `run_criteria` check for when you're explicitly executing a schedule like this. Additionally, `run_criteria` can't be aware of the parent/extract world currently unless you inject that world ahead of time. That might be enough, but might be something to keep in mind with any solution.
## What solution would you like?
A neat solution might be to add per-stage runners, or a `SystemStageWithRunner` type, though I'm not certain how you'd feed temporary state into them - still learning how far lifetimes can be pushed. In the case of Render2, the logic to run the on the parent's world would be implemented in the stage runner, and then just the subapp's `run` method could be called - removing the issue of `run_criteria` and mut iteration. This would allow the stage runner to attach the world before the `run_criteria` check.
## What alternative(s) have you considered?
Currently I've implemented some escape-valve function in a fork. They allow me to call the `run_criteria` manually and iterate stages mutably. There's probably a much neater way to implement what I've attempted to implement, see additional context.
Only other plausible option that comes to mind to me is to push the "extract" stage logic down into bevy_ecs, so that bevy_app and subapp implementers don't need to concerns themselves with manual schedule execution. Probably be through the introduction of `add_extract_system` type methods, and some method to provide the "parent" world so that the extract stages can be run. This also makes things a lot more standardized and rigid, which may or may not be a plus in this situation.
## Additional context
The fork implementation I mentioned can be found here:
https://github.com/butterscotch-rs/bevy/blob/81387d3ecfb1421d288a856c21c6da8a69f71151/crates/bevy_ecs/src/schedule/mod.rs#L216
| non_process | enhance subapp schedule usage what problem does this solve or what need does it fill doing some work based on the subapp changes in for bevy ecs and bevy app and ran into a couple things though i understand they re heavy wip still but regardless it doesn t seem possible to manually execute all of the stages contained in a subapp s schedule for example in we currently fetch all the stages explicitly and run them since we need to run the extract stage on another world this means that if another plugin wants to add stages to the render subapp they won t be executed as far as i understand there s also no way to run the run criteria check for when you re explicitly executing a schedule like this additionally run criteria can t be aware of the parent extract world currently unless you inject that world ahead of time that might be enough but might be something to keep in mind with any solution what solution would you like a neat solution might be to add per stage runners or a systemstagewithrunner type though i m not certain how you d feed temporary state into them still learning how far lifetimes can be pushed in the case of the logic to run the on the parent s world would be implemented in the stage runner and then just the subapp s run method could be called removing the issue of run criteria and mut iteration this would allow the stage runner to attach the world before the run criteria check what alternative s have you considered currently i ve implemented some escape valve function in a fork they allow me to call the run criteria manually and iterate stages mutably there s probably a much neater way to implement what i ve attempted to implement see additional context only other plausible option that comes to mind to me is to push the extract stage logic down into bevy ecs so that bevy app and subapp implementers don t need to concerns themselves with manual schedule execution probably be through the introduction of add extract system type methods and some method to provide the parent world so that the extract stages can be run this also makes things a lot more standardized and rigid which may or may not be a plus in this situation additional context the fork implementation i mentioned can be found here | 0 |
126,962 | 18,010,202,530 | IssuesEvent | 2021-09-16 07:42:18 | maddyCode23/linux-4.1.15 | https://api.github.com/repos/maddyCode23/linux-4.1.15 | opened | CVE-2019-17666 (High) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2019-17666 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/maddyCode23/linux-4.1.15/commit/f1f3d2b150be669390b32dfea28e773471bdd6e7">f1f3d2b150be669390b32dfea28e773471bdd6e7</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
rtl_p2p_noa_ie in drivers/net/wireless/realtek/rtlwifi/ps.c in the Linux kernel through 5.3.6 lacks a certain upper-bound check, leading to a buffer overflow.
<p>Publish Date: 2019-10-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17666>CVE-2019-17666</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Adjacent
- 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>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-17666 (High) detected in linux-stable-rtv4.1.33 - ## CVE-2019-17666 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/maddyCode23/linux-4.1.15/commit/f1f3d2b150be669390b32dfea28e773471bdd6e7">f1f3d2b150be669390b32dfea28e773471bdd6e7</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
rtl_p2p_noa_ie in drivers/net/wireless/realtek/rtlwifi/ps.c in the Linux kernel through 5.3.6 lacks a certain upper-bound check, leading to a buffer overflow.
<p>Publish Date: 2019-10-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17666>CVE-2019-17666</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Adjacent
- 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>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_process | cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href vulnerable source files vulnerability details rtl noa ie in drivers net wireless realtek rtlwifi ps c in the linux kernel through lacks a certain upper bound check leading to a buffer overflow publish date url a href cvss score details base score metrics exploitability metrics attack vector adjacent 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 step up your open source security game with whitesource | 0 |
17,479 | 23,298,458,856 | IssuesEvent | 2022-08-07 00:22:06 | mdsreq-fga-unb/2022.1-GDS | https://api.github.com/repos/mdsreq-fga-unb/2022.1-GDS | closed | Verificação e Validação de Requisitos - Acompanhamento das atividades de desenvolvimento | Processo de Requisitos | **Descrição**
essa é uma atividade de ver/val? **acompanhamento de atividades?**
Por favor, revisem isso.
Vejam quais são as atividades de ver/val de requisitos no material de aula e bibliografia da disciplina, por exemplo. | 1.0 | Verificação e Validação de Requisitos - Acompanhamento das atividades de desenvolvimento - **Descrição**
essa é uma atividade de ver/val? **acompanhamento de atividades?**
Por favor, revisem isso.
Vejam quais são as atividades de ver/val de requisitos no material de aula e bibliografia da disciplina, por exemplo. | process | verificação e validação de requisitos acompanhamento das atividades de desenvolvimento descrição essa é uma atividade de ver val acompanhamento de atividades por favor revisem isso vejam quais são as atividades de ver val de requisitos no material de aula e bibliografia da disciplina por exemplo | 1 |
16,054 | 20,197,053,236 | IssuesEvent | 2022-02-11 11:38:49 | prisma/language-tools | https://api.github.com/repos/prisma/language-tools | opened | Confirm that file watcher was source for crashes + Fix file watcher | process/candidate team/migrations | We now have an option to disable. We need to confirm that with the file watcher disabled, no more crashes are happening.
If that is the case, we still need to somehow fix the file watcher to not crash any more. | 1.0 | Confirm that file watcher was source for crashes + Fix file watcher - We now have an option to disable. We need to confirm that with the file watcher disabled, no more crashes are happening.
If that is the case, we still need to somehow fix the file watcher to not crash any more. | process | confirm that file watcher was source for crashes fix file watcher we now have an option to disable we need to confirm that with the file watcher disabled no more crashes are happening if that is the case we still need to somehow fix the file watcher to not crash any more | 1 |
55,147 | 11,395,000,268 | IssuesEvent | 2020-01-30 10:29:41 | ckeditor/ckeditor5 | https://api.github.com/repos/ckeditor/ckeditor5 | closed | Disable text transformations inside code blocks | package:code-block status:confirmed type:bug | ## 📝 Provide detailed reproduction steps (if any)
1. Open code block manual test and replace `ClassicEditor.create()` with:
```js
import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformation';
ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ Code, CodeBlock, Autoformat, Indent, ArticlePluginSet, TextTransformation ],
```
2. `yarn run manual -f code-block`
3. In code block, type `1/2`
### ✔️ Expected result
`1/2` should stay as `1/2`.
### ❌ Actual result
`1/2` is replaced with `½`
## 📃 Other details
* Browser: FF
* OS: Mojave 10.14.6
* CKEditor version: master
---
If you'd like to see this fixed sooner, add a 👍 reaction to this post. | 1.0 | Disable text transformations inside code blocks - ## 📝 Provide detailed reproduction steps (if any)
1. Open code block manual test and replace `ClassicEditor.create()` with:
```js
import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformation';
ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ Code, CodeBlock, Autoformat, Indent, ArticlePluginSet, TextTransformation ],
```
2. `yarn run manual -f code-block`
3. In code block, type `1/2`
### ✔️ Expected result
`1/2` should stay as `1/2`.
### ❌ Actual result
`1/2` is replaced with `½`
## 📃 Other details
* Browser: FF
* OS: Mojave 10.14.6
* CKEditor version: master
---
If you'd like to see this fixed sooner, add a 👍 reaction to this post. | non_process | disable text transformations inside code blocks 📝 provide detailed reproduction steps if any open code block manual test and replace classiceditor create with js import texttransformation from ckeditor typing src texttransformation classiceditor create document queryselector editor plugins yarn run manual f code block in code block type ✔️ expected result should stay as ❌ actual result is replaced with ½ 📃 other details browser ff os mojave ckeditor version master if you d like to see this fixed sooner add a 👍 reaction to this post | 0 |
20,612 | 27,280,390,040 | IssuesEvent | 2023-02-23 09:38:14 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | BatchOutputSelectionPanel AttributeError: 'NoneType' object has no attribute 'setValue' | Processing GUI/UX Bug | ### What is the bug or the crash?
```
Traceback (most recent call last):
File "C:\OSGeo4W/apps/qgis/./python/plugins\processing\gui\BatchOutputSelectionPanel.py", line 93, in showSelectionDialog
self.table.cellWidget(self.row,
AttributeError: 'NoneType' object has no attribute 'setValue'
```
https://github.com/qgis/QGIS/blob/10748bdaf124c09f499ab2296b2885b20e66973a/python/plugins/processing/gui/BatchPanel.py#L701-L703
`row` of `BatchOutputSelectionPanel` is not updated after deletion of a row
https://github.com/qgis/QGIS/blob/10748bdaf124c09f499ab2296b2885b20e66973a/python/plugins/processing/gui/BatchPanel.py#L711-L723
### Steps to reproduce the issue
1. Open batch panel of any alg which output to a file
2. Add multiple rows
3. Delete a row (but not the last)
4. Try to set output file of a row below the deleted row
### Versions
3.28.3
### Supported QGIS version
- [X] I'm running a supported QGIS version according to the roadmap.
### New profile
- [X] I tried with a new QGIS profile
### Additional context
_No response_ | 1.0 | BatchOutputSelectionPanel AttributeError: 'NoneType' object has no attribute 'setValue' - ### What is the bug or the crash?
```
Traceback (most recent call last):
File "C:\OSGeo4W/apps/qgis/./python/plugins\processing\gui\BatchOutputSelectionPanel.py", line 93, in showSelectionDialog
self.table.cellWidget(self.row,
AttributeError: 'NoneType' object has no attribute 'setValue'
```
https://github.com/qgis/QGIS/blob/10748bdaf124c09f499ab2296b2885b20e66973a/python/plugins/processing/gui/BatchPanel.py#L701-L703
`row` of `BatchOutputSelectionPanel` is not updated after deletion of a row
https://github.com/qgis/QGIS/blob/10748bdaf124c09f499ab2296b2885b20e66973a/python/plugins/processing/gui/BatchPanel.py#L711-L723
### Steps to reproduce the issue
1. Open batch panel of any alg which output to a file
2. Add multiple rows
3. Delete a row (but not the last)
4. Try to set output file of a row below the deleted row
### Versions
3.28.3
### Supported QGIS version
- [X] I'm running a supported QGIS version according to the roadmap.
### New profile
- [X] I tried with a new QGIS profile
### Additional context
_No response_ | process | batchoutputselectionpanel attributeerror nonetype object has no attribute setvalue what is the bug or the crash traceback most recent call last file c apps qgis python plugins processing gui batchoutputselectionpanel py line in showselectiondialog self table cellwidget self row attributeerror nonetype object has no attribute setvalue row of batchoutputselectionpanel is not updated after deletion of a row steps to reproduce the issue open batch panel of any alg which output to a file add multiple rows delete a row but not the last try to set output file of a row below the deleted row versions supported qgis version i m running a supported qgis version according to the roadmap new profile i tried with a new qgis profile additional context no response | 1 |
13,276 | 15,759,271,870 | IssuesEvent | 2021-03-31 07:45:00 | prisma/prisma | https://api.github.com/repos/prisma/prisma | opened | Expose `user._count()` chaining api | kind/feature process/candidate team/client | When we [introduced count on relations](https://github.com/prisma/prisma/releases/tag/2.20.0), we make it possible to write a query like so:
```ts
const users = await prisma.user.findFirst({
include: {
_count: {
select: { posts: true },
},
},
})
```
What is not possible yet, but we could totally make it happen:
```ts
const postCount = await prisma.user.findFirst()._count().posts
``` | 1.0 | Expose `user._count()` chaining api - When we [introduced count on relations](https://github.com/prisma/prisma/releases/tag/2.20.0), we make it possible to write a query like so:
```ts
const users = await prisma.user.findFirst({
include: {
_count: {
select: { posts: true },
},
},
})
```
What is not possible yet, but we could totally make it happen:
```ts
const postCount = await prisma.user.findFirst()._count().posts
``` | process | expose user count chaining api when we we make it possible to write a query like so ts const users await prisma user findfirst include count select posts true what is not possible yet but we could totally make it happen ts const postcount await prisma user findfirst count posts | 1 |
18,710 | 24,603,751,667 | IssuesEvent | 2022-10-14 14:30:56 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [Bigquery] [Discard FHIR after DID Enabled] Dataset for FHIR is not getting created in the Bigquery | Bug Blocker P0 Response datastore Process: Fixed Process: Tested dev | AR: [Discard FHIR after DID Enabled] Dataset for FHIR is not getting created in the Bigquery
ER: FHIR data should get created in the Bigquery even though 'Discard FHIR after DID' is enabled

| 2.0 | [Bigquery] [Discard FHIR after DID Enabled] Dataset for FHIR is not getting created in the Bigquery - AR: [Discard FHIR after DID Enabled] Dataset for FHIR is not getting created in the Bigquery
ER: FHIR data should get created in the Bigquery even though 'Discard FHIR after DID' is enabled

| process | dataset for fhir is not getting created in the bigquery ar dataset for fhir is not getting created in the bigquery er fhir data should get created in the bigquery even though discard fhir after did is enabled | 1 |
199,578 | 22,705,724,599 | IssuesEvent | 2022-07-05 14:29:20 | nexmo-community/rapporteur-workshop | https://api.github.com/repos/nexmo-community/rapporteur-workshop | opened | ipython-6.2.1-py3-none-any.whl: 4 vulnerabilities (highest severity is: 8.8) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ipython-6.2.1-py3-none-any.whl</b></p></summary>
<p>IPython: Productive Interactive Computing</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/e1/87/294b718125085559b56453be87d90777863173470167e5f1d5de20b9eea3/ipython-6.2.1-py3-none-any.whl">https://files.pythonhosted.org/packages/e1/87/294b718125085559b56453be87d90777863173470167e5f1d5de20b9eea3/ipython-6.2.1-py3-none-any.whl</a></p>
<p>Path to dependency file: /Pipfile</p>
<p>Path to vulnerable library: /Pipfile</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/rapporteur-workshop/commit/0ba4ea6c992d5f8c4aae74e64a717948b70d27a2">0ba4ea6c992d5f8c4aae74e64a717948b70d27a2</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2022-21699](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-21699) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 8.8 | ipython-6.2.1-py3-none-any.whl | Direct | ipython - 5.11,7.16.3,7.31.1,8.0.1 | ✅ |
| [CVE-2021-27291](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27291) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | Pygments-2.2.0-py2.py3-none-any.whl | Transitive | N/A | ❌ |
| [CVE-2019-12760](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12760) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | parso-0.1.1-py2.py3-none-any.whl | Transitive | N/A | ❌ |
| [CVE-2021-20270](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-20270) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | Pygments-2.2.0-py2.py3-none-any.whl | Transitive | N/A | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2022-21699</summary>
### Vulnerable Library - <b>ipython-6.2.1-py3-none-any.whl</b></p>
<p>IPython: Productive Interactive Computing</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/e1/87/294b718125085559b56453be87d90777863173470167e5f1d5de20b9eea3/ipython-6.2.1-py3-none-any.whl">https://files.pythonhosted.org/packages/e1/87/294b718125085559b56453be87d90777863173470167e5f1d5de20b9eea3/ipython-6.2.1-py3-none-any.whl</a></p>
<p>Path to dependency file: /Pipfile</p>
<p>Path to vulnerable library: /Pipfile</p>
<p>
Dependency Hierarchy:
- :x: **ipython-6.2.1-py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/rapporteur-workshop/commit/0ba4ea6c992d5f8c4aae74e64a717948b70d27a2">0ba4ea6c992d5f8c4aae74e64a717948b70d27a2</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
IPython (Interactive Python) is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language. Affected versions are subject to an arbitrary code execution vulnerability achieved by not properly managing cross user temporary files. This vulnerability allows one user to run code as another on the same machine. All users are advised to upgrade.
<p>Publish Date: 2022-01-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-21699>CVE-2022-21699</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>8.8</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/ipython/ipython/security/advisories/GHSA-pq7m-3gw7-gq5x">https://github.com/ipython/ipython/security/advisories/GHSA-pq7m-3gw7-gq5x</a></p>
<p>Release Date: 2022-01-19</p>
<p>Fix Resolution: ipython - 5.11,7.16.3,7.31.1,8.0.1</p>
</p>
<p></p>
:rescue_worker_helmet: Automatic Remediation is available for this issue
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-27291</summary>
### Vulnerable Library - <b>Pygments-2.2.0-py2.py3-none-any.whl</b></p>
<p>Pygments is a syntax highlighting package written in Python.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: /Pipfile</p>
<p>Path to vulnerable library: /Pipfile</p>
<p>
Dependency Hierarchy:
- ipython-6.2.1-py3-none-any.whl (Root Library)
- :x: **Pygments-2.2.0-py2.py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/rapporteur-workshop/commit/0ba4ea6c992d5f8c4aae74e64a717948b70d27a2">0ba4ea6c992d5f8c4aae74e64a717948b70d27a2</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In pygments 1.1+, fixed in 2.7.4, the lexers used to parse programming languages rely heavily on regular expressions. Some of the regular expressions have exponential or cubic worst-case complexity and are vulnerable to ReDoS. By crafting malicious input, an attacker can cause a denial of service.
<p>Publish Date: 2021-03-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27291>CVE-2021-27291</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2021-03-17</p>
<p>Fix Resolution: Pygments - 2.7.4</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-12760</summary>
### Vulnerable Library - <b>parso-0.1.1-py2.py3-none-any.whl</b></p>
<p>A Python Parser</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/c6/2f/96f54499c920070ccc1bffaee115a6a0cf1a0e7ece34b8faa7ee632688dd/parso-0.1.1-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/c6/2f/96f54499c920070ccc1bffaee115a6a0cf1a0e7ece34b8faa7ee632688dd/parso-0.1.1-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: /Pipfile</p>
<p>Path to vulnerable library: /Pipfile</p>
<p>
Dependency Hierarchy:
- ipython-6.2.1-py3-none-any.whl (Root Library)
- jedi-0.11.1-py2.py3-none-any.whl
- :x: **parso-0.1.1-py2.py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/rapporteur-workshop/commit/0ba4ea6c992d5f8c4aae74e64a717948b70d27a2">0ba4ea6c992d5f8c4aae74e64a717948b70d27a2</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
** DISPUTED ** A deserialization vulnerability exists in the way parso through 0.4.0 handles grammar parsing from the cache. Cache loading relies on pickle and, provided that an evil pickle can be written to a cache grammar file and that its parsing can be triggered, this flaw leads to Arbitrary Code Execution. NOTE: This is disputed because "the cache directory is not under control of the attacker in any common configuration."
<p>Publish Date: 2019-06-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12760>CVE-2019-12760</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2019-12760">https://nvd.nist.gov/vuln/detail/CVE-2019-12760</a></p>
<p>Release Date: 2019-07-05</p>
<p>Fix Resolution: parso - 0.5.0;parso - 0.5.0</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-20270</summary>
### Vulnerable Library - <b>Pygments-2.2.0-py2.py3-none-any.whl</b></p>
<p>Pygments is a syntax highlighting package written in Python.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: /Pipfile</p>
<p>Path to vulnerable library: /Pipfile</p>
<p>
Dependency Hierarchy:
- ipython-6.2.1-py3-none-any.whl (Root Library)
- :x: **Pygments-2.2.0-py2.py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/rapporteur-workshop/commit/0ba4ea6c992d5f8c4aae74e64a717948b70d27a2">0ba4ea6c992d5f8c4aae74e64a717948b70d27a2</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An infinite loop in SMLLexer in Pygments versions 1.5 to 2.7.3 may lead to denial of service when performing syntax highlighting of a Standard ML (SML) source file, as demonstrated by input that only contains the "exception" keyword.
<p>Publish Date: 2021-03-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-20270>CVE-2021-20270</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-9w8r-397f-prfh">https://github.com/advisories/GHSA-9w8r-397f-prfh</a></p>
<p>Release Date: 2021-03-23</p>
<p>Fix Resolution: Pygments - 20.12.3</p>
</p>
<p></p>
</details>
***
<p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p> | True | ipython-6.2.1-py3-none-any.whl: 4 vulnerabilities (highest severity is: 8.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ipython-6.2.1-py3-none-any.whl</b></p></summary>
<p>IPython: Productive Interactive Computing</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/e1/87/294b718125085559b56453be87d90777863173470167e5f1d5de20b9eea3/ipython-6.2.1-py3-none-any.whl">https://files.pythonhosted.org/packages/e1/87/294b718125085559b56453be87d90777863173470167e5f1d5de20b9eea3/ipython-6.2.1-py3-none-any.whl</a></p>
<p>Path to dependency file: /Pipfile</p>
<p>Path to vulnerable library: /Pipfile</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/rapporteur-workshop/commit/0ba4ea6c992d5f8c4aae74e64a717948b70d27a2">0ba4ea6c992d5f8c4aae74e64a717948b70d27a2</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2022-21699](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-21699) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 8.8 | ipython-6.2.1-py3-none-any.whl | Direct | ipython - 5.11,7.16.3,7.31.1,8.0.1 | ✅ |
| [CVE-2021-27291](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27291) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | Pygments-2.2.0-py2.py3-none-any.whl | Transitive | N/A | ❌ |
| [CVE-2019-12760](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12760) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | parso-0.1.1-py2.py3-none-any.whl | Transitive | N/A | ❌ |
| [CVE-2021-20270](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-20270) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | Pygments-2.2.0-py2.py3-none-any.whl | Transitive | N/A | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2022-21699</summary>
### Vulnerable Library - <b>ipython-6.2.1-py3-none-any.whl</b></p>
<p>IPython: Productive Interactive Computing</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/e1/87/294b718125085559b56453be87d90777863173470167e5f1d5de20b9eea3/ipython-6.2.1-py3-none-any.whl">https://files.pythonhosted.org/packages/e1/87/294b718125085559b56453be87d90777863173470167e5f1d5de20b9eea3/ipython-6.2.1-py3-none-any.whl</a></p>
<p>Path to dependency file: /Pipfile</p>
<p>Path to vulnerable library: /Pipfile</p>
<p>
Dependency Hierarchy:
- :x: **ipython-6.2.1-py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/rapporteur-workshop/commit/0ba4ea6c992d5f8c4aae74e64a717948b70d27a2">0ba4ea6c992d5f8c4aae74e64a717948b70d27a2</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
IPython (Interactive Python) is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language. Affected versions are subject to an arbitrary code execution vulnerability achieved by not properly managing cross user temporary files. This vulnerability allows one user to run code as another on the same machine. All users are advised to upgrade.
<p>Publish Date: 2022-01-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-21699>CVE-2022-21699</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>8.8</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/ipython/ipython/security/advisories/GHSA-pq7m-3gw7-gq5x">https://github.com/ipython/ipython/security/advisories/GHSA-pq7m-3gw7-gq5x</a></p>
<p>Release Date: 2022-01-19</p>
<p>Fix Resolution: ipython - 5.11,7.16.3,7.31.1,8.0.1</p>
</p>
<p></p>
:rescue_worker_helmet: Automatic Remediation is available for this issue
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-27291</summary>
### Vulnerable Library - <b>Pygments-2.2.0-py2.py3-none-any.whl</b></p>
<p>Pygments is a syntax highlighting package written in Python.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: /Pipfile</p>
<p>Path to vulnerable library: /Pipfile</p>
<p>
Dependency Hierarchy:
- ipython-6.2.1-py3-none-any.whl (Root Library)
- :x: **Pygments-2.2.0-py2.py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/rapporteur-workshop/commit/0ba4ea6c992d5f8c4aae74e64a717948b70d27a2">0ba4ea6c992d5f8c4aae74e64a717948b70d27a2</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In pygments 1.1+, fixed in 2.7.4, the lexers used to parse programming languages rely heavily on regular expressions. Some of the regular expressions have exponential or cubic worst-case complexity and are vulnerable to ReDoS. By crafting malicious input, an attacker can cause a denial of service.
<p>Publish Date: 2021-03-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27291>CVE-2021-27291</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2021-03-17</p>
<p>Fix Resolution: Pygments - 2.7.4</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-12760</summary>
### Vulnerable Library - <b>parso-0.1.1-py2.py3-none-any.whl</b></p>
<p>A Python Parser</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/c6/2f/96f54499c920070ccc1bffaee115a6a0cf1a0e7ece34b8faa7ee632688dd/parso-0.1.1-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/c6/2f/96f54499c920070ccc1bffaee115a6a0cf1a0e7ece34b8faa7ee632688dd/parso-0.1.1-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: /Pipfile</p>
<p>Path to vulnerable library: /Pipfile</p>
<p>
Dependency Hierarchy:
- ipython-6.2.1-py3-none-any.whl (Root Library)
- jedi-0.11.1-py2.py3-none-any.whl
- :x: **parso-0.1.1-py2.py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/rapporteur-workshop/commit/0ba4ea6c992d5f8c4aae74e64a717948b70d27a2">0ba4ea6c992d5f8c4aae74e64a717948b70d27a2</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
** DISPUTED ** A deserialization vulnerability exists in the way parso through 0.4.0 handles grammar parsing from the cache. Cache loading relies on pickle and, provided that an evil pickle can be written to a cache grammar file and that its parsing can be triggered, this flaw leads to Arbitrary Code Execution. NOTE: This is disputed because "the cache directory is not under control of the attacker in any common configuration."
<p>Publish Date: 2019-06-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12760>CVE-2019-12760</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2019-12760">https://nvd.nist.gov/vuln/detail/CVE-2019-12760</a></p>
<p>Release Date: 2019-07-05</p>
<p>Fix Resolution: parso - 0.5.0;parso - 0.5.0</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-20270</summary>
### Vulnerable Library - <b>Pygments-2.2.0-py2.py3-none-any.whl</b></p>
<p>Pygments is a syntax highlighting package written in Python.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: /Pipfile</p>
<p>Path to vulnerable library: /Pipfile</p>
<p>
Dependency Hierarchy:
- ipython-6.2.1-py3-none-any.whl (Root Library)
- :x: **Pygments-2.2.0-py2.py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/rapporteur-workshop/commit/0ba4ea6c992d5f8c4aae74e64a717948b70d27a2">0ba4ea6c992d5f8c4aae74e64a717948b70d27a2</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An infinite loop in SMLLexer in Pygments versions 1.5 to 2.7.3 may lead to denial of service when performing syntax highlighting of a Standard ML (SML) source file, as demonstrated by input that only contains the "exception" keyword.
<p>Publish Date: 2021-03-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-20270>CVE-2021-20270</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-9w8r-397f-prfh">https://github.com/advisories/GHSA-9w8r-397f-prfh</a></p>
<p>Release Date: 2021-03-23</p>
<p>Fix Resolution: Pygments - 20.12.3</p>
</p>
<p></p>
</details>
***
<p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p> | non_process | ipython none any whl vulnerabilities highest severity is vulnerable library ipython none any whl ipython productive interactive computing library home page a href path to dependency file pipfile path to vulnerable library pipfile found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high ipython none any whl direct ipython high pygments none any whl transitive n a high parso none any whl transitive n a high pygments none any whl transitive n a details cve vulnerable library ipython none any whl ipython productive interactive computing library home page a href path to dependency file pipfile path to vulnerable library pipfile dependency hierarchy x ipython none any whl vulnerable library found in head commit a href found in base branch main vulnerability details ipython interactive python is a command shell for interactive computing in multiple programming languages originally developed for the python programming language affected versions are subject to an arbitrary code execution vulnerability achieved by not properly managing cross user temporary files this vulnerability allows one user to run code as another on the same machine all users are advised to upgrade publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope changed impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ipython rescue worker helmet automatic remediation is available for this issue cve vulnerable library pygments none any whl pygments is a syntax highlighting package written in python library home page a href path to dependency file pipfile path to vulnerable library pipfile dependency hierarchy ipython none any whl root library x pygments none any whl vulnerable library found in head commit a href found in base branch main vulnerability details in pygments fixed in the lexers used to parse programming languages rely heavily on regular expressions some of the regular expressions have exponential or cubic worst case complexity and are vulnerable to redos by crafting malicious input an attacker can cause a denial of service 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 release date fix resolution pygments cve vulnerable library parso none any whl a python parser library home page a href path to dependency file pipfile path to vulnerable library pipfile dependency hierarchy ipython none any whl root library jedi none any whl x parso none any whl vulnerable library found in head commit a href found in base branch main vulnerability details disputed a deserialization vulnerability exists in the way parso through handles grammar parsing from the cache cache loading relies on pickle and provided that an evil pickle can be written to a cache grammar file and that its parsing can be triggered this flaw leads to arbitrary code execution note this is disputed because the cache directory is not under control of the attacker in any common configuration publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution parso parso cve vulnerable library pygments none any whl pygments is a syntax highlighting package written in python library home page a href path to dependency file pipfile path to vulnerable library pipfile dependency hierarchy ipython none any whl root library x pygments none any whl vulnerable library found in head commit a href found in base branch main vulnerability details an infinite loop in smllexer in pygments versions to may lead to denial of service when performing syntax highlighting of a standard ml sml source file as demonstrated by input that only contains the exception keyword 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 pygments rescue worker helmet automatic remediation is available for this issue | 0 |
1,127 | 3,377,716,293 | IssuesEvent | 2015-11-25 06:12:23 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | Remove trash icon is missing when I delete host that has services assoicated | area/container area/service area/ui kind/bug status/resolved status/to-test | Version - Masters with reskin UI
Steps:
1. Create a new Environment
2. Add a single host
3. Create a stack and add a service, start it
4. Deactivate & delete host
5. Go to container's page
Results: Notice the trash icon is missing on some of the containers being removed.

Expected: the remove icon should be consistent
| 1.0 | Remove trash icon is missing when I delete host that has services assoicated - Version - Masters with reskin UI
Steps:
1. Create a new Environment
2. Add a single host
3. Create a stack and add a service, start it
4. Deactivate & delete host
5. Go to container's page
Results: Notice the trash icon is missing on some of the containers being removed.

Expected: the remove icon should be consistent
| non_process | remove trash icon is missing when i delete host that has services assoicated version masters with reskin ui steps create a new environment add a single host create a stack and add a service start it deactivate delete host go to container s page results notice the trash icon is missing on some of the containers being removed expected the remove icon should be consistent | 0 |
7,743 | 10,863,553,747 | IssuesEvent | 2019-11-14 15:19:28 | prisma/prisma2 | https://api.github.com/repos/prisma/prisma2 | closed | Type Aliases not working | bug/2-confirmed kind/bug process/candidate | Hello I see since one of the latest alpha I can't use my custom type.


PS: this error happen while `prisma2 lift up` | 1.0 | Type Aliases not working - Hello I see since one of the latest alpha I can't use my custom type.


PS: this error happen while `prisma2 lift up` | process | type aliases not working hello i see since one of the latest alpha i can t use my custom type ps this error happen while lift up | 1 |
12,219 | 14,743,095,557 | IssuesEvent | 2021-01-07 13:23:38 | kdjstudios/SABillingGitlab | https://api.github.com/repos/kdjstudios/SABillingGitlab | closed | Sub Billing Cycles - Delete after reverting | anc-process anp-1.5 ant-enhancement grt-billing | In GitLab by @kdjstudios on Jul 11, 2019, 10:44
**Submitted by:** Kyle
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2019-06-27-87158/conversation
**Server:** All
**Client/Site:** ALL
**Account:** All
**Issue:**
Need to review why we are only allowing for Master billing cycles to be deleted after a revert. I could have sworn any billing cycle should be allowed to be deleted after a revert. Is there any negative effect for allowing sub billing cycles to be deleted after a revert?
This was found in http://gitlab.aavaz.biz/AnswerNet/SABilling/issues/1514#note_43848 | 1.0 | Sub Billing Cycles - Delete after reverting - In GitLab by @kdjstudios on Jul 11, 2019, 10:44
**Submitted by:** Kyle
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2019-06-27-87158/conversation
**Server:** All
**Client/Site:** ALL
**Account:** All
**Issue:**
Need to review why we are only allowing for Master billing cycles to be deleted after a revert. I could have sworn any billing cycle should be allowed to be deleted after a revert. Is there any negative effect for allowing sub billing cycles to be deleted after a revert?
This was found in http://gitlab.aavaz.biz/AnswerNet/SABilling/issues/1514#note_43848 | process | sub billing cycles delete after reverting in gitlab by kdjstudios on jul submitted by kyle helpdesk server all client site all account all issue need to review why we are only allowing for master billing cycles to be deleted after a revert i could have sworn any billing cycle should be allowed to be deleted after a revert is there any negative effect for allowing sub billing cycles to be deleted after a revert this was found in | 1 |
169,499 | 6,403,159,366 | IssuesEvent | 2017-08-06 16:18:41 | dwyl/tudo | https://api.github.com/repos/dwyl/tudo | closed | Desktop / Mobile view - which information is useful/necessary | enhancement priority-2 | **This is the current desktop display:**

**We are currently displaying:**
- repo name
- issue title
- labels
- assignee (s)
- No of comments
Of these elements the following click through to links on github:
- issue title and no. of comments both go to the issue's page
To do?
- repo name -> repo page?
- assignee -> assignee's profile?
**We could also display:**
- Created at date
- Updated at date
**Questions:**
- Do we want to add or remove any fields from desktop?
- Do we want to remove an fields from mobile only?
Mobile design may either be a 'card' type design or a simplified version of the table. | 1.0 | Desktop / Mobile view - which information is useful/necessary - **This is the current desktop display:**

**We are currently displaying:**
- repo name
- issue title
- labels
- assignee (s)
- No of comments
Of these elements the following click through to links on github:
- issue title and no. of comments both go to the issue's page
To do?
- repo name -> repo page?
- assignee -> assignee's profile?
**We could also display:**
- Created at date
- Updated at date
**Questions:**
- Do we want to add or remove any fields from desktop?
- Do we want to remove an fields from mobile only?
Mobile design may either be a 'card' type design or a simplified version of the table. | non_process | desktop mobile view which information is useful necessary this is the current desktop display we are currently displaying repo name issue title labels assignee s no of comments of these elements the following click through to links on github issue title and no of comments both go to the issue s page to do repo name repo page assignee assignee s profile we could also display created at date updated at date questions do we want to add or remove any fields from desktop do we want to remove an fields from mobile only mobile design may either be a card type design or a simplified version of the table | 0 |
93,047 | 3,881,717,362 | IssuesEvent | 2016-04-13 06:36:16 | The-Compiler/qutebrowser | https://api.github.com/repos/The-Compiler/qutebrowser | opened | :quickmark-load --all | priority: 3 - wishlist | Probably one for after #882 - something like `:quickmark-load --all /foo/` could open everything with `/foo/` in its quickmark name, for people who use that name like a folder structure. | 1.0 | :quickmark-load --all - Probably one for after #882 - something like `:quickmark-load --all /foo/` could open everything with `/foo/` in its quickmark name, for people who use that name like a folder structure. | non_process | quickmark load all probably one for after something like quickmark load all foo could open everything with foo in its quickmark name for people who use that name like a folder structure | 0 |
3,184 | 6,258,973,478 | IssuesEvent | 2017-07-14 16:53:41 | PeaceGeeksSociety/salesforce | https://api.github.com/repos/PeaceGeeksSociety/salesforce | opened | Create report on volunteers to see volunteer trends | Recruitment Processes Salesforce Fields | We would like to be able to filter or create a report of:
- All volunteers
- All unassigned/actively interested volunteers
- All current volunteers
This is so we can identify volunteers to fill in vacancies an further their involvement with PG.
Done when: reports are created based on the above fields and, all unassigned/actively interested volunteers have been contacted regarding vacancies. | 1.0 | Create report on volunteers to see volunteer trends - We would like to be able to filter or create a report of:
- All volunteers
- All unassigned/actively interested volunteers
- All current volunteers
This is so we can identify volunteers to fill in vacancies an further their involvement with PG.
Done when: reports are created based on the above fields and, all unassigned/actively interested volunteers have been contacted regarding vacancies. | process | create report on volunteers to see volunteer trends we would like to be able to filter or create a report of all volunteers all unassigned actively interested volunteers all current volunteers this is so we can identify volunteers to fill in vacancies an further their involvement with pg done when reports are created based on the above fields and all unassigned actively interested volunteers have been contacted regarding vacancies | 1 |
2,002 | 4,819,176,983 | IssuesEvent | 2016-11-04 18:27:56 | material-motion/material-motion-family-direct-manipulation-swift | https://api.github.com/repos/material-motion/material-motion-family-direct-manipulation-swift | closed | Publish the v1.0.0 release | Process | Must be ran by a member of the @material-motion/core-team
`mdm release publish 1.0.0`
| 1.0 | Publish the v1.0.0 release - Must be ran by a member of the @material-motion/core-team
`mdm release publish 1.0.0`
| process | publish the release must be ran by a member of the material motion core team mdm release publish | 1 |
186,618 | 14,401,950,396 | IssuesEvent | 2020-12-03 14:21:14 | AIDASoft/DD4hep | https://api.github.com/repos/AIDASoft/DD4hep | closed | Reflection Rotation placement is needed | Testing request | CMS detector endcap subdetectors are described using reflection rotation. For example:
```xml
<ReflectionRotation name="ReflectionY" phiY="270.*deg" thetaY="90.*deg" phiX=" 0.*deg" thetaX="90.*deg" phiZ="0.*deg" thetaZ="0.*deg"/>
```
which should give the following placement of a red shape when the above transformation is applied to the green shape. Ok, it gets inverted in the process, but that's how it is now:

When the same Rotation3D matrix is used to placeVolume, the result is as follows:

**Workaround:** If instead, the TGeoCombiTrans is used to process the same Rotation3D obtained from Transform3D, the expected result is obtained with DD4hep:

```cpp
TGeoCombiTrans* createPlacement(const Rotation3D& iRot, const Position& iTrans) {
double elements[9];
iRot.GetComponents(elements);
TGeoRotation r;
r.SetMatrix(elements);
TGeoTranslation t(iTrans.x(), iTrans.y(), iTrans.z());
return new TGeoCombiTrans(t, r);
}
```
as follows:
```cpp
Transform3D transform;
Converter<DDLTransform3D>(description, param, &transform)(element);
Rotation3D rot(transform.Rotation());
Translation3D trans(transform.Translation());
double x, y, z;
trans.GetComponents(x, y, z);
Position pos(x, y, z);
parent->AddNode(
child, copy,
createPlacement(rot, pos));
```
| 1.0 | Reflection Rotation placement is needed - CMS detector endcap subdetectors are described using reflection rotation. For example:
```xml
<ReflectionRotation name="ReflectionY" phiY="270.*deg" thetaY="90.*deg" phiX=" 0.*deg" thetaX="90.*deg" phiZ="0.*deg" thetaZ="0.*deg"/>
```
which should give the following placement of a red shape when the above transformation is applied to the green shape. Ok, it gets inverted in the process, but that's how it is now:

When the same Rotation3D matrix is used to placeVolume, the result is as follows:

**Workaround:** If instead, the TGeoCombiTrans is used to process the same Rotation3D obtained from Transform3D, the expected result is obtained with DD4hep:

```cpp
TGeoCombiTrans* createPlacement(const Rotation3D& iRot, const Position& iTrans) {
double elements[9];
iRot.GetComponents(elements);
TGeoRotation r;
r.SetMatrix(elements);
TGeoTranslation t(iTrans.x(), iTrans.y(), iTrans.z());
return new TGeoCombiTrans(t, r);
}
```
as follows:
```cpp
Transform3D transform;
Converter<DDLTransform3D>(description, param, &transform)(element);
Rotation3D rot(transform.Rotation());
Translation3D trans(transform.Translation());
double x, y, z;
trans.GetComponents(x, y, z);
Position pos(x, y, z);
parent->AddNode(
child, copy,
createPlacement(rot, pos));
```
| non_process | reflection rotation placement is needed cms detector endcap subdetectors are described using reflection rotation for example xml which should give the following placement of a red shape when the above transformation is applied to the green shape ok it gets inverted in the process but that s how it is now when the same matrix is used to placevolume the result is as follows workaround if instead the tgeocombitrans is used to process the same obtained from the expected result is obtained with cpp tgeocombitrans createplacement const irot const position itrans double elements irot getcomponents elements tgeorotation r r setmatrix elements tgeotranslation t itrans x itrans y itrans z return new tgeocombitrans t r as follows cpp transform converter description param transform element rot transform rotation trans transform translation double x y z trans getcomponents x y z position pos x y z parent addnode child copy createplacement rot pos | 0 |
287,184 | 24,815,387,305 | IssuesEvent | 2022-10-25 12:47:47 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | closed | [APIM 4.0]WebSocket API new topic additions doesn't align properly in UI | Type/Bug Severity/Blocker Priority/Highest WUM React-UI Affected/4.0.0 PeerTesting Component/APIM 4.2.0-M1 | ### Description:
Try out the WebSocket API creation in https://apim.docs.wso2.com/en/latest/design/create-api/create-streaming-api/create-a-websocket-streaming-api/
Go to Topics tab and see Pub and Sub doesn't get aligned properly
<img width="1680" alt="Screenshot 2021-07-27 at 11 12 20" src="https://user-images.githubusercontent.com/23296184/127102147-8903da4c-4d30-4beb-8de7-50c815127040.png">
| 1.0 | [APIM 4.0]WebSocket API new topic additions doesn't align properly in UI - ### Description:
Try out the WebSocket API creation in https://apim.docs.wso2.com/en/latest/design/create-api/create-streaming-api/create-a-websocket-streaming-api/
Go to Topics tab and see Pub and Sub doesn't get aligned properly
<img width="1680" alt="Screenshot 2021-07-27 at 11 12 20" src="https://user-images.githubusercontent.com/23296184/127102147-8903da4c-4d30-4beb-8de7-50c815127040.png">
| non_process | websocket api new topic additions doesn t align properly in ui description try out the websocket api creation in go to topics tab and see pub and sub doesn t get aligned properly img width alt screenshot at src | 0 |
8,902 | 11,996,254,261 | IssuesEvent | 2020-04-08 16:27:07 | kubernetes/minikube | https://api.github.com/repos/kubernetes/minikube | closed | Mac OS CI machines cant talk to gcloud | area/testing kind/bug kind/process priority/important-soon | as seen in jenkins
```
23:04:12 Started by upstream project "Build_Cross" build number 11000
23:04:12 originally caused by:
23:04:12 GitHub pull request #7249 of commit 2ced39c74561b3e327e11263817e3b71010ca5fa, no merge conflicts.
23:04:12 Running as SYSTEM
23:04:12 [EnvInject] - Loading node environment variables.
23:04:12 [EnvInject] - Preparing an environment for the build.
23:04:12 [EnvInject] - Keeping Jenkins system variables.
23:04:12 [EnvInject] - Keeping Jenkins build variables.
23:04:12 [EnvInject] - Evaluating the Groovy script content
23:04:12 [EnvInject] - Injecting contributions.
23:04:12 Building remotely on Mac Mini (mac-docker mac-hyperkit mac mac-vbox) in workspace /Users/jenkins/workspace
23:04:12 [WS-CLEANUP] Deleting project workspace...
23:04:12 [WS-CLEANUP] Deferred wipeout is used...
23:04:12 [WS-CLEANUP] Done
23:04:13 [workspace] $ /bin/bash -xe /var/folders/pb/1pdf6kyd1n9fw671gj2162wr0000gp/T/jenkins5073145435547192365.sh
23:04:13 + set -e
23:04:13 + echo /Users/jenkins/Downloads/google-cloud-sdk/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin
23:04:13 /Users/jenkins/Downloads/google-cloud-sdk/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin
23:04:13 + gsutil -m cp -r gs://minikube-builds/7249/installers .
23:04:13 invalid_grant: reauth related error (rapt_required)
23:04:14 CommandException: 1 file/object could not be transferred.
23:04:14 Build step 'Execute shell' marked build as failure
23:04:14 [Google Cloud Storage Plugin] Uploading: Docker_macOS.txt
23:04:14 Finished: FAILURE
``` | 1.0 | Mac OS CI machines cant talk to gcloud - as seen in jenkins
```
23:04:12 Started by upstream project "Build_Cross" build number 11000
23:04:12 originally caused by:
23:04:12 GitHub pull request #7249 of commit 2ced39c74561b3e327e11263817e3b71010ca5fa, no merge conflicts.
23:04:12 Running as SYSTEM
23:04:12 [EnvInject] - Loading node environment variables.
23:04:12 [EnvInject] - Preparing an environment for the build.
23:04:12 [EnvInject] - Keeping Jenkins system variables.
23:04:12 [EnvInject] - Keeping Jenkins build variables.
23:04:12 [EnvInject] - Evaluating the Groovy script content
23:04:12 [EnvInject] - Injecting contributions.
23:04:12 Building remotely on Mac Mini (mac-docker mac-hyperkit mac mac-vbox) in workspace /Users/jenkins/workspace
23:04:12 [WS-CLEANUP] Deleting project workspace...
23:04:12 [WS-CLEANUP] Deferred wipeout is used...
23:04:12 [WS-CLEANUP] Done
23:04:13 [workspace] $ /bin/bash -xe /var/folders/pb/1pdf6kyd1n9fw671gj2162wr0000gp/T/jenkins5073145435547192365.sh
23:04:13 + set -e
23:04:13 + echo /Users/jenkins/Downloads/google-cloud-sdk/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin
23:04:13 /Users/jenkins/Downloads/google-cloud-sdk/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin:/usr/local/bin:/usr/local/go/bin:/Users/jenkins/google-cloud-sdk/bin
23:04:13 + gsutil -m cp -r gs://minikube-builds/7249/installers .
23:04:13 invalid_grant: reauth related error (rapt_required)
23:04:14 CommandException: 1 file/object could not be transferred.
23:04:14 Build step 'Execute shell' marked build as failure
23:04:14 [Google Cloud Storage Plugin] Uploading: Docker_macOS.txt
23:04:14 Finished: FAILURE
``` | process | mac os ci machines cant talk to gcloud as seen in jenkins started by upstream project build cross build number originally caused by github pull request of commit no merge conflicts running as system loading node environment variables preparing an environment for the build keeping jenkins system variables keeping jenkins build variables evaluating the groovy script content injecting contributions building remotely on mac mini mac docker mac hyperkit mac mac vbox in workspace users jenkins workspace deleting project workspace deferred wipeout is used done bin bash xe var folders pb t sh set e echo users jenkins downloads google cloud sdk bin usr bin bin usr sbin sbin usr local bin usr local go bin users jenkins google cloud sdk bin usr local bin usr local go bin users jenkins google cloud sdk bin usr local bin usr local go bin users jenkins google cloud sdk bin users jenkins downloads google cloud sdk bin usr bin bin usr sbin sbin usr local bin usr local go bin users jenkins google cloud sdk bin usr local bin usr local go bin users jenkins google cloud sdk bin usr local bin usr local go bin users jenkins google cloud sdk bin gsutil m cp r gs minikube builds installers invalid grant reauth related error rapt required commandexception file object could not be transferred build step execute shell marked build as failure uploading docker macos txt finished failure | 1 |
1,917 | 11,095,100,491 | IssuesEvent | 2019-12-16 08:18:08 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | opened | a8n: Allow creating campaigns as "drafts" | automation | This is part of [RFC 36](https://docs.google.com/document/d/1DKWy2zC6_rDZzoPS7ASUpvnVDK3Zj6cf_I9Riq9KNu0/edit#bookmark=id.5brj0uqmf04t).
Here is the description of what creating a campaign as draft includes:
* A campaign can be created as a "draft".
* A draft campaign can be "marked as ready", which will cause all of its changesets to be pushed/created to the code host and will permanently transition it to non-draft status.
* A non-draft campaign can't be transitioned back to a draft campaign.
* A draft campaign shows previews of the diffs, changesets, and participants of the campaign in the normal campaign management UI (not just in the "create campaign" screen).
* Any individual changeset in a draft campaign can be pushed/created on the code host by clicking the changeset's "Create" button in the campaign's list of changesets.
* This means a draft can contain both preview and non-preview changesets.
* Customer note: This allows customers to gradually roll out a campaign, which is desirable to iron out problems with a smaller group before pinging hundreds/thousands of teammates.
**Note**: This has nothing to do with creating pull requests as "drafts" on GitHub. | 1.0 | a8n: Allow creating campaigns as "drafts" - This is part of [RFC 36](https://docs.google.com/document/d/1DKWy2zC6_rDZzoPS7ASUpvnVDK3Zj6cf_I9Riq9KNu0/edit#bookmark=id.5brj0uqmf04t).
Here is the description of what creating a campaign as draft includes:
* A campaign can be created as a "draft".
* A draft campaign can be "marked as ready", which will cause all of its changesets to be pushed/created to the code host and will permanently transition it to non-draft status.
* A non-draft campaign can't be transitioned back to a draft campaign.
* A draft campaign shows previews of the diffs, changesets, and participants of the campaign in the normal campaign management UI (not just in the "create campaign" screen).
* Any individual changeset in a draft campaign can be pushed/created on the code host by clicking the changeset's "Create" button in the campaign's list of changesets.
* This means a draft can contain both preview and non-preview changesets.
* Customer note: This allows customers to gradually roll out a campaign, which is desirable to iron out problems with a smaller group before pinging hundreds/thousands of teammates.
**Note**: This has nothing to do with creating pull requests as "drafts" on GitHub. | non_process | allow creating campaigns as drafts this is part of here is the description of what creating a campaign as draft includes a campaign can be created as a draft a draft campaign can be marked as ready which will cause all of its changesets to be pushed created to the code host and will permanently transition it to non draft status a non draft campaign can t be transitioned back to a draft campaign a draft campaign shows previews of the diffs changesets and participants of the campaign in the normal campaign management ui not just in the create campaign screen any individual changeset in a draft campaign can be pushed created on the code host by clicking the changeset s create button in the campaign s list of changesets this means a draft can contain both preview and non preview changesets customer note this allows customers to gradually roll out a campaign which is desirable to iron out problems with a smaller group before pinging hundreds thousands of teammates note this has nothing to do with creating pull requests as drafts on github | 0 |
314,715 | 9,601,972,580 | IssuesEvent | 2019-05-10 13:32:42 | infor-design/enterprise | https://api.github.com/repos/infor-design/enterprise | closed | Contextual Action Panel: Close button sits on top of overflow button | [3] for: up for grabs priority: high type: bug :bug: | **Describe the bug**
In a contextual action panel, the close button is positioned on top of toolbar overflow button.
**To Reproduce**
Steps to reproduce the behavior:
In any contextual action panel sample,
(1) set showCloseButton to true
(2) add four buttons so an overflow button is displayed in the toolbar
(3) Bring up the contextual action panel
**Expected behavior**
The close button is on the top right. And the toolbar overflow button is to its left.
**Version**
ids-enterprise: 4.17.1
**Platform**
- Device (if applicable) [e.g. iPhone 6 or Samsung Galaxy S6]
- OS Version: Windows 10
- Browser Name Chrome
- Browser Version 73.0.3683.86 (Official Build) (64-bit)] | 1.0 | Contextual Action Panel: Close button sits on top of overflow button - **Describe the bug**
In a contextual action panel, the close button is positioned on top of toolbar overflow button.
**To Reproduce**
Steps to reproduce the behavior:
In any contextual action panel sample,
(1) set showCloseButton to true
(2) add four buttons so an overflow button is displayed in the toolbar
(3) Bring up the contextual action panel
**Expected behavior**
The close button is on the top right. And the toolbar overflow button is to its left.
**Version**
ids-enterprise: 4.17.1
**Platform**
- Device (if applicable) [e.g. iPhone 6 or Samsung Galaxy S6]
- OS Version: Windows 10
- Browser Name Chrome
- Browser Version 73.0.3683.86 (Official Build) (64-bit)] | non_process | contextual action panel close button sits on top of overflow button describe the bug in a contextual action panel the close button is positioned on top of toolbar overflow button to reproduce steps to reproduce the behavior in any contextual action panel sample set showclosebutton to true add four buttons so an overflow button is displayed in the toolbar bring up the contextual action panel expected behavior the close button is on the top right and the toolbar overflow button is to its left version ids enterprise platform device if applicable os version windows browser name chrome browser version official build bit | 0 |
14,648 | 17,774,834,064 | IssuesEvent | 2021-08-30 17:49:14 | open-telemetry/opentelemetry-collector | https://api.github.com/repos/open-telemetry/opentelemetry-collector | closed | Implement graceful shutdown with pipeline draining | help wanted area:pipeline area:processor | Currently when shutting down any data that is in the pipeline is lost. We need to drain the pipeline during shutdown. First we need to shutdown receivers, then processors (and implement draining in processors that stores data), then exporters. | 1.0 | Implement graceful shutdown with pipeline draining - Currently when shutting down any data that is in the pipeline is lost. We need to drain the pipeline during shutdown. First we need to shutdown receivers, then processors (and implement draining in processors that stores data), then exporters. | process | implement graceful shutdown with pipeline draining currently when shutting down any data that is in the pipeline is lost we need to drain the pipeline during shutdown first we need to shutdown receivers then processors and implement draining in processors that stores data then exporters | 1 |
97,725 | 20,379,938,141 | IssuesEvent | 2022-02-21 20:12:23 | dart-code-checker/dart-code-metrics | https://api.github.com/repos/dart-code-checker/dart-code-metrics | closed | [BUG] check-unused-code unused top level variable | type: bug waiting for release area-commands area-unused-code | <!--
This template is for bug reports. If you want to to ask a question, improve existing rule or suggest a new one please use another template.
-->
* **Dart code metrics version:** 4.10.1
* **Dart sdk version:** 2.15.0 (stable)
**What did you do? Please include the source code example causing the issue.**
`flutter pub run dart_code_metrics:metrics check-unused-code lib --monorepo`
<details>
<summary>Code</summary>
```dart
// ignore_for_file: long-parameter-list, avoid-returning-widgets
// ignore_for_file: prefer-single-widget-per-file, no-magic-number
// ignore_for_file: prefer-match-file-name, prefer-correct-identifier-length
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import '../../painters/popup_triangle_painter.dart';
// Examples can assume:
// enum Commands { heroAndScholar, hurricaneCame }
// dynamic _heroAndScholar;
// dynamic _selection;
// BuildContext context;
// void setState(VoidCallBack fn) { }
const Duration _kMenuDuration = Duration(milliseconds: 300);
const double _kMenuCloseIntervalEnd = 2.0 / 3.0;
const double _kMenuHorizontalPadding = 15.0;
const double _kMenuDividerHeight = 16.0;
const double _kMenuMaxWidth = _kMenuWidthStep * 5.0;
const double _kMenuMinWidth = _kMenuWidthStep * 2.0;
const double _kMenuVerticalPadding = 1.0;
const double _kMenuWidthStep = 56.0;
const double _kMenuScreenPadding = 8.0;
/// A base class for entries in a material design popup menu.
///
/// The popup menu widget uses this interface to interact with the menu items.
/// To show a popup menu, use the [showMenu] function. To create a button that
/// shows a popup menu, consider using [PopupMenuButton].
///
/// The type `T` is the type of the value(s) the entry represents. All the
/// entries in a given menu must represent values with consistent types.
///
/// A [PopupMenuEntry] may represent multiple values, for example a row with
/// several icons, or a single entry, for example a menu item with an icon (see
/// [PopupMenuItemWidget]), or no value at all (for example, [PopupMenuDivider]).
///
/// See also:
///
/// * [PopupMenuItemWidget], a popup menu entry for a single value.
/// * [PopupMenuDivider], a popup menu entry that is just a horizontal line.
/// * [CheckedPopupMenuItemWidget], a popup menu item with a checkmark.
/// * [showMenu], a method to dynamically show a popup menu at a given location.
/// * [PopupMenuButton], an [IconButton] that automatically shows a menu when
/// it is tapped.
abstract class PopupMenuEntry<T> extends StatefulWidget {
/// Abstract const constructor. This constructor enables subclasses to provide
/// const constructors so that they can be used in const expressions.
const PopupMenuEntry({Key? key}) : super(key: key);
/// The amount of vertical space occupied by this entry.
///
/// This value is used at the time the [showMenu] method is called, if the
/// `initialValue` argument is provided, to determine the position of this
/// entry when aligning the selected entry over the given `position`. It is
/// otherwise ignored.
double get height;
/// Whether this entry represents a particular value.
///
/// This method is used by [showMenu], when it is called, to align the entry
/// representing the `initialValue`, if any, to the given `position`, and then
/// later is called on each entry to determine if it should be highlighted (if
/// the method returns true, the entry will have its background color set to
/// the ambient [ThemeData.highlightColor]). If `initialValue` is null, then
/// this method is not called.
///
/// If the [PopupMenuEntry] represents a single value, this should return true
/// if the argument matches that value. If it represents multiple values, it
/// should return true if the argument matches any of them.
bool represents(T value);
}
/// A horizontal divider in a material design popup menu.
///
/// This widget adapts the [Divider] for use in popup menus.
///
/// See also:
///
/// * [PopupMenuItemWidget], for the kinds of items that this widget divides.
/// * [showMenu], a method to dynamically show a popup menu at a given location.
/// * [PopupMenuButton], an [IconButton] that automatically shows a menu when
/// it is tapped.
// ignore: prefer_void_to_null, https://github.com/dart-lang/sdk/issues/34416
class PopupMenuDivider extends PopupMenuEntry<Null> {
/// Creates a horizontal divider for a popup menu.
///
/// By default, the divider has a height of 16 logical pixels.
const PopupMenuDivider({Key? key, this.height = _kMenuDividerHeight})
: super(key: key);
/// The height of the divider entry.
///
/// Defaults to 16 pixels.
@override
final double height;
@override
bool represents(void value) => false;
@override
_PopupMenuDividerState createState() => _PopupMenuDividerState();
}
class _PopupMenuDividerState extends State<PopupMenuDivider> {
@override
Widget build(BuildContext _) => Divider(height: widget.height);
}
// This widget only exists to enable _PopupMenuRoute to save the sizes of
// each menu item. The sizes are used by _PopupMenuRouteLayout to compute the
// y coordinate of the menu's origin so that the center of selected menu
// item lines up with the center of its PopupMenuButton.
class _MenuItem extends SingleChildRenderObjectWidget {
const _MenuItem({
required this.onLayout,
required Widget? child,
Key? key,
}) : super(key: key, child: child);
final ValueChanged<Size> onLayout;
@override
RenderObject createRenderObject(BuildContext _) {
return _RenderMenuItem(onLayout);
}
@override
void updateRenderObject(
BuildContext _,
covariant _RenderMenuItem renderObject,
) {
renderObject.onLayout = onLayout;
}
}
class _RenderMenuItem extends RenderShiftedBox {
_RenderMenuItem(this.onLayout, [RenderBox? child]) : super(child);
ValueChanged<Size> onLayout;
@override
void performLayout() {
final child = this.child;
if (child == null) {
size = Size.zero;
} else {
child.layout(constraints, parentUsesSize: true);
size = constraints.constrain(child.size);
final childParentData = child.parentData as BoxParentData;
childParentData.offset = Offset.zero;
}
onLayout(size);
}
}
/// An item in a material design popup menu.
///
/// To show a popup menu, use the [showMenu] function. To create a button that
/// shows a popup menu, consider using [PopupMenuButton].
///
/// To show a checkmark next to a popup menu item, consider using
/// [CheckedPopupMenuItemWidget].
///
/// Typically the [child] of a [PopupMenuItemWidget] is a [Text] widget. More
/// elaborate menus with icons can use a [ListTile]. By default, a
/// [PopupMenuItemWidget] is kMinInteractiveDimension pixels high. If you use a widget
/// with a different height, it must be specified in the [height] property.
///
/// {@tool sample}
///
/// Here, a [Text] widget is used with a popup menu item. The `WhyFarther` type
/// is an enum, not shown here.
///
/// ```dart
/// const PopupMenuItemWidget<WhyFarther>(
/// value: WhyFarther.harder,
/// child: Text('Working a lot harder'),
/// )
/// ```
/// {@end-tool}
///
/// See the example at [PopupMenuButton] for how this example could be used in a
/// complete menu, and see the example at [CheckedPopupMenuItemWidget] for one way to
/// keep the text of [PopupMenuItemWidget]s that use [Text] widgets in their [child]
/// slot aligned with the text of [CheckedPopupMenuItemWidget]s or of [PopupMenuItemWidget]
/// that use a [ListTile] in their [child] slot.
///
/// See also:
///
/// * [PopupMenuDivider], which can be used to divide items from each other.
/// * [CheckedPopupMenuItemWidget], a variant of [PopupMenuItemWidget] with a checkmark.
/// * [showMenu], a method to dynamically show a popup menu at a given location.
/// * [PopupMenuButton], an [IconButton] that automatically shows a menu when
/// it is tapped.
class PopupMenuItemWidget<T> extends PopupMenuEntry<T> {
/// Creates an item for a popup menu.
///
/// By default, the item is [enabled].
///
/// The `enabled` and `height` arguments must not be null.
const PopupMenuItemWidget({
required this.child,
Key? key,
this.value,
this.enabled = true,
this.height = kMinInteractiveDimension,
this.textStyle,
}) : super(key: key);
/// The value that will be returned by [showMenu] if this entry is selected.
final T? value;
/// Whether the user is permitted to select this item.
///
/// Defaults to true. If this is false, then the item will not react to
/// touches.
final bool enabled;
/// The minimum height height of the menu item.
///
/// Defaults to [kMinInteractiveDimension] pixels.
@override
final double height;
/// The text style of the popup menu item.
///
/// If this property is null, then [PopupMenuThemeData.textStyle] is used.
/// If [PopupMenuThemeData.textStyle] is also null, then [ThemeData.textTheme.subhead] is used.
final TextStyle? textStyle;
/// The widget below this widget in the tree.
///
/// Typically a single-line [ListTile] (for menus with icons) or a [Text]. An
/// appropriate [DefaultTextStyle] is put in scope for the child. In either
/// case, the text should be short enough that it won't wrap.
final Widget? child;
@override
bool represents(T value) => value == this.value;
@override
PopupMenuItemWidgetState<T, PopupMenuItemWidget<T>> createState() =>
PopupMenuItemWidgetState<T, PopupMenuItemWidget<T>>();
}
/// The [State] for [PopupMenuItemWidget] subclasses.
///
/// By default this implements the basic styling and layout of Material Design
/// popup menu items.
///
/// The [buildChild] method can be overridden to adjust exactly what gets placed
/// in the menu. By default it returns [PopupMenuItemWidget.child].
///
/// The [handleTap] method can be overridden to adjust exactly what happens when
/// the item is tapped. By default, it uses [Navigator.pop] to return the
/// [PopupMenuItemWidget.value] from the menu route.
///
/// This class takes two type arguments. The second, `W`, is the exact type of
/// the [Widget] that is using this [State]. It must be a subclass of
/// [PopupMenuItemWidget]. The first, `T`, must match the type argument of that widget
/// class, and is the type of values returned from this menu.
class PopupMenuItemWidgetState<T, W extends PopupMenuItemWidget<T>>
extends State<W> {
/// The menu item contents.
///
/// Used by the [build] method.
///
/// By default, this returns [PopupMenuItemWidget.child]. Override this to put
/// something else in the menu entry.
@protected
Widget? buildChild() => widget.child;
/// The handler for when the user selects the menu item.
///
/// Used by the [InkWell] inserted by the [build] method.
///
/// By default, uses [Navigator.pop] to return the [PopupMenuItemWidget.value] from
/// the menu route.
@protected
void handleTap() {
Navigator.pop<T>(context, widget.value);
}
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final popupMenuTheme = PopupMenuTheme.of(context);
var style = widget.textStyle ??
popupMenuTheme.textStyle ??
theme.textTheme.subtitle1;
if (style == null) {
throw Exception('Popup menu textStyle is null');
}
if (!widget.enabled) {
style = style.copyWith(color: theme.disabledColor);
}
Widget item = AnimatedDefaultTextStyle(
style: style,
duration: kThemeChangeDuration,
child: Container(
alignment: AlignmentDirectional.centerStart,
constraints: BoxConstraints(minHeight: widget.height),
padding:
const EdgeInsets.symmetric(horizontal: _kMenuHorizontalPadding),
child: buildChild(),
),
);
if (!widget.enabled) {
final isDark = theme.brightness == Brightness.dark;
item = IconTheme.merge(
data: IconThemeData(opacity: isDark ? 0.5 : 0.38),
child: item,
);
}
return InkWell(
onTap: widget.enabled ? handleTap : null,
canRequestFocus: widget.enabled,
child: item,
);
}
}
/// An item with a checkmark in a material design popup menu.
///
/// To show a popup menu, use the [showMenu] function. To create a button that
/// shows a popup menu, consider using [PopupMenuButton].
///
/// A [CheckedPopupMenuItemWidget] is kMinInteractiveDimension pixels high, which
/// matches the default minimum height of a [PopupMenuItemWidget]. The horizontal
/// layout uses [ListTile]; the checkmark is an [Icons.done] icon, shown in the
/// [ListTile.leading] position.
///
/// {@tool sample}
///
/// Suppose a `Commands` enum exists that lists the possible commands from a
/// particular popup menu, including `Commands.heroAndScholar` and
/// `Commands.hurricaneCame`, and further suppose that there is a
/// `_heroAndScholar` member field which is a boolean. The example below shows a
/// menu with one menu item with a checkmark that can toggle the boolean, and
/// one menu item without a checkmark for selecting the second option. (It also
/// shows a divider placed between the two menu items.)
///
/// ```dart
/// PopupMenuButton<Commands>(
/// onSelected: (Commands result) {
/// switch (result) {
/// case Commands.heroAndScholar:
/// setState(() { _heroAndScholar = !_heroAndScholar; });
/// break;
/// case Commands.hurricaneCame:
/// // ...handle hurricane option
/// break;
/// // ...other items handled here
/// }
/// },
/// itemBuilder: (BuildContext context) => <PopupMenuEntry<Commands>>[
/// CheckedPopupMenuItemWidget<Commands>(
/// checked: _heroAndScholar,
/// value: Commands.heroAndScholar,
/// child: const Text('Hero and scholar'),
/// ),
/// const PopupMenuDivider(),
/// const PopupMenuItemWidget<Commands>(
/// value: Commands.hurricaneCame,
/// child: ListTile(leading: Icon(null), title: Text('Bring hurricane')),
/// ),
/// // ...other items listed here
/// ],
/// )
/// ```
/// {@end-tool}
///
/// In particular, observe how the second menu item uses a [ListTile] with a
/// blank [Icon] in the [ListTile.leading] position to get the same alignment as
/// the item with the checkmark.
///
/// See also:
///
/// * [PopupMenuItemWidget], a popup menu entry for picking a command (as opposed to
/// toggling a value).
/// * [PopupMenuDivider], a popup menu entry that is just a horizontal line.
/// * [showMenu], a method to dynamically show a popup menu at a given location.
/// * [PopupMenuButton], an [IconButton] that automatically shows a menu when
/// it is tapped.
class CheckedPopupMenuItemWidget<T> extends PopupMenuItemWidget<T> {
/// Creates a popup menu item with a checkmark.
///
/// By default, the menu item is [enabled] but unchecked. To mark the item as
/// checked, set [checked] to true.
///
/// The `checked` and `enabled` arguments must not be null.
const CheckedPopupMenuItemWidget({
Key? key,
T? value,
this.checked = false,
bool enabled = true,
Widget? child,
}) : super(
key: key,
value: value,
enabled: enabled,
child: child,
);
/// Whether to display a checkmark next to the menu item.
///
/// Defaults to false.
///
/// When true, an [Icons.done] checkmark is displayed.
///
/// When this popup menu item is selected, the checkmark will fade in or out
/// as appropriate to represent the implied new state.
final bool checked;
/// The widget below this widget in the tree.
///
/// Typically a [Text]. An appropriate [DefaultTextStyle] is put in scope for
/// the child. The text should be short enough that it won't wrap.
///
/// This widget is placed in the [ListTile.title] slot of a [ListTile] whose
/// [ListTile.leading] slot is an [Icons.done] icon.
@override
Widget? get child => super.child;
@override
_CheckedPopupMenuItemWidgetState<T> createState() =>
_CheckedPopupMenuItemWidgetState<T>();
}
class _CheckedPopupMenuItemWidgetState<T>
extends PopupMenuItemWidgetState<T, CheckedPopupMenuItemWidget<T>>
with SingleTickerProviderStateMixin {
static const Duration _fadeDuration = Duration(milliseconds: 150);
late final AnimationController _controller;
Animation<double> get _opacity => _controller.view;
@override
void initState() {
super.initState();
_controller = AnimationController(duration: _fadeDuration, vsync: this)
..value = widget.checked ? 1.0 : 0.0
..addListener(() => setState(() {
/* animation changed */
return;
}));
}
@override
void handleTap() {
// This fades the checkmark in or out when tapped.
if (widget.checked) {
_controller.reverse();
} else {
_controller.forward();
}
super.handleTap();
}
@override
Widget buildChild() {
return ListTile(
enabled: widget.enabled,
leading: FadeTransition(
opacity: _opacity,
child: Icon(_controller.isDismissed ? null : Icons.done),
),
title: widget.child,
);
}
}
class _PopupMenu<T> extends StatelessWidget {
const _PopupMenu({
required this.route,
required this.semanticLabel,
Key? key,
}) : super(key: key);
final _PopupMenuRoute<T> route;
final String? semanticLabel;
@override
Widget build(BuildContext context) {
final animation = route.animation;
if (animation == null) {
throw Exception('PopupMenu route animation is null');
}
final unit = 1.0 /
(route.items.length +
1.5); // 1.0 for the width and 0.5 for the last item's fade.
final children = <Widget>[];
final popupMenuTheme = PopupMenuTheme.of(context);
for (var i = 0; i < route.items.length; i += 1) {
final start = (i + 1) * unit;
final end = (start + unit * 1.5).clamp(0.0, 1.0).toDouble();
final opacity = CurvedAnimation(
parent: animation,
curve: Interval(start, end),
);
Widget item = route.items[i];
if (route.initialValue != null &&
route.items[i].represents(route.initialValue as T)) {
item = Container(
color: Theme.of(context).highlightColor,
child: item,
);
}
children.add(
_MenuItem(
onLayout: (Size size) => route.itemSizes[i] = size,
child: FadeTransition(
opacity: opacity,
child: item,
),
),
);
}
final opacity = CurveTween(curve: const Interval(0.0, 1.0 / 3.0));
final width = CurveTween(curve: Interval(0.0, unit));
final height = CurveTween(curve: Interval(0.0, unit * route.items.length));
final Widget child = ConstrainedBox(
constraints: const BoxConstraints(
minWidth: _kMenuMinWidth,
maxWidth: _kMenuMaxWidth,
),
child: IntrinsicWidth(
stepWidth: _kMenuWidthStep,
child: Semantics(
scopesRoute: true,
namesRoute: true,
explicitChildNodes: true,
label: semanticLabel,
child: SingleChildScrollView(
child: ListBody(children: children),
),
),
),
);
return AnimatedBuilder(
animation: animation,
builder: (BuildContext context, Widget? child) {
return Opacity(
opacity: opacity.evaluate(animation),
child: Material(
shape: route.shape ?? popupMenuTheme.shape,
color: route.color ?? popupMenuTheme.color,
type: MaterialType.card,
elevation: route.elevation ?? popupMenuTheme.elevation ?? 8.0,
child: Align(
alignment: AlignmentDirectional.topEnd,
widthFactor: width.evaluate(animation),
heightFactor: height.evaluate(animation),
child: child,
),
),
);
},
child: child,
);
}
}
// Positioning of the menu on the screen.
class _PopupMenuRouteLayout extends SingleChildLayoutDelegate {
_PopupMenuRouteLayout(
this.position,
this.itemSizes,
this.selectedItemIndex,
this.textDirection,
);
// Rectangle of underlying button, relative to the overlay's dimensions.
final RelativeRect position;
// The sizes of each item are computed when the menu is laid out, and before
// the route is laid out.
List<Size?> itemSizes;
// The index of the selected item, or null if PopupMenuButton.initialValue
// was not specified.
final int? selectedItemIndex;
// Whether to prefer going to the left or to the right.
final TextDirection textDirection;
// We put the child wherever position specifies, so long as it will fit within
// the specified parent size padded (inset) by 8. If necessary, we adjust the
// child's position so that it fits.
@override
BoxConstraints getConstraintsForChild(BoxConstraints constraints) {
// The menu can be at most the size of the overlay minus 8.0 pixels in each
// direction.
return BoxConstraints.loose(constraints.biggest -
const Offset(_kMenuScreenPadding * 2.0, _kMenuScreenPadding * 2.0)
as Size);
}
@override
Offset getPositionForChild(Size size, Size childSize) {
// size: The size of the overlay.
// childSize: The size of the menu, when fully open, as determined by
// getConstraintsForChild.
// Find the ideal vertical position.
final selectedItemIndex = this.selectedItemIndex;
var y = position.top;
if (selectedItemIndex != null) {
var selectedItemOffset = _kMenuVerticalPadding;
for (var index = 0; index < selectedItemIndex; index += 1) {
selectedItemOffset += itemSizes[index]?.height ?? 0;
}
selectedItemOffset += (itemSizes[selectedItemIndex]?.height ?? 0) / 2;
y = position.top +
(size.height - position.top - position.bottom) / 2.0 -
selectedItemOffset;
}
// Find the ideal horizontal position.
double x;
if (position.left > position.right) {
// Menu button is closer to the right edge, so grow to the left, aligned to the right edge.
x = size.width - position.right - childSize.width;
} else if (position.left < position.right) {
// Menu button is closer to the left edge, so grow to the right, aligned to the left edge.
x = position.left;
} else {
// Menu button is equidistant from both edges, so grow in reading direction.
switch (textDirection) {
case TextDirection.rtl:
x = size.width - position.right - childSize.width;
break;
case TextDirection.ltr:
x = position.left;
break;
}
}
// Avoid going outside an area defined as the rectangle 8.0 pixels from the
// edge of the screen in every direction.
if (x < _kMenuScreenPadding) {
x = _kMenuScreenPadding;
} else if (x + childSize.width > size.width - _kMenuScreenPadding) {
x = size.width - childSize.width - _kMenuScreenPadding;
}
if (y < _kMenuScreenPadding) {
y = _kMenuScreenPadding;
} else if (y + childSize.height > size.height - _kMenuScreenPadding) {
y = size.height - childSize.height - _kMenuScreenPadding;
}
return Offset(x, y);
}
@override
bool shouldRelayout(_PopupMenuRouteLayout oldDelegate) {
// If called when the old and new itemSizes have been initialized then
// we expect them to have the same length because there's no practical
// way to change length of the items list once the menu has been shown.
assert(itemSizes.length == oldDelegate.itemSizes.length);
return position != oldDelegate.position ||
selectedItemIndex != oldDelegate.selectedItemIndex ||
textDirection != oldDelegate.textDirection ||
!listEquals(itemSizes, oldDelegate.itemSizes);
}
}
class _PopupMenuRoute<T> extends PopupRoute<T> {
_PopupMenuRoute({
required this.items,
required this.position,
required this.barrierLabel,
this.triangleLeft,
this.triangleRight,
this.initialValue,
this.elevation,
this.semanticLabel,
this.shape,
this.color,
this.showMenuContext,
this.captureInheritedThemes,
}) : itemSizes = List<Size?>.filled(items.length, null);
final RelativeRect position;
final double? triangleLeft;
final double? triangleRight;
final List<PopupMenuEntry<T>> items;
final List<Size?> itemSizes;
final T? initialValue;
final double? elevation;
final String? semanticLabel;
final ShapeBorder? shape;
final Color? color;
final BuildContext? showMenuContext;
final bool? captureInheritedThemes;
@override
Animation<double> createAnimation() {
return CurvedAnimation(
parent: super.createAnimation(),
curve: Curves.linear,
reverseCurve: const Interval(0.0, _kMenuCloseIntervalEnd),
);
}
@override
Duration get transitionDuration => _kMenuDuration;
@override
bool get barrierDismissible => true;
@override
Color? get barrierColor => null;
@override
final String barrierLabel;
@override
// ignore: long-method
Widget buildPage(
BuildContext context,
Animation<double> _,
Animation<double> __,
) {
int? selectedItemIndex;
if (initialValue != null) {
for (var index = 0;
selectedItemIndex == null && index < items.length;
index += 1) {
if (items[index].represents(initialValue as T)) {
selectedItemIndex = index;
}
}
}
final Widget menu =
_PopupMenu<T>(route: this, semanticLabel: semanticLabel);
return MediaQuery.removePadding(
context: context,
removeTop: true,
removeBottom: true,
removeLeft: true,
removeRight: true,
child: Builder(
builder: (BuildContext context) {
return CustomSingleChildLayout(
delegate: _PopupMenuRouteLayout(
position,
itemSizes,
selectedItemIndex,
Directionality.of(context),
),
child: Stack(
children: <Widget>[
Container(
decoration: const BoxDecoration(
boxShadow: [
BoxShadow(
color: Color(0x4b1441f4),
offset: Offset(0, 24),
blurRadius: 32,
),
],
),
child: menu,
),
Positioned(
top: 0,
left: triangleLeft,
right: triangleRight,
child: CustomPaint(
size: const Size(30, 10),
painter: PopupTrianglePainter(),
),
),
],
),
);
},
),
);
}
}
/// Show a popup menu that contains the `items` at `position`.
///
/// `items` should be non-null and not empty.
///
/// If `initialValue` is specified then the first item with a matching value
/// will be highlighted and the value of `position` gives the rectangle whose
/// vertical center will be aligned with the vertical center of the highlighted
/// item (when possible).
///
/// If `initialValue` is not specified then the top of the menu will be aligned
/// with the top of the `position` rectangle.
///
/// In both cases, the menu position will be adjusted if necessary to fit on the
/// screen.
///
/// Horizontally, the menu is positioned so that it grows in the direction that
/// has the most room. For example, if the `position` describes a rectangle on
/// the left edge of the screen, then the left edge of the menu is aligned with
/// the left edge of the `position`, and the menu grows to the right. If both
/// edges of the `position` are equidistant from the opposite edge of the
/// screen, then the ambient [Directionality] is used as a tie-breaker,
/// preferring to grow in the reading direction.
///
/// The positioning of the `initialValue` at the `position` is implemented by
/// iterating over the `items` to find the first whose
/// [PopupMenuEntry.represents] method returns true for `initialValue`, and then
/// summing the values of [PopupMenuEntry.height] for all the preceding widgets
/// in the list.
///
/// The `elevation` argument specifies the z-coordinate at which to place the
/// menu. The elevation defaults to 8, the appropriate elevation for popup
/// menus.
///
/// The `context` argument is used to look up the [Navigator] and [Theme] for
/// the menu. It is only used when the method is called. Its corresponding
/// widget can be safely removed from the tree before the popup menu is closed.
///
/// The `useRootNavigator` argument is used to determine whether to push the
/// menu to the [Navigator] furthest from or nearest to the given `context`. It
/// is `false` by default.
///
/// The `semanticLabel` argument is used by accessibility frameworks to
/// announce screen transitions when the menu is opened and closed. If this
/// label is not provided, it will default to
/// [MaterialLocalizations.popupMenuLabel].
///
/// See also:
///
/// * [PopupMenuItemWidget], a popup menu entry for a single value.
/// * [PopupMenuDivider], a popup menu entry that is just a horizontal line.
/// * [CheckedPopupMenuItemWidget], a popup menu item with a checkmark.
/// * [PopupMenuButton], which provides an [IconButton] that shows a menu by
/// calling this method automatically.
/// * [SemanticsConfiguration.namesRoute], for a description of edge triggered
/// semantics.
Future<T?> showMenu<T>({
required BuildContext context,
required RelativeRect position,
required List<PopupMenuEntry<T>> items,
double? triangleRight,
double? triangleLeft,
T? initialValue,
double? elevation,
String? semanticLabel,
ShapeBorder? shape,
Color? color,
bool captureInheritedThemes = true,
bool useRootNavigator = false,
}) {
assert(debugCheckHasMaterialLocalizations(context));
var label = semanticLabel;
switch (Theme.of(context).platform) {
case TargetPlatform.iOS:
label = semanticLabel;
break;
case TargetPlatform.android:
case TargetPlatform.fuchsia:
default:
label = semanticLabel ?? MaterialLocalizations.of(context).popupMenuLabel;
}
final navigator = Navigator.of(context, rootNavigator: useRootNavigator);
return navigator.push(
_PopupMenuRoute<T>(
position: position,
triangleLeft: triangleLeft,
triangleRight: triangleRight,
items: items,
initialValue: initialValue,
elevation: elevation,
semanticLabel: label,
barrierLabel: MaterialLocalizations.of(context).modalBarrierDismissLabel,
shape: shape,
color: color,
showMenuContext: context,
captureInheritedThemes: captureInheritedThemes,
),
);
}
/// Signature for the callback invoked when a menu item is selected. The
/// argument is the value of the [PopupMenuItemWidget] that caused its menu to be
/// dismissed.
///
/// Used by [PopupMenuButton.onSelected].
typedef PopupMenuItemWidgetSelected<T> = void Function(T value);
/// Signature for the callback invoked when a [PopupMenuButton] is dismissed
/// without selecting an item.
///
/// Used by [PopupMenuButton.onCanceled].
typedef PopupMenuCanceled = void Function();
/// Signature used by [PopupMenuButton] to lazily construct the items shown when
/// the button is pressed.
///
/// Used by [PopupMenuButton.itemBuilder].
typedef PopupMenuItemWidgetBuilder<T> = List<PopupMenuEntry<T>> Function(
BuildContext context,
);
/// Displays a menu when pressed and calls [onSelected] when the menu is dismissed
/// because an item was selected. The value passed to [onSelected] is the value of
/// the selected menu item.
///
/// One of [child] or [icon] may be provided, but not both. If [icon] is provided,
/// then [PopupMenuButton] behaves like an [IconButton].
///
/// If both are null, then a standard overflow icon is created (depending on the
/// platform).
///
/// {@tool sample}
///
/// This example shows a menu with four items, selecting between an enum's
/// values and setting a `_selection` field based on the selection.
///
/// ```dart
/// // This is the type used by the popup menu below.
/// enum WhyFarther { harder, smarter, selfStarter, tradingCharter }
///
/// // This menu button widget updates a _selection field (of type WhyFarther,
/// // not shown here).
/// PopupMenuButton<WhyFarther>(
/// onSelected: (WhyFarther result) { setState(() { _selection = result; }); },
/// itemBuilder: (BuildContext context) => <PopupMenuEntry<WhyFarther>>[
/// const PopupMenuItemWidget<WhyFarther>(
/// value: WhyFarther.harder,
/// child: Text('Working a lot harder'),
/// ),
/// const PopupMenuItemWidget<WhyFarther>(
/// value: WhyFarther.smarter,
/// child: Text('Being a lot smarter'),
/// ),
/// const PopupMenuItemWidget<WhyFarther>(
/// value: WhyFarther.selfStarter,
/// child: Text('Being a self-starter'),
/// ),
/// const PopupMenuItemWidget<WhyFarther>(
/// value: WhyFarther.tradingCharter,
/// child: Text('Placed in charge of trading charter'),
/// ),
/// ],
/// )
/// ```
/// {@end-tool}
///
/// See also:
///
/// * [PopupMenuItemWidget], a popup menu entry for a single value.
/// * [PopupMenuDivider], a popup menu entry that is just a horizontal line.
/// * [CheckedPopupMenuItemWidget], a popup menu item with a checkmark.
/// * [showMenu], a method to dynamically show a popup menu at a given location.
class PopupMenuButtonWidget<T> extends StatefulWidget {
/// Creates a button that shows a popup menu.
///
/// The [itemBuilder] argument must not be null.
const PopupMenuButtonWidget({
required this.itemBuilder,
this.size,
this.triangleLeft,
this.triangleRight,
this.initialValue,
this.onSelected,
this.onCanceled,
this.tooltip,
this.elevation,
this.padding = const EdgeInsets.all(8.0),
this.child,
this.icon,
this.offset = Offset.zero,
this.enabled = true,
this.shape,
this.color,
this.captureInheritedThemes = true,
Key? key,
}) : assert(!(child != null && icon != null),
'You can only pass [child] or [icon], not both.'),
super(key: key);
/// Called when the button is pressed to create the items to show in the menu.
final PopupMenuItemWidgetBuilder<T> itemBuilder;
/// The value for decreasing IconButton
final double? size;
/// The value for positioning popup triangle
final double? triangleLeft;
/// The value for positioning popup triangle
final double? triangleRight;
/// The value of the menu item, if any, that should be highlighted when the menu opens.
final T? initialValue;
/// Called when the user selects a value from the popup menu created by this button.
///
/// If the popup menu is dismissed without selecting a value, [onCanceled] is
/// called instead.
final PopupMenuItemWidgetSelected<T>? onSelected;
/// Called when the user dismisses the popup menu without selecting an item.
///
/// If the user selects a value, [onSelected] is called instead.
final PopupMenuCanceled? onCanceled;
/// Text that describes the action that will occur when the button is pressed.
///
/// This text is displayed when the user long-presses on the button and is
/// used for accessibility.
final String? tooltip;
/// The z-coordinate at which to place the menu when open. This controls the
/// size of the shadow below the menu.
///
/// Defaults to 8, the appropriate elevation for popup menus.
final double? elevation;
/// Matches IconButton's 8 dps padding by default. In some cases, notably where
/// this button appears as the trailing element of a list item, it's useful to be able
/// to set the padding to zero.
final EdgeInsetsGeometry padding;
/// If provided, [child] is the widget used for this button
/// and the button will utilize an [InkWell] for taps.
final Widget? child;
/// If provided, the [icon] is used for this button
/// and the button will behave like an [IconButton].
final Widget? icon;
/// The offset applied to the Popup Menu Button.
///
/// When not set, the Popup Menu Button will be positioned directly next to
/// the button that was used to create it.
final Offset offset;
/// Whether this popup menu button is interactive.
///
/// Must be non-null, defaults to `true`
///
/// If `true` the button will respond to presses by displaying the menu.
///
/// If `false`, the button is styled with the disabled color from the
/// current [Theme] and will not respond to presses or show the popup
/// menu and [onSelected], [onCanceled] and [itemBuilder] will not be called.
///
/// This can be useful in situations where the app needs to show the button,
/// but doesn't currently have anything to show in the menu.
final bool enabled;
/// If provided, the shape used for the menu.
///
/// If this property is null, then [PopupMenuThemeData.shape] is used.
/// If [PopupMenuThemeData.shape] is also null, then the default shape for
/// [MaterialType.card] is used. This default shape is a rectangle with
/// rounded edges of BorderRadius.circular(2.0).
final ShapeBorder? shape;
/// If provided, the background color used for the menu.
///
/// If this property is null, then [PopupMenuThemeData.color] is used.
/// If [PopupMenuThemeData.color] is also null, then
/// Theme.of(context).cardColor is used.
final Color? color;
/// If true (the default) then the menu will be wrapped with copies
/// of the [InheritedThemes], like [Theme] and [PopupMenuTheme], which
/// are defined above the [BuildContext] where the menu is shown.
final bool captureInheritedThemes;
@override
_PopupMenuButtonWidgetState<T> createState() =>
_PopupMenuButtonWidgetState<T>();
}
class _PopupMenuButtonWidgetState<T> extends State<PopupMenuButtonWidget<T>> {
void showButtonMenu() {
final popupMenuTheme = PopupMenuTheme.of(context);
final button = context.findRenderObject() as RenderBox;
final overlay =
Navigator.of(context).overlay?.context.findRenderObject() as RenderBox;
final position = RelativeRect.fromRect(
Rect.fromPoints(
button.localToGlobal(widget.offset, ancestor: overlay),
button.localToGlobal(
button.size.bottomRight(const Offset(0, 10)),
ancestor: overlay,
),
),
Offset.zero & overlay.size,
);
final items = widget.itemBuilder(context);
// Only show the menu if there is something to show
if (items.isNotEmpty) {
showMenu<T?>(
context: context,
elevation: widget.elevation ?? popupMenuTheme.elevation,
items: items,
initialValue: widget.initialValue,
position: position,
shape: widget.shape ?? popupMenuTheme.shape,
color: widget.color ?? popupMenuTheme.color,
captureInheritedThemes: widget.captureInheritedThemes,
triangleLeft: widget.triangleLeft,
triangleRight: widget.triangleRight,
).then<void>((T? newValue) {
if (!mounted) {
return null;
}
if (newValue == null) {
if (widget.onCanceled != null) {
widget.onCanceled?.call();
}
return null;
}
if (widget.onSelected != null) {
widget.onSelected?.call(newValue);
}
});
}
}
@override
Widget build(BuildContext context) {
assert(debugCheckHasMaterialLocalizations(context));
if (widget.child != null) {
return Tooltip(
message:
widget.tooltip ?? MaterialLocalizations.of(context).showMenuTooltip,
child: InkWell(
onTap: widget.enabled ? showButtonMenu : null,
canRequestFocus: widget.enabled,
child: widget.child,
),
);
}
return SizedBox(
width: widget.size,
height: widget.size,
child: IconButton(
icon: widget.icon ?? Icon(Icons.adaptive.more),
padding: widget.padding,
color: Colors.white,
tooltip:
widget.tooltip ?? MaterialLocalizations.of(context).showMenuTooltip,
onPressed: widget.enabled ? showButtonMenu : null,
),
);
}
}
```
</details>
**What did you expect to happen?**
_kMenuVerticalPadding is not reported as unused
**What actually happened?**
_kMenuVerticalPadding is reported as unused
| 1.0 | [BUG] check-unused-code unused top level variable - <!--
This template is for bug reports. If you want to to ask a question, improve existing rule or suggest a new one please use another template.
-->
* **Dart code metrics version:** 4.10.1
* **Dart sdk version:** 2.15.0 (stable)
**What did you do? Please include the source code example causing the issue.**
`flutter pub run dart_code_metrics:metrics check-unused-code lib --monorepo`
<details>
<summary>Code</summary>
```dart
// ignore_for_file: long-parameter-list, avoid-returning-widgets
// ignore_for_file: prefer-single-widget-per-file, no-magic-number
// ignore_for_file: prefer-match-file-name, prefer-correct-identifier-length
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import '../../painters/popup_triangle_painter.dart';
// Examples can assume:
// enum Commands { heroAndScholar, hurricaneCame }
// dynamic _heroAndScholar;
// dynamic _selection;
// BuildContext context;
// void setState(VoidCallBack fn) { }
const Duration _kMenuDuration = Duration(milliseconds: 300);
const double _kMenuCloseIntervalEnd = 2.0 / 3.0;
const double _kMenuHorizontalPadding = 15.0;
const double _kMenuDividerHeight = 16.0;
const double _kMenuMaxWidth = _kMenuWidthStep * 5.0;
const double _kMenuMinWidth = _kMenuWidthStep * 2.0;
const double _kMenuVerticalPadding = 1.0;
const double _kMenuWidthStep = 56.0;
const double _kMenuScreenPadding = 8.0;
/// A base class for entries in a material design popup menu.
///
/// The popup menu widget uses this interface to interact with the menu items.
/// To show a popup menu, use the [showMenu] function. To create a button that
/// shows a popup menu, consider using [PopupMenuButton].
///
/// The type `T` is the type of the value(s) the entry represents. All the
/// entries in a given menu must represent values with consistent types.
///
/// A [PopupMenuEntry] may represent multiple values, for example a row with
/// several icons, or a single entry, for example a menu item with an icon (see
/// [PopupMenuItemWidget]), or no value at all (for example, [PopupMenuDivider]).
///
/// See also:
///
/// * [PopupMenuItemWidget], a popup menu entry for a single value.
/// * [PopupMenuDivider], a popup menu entry that is just a horizontal line.
/// * [CheckedPopupMenuItemWidget], a popup menu item with a checkmark.
/// * [showMenu], a method to dynamically show a popup menu at a given location.
/// * [PopupMenuButton], an [IconButton] that automatically shows a menu when
/// it is tapped.
abstract class PopupMenuEntry<T> extends StatefulWidget {
/// Abstract const constructor. This constructor enables subclasses to provide
/// const constructors so that they can be used in const expressions.
const PopupMenuEntry({Key? key}) : super(key: key);
/// The amount of vertical space occupied by this entry.
///
/// This value is used at the time the [showMenu] method is called, if the
/// `initialValue` argument is provided, to determine the position of this
/// entry when aligning the selected entry over the given `position`. It is
/// otherwise ignored.
double get height;
/// Whether this entry represents a particular value.
///
/// This method is used by [showMenu], when it is called, to align the entry
/// representing the `initialValue`, if any, to the given `position`, and then
/// later is called on each entry to determine if it should be highlighted (if
/// the method returns true, the entry will have its background color set to
/// the ambient [ThemeData.highlightColor]). If `initialValue` is null, then
/// this method is not called.
///
/// If the [PopupMenuEntry] represents a single value, this should return true
/// if the argument matches that value. If it represents multiple values, it
/// should return true if the argument matches any of them.
bool represents(T value);
}
/// A horizontal divider in a material design popup menu.
///
/// This widget adapts the [Divider] for use in popup menus.
///
/// See also:
///
/// * [PopupMenuItemWidget], for the kinds of items that this widget divides.
/// * [showMenu], a method to dynamically show a popup menu at a given location.
/// * [PopupMenuButton], an [IconButton] that automatically shows a menu when
/// it is tapped.
// ignore: prefer_void_to_null, https://github.com/dart-lang/sdk/issues/34416
class PopupMenuDivider extends PopupMenuEntry<Null> {
/// Creates a horizontal divider for a popup menu.
///
/// By default, the divider has a height of 16 logical pixels.
const PopupMenuDivider({Key? key, this.height = _kMenuDividerHeight})
: super(key: key);
/// The height of the divider entry.
///
/// Defaults to 16 pixels.
@override
final double height;
@override
bool represents(void value) => false;
@override
_PopupMenuDividerState createState() => _PopupMenuDividerState();
}
class _PopupMenuDividerState extends State<PopupMenuDivider> {
@override
Widget build(BuildContext _) => Divider(height: widget.height);
}
// This widget only exists to enable _PopupMenuRoute to save the sizes of
// each menu item. The sizes are used by _PopupMenuRouteLayout to compute the
// y coordinate of the menu's origin so that the center of selected menu
// item lines up with the center of its PopupMenuButton.
class _MenuItem extends SingleChildRenderObjectWidget {
const _MenuItem({
required this.onLayout,
required Widget? child,
Key? key,
}) : super(key: key, child: child);
final ValueChanged<Size> onLayout;
@override
RenderObject createRenderObject(BuildContext _) {
return _RenderMenuItem(onLayout);
}
@override
void updateRenderObject(
BuildContext _,
covariant _RenderMenuItem renderObject,
) {
renderObject.onLayout = onLayout;
}
}
class _RenderMenuItem extends RenderShiftedBox {
_RenderMenuItem(this.onLayout, [RenderBox? child]) : super(child);
ValueChanged<Size> onLayout;
@override
void performLayout() {
final child = this.child;
if (child == null) {
size = Size.zero;
} else {
child.layout(constraints, parentUsesSize: true);
size = constraints.constrain(child.size);
final childParentData = child.parentData as BoxParentData;
childParentData.offset = Offset.zero;
}
onLayout(size);
}
}
/// An item in a material design popup menu.
///
/// To show a popup menu, use the [showMenu] function. To create a button that
/// shows a popup menu, consider using [PopupMenuButton].
///
/// To show a checkmark next to a popup menu item, consider using
/// [CheckedPopupMenuItemWidget].
///
/// Typically the [child] of a [PopupMenuItemWidget] is a [Text] widget. More
/// elaborate menus with icons can use a [ListTile]. By default, a
/// [PopupMenuItemWidget] is kMinInteractiveDimension pixels high. If you use a widget
/// with a different height, it must be specified in the [height] property.
///
/// {@tool sample}
///
/// Here, a [Text] widget is used with a popup menu item. The `WhyFarther` type
/// is an enum, not shown here.
///
/// ```dart
/// const PopupMenuItemWidget<WhyFarther>(
/// value: WhyFarther.harder,
/// child: Text('Working a lot harder'),
/// )
/// ```
/// {@end-tool}
///
/// See the example at [PopupMenuButton] for how this example could be used in a
/// complete menu, and see the example at [CheckedPopupMenuItemWidget] for one way to
/// keep the text of [PopupMenuItemWidget]s that use [Text] widgets in their [child]
/// slot aligned with the text of [CheckedPopupMenuItemWidget]s or of [PopupMenuItemWidget]
/// that use a [ListTile] in their [child] slot.
///
/// See also:
///
/// * [PopupMenuDivider], which can be used to divide items from each other.
/// * [CheckedPopupMenuItemWidget], a variant of [PopupMenuItemWidget] with a checkmark.
/// * [showMenu], a method to dynamically show a popup menu at a given location.
/// * [PopupMenuButton], an [IconButton] that automatically shows a menu when
/// it is tapped.
class PopupMenuItemWidget<T> extends PopupMenuEntry<T> {
/// Creates an item for a popup menu.
///
/// By default, the item is [enabled].
///
/// The `enabled` and `height` arguments must not be null.
const PopupMenuItemWidget({
required this.child,
Key? key,
this.value,
this.enabled = true,
this.height = kMinInteractiveDimension,
this.textStyle,
}) : super(key: key);
/// The value that will be returned by [showMenu] if this entry is selected.
final T? value;
/// Whether the user is permitted to select this item.
///
/// Defaults to true. If this is false, then the item will not react to
/// touches.
final bool enabled;
/// The minimum height height of the menu item.
///
/// Defaults to [kMinInteractiveDimension] pixels.
@override
final double height;
/// The text style of the popup menu item.
///
/// If this property is null, then [PopupMenuThemeData.textStyle] is used.
/// If [PopupMenuThemeData.textStyle] is also null, then [ThemeData.textTheme.subhead] is used.
final TextStyle? textStyle;
/// The widget below this widget in the tree.
///
/// Typically a single-line [ListTile] (for menus with icons) or a [Text]. An
/// appropriate [DefaultTextStyle] is put in scope for the child. In either
/// case, the text should be short enough that it won't wrap.
final Widget? child;
@override
bool represents(T value) => value == this.value;
@override
PopupMenuItemWidgetState<T, PopupMenuItemWidget<T>> createState() =>
PopupMenuItemWidgetState<T, PopupMenuItemWidget<T>>();
}
/// The [State] for [PopupMenuItemWidget] subclasses.
///
/// By default this implements the basic styling and layout of Material Design
/// popup menu items.
///
/// The [buildChild] method can be overridden to adjust exactly what gets placed
/// in the menu. By default it returns [PopupMenuItemWidget.child].
///
/// The [handleTap] method can be overridden to adjust exactly what happens when
/// the item is tapped. By default, it uses [Navigator.pop] to return the
/// [PopupMenuItemWidget.value] from the menu route.
///
/// This class takes two type arguments. The second, `W`, is the exact type of
/// the [Widget] that is using this [State]. It must be a subclass of
/// [PopupMenuItemWidget]. The first, `T`, must match the type argument of that widget
/// class, and is the type of values returned from this menu.
class PopupMenuItemWidgetState<T, W extends PopupMenuItemWidget<T>>
extends State<W> {
/// The menu item contents.
///
/// Used by the [build] method.
///
/// By default, this returns [PopupMenuItemWidget.child]. Override this to put
/// something else in the menu entry.
@protected
Widget? buildChild() => widget.child;
/// The handler for when the user selects the menu item.
///
/// Used by the [InkWell] inserted by the [build] method.
///
/// By default, uses [Navigator.pop] to return the [PopupMenuItemWidget.value] from
/// the menu route.
@protected
void handleTap() {
Navigator.pop<T>(context, widget.value);
}
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final popupMenuTheme = PopupMenuTheme.of(context);
var style = widget.textStyle ??
popupMenuTheme.textStyle ??
theme.textTheme.subtitle1;
if (style == null) {
throw Exception('Popup menu textStyle is null');
}
if (!widget.enabled) {
style = style.copyWith(color: theme.disabledColor);
}
Widget item = AnimatedDefaultTextStyle(
style: style,
duration: kThemeChangeDuration,
child: Container(
alignment: AlignmentDirectional.centerStart,
constraints: BoxConstraints(minHeight: widget.height),
padding:
const EdgeInsets.symmetric(horizontal: _kMenuHorizontalPadding),
child: buildChild(),
),
);
if (!widget.enabled) {
final isDark = theme.brightness == Brightness.dark;
item = IconTheme.merge(
data: IconThemeData(opacity: isDark ? 0.5 : 0.38),
child: item,
);
}
return InkWell(
onTap: widget.enabled ? handleTap : null,
canRequestFocus: widget.enabled,
child: item,
);
}
}
/// An item with a checkmark in a material design popup menu.
///
/// To show a popup menu, use the [showMenu] function. To create a button that
/// shows a popup menu, consider using [PopupMenuButton].
///
/// A [CheckedPopupMenuItemWidget] is kMinInteractiveDimension pixels high, which
/// matches the default minimum height of a [PopupMenuItemWidget]. The horizontal
/// layout uses [ListTile]; the checkmark is an [Icons.done] icon, shown in the
/// [ListTile.leading] position.
///
/// {@tool sample}
///
/// Suppose a `Commands` enum exists that lists the possible commands from a
/// particular popup menu, including `Commands.heroAndScholar` and
/// `Commands.hurricaneCame`, and further suppose that there is a
/// `_heroAndScholar` member field which is a boolean. The example below shows a
/// menu with one menu item with a checkmark that can toggle the boolean, and
/// one menu item without a checkmark for selecting the second option. (It also
/// shows a divider placed between the two menu items.)
///
/// ```dart
/// PopupMenuButton<Commands>(
/// onSelected: (Commands result) {
/// switch (result) {
/// case Commands.heroAndScholar:
/// setState(() { _heroAndScholar = !_heroAndScholar; });
/// break;
/// case Commands.hurricaneCame:
/// // ...handle hurricane option
/// break;
/// // ...other items handled here
/// }
/// },
/// itemBuilder: (BuildContext context) => <PopupMenuEntry<Commands>>[
/// CheckedPopupMenuItemWidget<Commands>(
/// checked: _heroAndScholar,
/// value: Commands.heroAndScholar,
/// child: const Text('Hero and scholar'),
/// ),
/// const PopupMenuDivider(),
/// const PopupMenuItemWidget<Commands>(
/// value: Commands.hurricaneCame,
/// child: ListTile(leading: Icon(null), title: Text('Bring hurricane')),
/// ),
/// // ...other items listed here
/// ],
/// )
/// ```
/// {@end-tool}
///
/// In particular, observe how the second menu item uses a [ListTile] with a
/// blank [Icon] in the [ListTile.leading] position to get the same alignment as
/// the item with the checkmark.
///
/// See also:
///
/// * [PopupMenuItemWidget], a popup menu entry for picking a command (as opposed to
/// toggling a value).
/// * [PopupMenuDivider], a popup menu entry that is just a horizontal line.
/// * [showMenu], a method to dynamically show a popup menu at a given location.
/// * [PopupMenuButton], an [IconButton] that automatically shows a menu when
/// it is tapped.
class CheckedPopupMenuItemWidget<T> extends PopupMenuItemWidget<T> {
/// Creates a popup menu item with a checkmark.
///
/// By default, the menu item is [enabled] but unchecked. To mark the item as
/// checked, set [checked] to true.
///
/// The `checked` and `enabled` arguments must not be null.
const CheckedPopupMenuItemWidget({
Key? key,
T? value,
this.checked = false,
bool enabled = true,
Widget? child,
}) : super(
key: key,
value: value,
enabled: enabled,
child: child,
);
/// Whether to display a checkmark next to the menu item.
///
/// Defaults to false.
///
/// When true, an [Icons.done] checkmark is displayed.
///
/// When this popup menu item is selected, the checkmark will fade in or out
/// as appropriate to represent the implied new state.
final bool checked;
/// The widget below this widget in the tree.
///
/// Typically a [Text]. An appropriate [DefaultTextStyle] is put in scope for
/// the child. The text should be short enough that it won't wrap.
///
/// This widget is placed in the [ListTile.title] slot of a [ListTile] whose
/// [ListTile.leading] slot is an [Icons.done] icon.
@override
Widget? get child => super.child;
@override
_CheckedPopupMenuItemWidgetState<T> createState() =>
_CheckedPopupMenuItemWidgetState<T>();
}
class _CheckedPopupMenuItemWidgetState<T>
extends PopupMenuItemWidgetState<T, CheckedPopupMenuItemWidget<T>>
with SingleTickerProviderStateMixin {
static const Duration _fadeDuration = Duration(milliseconds: 150);
late final AnimationController _controller;
Animation<double> get _opacity => _controller.view;
@override
void initState() {
super.initState();
_controller = AnimationController(duration: _fadeDuration, vsync: this)
..value = widget.checked ? 1.0 : 0.0
..addListener(() => setState(() {
/* animation changed */
return;
}));
}
@override
void handleTap() {
// This fades the checkmark in or out when tapped.
if (widget.checked) {
_controller.reverse();
} else {
_controller.forward();
}
super.handleTap();
}
@override
Widget buildChild() {
return ListTile(
enabled: widget.enabled,
leading: FadeTransition(
opacity: _opacity,
child: Icon(_controller.isDismissed ? null : Icons.done),
),
title: widget.child,
);
}
}
class _PopupMenu<T> extends StatelessWidget {
const _PopupMenu({
required this.route,
required this.semanticLabel,
Key? key,
}) : super(key: key);
final _PopupMenuRoute<T> route;
final String? semanticLabel;
@override
Widget build(BuildContext context) {
final animation = route.animation;
if (animation == null) {
throw Exception('PopupMenu route animation is null');
}
final unit = 1.0 /
(route.items.length +
1.5); // 1.0 for the width and 0.5 for the last item's fade.
final children = <Widget>[];
final popupMenuTheme = PopupMenuTheme.of(context);
for (var i = 0; i < route.items.length; i += 1) {
final start = (i + 1) * unit;
final end = (start + unit * 1.5).clamp(0.0, 1.0).toDouble();
final opacity = CurvedAnimation(
parent: animation,
curve: Interval(start, end),
);
Widget item = route.items[i];
if (route.initialValue != null &&
route.items[i].represents(route.initialValue as T)) {
item = Container(
color: Theme.of(context).highlightColor,
child: item,
);
}
children.add(
_MenuItem(
onLayout: (Size size) => route.itemSizes[i] = size,
child: FadeTransition(
opacity: opacity,
child: item,
),
),
);
}
final opacity = CurveTween(curve: const Interval(0.0, 1.0 / 3.0));
final width = CurveTween(curve: Interval(0.0, unit));
final height = CurveTween(curve: Interval(0.0, unit * route.items.length));
final Widget child = ConstrainedBox(
constraints: const BoxConstraints(
minWidth: _kMenuMinWidth,
maxWidth: _kMenuMaxWidth,
),
child: IntrinsicWidth(
stepWidth: _kMenuWidthStep,
child: Semantics(
scopesRoute: true,
namesRoute: true,
explicitChildNodes: true,
label: semanticLabel,
child: SingleChildScrollView(
child: ListBody(children: children),
),
),
),
);
return AnimatedBuilder(
animation: animation,
builder: (BuildContext context, Widget? child) {
return Opacity(
opacity: opacity.evaluate(animation),
child: Material(
shape: route.shape ?? popupMenuTheme.shape,
color: route.color ?? popupMenuTheme.color,
type: MaterialType.card,
elevation: route.elevation ?? popupMenuTheme.elevation ?? 8.0,
child: Align(
alignment: AlignmentDirectional.topEnd,
widthFactor: width.evaluate(animation),
heightFactor: height.evaluate(animation),
child: child,
),
),
);
},
child: child,
);
}
}
// Positioning of the menu on the screen.
class _PopupMenuRouteLayout extends SingleChildLayoutDelegate {
_PopupMenuRouteLayout(
this.position,
this.itemSizes,
this.selectedItemIndex,
this.textDirection,
);
// Rectangle of underlying button, relative to the overlay's dimensions.
final RelativeRect position;
// The sizes of each item are computed when the menu is laid out, and before
// the route is laid out.
List<Size?> itemSizes;
// The index of the selected item, or null if PopupMenuButton.initialValue
// was not specified.
final int? selectedItemIndex;
// Whether to prefer going to the left or to the right.
final TextDirection textDirection;
// We put the child wherever position specifies, so long as it will fit within
// the specified parent size padded (inset) by 8. If necessary, we adjust the
// child's position so that it fits.
@override
BoxConstraints getConstraintsForChild(BoxConstraints constraints) {
// The menu can be at most the size of the overlay minus 8.0 pixels in each
// direction.
return BoxConstraints.loose(constraints.biggest -
const Offset(_kMenuScreenPadding * 2.0, _kMenuScreenPadding * 2.0)
as Size);
}
@override
Offset getPositionForChild(Size size, Size childSize) {
// size: The size of the overlay.
// childSize: The size of the menu, when fully open, as determined by
// getConstraintsForChild.
// Find the ideal vertical position.
final selectedItemIndex = this.selectedItemIndex;
var y = position.top;
if (selectedItemIndex != null) {
var selectedItemOffset = _kMenuVerticalPadding;
for (var index = 0; index < selectedItemIndex; index += 1) {
selectedItemOffset += itemSizes[index]?.height ?? 0;
}
selectedItemOffset += (itemSizes[selectedItemIndex]?.height ?? 0) / 2;
y = position.top +
(size.height - position.top - position.bottom) / 2.0 -
selectedItemOffset;
}
// Find the ideal horizontal position.
double x;
if (position.left > position.right) {
// Menu button is closer to the right edge, so grow to the left, aligned to the right edge.
x = size.width - position.right - childSize.width;
} else if (position.left < position.right) {
// Menu button is closer to the left edge, so grow to the right, aligned to the left edge.
x = position.left;
} else {
// Menu button is equidistant from both edges, so grow in reading direction.
switch (textDirection) {
case TextDirection.rtl:
x = size.width - position.right - childSize.width;
break;
case TextDirection.ltr:
x = position.left;
break;
}
}
// Avoid going outside an area defined as the rectangle 8.0 pixels from the
// edge of the screen in every direction.
if (x < _kMenuScreenPadding) {
x = _kMenuScreenPadding;
} else if (x + childSize.width > size.width - _kMenuScreenPadding) {
x = size.width - childSize.width - _kMenuScreenPadding;
}
if (y < _kMenuScreenPadding) {
y = _kMenuScreenPadding;
} else if (y + childSize.height > size.height - _kMenuScreenPadding) {
y = size.height - childSize.height - _kMenuScreenPadding;
}
return Offset(x, y);
}
@override
bool shouldRelayout(_PopupMenuRouteLayout oldDelegate) {
// If called when the old and new itemSizes have been initialized then
// we expect them to have the same length because there's no practical
// way to change length of the items list once the menu has been shown.
assert(itemSizes.length == oldDelegate.itemSizes.length);
return position != oldDelegate.position ||
selectedItemIndex != oldDelegate.selectedItemIndex ||
textDirection != oldDelegate.textDirection ||
!listEquals(itemSizes, oldDelegate.itemSizes);
}
}
class _PopupMenuRoute<T> extends PopupRoute<T> {
_PopupMenuRoute({
required this.items,
required this.position,
required this.barrierLabel,
this.triangleLeft,
this.triangleRight,
this.initialValue,
this.elevation,
this.semanticLabel,
this.shape,
this.color,
this.showMenuContext,
this.captureInheritedThemes,
}) : itemSizes = List<Size?>.filled(items.length, null);
final RelativeRect position;
final double? triangleLeft;
final double? triangleRight;
final List<PopupMenuEntry<T>> items;
final List<Size?> itemSizes;
final T? initialValue;
final double? elevation;
final String? semanticLabel;
final ShapeBorder? shape;
final Color? color;
final BuildContext? showMenuContext;
final bool? captureInheritedThemes;
@override
Animation<double> createAnimation() {
return CurvedAnimation(
parent: super.createAnimation(),
curve: Curves.linear,
reverseCurve: const Interval(0.0, _kMenuCloseIntervalEnd),
);
}
@override
Duration get transitionDuration => _kMenuDuration;
@override
bool get barrierDismissible => true;
@override
Color? get barrierColor => null;
@override
final String barrierLabel;
@override
// ignore: long-method
Widget buildPage(
BuildContext context,
Animation<double> _,
Animation<double> __,
) {
int? selectedItemIndex;
if (initialValue != null) {
for (var index = 0;
selectedItemIndex == null && index < items.length;
index += 1) {
if (items[index].represents(initialValue as T)) {
selectedItemIndex = index;
}
}
}
final Widget menu =
_PopupMenu<T>(route: this, semanticLabel: semanticLabel);
return MediaQuery.removePadding(
context: context,
removeTop: true,
removeBottom: true,
removeLeft: true,
removeRight: true,
child: Builder(
builder: (BuildContext context) {
return CustomSingleChildLayout(
delegate: _PopupMenuRouteLayout(
position,
itemSizes,
selectedItemIndex,
Directionality.of(context),
),
child: Stack(
children: <Widget>[
Container(
decoration: const BoxDecoration(
boxShadow: [
BoxShadow(
color: Color(0x4b1441f4),
offset: Offset(0, 24),
blurRadius: 32,
),
],
),
child: menu,
),
Positioned(
top: 0,
left: triangleLeft,
right: triangleRight,
child: CustomPaint(
size: const Size(30, 10),
painter: PopupTrianglePainter(),
),
),
],
),
);
},
),
);
}
}
/// Show a popup menu that contains the `items` at `position`.
///
/// `items` should be non-null and not empty.
///
/// If `initialValue` is specified then the first item with a matching value
/// will be highlighted and the value of `position` gives the rectangle whose
/// vertical center will be aligned with the vertical center of the highlighted
/// item (when possible).
///
/// If `initialValue` is not specified then the top of the menu will be aligned
/// with the top of the `position` rectangle.
///
/// In both cases, the menu position will be adjusted if necessary to fit on the
/// screen.
///
/// Horizontally, the menu is positioned so that it grows in the direction that
/// has the most room. For example, if the `position` describes a rectangle on
/// the left edge of the screen, then the left edge of the menu is aligned with
/// the left edge of the `position`, and the menu grows to the right. If both
/// edges of the `position` are equidistant from the opposite edge of the
/// screen, then the ambient [Directionality] is used as a tie-breaker,
/// preferring to grow in the reading direction.
///
/// The positioning of the `initialValue` at the `position` is implemented by
/// iterating over the `items` to find the first whose
/// [PopupMenuEntry.represents] method returns true for `initialValue`, and then
/// summing the values of [PopupMenuEntry.height] for all the preceding widgets
/// in the list.
///
/// The `elevation` argument specifies the z-coordinate at which to place the
/// menu. The elevation defaults to 8, the appropriate elevation for popup
/// menus.
///
/// The `context` argument is used to look up the [Navigator] and [Theme] for
/// the menu. It is only used when the method is called. Its corresponding
/// widget can be safely removed from the tree before the popup menu is closed.
///
/// The `useRootNavigator` argument is used to determine whether to push the
/// menu to the [Navigator] furthest from or nearest to the given `context`. It
/// is `false` by default.
///
/// The `semanticLabel` argument is used by accessibility frameworks to
/// announce screen transitions when the menu is opened and closed. If this
/// label is not provided, it will default to
/// [MaterialLocalizations.popupMenuLabel].
///
/// See also:
///
/// * [PopupMenuItemWidget], a popup menu entry for a single value.
/// * [PopupMenuDivider], a popup menu entry that is just a horizontal line.
/// * [CheckedPopupMenuItemWidget], a popup menu item with a checkmark.
/// * [PopupMenuButton], which provides an [IconButton] that shows a menu by
/// calling this method automatically.
/// * [SemanticsConfiguration.namesRoute], for a description of edge triggered
/// semantics.
Future<T?> showMenu<T>({
required BuildContext context,
required RelativeRect position,
required List<PopupMenuEntry<T>> items,
double? triangleRight,
double? triangleLeft,
T? initialValue,
double? elevation,
String? semanticLabel,
ShapeBorder? shape,
Color? color,
bool captureInheritedThemes = true,
bool useRootNavigator = false,
}) {
assert(debugCheckHasMaterialLocalizations(context));
var label = semanticLabel;
switch (Theme.of(context).platform) {
case TargetPlatform.iOS:
label = semanticLabel;
break;
case TargetPlatform.android:
case TargetPlatform.fuchsia:
default:
label = semanticLabel ?? MaterialLocalizations.of(context).popupMenuLabel;
}
final navigator = Navigator.of(context, rootNavigator: useRootNavigator);
return navigator.push(
_PopupMenuRoute<T>(
position: position,
triangleLeft: triangleLeft,
triangleRight: triangleRight,
items: items,
initialValue: initialValue,
elevation: elevation,
semanticLabel: label,
barrierLabel: MaterialLocalizations.of(context).modalBarrierDismissLabel,
shape: shape,
color: color,
showMenuContext: context,
captureInheritedThemes: captureInheritedThemes,
),
);
}
/// Signature for the callback invoked when a menu item is selected. The
/// argument is the value of the [PopupMenuItemWidget] that caused its menu to be
/// dismissed.
///
/// Used by [PopupMenuButton.onSelected].
typedef PopupMenuItemWidgetSelected<T> = void Function(T value);
/// Signature for the callback invoked when a [PopupMenuButton] is dismissed
/// without selecting an item.
///
/// Used by [PopupMenuButton.onCanceled].
typedef PopupMenuCanceled = void Function();
/// Signature used by [PopupMenuButton] to lazily construct the items shown when
/// the button is pressed.
///
/// Used by [PopupMenuButton.itemBuilder].
typedef PopupMenuItemWidgetBuilder<T> = List<PopupMenuEntry<T>> Function(
BuildContext context,
);
/// Displays a menu when pressed and calls [onSelected] when the menu is dismissed
/// because an item was selected. The value passed to [onSelected] is the value of
/// the selected menu item.
///
/// One of [child] or [icon] may be provided, but not both. If [icon] is provided,
/// then [PopupMenuButton] behaves like an [IconButton].
///
/// If both are null, then a standard overflow icon is created (depending on the
/// platform).
///
/// {@tool sample}
///
/// This example shows a menu with four items, selecting between an enum's
/// values and setting a `_selection` field based on the selection.
///
/// ```dart
/// // This is the type used by the popup menu below.
/// enum WhyFarther { harder, smarter, selfStarter, tradingCharter }
///
/// // This menu button widget updates a _selection field (of type WhyFarther,
/// // not shown here).
/// PopupMenuButton<WhyFarther>(
/// onSelected: (WhyFarther result) { setState(() { _selection = result; }); },
/// itemBuilder: (BuildContext context) => <PopupMenuEntry<WhyFarther>>[
/// const PopupMenuItemWidget<WhyFarther>(
/// value: WhyFarther.harder,
/// child: Text('Working a lot harder'),
/// ),
/// const PopupMenuItemWidget<WhyFarther>(
/// value: WhyFarther.smarter,
/// child: Text('Being a lot smarter'),
/// ),
/// const PopupMenuItemWidget<WhyFarther>(
/// value: WhyFarther.selfStarter,
/// child: Text('Being a self-starter'),
/// ),
/// const PopupMenuItemWidget<WhyFarther>(
/// value: WhyFarther.tradingCharter,
/// child: Text('Placed in charge of trading charter'),
/// ),
/// ],
/// )
/// ```
/// {@end-tool}
///
/// See also:
///
/// * [PopupMenuItemWidget], a popup menu entry for a single value.
/// * [PopupMenuDivider], a popup menu entry that is just a horizontal line.
/// * [CheckedPopupMenuItemWidget], a popup menu item with a checkmark.
/// * [showMenu], a method to dynamically show a popup menu at a given location.
class PopupMenuButtonWidget<T> extends StatefulWidget {
/// Creates a button that shows a popup menu.
///
/// The [itemBuilder] argument must not be null.
const PopupMenuButtonWidget({
required this.itemBuilder,
this.size,
this.triangleLeft,
this.triangleRight,
this.initialValue,
this.onSelected,
this.onCanceled,
this.tooltip,
this.elevation,
this.padding = const EdgeInsets.all(8.0),
this.child,
this.icon,
this.offset = Offset.zero,
this.enabled = true,
this.shape,
this.color,
this.captureInheritedThemes = true,
Key? key,
}) : assert(!(child != null && icon != null),
'You can only pass [child] or [icon], not both.'),
super(key: key);
/// Called when the button is pressed to create the items to show in the menu.
final PopupMenuItemWidgetBuilder<T> itemBuilder;
/// The value for decreasing IconButton
final double? size;
/// The value for positioning popup triangle
final double? triangleLeft;
/// The value for positioning popup triangle
final double? triangleRight;
/// The value of the menu item, if any, that should be highlighted when the menu opens.
final T? initialValue;
/// Called when the user selects a value from the popup menu created by this button.
///
/// If the popup menu is dismissed without selecting a value, [onCanceled] is
/// called instead.
final PopupMenuItemWidgetSelected<T>? onSelected;
/// Called when the user dismisses the popup menu without selecting an item.
///
/// If the user selects a value, [onSelected] is called instead.
final PopupMenuCanceled? onCanceled;
/// Text that describes the action that will occur when the button is pressed.
///
/// This text is displayed when the user long-presses on the button and is
/// used for accessibility.
final String? tooltip;
/// The z-coordinate at which to place the menu when open. This controls the
/// size of the shadow below the menu.
///
/// Defaults to 8, the appropriate elevation for popup menus.
final double? elevation;
/// Matches IconButton's 8 dps padding by default. In some cases, notably where
/// this button appears as the trailing element of a list item, it's useful to be able
/// to set the padding to zero.
final EdgeInsetsGeometry padding;
/// If provided, [child] is the widget used for this button
/// and the button will utilize an [InkWell] for taps.
final Widget? child;
/// If provided, the [icon] is used for this button
/// and the button will behave like an [IconButton].
final Widget? icon;
/// The offset applied to the Popup Menu Button.
///
/// When not set, the Popup Menu Button will be positioned directly next to
/// the button that was used to create it.
final Offset offset;
/// Whether this popup menu button is interactive.
///
/// Must be non-null, defaults to `true`
///
/// If `true` the button will respond to presses by displaying the menu.
///
/// If `false`, the button is styled with the disabled color from the
/// current [Theme] and will not respond to presses or show the popup
/// menu and [onSelected], [onCanceled] and [itemBuilder] will not be called.
///
/// This can be useful in situations where the app needs to show the button,
/// but doesn't currently have anything to show in the menu.
final bool enabled;
/// If provided, the shape used for the menu.
///
/// If this property is null, then [PopupMenuThemeData.shape] is used.
/// If [PopupMenuThemeData.shape] is also null, then the default shape for
/// [MaterialType.card] is used. This default shape is a rectangle with
/// rounded edges of BorderRadius.circular(2.0).
final ShapeBorder? shape;
/// If provided, the background color used for the menu.
///
/// If this property is null, then [PopupMenuThemeData.color] is used.
/// If [PopupMenuThemeData.color] is also null, then
/// Theme.of(context).cardColor is used.
final Color? color;
/// If true (the default) then the menu will be wrapped with copies
/// of the [InheritedThemes], like [Theme] and [PopupMenuTheme], which
/// are defined above the [BuildContext] where the menu is shown.
final bool captureInheritedThemes;
@override
_PopupMenuButtonWidgetState<T> createState() =>
_PopupMenuButtonWidgetState<T>();
}
class _PopupMenuButtonWidgetState<T> extends State<PopupMenuButtonWidget<T>> {
void showButtonMenu() {
final popupMenuTheme = PopupMenuTheme.of(context);
final button = context.findRenderObject() as RenderBox;
final overlay =
Navigator.of(context).overlay?.context.findRenderObject() as RenderBox;
final position = RelativeRect.fromRect(
Rect.fromPoints(
button.localToGlobal(widget.offset, ancestor: overlay),
button.localToGlobal(
button.size.bottomRight(const Offset(0, 10)),
ancestor: overlay,
),
),
Offset.zero & overlay.size,
);
final items = widget.itemBuilder(context);
// Only show the menu if there is something to show
if (items.isNotEmpty) {
showMenu<T?>(
context: context,
elevation: widget.elevation ?? popupMenuTheme.elevation,
items: items,
initialValue: widget.initialValue,
position: position,
shape: widget.shape ?? popupMenuTheme.shape,
color: widget.color ?? popupMenuTheme.color,
captureInheritedThemes: widget.captureInheritedThemes,
triangleLeft: widget.triangleLeft,
triangleRight: widget.triangleRight,
).then<void>((T? newValue) {
if (!mounted) {
return null;
}
if (newValue == null) {
if (widget.onCanceled != null) {
widget.onCanceled?.call();
}
return null;
}
if (widget.onSelected != null) {
widget.onSelected?.call(newValue);
}
});
}
}
@override
Widget build(BuildContext context) {
assert(debugCheckHasMaterialLocalizations(context));
if (widget.child != null) {
return Tooltip(
message:
widget.tooltip ?? MaterialLocalizations.of(context).showMenuTooltip,
child: InkWell(
onTap: widget.enabled ? showButtonMenu : null,
canRequestFocus: widget.enabled,
child: widget.child,
),
);
}
return SizedBox(
width: widget.size,
height: widget.size,
child: IconButton(
icon: widget.icon ?? Icon(Icons.adaptive.more),
padding: widget.padding,
color: Colors.white,
tooltip:
widget.tooltip ?? MaterialLocalizations.of(context).showMenuTooltip,
onPressed: widget.enabled ? showButtonMenu : null,
),
);
}
}
```
</details>
**What did you expect to happen?**
_kMenuVerticalPadding is not reported as unused
**What actually happened?**
_kMenuVerticalPadding is reported as unused
| non_process | check unused code unused top level variable this template is for bug reports if you want to to ask a question improve existing rule or suggest a new one please use another template dart code metrics version dart sdk version stable what did you do please include the source code example causing the issue flutter pub run dart code metrics metrics check unused code lib monorepo code dart ignore for file long parameter list avoid returning widgets ignore for file prefer single widget per file no magic number ignore for file prefer match file name prefer correct identifier length copyright the chromium authors all rights reserved use of this source code is governed by a bsd style license that can be found in the license file import dart async import package flutter foundation dart import package flutter material dart import package flutter rendering dart import painters popup triangle painter dart examples can assume enum commands heroandscholar hurricanecame dynamic heroandscholar dynamic selection buildcontext context void setstate voidcallback fn const duration kmenuduration duration milliseconds const double kmenucloseintervalend const double kmenuhorizontalpadding const double kmenudividerheight const double kmenumaxwidth kmenuwidthstep const double kmenuminwidth kmenuwidthstep const double kmenuverticalpadding const double kmenuwidthstep const double kmenuscreenpadding a base class for entries in a material design popup menu the popup menu widget uses this interface to interact with the menu items to show a popup menu use the function to create a button that shows a popup menu consider using the type t is the type of the value s the entry represents all the entries in a given menu must represent values with consistent types a may represent multiple values for example a row with several icons or a single entry for example a menu item with an icon see or no value at all for example see also a popup menu entry for a single value a popup menu entry that is just a horizontal line a popup menu item with a checkmark a method to dynamically show a popup menu at a given location an that automatically shows a menu when it is tapped abstract class popupmenuentry extends statefulwidget abstract const constructor this constructor enables subclasses to provide const constructors so that they can be used in const expressions const popupmenuentry key key super key key the amount of vertical space occupied by this entry this value is used at the time the method is called if the initialvalue argument is provided to determine the position of this entry when aligning the selected entry over the given position it is otherwise ignored double get height whether this entry represents a particular value this method is used by when it is called to align the entry representing the initialvalue if any to the given position and then later is called on each entry to determine if it should be highlighted if the method returns true the entry will have its background color set to the ambient if initialvalue is null then this method is not called if the represents a single value this should return true if the argument matches that value if it represents multiple values it should return true if the argument matches any of them bool represents t value a horizontal divider in a material design popup menu this widget adapts the for use in popup menus see also for the kinds of items that this widget divides a method to dynamically show a popup menu at a given location an that automatically shows a menu when it is tapped ignore prefer void to null class popupmenudivider extends popupmenuentry creates a horizontal divider for a popup menu by default the divider has a height of logical pixels const popupmenudivider key key this height kmenudividerheight super key key the height of the divider entry defaults to pixels override final double height override bool represents void value false override popupmenudividerstate createstate popupmenudividerstate class popupmenudividerstate extends state override widget build buildcontext divider height widget height this widget only exists to enable popupmenuroute to save the sizes of each menu item the sizes are used by popupmenuroutelayout to compute the y coordinate of the menu s origin so that the center of selected menu item lines up with the center of its popupmenubutton class menuitem extends singlechildrenderobjectwidget const menuitem required this onlayout required widget child key key super key key child child final valuechanged onlayout override renderobject createrenderobject buildcontext return rendermenuitem onlayout override void updaterenderobject buildcontext covariant rendermenuitem renderobject renderobject onlayout onlayout class rendermenuitem extends rendershiftedbox rendermenuitem this onlayout super child valuechanged onlayout override void performlayout final child this child if child null size size zero else child layout constraints parentusessize true size constraints constrain child size final childparentdata child parentdata as boxparentdata childparentdata offset offset zero onlayout size an item in a material design popup menu to show a popup menu use the function to create a button that shows a popup menu consider using to show a checkmark next to a popup menu item consider using typically the of a is a widget more elaborate menus with icons can use a by default a is kmininteractivedimension pixels high if you use a widget with a different height it must be specified in the property tool sample here a widget is used with a popup menu item the whyfarther type is an enum not shown here dart const popupmenuitemwidget value whyfarther harder child text working a lot harder end tool see the example at for how this example could be used in a complete menu and see the example at for one way to keep the text of s that use widgets in their slot aligned with the text of s or of that use a in their slot see also which can be used to divide items from each other a variant of with a checkmark a method to dynamically show a popup menu at a given location an that automatically shows a menu when it is tapped class popupmenuitemwidget extends popupmenuentry creates an item for a popup menu by default the item is the enabled and height arguments must not be null const popupmenuitemwidget required this child key key this value this enabled true this height kmininteractivedimension this textstyle super key key the value that will be returned by if this entry is selected final t value whether the user is permitted to select this item defaults to true if this is false then the item will not react to touches final bool enabled the minimum height height of the menu item defaults to pixels override final double height the text style of the popup menu item if this property is null then is used if is also null then is used final textstyle textstyle the widget below this widget in the tree typically a single line for menus with icons or a an appropriate is put in scope for the child in either case the text should be short enough that it won t wrap final widget child override bool represents t value value this value override popupmenuitemwidgetstate createstate popupmenuitemwidgetstate the for subclasses by default this implements the basic styling and layout of material design popup menu items the method can be overridden to adjust exactly what gets placed in the menu by default it returns the method can be overridden to adjust exactly what happens when the item is tapped by default it uses to return the from the menu route this class takes two type arguments the second w is the exact type of the that is using this it must be a subclass of the first t must match the type argument of that widget class and is the type of values returned from this menu class popupmenuitemwidgetstate extends state the menu item contents used by the method by default this returns override this to put something else in the menu entry protected widget buildchild widget child the handler for when the user selects the menu item used by the inserted by the method by default uses to return the from the menu route protected void handletap navigator pop context widget value override widget build buildcontext context final theme theme of context final popupmenutheme popupmenutheme of context var style widget textstyle popupmenutheme textstyle theme texttheme if style null throw exception popup menu textstyle is null if widget enabled style style copywith color theme disabledcolor widget item animateddefaulttextstyle style style duration kthemechangeduration child container alignment alignmentdirectional centerstart constraints boxconstraints minheight widget height padding const edgeinsets symmetric horizontal kmenuhorizontalpadding child buildchild if widget enabled final isdark theme brightness brightness dark item icontheme merge data iconthemedata opacity isdark child item return inkwell ontap widget enabled handletap null canrequestfocus widget enabled child item an item with a checkmark in a material design popup menu to show a popup menu use the function to create a button that shows a popup menu consider using a is kmininteractivedimension pixels high which matches the default minimum height of a the horizontal layout uses the checkmark is an icon shown in the position tool sample suppose a commands enum exists that lists the possible commands from a particular popup menu including commands heroandscholar and commands hurricanecame and further suppose that there is a heroandscholar member field which is a boolean the example below shows a menu with one menu item with a checkmark that can toggle the boolean and one menu item without a checkmark for selecting the second option it also shows a divider placed between the two menu items dart popupmenubutton onselected commands result switch result case commands heroandscholar setstate heroandscholar heroandscholar break case commands hurricanecame handle hurricane option break other items handled here itembuilder buildcontext context checkedpopupmenuitemwidget checked heroandscholar value commands heroandscholar child const text hero and scholar const popupmenudivider const popupmenuitemwidget value commands hurricanecame child listtile leading icon null title text bring hurricane other items listed here end tool in particular observe how the second menu item uses a with a blank in the position to get the same alignment as the item with the checkmark see also a popup menu entry for picking a command as opposed to toggling a value a popup menu entry that is just a horizontal line a method to dynamically show a popup menu at a given location an that automatically shows a menu when it is tapped class checkedpopupmenuitemwidget extends popupmenuitemwidget creates a popup menu item with a checkmark by default the menu item is but unchecked to mark the item as checked set to true the checked and enabled arguments must not be null const checkedpopupmenuitemwidget key key t value this checked false bool enabled true widget child super key key value value enabled enabled child child whether to display a checkmark next to the menu item defaults to false when true an checkmark is displayed when this popup menu item is selected the checkmark will fade in or out as appropriate to represent the implied new state final bool checked the widget below this widget in the tree typically a an appropriate is put in scope for the child the text should be short enough that it won t wrap this widget is placed in the slot of a whose slot is an icon override widget get child super child override checkedpopupmenuitemwidgetstate createstate checkedpopupmenuitemwidgetstate class checkedpopupmenuitemwidgetstate extends popupmenuitemwidgetstate with singletickerproviderstatemixin static const duration fadeduration duration milliseconds late final animationcontroller controller animation get opacity controller view override void initstate super initstate controller animationcontroller duration fadeduration vsync this value widget checked addlistener setstate animation changed return override void handletap this fades the checkmark in or out when tapped if widget checked controller reverse else controller forward super handletap override widget buildchild return listtile enabled widget enabled leading fadetransition opacity opacity child icon controller isdismissed null icons done title widget child class popupmenu extends statelesswidget const popupmenu required this route required this semanticlabel key key super key key final popupmenuroute route final string semanticlabel override widget build buildcontext context final animation route animation if animation null throw exception popupmenu route animation is null final unit route items length for the width and for the last item s fade final children final popupmenutheme popupmenutheme of context for var i i route items length i final start i unit final end start unit clamp todouble final opacity curvedanimation parent animation curve interval start end widget item route items if route initialvalue null route items represents route initialvalue as t item container color theme of context highlightcolor child item children add menuitem onlayout size size route itemsizes size child fadetransition opacity opacity child item final opacity curvetween curve const interval final width curvetween curve interval unit final height curvetween curve interval unit route items length final widget child constrainedbox constraints const boxconstraints minwidth kmenuminwidth maxwidth kmenumaxwidth child intrinsicwidth stepwidth kmenuwidthstep child semantics scopesroute true namesroute true explicitchildnodes true label semanticlabel child singlechildscrollview child listbody children children return animatedbuilder animation animation builder buildcontext context widget child return opacity opacity opacity evaluate animation child material shape route shape popupmenutheme shape color route color popupmenutheme color type materialtype card elevation route elevation popupmenutheme elevation child align alignment alignmentdirectional topend widthfactor width evaluate animation heightfactor height evaluate animation child child child child positioning of the menu on the screen class popupmenuroutelayout extends singlechildlayoutdelegate popupmenuroutelayout this position this itemsizes this selecteditemindex this textdirection rectangle of underlying button relative to the overlay s dimensions final relativerect position the sizes of each item are computed when the menu is laid out and before the route is laid out list itemsizes the index of the selected item or null if popupmenubutton initialvalue was not specified final int selecteditemindex whether to prefer going to the left or to the right final textdirection textdirection we put the child wherever position specifies so long as it will fit within the specified parent size padded inset by if necessary we adjust the child s position so that it fits override boxconstraints getconstraintsforchild boxconstraints constraints the menu can be at most the size of the overlay minus pixels in each direction return boxconstraints loose constraints biggest const offset kmenuscreenpadding kmenuscreenpadding as size override offset getpositionforchild size size size childsize size the size of the overlay childsize the size of the menu when fully open as determined by getconstraintsforchild find the ideal vertical position final selecteditemindex this selecteditemindex var y position top if selecteditemindex null var selecteditemoffset kmenuverticalpadding for var index index selecteditemindex index selecteditemoffset itemsizes height selecteditemoffset itemsizes height y position top size height position top position bottom selecteditemoffset find the ideal horizontal position double x if position left position right menu button is closer to the right edge so grow to the left aligned to the right edge x size width position right childsize width else if position left position right menu button is closer to the left edge so grow to the right aligned to the left edge x position left else menu button is equidistant from both edges so grow in reading direction switch textdirection case textdirection rtl x size width position right childsize width break case textdirection ltr x position left break avoid going outside an area defined as the rectangle pixels from the edge of the screen in every direction if x kmenuscreenpadding x kmenuscreenpadding else if x childsize width size width kmenuscreenpadding x size width childsize width kmenuscreenpadding if y kmenuscreenpadding y kmenuscreenpadding else if y childsize height size height kmenuscreenpadding y size height childsize height kmenuscreenpadding return offset x y override bool shouldrelayout popupmenuroutelayout olddelegate if called when the old and new itemsizes have been initialized then we expect them to have the same length because there s no practical way to change length of the items list once the menu has been shown assert itemsizes length olddelegate itemsizes length return position olddelegate position selecteditemindex olddelegate selecteditemindex textdirection olddelegate textdirection listequals itemsizes olddelegate itemsizes class popupmenuroute extends popuproute popupmenuroute required this items required this position required this barrierlabel this triangleleft this triangleright this initialvalue this elevation this semanticlabel this shape this color this showmenucontext this captureinheritedthemes itemsizes list filled items length null final relativerect position final double triangleleft final double triangleright final list items final list itemsizes final t initialvalue final double elevation final string semanticlabel final shapeborder shape final color color final buildcontext showmenucontext final bool captureinheritedthemes override animation createanimation return curvedanimation parent super createanimation curve curves linear reversecurve const interval kmenucloseintervalend override duration get transitionduration kmenuduration override bool get barrierdismissible true override color get barriercolor null override final string barrierlabel override ignore long method widget buildpage buildcontext context animation animation int selecteditemindex if initialvalue null for var index selecteditemindex null index items length index if items represents initialvalue as t selecteditemindex index final widget menu popupmenu route this semanticlabel semanticlabel return mediaquery removepadding context context removetop true removebottom true removeleft true removeright true child builder builder buildcontext context return customsinglechildlayout delegate popupmenuroutelayout position itemsizes selecteditemindex directionality of context child stack children container decoration const boxdecoration boxshadow boxshadow color color offset offset blurradius child menu positioned top left triangleleft right triangleright child custompaint size const size painter popuptrianglepainter show a popup menu that contains the items at position items should be non null and not empty if initialvalue is specified then the first item with a matching value will be highlighted and the value of position gives the rectangle whose vertical center will be aligned with the vertical center of the highlighted item when possible if initialvalue is not specified then the top of the menu will be aligned with the top of the position rectangle in both cases the menu position will be adjusted if necessary to fit on the screen horizontally the menu is positioned so that it grows in the direction that has the most room for example if the position describes a rectangle on the left edge of the screen then the left edge of the menu is aligned with the left edge of the position and the menu grows to the right if both edges of the position are equidistant from the opposite edge of the screen then the ambient is used as a tie breaker preferring to grow in the reading direction the positioning of the initialvalue at the position is implemented by iterating over the items to find the first whose method returns true for initialvalue and then summing the values of for all the preceding widgets in the list the elevation argument specifies the z coordinate at which to place the menu the elevation defaults to the appropriate elevation for popup menus the context argument is used to look up the and for the menu it is only used when the method is called its corresponding widget can be safely removed from the tree before the popup menu is closed the userootnavigator argument is used to determine whether to push the menu to the furthest from or nearest to the given context it is false by default the semanticlabel argument is used by accessibility frameworks to announce screen transitions when the menu is opened and closed if this label is not provided it will default to see also a popup menu entry for a single value a popup menu entry that is just a horizontal line a popup menu item with a checkmark which provides an that shows a menu by calling this method automatically for a description of edge triggered semantics future showmenu required buildcontext context required relativerect position required list items double triangleright double triangleleft t initialvalue double elevation string semanticlabel shapeborder shape color color bool captureinheritedthemes true bool userootnavigator false assert debugcheckhasmateriallocalizations context var label semanticlabel switch theme of context platform case targetplatform ios label semanticlabel break case targetplatform android case targetplatform fuchsia default label semanticlabel materiallocalizations of context popupmenulabel final navigator navigator of context rootnavigator userootnavigator return navigator push popupmenuroute position position triangleleft triangleleft triangleright triangleright items items initialvalue initialvalue elevation elevation semanticlabel label barrierlabel materiallocalizations of context modalbarrierdismisslabel shape shape color color showmenucontext context captureinheritedthemes captureinheritedthemes signature for the callback invoked when a menu item is selected the argument is the value of the that caused its menu to be dismissed used by typedef popupmenuitemwidgetselected void function t value signature for the callback invoked when a is dismissed without selecting an item used by typedef popupmenucanceled void function signature used by to lazily construct the items shown when the button is pressed used by typedef popupmenuitemwidgetbuilder list function buildcontext context displays a menu when pressed and calls when the menu is dismissed because an item was selected the value passed to is the value of the selected menu item one of or may be provided but not both if is provided then behaves like an if both are null then a standard overflow icon is created depending on the platform tool sample this example shows a menu with four items selecting between an enum s values and setting a selection field based on the selection dart this is the type used by the popup menu below enum whyfarther harder smarter selfstarter tradingcharter this menu button widget updates a selection field of type whyfarther not shown here popupmenubutton onselected whyfarther result setstate selection result itembuilder buildcontext context const popupmenuitemwidget value whyfarther harder child text working a lot harder const popupmenuitemwidget value whyfarther smarter child text being a lot smarter const popupmenuitemwidget value whyfarther selfstarter child text being a self starter const popupmenuitemwidget value whyfarther tradingcharter child text placed in charge of trading charter end tool see also a popup menu entry for a single value a popup menu entry that is just a horizontal line a popup menu item with a checkmark a method to dynamically show a popup menu at a given location class popupmenubuttonwidget extends statefulwidget creates a button that shows a popup menu the argument must not be null const popupmenubuttonwidget required this itembuilder this size this triangleleft this triangleright this initialvalue this onselected this oncanceled this tooltip this elevation this padding const edgeinsets all this child this icon this offset offset zero this enabled true this shape this color this captureinheritedthemes true key key assert child null icon null you can only pass or not both super key key called when the button is pressed to create the items to show in the menu final popupmenuitemwidgetbuilder itembuilder the value for decreasing iconbutton final double size the value for positioning popup triangle final double triangleleft the value for positioning popup triangle final double triangleright the value of the menu item if any that should be highlighted when the menu opens final t initialvalue called when the user selects a value from the popup menu created by this button if the popup menu is dismissed without selecting a value is called instead final popupmenuitemwidgetselected onselected called when the user dismisses the popup menu without selecting an item if the user selects a value is called instead final popupmenucanceled oncanceled text that describes the action that will occur when the button is pressed this text is displayed when the user long presses on the button and is used for accessibility final string tooltip the z coordinate at which to place the menu when open this controls the size of the shadow below the menu defaults to the appropriate elevation for popup menus final double elevation matches iconbutton s dps padding by default in some cases notably where this button appears as the trailing element of a list item it s useful to be able to set the padding to zero final edgeinsetsgeometry padding if provided is the widget used for this button and the button will utilize an for taps final widget child if provided the is used for this button and the button will behave like an final widget icon the offset applied to the popup menu button when not set the popup menu button will be positioned directly next to the button that was used to create it final offset offset whether this popup menu button is interactive must be non null defaults to true if true the button will respond to presses by displaying the menu if false the button is styled with the disabled color from the current and will not respond to presses or show the popup menu and and will not be called this can be useful in situations where the app needs to show the button but doesn t currently have anything to show in the menu final bool enabled if provided the shape used for the menu if this property is null then is used if is also null then the default shape for is used this default shape is a rectangle with rounded edges of borderradius circular final shapeborder shape if provided the background color used for the menu if this property is null then is used if is also null then theme of context cardcolor is used final color color if true the default then the menu will be wrapped with copies of the like and which are defined above the where the menu is shown final bool captureinheritedthemes override popupmenubuttonwidgetstate createstate popupmenubuttonwidgetstate class popupmenubuttonwidgetstate extends state void showbuttonmenu final popupmenutheme popupmenutheme of context final button context findrenderobject as renderbox final overlay navigator of context overlay context findrenderobject as renderbox final position relativerect fromrect rect frompoints button localtoglobal widget offset ancestor overlay button localtoglobal button size bottomright const offset ancestor overlay offset zero overlay size final items widget itembuilder context only show the menu if there is something to show if items isnotempty showmenu context context elevation widget elevation popupmenutheme elevation items items initialvalue widget initialvalue position position shape widget shape popupmenutheme shape color widget color popupmenutheme color captureinheritedthemes widget captureinheritedthemes triangleleft widget triangleleft triangleright widget triangleright then t newvalue if mounted return null if newvalue null if widget oncanceled null widget oncanceled call return null if widget onselected null widget onselected call newvalue override widget build buildcontext context assert debugcheckhasmateriallocalizations context if widget child null return tooltip message widget tooltip materiallocalizations of context showmenutooltip child inkwell ontap widget enabled showbuttonmenu null canrequestfocus widget enabled child widget child return sizedbox width widget size height widget size child iconbutton icon widget icon icon icons adaptive more padding widget padding color colors white tooltip widget tooltip materiallocalizations of context showmenutooltip onpressed widget enabled showbuttonmenu null what did you expect to happen kmenuverticalpadding is not reported as unused what actually happened kmenuverticalpadding is reported as unused | 0 |
14,600 | 17,703,581,607 | IssuesEvent | 2021-08-25 03:19:40 | tdwg/dwc | https://api.github.com/repos/tdwg/dwc | closed | Change terms - acceptedNameUsageID, parentNameUsageID, originalNameUsageID | Term - change Class - Taxon non-normative Process - complete | ## Change term
* Submitter: John Wieczorek @tucotuco (based in initial proposal by Markus Döring @mdoering)
* Justification (why is this change necessary?): Clarity
* Proponents (who needs this change): Everyone
Current Term definition: https://dwc.tdwg.org/terms/#dwc:acceptedNameUsageID
Proposed new attributes of the term:
* Term name (in lowerCamelCase): acceptedNameUsageID
* Organized in Class (e.g. Location, Taxon): Taxon
* Definition of the term: An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.
* Usage comments (recommendations regarding content, etc.): **This term should be used for synonyms or misapplied names to refer to the taxonID of a Taxon record that represents the accepted (botanical) or valid (zoological) name. For Darwin Core Archives the related record should be present locally in the same archive.**
* Examples: **`tsn:41107` (ITIS), `urn:lsid:ipni.org:names:320035-2` (IPNI), `2704179` (GBIF), `6W3C4` (COL)**
* Refines (identifier of the broader term this term refines, if applicable): None
* Replaces (identifier of the existing term that would be deprecated and replaced by this term, if applicable): http://rs.tdwg.org/dwc/terms/version/acceptedNameUsageID-2017-10-06
* ABCD 2.06 (XPATH of the equivalent term in ABCD or EFG, if applicable): not in ABCD
## Change term
* Submitter: John Wieczorek @tucotuco (based in initial proposal by Markus Döring @mdoering)
* Justification (why is this change necessary?): Clarity
* Proponents (who needs this change): Everyone
Current Term definition: https://dwc.tdwg.org/terms/#dwc:parentNameUsageID
Proposed new attributes of the term:
* Term name (in lowerCamelCase): parentNameUsageID
* Organized in Class (e.g. Location, Taxon): Taxon
* Definition of the term: An identifier for the name usage (documented meaning of the name according to a source) of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.
* Usage comments (recommendations regarding content, etc.): **This term should be used for accepted names to refer to the taxonID of a Taxon record that represents the next higher taxon rank in the same taxonomic classification. For Darwin Core Archives the related record should be present locally in the same archive.**
* Examples: **`tsn:41074` (ITIS), `urn:lsid:ipni.org:names:30001404-2` (IPNI), `2704173` (GBIF), `6T8N` (COL)**
* Refines (identifier of the broader term this term refines, if applicable): None
* Replaces (identifier of the existing term that would be deprecated and replaced by this term, if applicable): http://rs.tdwg.org/dwc/terms/version/parentNameUsageID-2017-10-06
* ABCD 2.06 (XPATH of the equivalent term in ABCD or EFG, if applicable): not in ABCD
## Change term
Current Term definition: https://dwc.tdwg.org/terms/#dwc:originalNameUsageID
* Term name (in lowerCamelCase): originalNameUsageID
* Organized in Class (e.g. Location, Taxon): Taxon
* Definition of the term: An identifier for the name usage (documented meaning of the name according to a source) in which the terminal element of the scientificName was originally established under the rules of the associated nomenclaturalCode.
* Usage comments (recommendations regarding content, etc.): **This term should be used to refer to the taxonID of a Taxon record that represents the usage of the terminal element of the scientificName as originally established under the rules of the associated nomenclaturalCode. For example, for names governed by the ICNafp, this term would establish the relationship between a record representing a subsequent combination and the record for its corresponding basionym. Unlike basionyms, however, this term can apply to scientific names at all ranks. For Darwin Core Archives the related record should be present locally in the same archive.**
* Examples: **`tsn:41107` (ITIS), `urn:lsid:ipni.org:names:320035-2` (IPNI), `2704179` (GBIF), `6W3C4` (COL)**
* Refines (identifier of the broader term this term refines, if applicable): None
* Replaces (identifier of the existing term that would be deprecated and replaced by this term, if applicable): http://rs.tdwg.org/dwc/terms/version/originalNameUsageID-2017-10-06
* ABCD 2.06 (XPATH of the equivalent term in ABCD or EFG, if applicable): not in ABCD
Original comment from Markus Döring (@mdoering):
The definition of dwc:acceptedNameUsageID does not clearly specify what values it expects and how they relate to other dwc terms. Currently: "An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon."
In order to correctly establish relation to the accepted usage it should be clear to which property this id relates. In GBIF and all implementations I am aware of this is the dwc:taxonID property. For example see this issue from the dwca validator: https://github.com/gbif/dwca-validator/issues/3
The definition or at least comments of acceptedNameUsageID (and similar parentNameUsageID and originalNameUsageID) should be changed to mention this. This is a common cause of referential integrity problems for taxonomic datasets we see at GBIF.
| 1.0 | Change terms - acceptedNameUsageID, parentNameUsageID, originalNameUsageID - ## Change term
* Submitter: John Wieczorek @tucotuco (based in initial proposal by Markus Döring @mdoering)
* Justification (why is this change necessary?): Clarity
* Proponents (who needs this change): Everyone
Current Term definition: https://dwc.tdwg.org/terms/#dwc:acceptedNameUsageID
Proposed new attributes of the term:
* Term name (in lowerCamelCase): acceptedNameUsageID
* Organized in Class (e.g. Location, Taxon): Taxon
* Definition of the term: An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.
* Usage comments (recommendations regarding content, etc.): **This term should be used for synonyms or misapplied names to refer to the taxonID of a Taxon record that represents the accepted (botanical) or valid (zoological) name. For Darwin Core Archives the related record should be present locally in the same archive.**
* Examples: **`tsn:41107` (ITIS), `urn:lsid:ipni.org:names:320035-2` (IPNI), `2704179` (GBIF), `6W3C4` (COL)**
* Refines (identifier of the broader term this term refines, if applicable): None
* Replaces (identifier of the existing term that would be deprecated and replaced by this term, if applicable): http://rs.tdwg.org/dwc/terms/version/acceptedNameUsageID-2017-10-06
* ABCD 2.06 (XPATH of the equivalent term in ABCD or EFG, if applicable): not in ABCD
## Change term
* Submitter: John Wieczorek @tucotuco (based in initial proposal by Markus Döring @mdoering)
* Justification (why is this change necessary?): Clarity
* Proponents (who needs this change): Everyone
Current Term definition: https://dwc.tdwg.org/terms/#dwc:parentNameUsageID
Proposed new attributes of the term:
* Term name (in lowerCamelCase): parentNameUsageID
* Organized in Class (e.g. Location, Taxon): Taxon
* Definition of the term: An identifier for the name usage (documented meaning of the name according to a source) of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.
* Usage comments (recommendations regarding content, etc.): **This term should be used for accepted names to refer to the taxonID of a Taxon record that represents the next higher taxon rank in the same taxonomic classification. For Darwin Core Archives the related record should be present locally in the same archive.**
* Examples: **`tsn:41074` (ITIS), `urn:lsid:ipni.org:names:30001404-2` (IPNI), `2704173` (GBIF), `6T8N` (COL)**
* Refines (identifier of the broader term this term refines, if applicable): None
* Replaces (identifier of the existing term that would be deprecated and replaced by this term, if applicable): http://rs.tdwg.org/dwc/terms/version/parentNameUsageID-2017-10-06
* ABCD 2.06 (XPATH of the equivalent term in ABCD or EFG, if applicable): not in ABCD
## Change term
Current Term definition: https://dwc.tdwg.org/terms/#dwc:originalNameUsageID
* Term name (in lowerCamelCase): originalNameUsageID
* Organized in Class (e.g. Location, Taxon): Taxon
* Definition of the term: An identifier for the name usage (documented meaning of the name according to a source) in which the terminal element of the scientificName was originally established under the rules of the associated nomenclaturalCode.
* Usage comments (recommendations regarding content, etc.): **This term should be used to refer to the taxonID of a Taxon record that represents the usage of the terminal element of the scientificName as originally established under the rules of the associated nomenclaturalCode. For example, for names governed by the ICNafp, this term would establish the relationship between a record representing a subsequent combination and the record for its corresponding basionym. Unlike basionyms, however, this term can apply to scientific names at all ranks. For Darwin Core Archives the related record should be present locally in the same archive.**
* Examples: **`tsn:41107` (ITIS), `urn:lsid:ipni.org:names:320035-2` (IPNI), `2704179` (GBIF), `6W3C4` (COL)**
* Refines (identifier of the broader term this term refines, if applicable): None
* Replaces (identifier of the existing term that would be deprecated and replaced by this term, if applicable): http://rs.tdwg.org/dwc/terms/version/originalNameUsageID-2017-10-06
* ABCD 2.06 (XPATH of the equivalent term in ABCD or EFG, if applicable): not in ABCD
Original comment from Markus Döring (@mdoering):
The definition of dwc:acceptedNameUsageID does not clearly specify what values it expects and how they relate to other dwc terms. Currently: "An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon."
In order to correctly establish relation to the accepted usage it should be clear to which property this id relates. In GBIF and all implementations I am aware of this is the dwc:taxonID property. For example see this issue from the dwca validator: https://github.com/gbif/dwca-validator/issues/3
The definition or at least comments of acceptedNameUsageID (and similar parentNameUsageID and originalNameUsageID) should be changed to mention this. This is a common cause of referential integrity problems for taxonomic datasets we see at GBIF.
| process | change terms acceptednameusageid parentnameusageid originalnameusageid change term submitter john wieczorek tucotuco based in initial proposal by markus döring mdoering justification why is this change necessary clarity proponents who needs this change everyone current term definition proposed new attributes of the term term name in lowercamelcase acceptednameusageid organized in class e g location taxon taxon definition of the term an identifier for the name usage documented meaning of the name according to a source of the currently valid zoological or accepted botanical taxon usage comments recommendations regarding content etc this term should be used for synonyms or misapplied names to refer to the taxonid of a taxon record that represents the accepted botanical or valid zoological name for darwin core archives the related record should be present locally in the same archive examples tsn itis urn lsid ipni org names ipni gbif col refines identifier of the broader term this term refines if applicable none replaces identifier of the existing term that would be deprecated and replaced by this term if applicable abcd xpath of the equivalent term in abcd or efg if applicable not in abcd change term submitter john wieczorek tucotuco based in initial proposal by markus döring mdoering justification why is this change necessary clarity proponents who needs this change everyone current term definition proposed new attributes of the term term name in lowercamelcase parentnameusageid organized in class e g location taxon taxon definition of the term an identifier for the name usage documented meaning of the name according to a source of the direct most proximate higher rank parent taxon in a classification of the most specific element of the scientificname usage comments recommendations regarding content etc this term should be used for accepted names to refer to the taxonid of a taxon record that represents the next higher taxon rank in the same taxonomic classification for darwin core archives the related record should be present locally in the same archive examples tsn itis urn lsid ipni org names ipni gbif col refines identifier of the broader term this term refines if applicable none replaces identifier of the existing term that would be deprecated and replaced by this term if applicable abcd xpath of the equivalent term in abcd or efg if applicable not in abcd change term current term definition term name in lowercamelcase originalnameusageid organized in class e g location taxon taxon definition of the term an identifier for the name usage documented meaning of the name according to a source in which the terminal element of the scientificname was originally established under the rules of the associated nomenclaturalcode usage comments recommendations regarding content etc this term should be used to refer to the taxonid of a taxon record that represents the usage of the terminal element of the scientificname as originally established under the rules of the associated nomenclaturalcode for example for names governed by the icnafp this term would establish the relationship between a record representing a subsequent combination and the record for its corresponding basionym unlike basionyms however this term can apply to scientific names at all ranks for darwin core archives the related record should be present locally in the same archive examples tsn itis urn lsid ipni org names ipni gbif col refines identifier of the broader term this term refines if applicable none replaces identifier of the existing term that would be deprecated and replaced by this term if applicable abcd xpath of the equivalent term in abcd or efg if applicable not in abcd original comment from markus döring mdoering the definition of dwc acceptednameusageid does not clearly specify what values it expects and how they relate to other dwc terms currently an identifier for the name usage documented meaning of the name according to a source of the currently valid zoological or accepted botanical taxon in order to correctly establish relation to the accepted usage it should be clear to which property this id relates in gbif and all implementations i am aware of this is the dwc taxonid property for example see this issue from the dwca validator the definition or at least comments of acceptednameusageid and similar parentnameusageid and originalnameusageid should be changed to mention this this is a common cause of referential integrity problems for taxonomic datasets we see at gbif | 1 |
5,417 | 8,250,092,926 | IssuesEvent | 2018-09-12 00:45:19 | uccser/verto | https://api.github.com/repos/uccser/verto | opened | Review which arguments should use str.lower transformation | processor implementation update | Some tag arguments use the `str.lower` transformation to convert them to lower case. All arguments should be reviewed to determine whether they should be using this parser as I suspect it's use has been inconsistent.
For example, there are some arguments that accept only true/false values but only work if they are in lower case, and in these cases it would make sense to make use of the `str.lower` transformation. | 1.0 | Review which arguments should use str.lower transformation - Some tag arguments use the `str.lower` transformation to convert them to lower case. All arguments should be reviewed to determine whether they should be using this parser as I suspect it's use has been inconsistent.
For example, there are some arguments that accept only true/false values but only work if they are in lower case, and in these cases it would make sense to make use of the `str.lower` transformation. | process | review which arguments should use str lower transformation some tag arguments use the str lower transformation to convert them to lower case all arguments should be reviewed to determine whether they should be using this parser as i suspect it s use has been inconsistent for example there are some arguments that accept only true false values but only work if they are in lower case and in these cases it would make sense to make use of the str lower transformation | 1 |
13,675 | 16,419,866,510 | IssuesEvent | 2021-05-19 11:15:22 | Bedrohung-der-Bienen/Transformationsfelder-Digitalisierung | https://api.github.com/repos/Bedrohung-der-Bienen/Transformationsfelder-Digitalisierung | opened | Benutzer will angemeldet bleiben | backend login process | # Szenario: Der Benutzer will angemeldet bleiben.
- **Gegeben** Der Benutzer ist auf der Startseite angelangt und meldet sich an
- **Wenn** der Benutzer sich anmeldet
- **Dann** klickt er auf angemeldet bleiben
- **Und** gibt seine Zugangsdaten ein
Der Benutzer bleibt somit angemeldet und muss für eine bestimmte Zeit nicht immer wieder sich anmelden.
-----
__Als__ Benutzer,
__möchte ich__ mein Passwort zurücksetzten können,
__damit__ ich mich anmelden kann.
__Szenario 1__: Benutzer kann sich nicht anmelden, da er sein Passwort vergessen hat. | 1.0 | Benutzer will angemeldet bleiben - # Szenario: Der Benutzer will angemeldet bleiben.
- **Gegeben** Der Benutzer ist auf der Startseite angelangt und meldet sich an
- **Wenn** der Benutzer sich anmeldet
- **Dann** klickt er auf angemeldet bleiben
- **Und** gibt seine Zugangsdaten ein
Der Benutzer bleibt somit angemeldet und muss für eine bestimmte Zeit nicht immer wieder sich anmelden.
-----
__Als__ Benutzer,
__möchte ich__ mein Passwort zurücksetzten können,
__damit__ ich mich anmelden kann.
__Szenario 1__: Benutzer kann sich nicht anmelden, da er sein Passwort vergessen hat. | process | benutzer will angemeldet bleiben szenario der benutzer will angemeldet bleiben gegeben der benutzer ist auf der startseite angelangt und meldet sich an wenn der benutzer sich anmeldet dann klickt er auf angemeldet bleiben und gibt seine zugangsdaten ein der benutzer bleibt somit angemeldet und muss für eine bestimmte zeit nicht immer wieder sich anmelden als benutzer möchte ich mein passwort zurücksetzten können damit ich mich anmelden kann szenario benutzer kann sich nicht anmelden da er sein passwort vergessen hat | 1 |
675,969 | 23,112,759,669 | IssuesEvent | 2022-07-27 14:17:02 | wasmerio/wasmer | https://api.github.com/repos/wasmerio/wasmer | closed | About --enable-threads option issue | ❓ question priority-medium | ### Summary
Is there any documentation that would allow me to write a WASM multithreading program to use the `--enable-threads` option?
### Additional details
| 1.0 | About --enable-threads option issue - ### Summary
Is there any documentation that would allow me to write a WASM multithreading program to use the `--enable-threads` option?
### Additional details
| non_process | about enable threads option issue summary is there any documentation that would allow me to write a wasm multithreading program to use the enable threads option additional details | 0 |
397,625 | 27,171,513,126 | IssuesEvent | 2023-02-17 19:55:36 | cityuseattle/CybersecurityClub | https://api.github.com/repos/cityuseattle/CybersecurityClub | opened | Web Server | documentation help wanted General | 1. Things that should be cleaned up in this repo are:
- public folders for which direction folders are facing.
- private side server
- delete duplicates
- organize links
- | 1.0 | Web Server - 1. Things that should be cleaned up in this repo are:
- public folders for which direction folders are facing.
- private side server
- delete duplicates
- organize links
- | non_process | web server things that should be cleaned up in this repo are public folders for which direction folders are facing private side server delete duplicates organize links | 0 |
971 | 3,423,117,072 | IssuesEvent | 2015-12-09 03:36:25 | MaretEngineering/MROV | https://api.github.com/repos/MaretEngineering/MROV | opened | Change order of servos so that the camera servos are next to each other | Arduino enhancement Processing | rn it goes pan/claw/tilt
it should be pan/tilt/claw | 1.0 | Change order of servos so that the camera servos are next to each other - rn it goes pan/claw/tilt
it should be pan/tilt/claw | process | change order of servos so that the camera servos are next to each other rn it goes pan claw tilt it should be pan tilt claw | 1 |
21,809 | 30,316,448,464 | IssuesEvent | 2023-07-10 15:53:22 | tdwg/dwc | https://api.github.com/repos/tdwg/dwc | closed | Change term - taxonRank | Term - change Class - Taxon non-normative Process - complete | ## Term change
* Submitter: Quentin Groom
* Efficacy Justification (why is this change necessary?): To add much needed clarity to the names of hybrids, particularly for plants were they are common.
* Demand Justification (if the change is semantic in nature, name at least two organizations that independently need this term): The International Code of Nomenclature for algae, fungi, and plants (Shenzhen Code) states that ...
> "For nomenclatural purposes, the hybrid nature of a taxon is indicated by placing the multiplication sign × before the name of an intergeneric hybrid or before the epithet in the name of an interspecific hybrid, or **by prefixing the term “notho-” (optionally abbreviated “n-”) to the term denoting the rank of the taxon**" Article H.3.1.
* Stability Justification (what concerns are there that this might affect existing implementations?): none
* Implications for dwciri: namespace (does this change affect a dwciri term version)?: none
Current Term definition: https://dwc.tdwg.org/list/#dwc_taxonRank
Proposed attributes of the new term:
* Usage comments (recommendations regarding content, etc., not normative): The taxon ranks of algae, fungi and plants are defined in the nomenclatural code (Schenzhen Code) in articles H3.2, H4.4 and H.3.1.
* Examples (not normative): addition of nothogenus, nothospecies and nothosubspecies to the examples
| 1.0 | Change term - taxonRank - ## Term change
* Submitter: Quentin Groom
* Efficacy Justification (why is this change necessary?): To add much needed clarity to the names of hybrids, particularly for plants were they are common.
* Demand Justification (if the change is semantic in nature, name at least two organizations that independently need this term): The International Code of Nomenclature for algae, fungi, and plants (Shenzhen Code) states that ...
> "For nomenclatural purposes, the hybrid nature of a taxon is indicated by placing the multiplication sign × before the name of an intergeneric hybrid or before the epithet in the name of an interspecific hybrid, or **by prefixing the term “notho-” (optionally abbreviated “n-”) to the term denoting the rank of the taxon**" Article H.3.1.
* Stability Justification (what concerns are there that this might affect existing implementations?): none
* Implications for dwciri: namespace (does this change affect a dwciri term version)?: none
Current Term definition: https://dwc.tdwg.org/list/#dwc_taxonRank
Proposed attributes of the new term:
* Usage comments (recommendations regarding content, etc., not normative): The taxon ranks of algae, fungi and plants are defined in the nomenclatural code (Schenzhen Code) in articles H3.2, H4.4 and H.3.1.
* Examples (not normative): addition of nothogenus, nothospecies and nothosubspecies to the examples
| process | change term taxonrank term change submitter quentin groom efficacy justification why is this change necessary to add much needed clarity to the names of hybrids particularly for plants were they are common demand justification if the change is semantic in nature name at least two organizations that independently need this term the international code of nomenclature for algae fungi and plants shenzhen code states that for nomenclatural purposes the hybrid nature of a taxon is indicated by placing the multiplication sign × before the name of an intergeneric hybrid or before the epithet in the name of an interspecific hybrid or by prefixing the term “notho ” optionally abbreviated “n ” to the term denoting the rank of the taxon article h stability justification what concerns are there that this might affect existing implementations none implications for dwciri namespace does this change affect a dwciri term version none current term definition proposed attributes of the new term usage comments recommendations regarding content etc not normative the taxon ranks of algae fungi and plants are defined in the nomenclatural code schenzhen code in articles and h examples not normative addition of nothogenus nothospecies and nothosubspecies to the examples | 1 |
21,212 | 28,263,795,435 | IssuesEvent | 2023-04-07 03:40:02 | AvaloniaUI/Avalonia | https://api.github.com/repos/AvaloniaUI/Avalonia | closed | Windows - IME Context isn't reset for Popups | bug os-windows area-textprocessing | **Describe the bug**
ime will be disabled after clicking some controls like combobox
i use chinese ime (sogou) ,when i click textbox after clicking combobox , the ime will be disabled an i can't input chinese words ,i can only input english words.
**To Reproduce**
Steps to reproduce the behavior:
1. run the app
2. Click on textbox,the ime is ok,i can input chinese words
3. Click on combobox
4. Click on textbox,the ime will be disabled,i can't input chinese
**Expected behavior**
i hope that i can input chinese words
**Screenshots**
https://user-images.githubusercontent.com/6055564/184682349-b92b5dad-da83-41e9-b4a4-557a64e9bbf7.mp4
**Desktop (please complete the following information):**
- OS: Windows 19042
- Version 0.10.17 | 1.0 | Windows - IME Context isn't reset for Popups - **Describe the bug**
ime will be disabled after clicking some controls like combobox
i use chinese ime (sogou) ,when i click textbox after clicking combobox , the ime will be disabled an i can't input chinese words ,i can only input english words.
**To Reproduce**
Steps to reproduce the behavior:
1. run the app
2. Click on textbox,the ime is ok,i can input chinese words
3. Click on combobox
4. Click on textbox,the ime will be disabled,i can't input chinese
**Expected behavior**
i hope that i can input chinese words
**Screenshots**
https://user-images.githubusercontent.com/6055564/184682349-b92b5dad-da83-41e9-b4a4-557a64e9bbf7.mp4
**Desktop (please complete the following information):**
- OS: Windows 19042
- Version 0.10.17 | process | windows ime context isn t reset for popups describe the bug ime will be disabled after clicking some controls like combobox i use chinese ime sogou ,when i click textbox after clicking combobox the ime will be disabled an i can t input chinese words i can only input english words to reproduce steps to reproduce the behavior run the app click on textbox the ime is ok i can input chinese words click on combobox click on textbox the ime will be disabled i can t input chinese expected behavior i hope that i can input chinese words screenshots desktop please complete the following information os windows version | 1 |
251,726 | 8,026,070,717 | IssuesEvent | 2018-07-27 01:38:34 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | WebUI not working in Safari | component/web kind/question lifecycle/rotten priority/P3 | When trying to acces the webUI with Safari, I get into a crash loop and can't login.
```
Error
An error has occurred
Unable to load details about the server. If the problem continues, please contact your system administrator.
Return to the console.
```
All of a sudden, I can login but I get repeated error messages in the lower right of Safari saying `Server connection interrupted`
##### Version
openshift v1.4.1
kubernetes v1.4.0+776c994
##### Steps To Reproduce
1. open standard webUI (port 8443)
##### Current Result
Error message on open shift webui and `connection interrupted` messages.
##### Expected Result
Normal webUI | 1.0 | WebUI not working in Safari - When trying to acces the webUI with Safari, I get into a crash loop and can't login.
```
Error
An error has occurred
Unable to load details about the server. If the problem continues, please contact your system administrator.
Return to the console.
```
All of a sudden, I can login but I get repeated error messages in the lower right of Safari saying `Server connection interrupted`
##### Version
openshift v1.4.1
kubernetes v1.4.0+776c994
##### Steps To Reproduce
1. open standard webUI (port 8443)
##### Current Result
Error message on open shift webui and `connection interrupted` messages.
##### Expected Result
Normal webUI | non_process | webui not working in safari when trying to acces the webui with safari i get into a crash loop and can t login error an error has occurred unable to load details about the server if the problem continues please contact your system administrator return to the console all of a sudden i can login but i get repeated error messages in the lower right of safari saying server connection interrupted version openshift kubernetes steps to reproduce open standard webui port current result error message on open shift webui and connection interrupted messages expected result normal webui | 0 |
21,533 | 14,620,214,263 | IssuesEvent | 2020-12-22 19:17:53 | TheSLinux/gs | https://api.github.com/repos/TheSLinux/gs | closed | Export, backup and mirror all issues on Github | _backlog _high_priority _important clean_up_2020 infrastructure security | - Find a way to export issues from github, to
- Backup them
- Push them to any mirror on the internet (nabble ?)
| 1.0 | Export, backup and mirror all issues on Github - - Find a way to export issues from github, to
- Backup them
- Push them to any mirror on the internet (nabble ?)
| non_process | export backup and mirror all issues on github find a way to export issues from github to backup them push them to any mirror on the internet nabble | 0 |
52,686 | 10,905,882,436 | IssuesEvent | 2019-11-20 11:42:33 | DevExpress/testcafe-browser-tools | https://api.github.com/repos/DevExpress/testcafe-browser-tools | closed | Unable to take screenshot in Firefox 45, CentOS 6.5 | AREA: native code TYPE: bug | My team is using testcafe with Firefox in CentOS 6.5.
When we tried to take screenshots in that env, we encountered the following error and was unable to get screenshots.
```
Was unable to take a screenshot due to an error.
Command failed:
/var/jenkins/node/workspace/ipeline_feature_screenshots-AVWMXAY4PLOKNA6SROIRP5TS5TAJUVTCGJRNJGVTRMPP5DMJWDKA/node_modules/testcafe-browser-tools/bin/linux/64/screenshot
/var/jenkins/node/workspace/ipeline_feature_screenshots-AVWMXAY4PLOKNA6SROIRP5TS5TAJUVTCGJRNJGVTRMPP5DMJWDKA/.tmp/build/our/module/screenshots/19.png
/var/jenkins/node/workspace/ipeline_feature_screenshots-AVWMXAY4PLOKNA6SROIRP5TS5TAJUVTCGJRNJGVTRMPP5DMJWDKA/node_modules/testcafe-browser-tools/bin/linux/64/screenshot:
/lib64/libc.so.6: version `GLIBC_2.14' not found (required by
/var/jenkins/node/workspace/ipeline_feature_screenshots-AVWMXAY4PLOKNA6SROIRP5TS5TAJUVTCGJRNJGVTRMPP5DMJWDKA/node_modules/testcafe-browser-tools/bin/linux/64/screenshot)
```
What should I do in this situation?
(I googled about the versions of libc, but it seems it's not safe to upgrade it in CentOS http://unix.stackexchange.com/a/299665 )
---
The software versions are the below:
```
$ cat /etc/redhat-release
CentOS release 6.5 (Final)
$ firefox --version
Mozilla Firefox 45.7.0
$ /lib64/libc.so.6
GNU C Library stable release version 2.12, by Roland McGrath et al.
``` | 1.0 | Unable to take screenshot in Firefox 45, CentOS 6.5 - My team is using testcafe with Firefox in CentOS 6.5.
When we tried to take screenshots in that env, we encountered the following error and was unable to get screenshots.
```
Was unable to take a screenshot due to an error.
Command failed:
/var/jenkins/node/workspace/ipeline_feature_screenshots-AVWMXAY4PLOKNA6SROIRP5TS5TAJUVTCGJRNJGVTRMPP5DMJWDKA/node_modules/testcafe-browser-tools/bin/linux/64/screenshot
/var/jenkins/node/workspace/ipeline_feature_screenshots-AVWMXAY4PLOKNA6SROIRP5TS5TAJUVTCGJRNJGVTRMPP5DMJWDKA/.tmp/build/our/module/screenshots/19.png
/var/jenkins/node/workspace/ipeline_feature_screenshots-AVWMXAY4PLOKNA6SROIRP5TS5TAJUVTCGJRNJGVTRMPP5DMJWDKA/node_modules/testcafe-browser-tools/bin/linux/64/screenshot:
/lib64/libc.so.6: version `GLIBC_2.14' not found (required by
/var/jenkins/node/workspace/ipeline_feature_screenshots-AVWMXAY4PLOKNA6SROIRP5TS5TAJUVTCGJRNJGVTRMPP5DMJWDKA/node_modules/testcafe-browser-tools/bin/linux/64/screenshot)
```
What should I do in this situation?
(I googled about the versions of libc, but it seems it's not safe to upgrade it in CentOS http://unix.stackexchange.com/a/299665 )
---
The software versions are the below:
```
$ cat /etc/redhat-release
CentOS release 6.5 (Final)
$ firefox --version
Mozilla Firefox 45.7.0
$ /lib64/libc.so.6
GNU C Library stable release version 2.12, by Roland McGrath et al.
``` | non_process | unable to take screenshot in firefox centos my team is using testcafe with firefox in centos when we tried to take screenshots in that env we encountered the following error and was unable to get screenshots was unable to take a screenshot due to an error command failed var jenkins node workspace ipeline feature screenshots node modules testcafe browser tools bin linux screenshot var jenkins node workspace ipeline feature screenshots tmp build our module screenshots png var jenkins node workspace ipeline feature screenshots node modules testcafe browser tools bin linux screenshot libc so version glibc not found required by var jenkins node workspace ipeline feature screenshots node modules testcafe browser tools bin linux screenshot what should i do in this situation i googled about the versions of libc but it seems it s not safe to upgrade it in centos the software versions are the below cat etc redhat release centos release final firefox version mozilla firefox libc so gnu c library stable release version by roland mcgrath et al | 0 |
8,057 | 11,222,053,109 | IssuesEvent | 2020-01-07 19:17:18 | googleapis/java-bigquerystorage | https://api.github.com/repos/googleapis/java-bigquerystorage | closed | Beta release of BigQuery Storage | type: process | Package name: **google-cloud-bigquerystorage**
Current release: **alpha**
Proposed release: **beta**
## Instructions
Check the lists below, adding tests / documentation as required. Once all the "required" boxes are ticked, please create a release and close this issue.
## Required
- [x] Server API is beta or GA
- [x] Service API is public
- [x] Client surface is mostly stable (no known issues that could significantly change the surface)
- [ ] All manual types and methods have comment documentation
- [ ] Package name is idiomatic for the platform
- [x] At least one integration/smoke test is defined and passing
- [ ] Central GitHub README lists and points to the per-API README
- [ ] Per-API README links to product page on cloud.google.com
- [ ] Manual code has been reviewed for API stability by repo owner
## Optional
- [ ] Most common / important scenarios have descriptive samples
- [ ] Public manual methods have at least one usage sample each (excluding overloads)
- [ ] Per-API README includes a full description of the API
- [ ] Per-API README contains at least one “getting started” sample using the most common API scenario
- [ ] Manual code has been reviewed by API producer
- [ ] Manual code has been reviewed by a DPE responsible for samples
- [ ] 'Client LIbraries' page is added to the product documentation in 'APIs & Reference' section of the product's documentation on Cloud Site | 1.0 | Beta release of BigQuery Storage - Package name: **google-cloud-bigquerystorage**
Current release: **alpha**
Proposed release: **beta**
## Instructions
Check the lists below, adding tests / documentation as required. Once all the "required" boxes are ticked, please create a release and close this issue.
## Required
- [x] Server API is beta or GA
- [x] Service API is public
- [x] Client surface is mostly stable (no known issues that could significantly change the surface)
- [ ] All manual types and methods have comment documentation
- [ ] Package name is idiomatic for the platform
- [x] At least one integration/smoke test is defined and passing
- [ ] Central GitHub README lists and points to the per-API README
- [ ] Per-API README links to product page on cloud.google.com
- [ ] Manual code has been reviewed for API stability by repo owner
## Optional
- [ ] Most common / important scenarios have descriptive samples
- [ ] Public manual methods have at least one usage sample each (excluding overloads)
- [ ] Per-API README includes a full description of the API
- [ ] Per-API README contains at least one “getting started” sample using the most common API scenario
- [ ] Manual code has been reviewed by API producer
- [ ] Manual code has been reviewed by a DPE responsible for samples
- [ ] 'Client LIbraries' page is added to the product documentation in 'APIs & Reference' section of the product's documentation on Cloud Site | process | beta release of bigquery storage package name google cloud bigquerystorage current release alpha proposed release beta instructions check the lists below adding tests documentation as required once all the required boxes are ticked please create a release and close this issue required server api is beta or ga service api is public client surface is mostly stable no known issues that could significantly change the surface all manual types and methods have comment documentation package name is idiomatic for the platform at least one integration smoke test is defined and passing central github readme lists and points to the per api readme per api readme links to product page on cloud google com manual code has been reviewed for api stability by repo owner optional most common important scenarios have descriptive samples public manual methods have at least one usage sample each excluding overloads per api readme includes a full description of the api per api readme contains at least one “getting started” sample using the most common api scenario manual code has been reviewed by api producer manual code has been reviewed by a dpe responsible for samples client libraries page is added to the product documentation in apis reference section of the product s documentation on cloud site | 1 |
13,481 | 16,011,752,230 | IssuesEvent | 2021-04-20 11:31:23 | alphagov/govuk-design-system | https://api.github.com/repos/alphagov/govuk-design-system | closed | Review Figma port of Design System | contribution process 🕔 hours | ## What
Review this [Figma port of the Design System](https://www.figma.com/file/NWuFffKvPQhl3aJ9nKU0p3/GOV.UK-Design-System?node-id=23%3A233), and publish it on the Community Resources page.
## Why
To ensure it meets the [criteria](https://design-system.service.gov.uk/community/contribution-criteria/#developing-a-community-resource-or-tool).
## Who needs to know about this
Designer
## Done when
- [x] Checked against community resources criteria
- [x] Contributor / owner informed of decision
- [ ] Published (if applicable)
| 1.0 | Review Figma port of Design System - ## What
Review this [Figma port of the Design System](https://www.figma.com/file/NWuFffKvPQhl3aJ9nKU0p3/GOV.UK-Design-System?node-id=23%3A233), and publish it on the Community Resources page.
## Why
To ensure it meets the [criteria](https://design-system.service.gov.uk/community/contribution-criteria/#developing-a-community-resource-or-tool).
## Who needs to know about this
Designer
## Done when
- [x] Checked against community resources criteria
- [x] Contributor / owner informed of decision
- [ ] Published (if applicable)
| process | review figma port of design system what review this and publish it on the community resources page why to ensure it meets the who needs to know about this designer done when checked against community resources criteria contributor owner informed of decision published if applicable | 1 |
169,174 | 26,755,366,265 | IssuesEvent | 2023-01-30 23:32:32 | MozillaFoundation/Design | https://api.github.com/repos/MozillaFoundation/Design | closed | [PNI] Retro Slide | design Buyer's Guide | Prepping [a deck](https://docs.google.com/presentation/d/10Ct7eTux1Aq3trSBNLF2ht2ZrnMsRNNJsLjr9tWsYHI/edit?usp=sharing) for the cross team PNI retro. Design will focus specifically on the adding editorial content work.
**To Dos:**
- [x] Decide what content we want to feature in the slide
- [x] Create rough version of the slide
- [x] Get feedback from design
- [x] Finalize for retro | 1.0 | [PNI] Retro Slide - Prepping [a deck](https://docs.google.com/presentation/d/10Ct7eTux1Aq3trSBNLF2ht2ZrnMsRNNJsLjr9tWsYHI/edit?usp=sharing) for the cross team PNI retro. Design will focus specifically on the adding editorial content work.
**To Dos:**
- [x] Decide what content we want to feature in the slide
- [x] Create rough version of the slide
- [x] Get feedback from design
- [x] Finalize for retro | non_process | retro slide prepping for the cross team pni retro design will focus specifically on the adding editorial content work to dos decide what content we want to feature in the slide create rough version of the slide get feedback from design finalize for retro | 0 |
7,499 | 6,047,991,354 | IssuesEvent | 2017-06-12 15:31:50 | astropy/astropy | https://api.github.com/repos/astropy/astropy | opened | Give option for coordinate preferred units | coordinates Feature Request Performance | Currently, `coordinate.ra` auto-converts to `deg` -- it should be possible to have the units remain those input by the user -- see #4903 -- the conclusion after discussion was that this will have to be an option, so that we do not break back-compatibility. | True | Give option for coordinate preferred units - Currently, `coordinate.ra` auto-converts to `deg` -- it should be possible to have the units remain those input by the user -- see #4903 -- the conclusion after discussion was that this will have to be an option, so that we do not break back-compatibility. | non_process | give option for coordinate preferred units currently coordinate ra auto converts to deg it should be possible to have the units remain those input by the user see the conclusion after discussion was that this will have to be an option so that we do not break back compatibility | 0 |
405 | 2,848,551,969 | IssuesEvent | 2015-05-30 00:15:51 | mitchellh/packer | https://api.github.com/repos/mitchellh/packer | closed | Add force option | enhancement post-processor/docker | It would be nice if docker-tag had a "force" option as I just ran into a tag name collision - it's an easy fix obviously, but it'd be nice if you want to tag your images "latest" when they are successfully built...
```
{
"type": "docker-tag",
"repository": "mitchellh/packer",
"tag": "latest",
"force": true
}
```
```
==> docker: Running post-processor: docker-tag
docker (docker-tag): Tagging image: 85e3e237be75dda1c05f0ac6583de695885bff570fc34e19750e07883482b293
docker (docker-tag): Repository: base_php54_symfony:latest
Build 'docker' errored: 1 error(s) occurred:
* Post-processor failed: Error tagging image: exit status 1
Stderr: time="2015-02-16T13:39:16-05:00" level="fatal" msg="Error response from daemon: Conflict: Tag latest is already set to image cc5dfebd8840dc0649933cfc58530bf8e818f501f715a6bf73e04f97187ee990, if you want to replace it, please use -f option"
==> Some builds didn't complete successfully and had errors:
--> docker: 1 error(s) occurred:
* Post-processor failed: Error tagging image: exit status 1
Stderr: time="2015-02-16T13:39:16-05:00" level="fatal" msg="Error response from daemon: Conflict: Tag latest is already set to image cc5dfebd8840dc0649933cfc58530bf8e818f501f715a6bf73e04f97187ee990, if you want to replace it, please use -f option"
==> Builds finished but no artifacts were created.
make: *** [docker] Error 1
``` | 1.0 | Add force option - It would be nice if docker-tag had a "force" option as I just ran into a tag name collision - it's an easy fix obviously, but it'd be nice if you want to tag your images "latest" when they are successfully built...
```
{
"type": "docker-tag",
"repository": "mitchellh/packer",
"tag": "latest",
"force": true
}
```
```
==> docker: Running post-processor: docker-tag
docker (docker-tag): Tagging image: 85e3e237be75dda1c05f0ac6583de695885bff570fc34e19750e07883482b293
docker (docker-tag): Repository: base_php54_symfony:latest
Build 'docker' errored: 1 error(s) occurred:
* Post-processor failed: Error tagging image: exit status 1
Stderr: time="2015-02-16T13:39:16-05:00" level="fatal" msg="Error response from daemon: Conflict: Tag latest is already set to image cc5dfebd8840dc0649933cfc58530bf8e818f501f715a6bf73e04f97187ee990, if you want to replace it, please use -f option"
==> Some builds didn't complete successfully and had errors:
--> docker: 1 error(s) occurred:
* Post-processor failed: Error tagging image: exit status 1
Stderr: time="2015-02-16T13:39:16-05:00" level="fatal" msg="Error response from daemon: Conflict: Tag latest is already set to image cc5dfebd8840dc0649933cfc58530bf8e818f501f715a6bf73e04f97187ee990, if you want to replace it, please use -f option"
==> Builds finished but no artifacts were created.
make: *** [docker] Error 1
``` | process | add force option it would be nice if docker tag had a force option as i just ran into a tag name collision it s an easy fix obviously but it d be nice if you want to tag your images latest when they are successfully built type docker tag repository mitchellh packer tag latest force true docker running post processor docker tag docker docker tag tagging image docker docker tag repository base symfony latest build docker errored error s occurred post processor failed error tagging image exit status stderr time level fatal msg error response from daemon conflict tag latest is already set to image if you want to replace it please use f option some builds didn t complete successfully and had errors docker error s occurred post processor failed error tagging image exit status stderr time level fatal msg error response from daemon conflict tag latest is already set to image if you want to replace it please use f option builds finished but no artifacts were created make error | 1 |
315,751 | 23,595,982,894 | IssuesEvent | 2022-08-23 19:17:29 | awslabs/aws-greengrass-labs-dashboard-grafana | https://api.github.com/repos/awslabs/aws-greengrass-labs-dashboard-grafana | closed | Documentation: Add Password Requirements to Common Failures | documentation | **Describe the bug**
When accidentally using a password that doesn't match complexity requirements, the component will fail inexplicably from the view of greengrass.log. This error can only be seen by checking the component-specific logs.
**To Reproduce**
Use a password that does not meet the complexity requirements and not see the true failure reason in greengrass.log.
**Expected behavior**
A common failure explanation in the documentation to cover this scenario.
**Actual behavior**
I had to dig through tons of logs to figure out what happened.
**Environment**
N/A as this is a documentation request.
| 1.0 | Documentation: Add Password Requirements to Common Failures - **Describe the bug**
When accidentally using a password that doesn't match complexity requirements, the component will fail inexplicably from the view of greengrass.log. This error can only be seen by checking the component-specific logs.
**To Reproduce**
Use a password that does not meet the complexity requirements and not see the true failure reason in greengrass.log.
**Expected behavior**
A common failure explanation in the documentation to cover this scenario.
**Actual behavior**
I had to dig through tons of logs to figure out what happened.
**Environment**
N/A as this is a documentation request.
| non_process | documentation add password requirements to common failures describe the bug when accidentally using a password that doesn t match complexity requirements the component will fail inexplicably from the view of greengrass log this error can only be seen by checking the component specific logs to reproduce use a password that does not meet the complexity requirements and not see the true failure reason in greengrass log expected behavior a common failure explanation in the documentation to cover this scenario actual behavior i had to dig through tons of logs to figure out what happened environment n a as this is a documentation request | 0 |
68,265 | 14,918,205,915 | IssuesEvent | 2021-01-22 21:14:55 | tom9carthron1/servicetalk | https://api.github.com/repos/tom9carthron1/servicetalk | opened | CVE-2018-5382 (High) detected in bcprov-jdk15-140.jar | security vulnerability | ## CVE-2018-5382 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15-140.jar</b></p></summary>
<p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised
so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME)
with the additional infrastructure to conform the algorithms to the JCE framework.</p>
<p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p>
<p>Path to dependency file: servicetalk/servicetalk-dns-discovery-netty/build.gradle</p>
<p>Path to vulnerable library: /tmp/ws-ua_20210122205702_PRGYMR/downloadResource_JSCHES/20210122211315/bcprov-jdk15-140.jar</p>
<p>
Dependency Hierarchy:
- apacheds-protocol-dns-1.5.7.jar (Root Library)
- apacheds-core-jndi-1.5.7.jar
- apacheds-core-1.5.7.jar
- :x: **bcprov-jdk15-140.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tom9carthron1/servicetalk/commit/39fa324cb5853d697835802bdab3ffb89c559bc6">39fa324cb5853d697835802bdab3ffb89c559bc6</a></p>
<p>Found in base branch: <b>main</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>
Bouncy Castle BKS version 1 keystore (BKS-V1) files use an HMAC that is only 16 bits long, which can allow an attacker to compromise the integrity of a BKS-V1 keystore. All BKS-V1 keystores are vulnerable. Bouncy Castle release 1.47 introduces BKS version 2, which uses a 160-bit MAC.
<p>Publish Date: 2018-04-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-5382>CVE-2018-5382</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://vulners.com/cert/VU:306792">https://vulners.com/cert/VU:306792</a></p>
<p>Release Date: 2018-04-16</p>
<p>Fix Resolution: org.bouncycastle:bcprov-ext-jdk14:1.47,org.bouncycastle:bcprov-ext-jdk15on:1.47,org.bouncycastle:bcprov-jdk14:1.47</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"bouncycastle","packageName":"bcprov-jdk15","packageVersion":"140","isTransitiveDependency":true,"dependencyTree":"org.apache.directory.server:apacheds-protocol-dns:1.5.7;org.apache.directory.server:apacheds-core-jndi:1.5.7;org.apache.directory.server:apacheds-core:1.5.7;bouncycastle:bcprov-jdk15:140","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.bouncycastle:bcprov-ext-jdk14:1.47,org.bouncycastle:bcprov-ext-jdk15on:1.47,org.bouncycastle:bcprov-jdk14:1.47"}],"vulnerabilityIdentifier":"CVE-2018-5382","vulnerabilityDetails":"Bouncy Castle BKS version 1 keystore (BKS-V1) files use an HMAC that is only 16 bits long, which can allow an attacker to compromise the integrity of a BKS-V1 keystore. All BKS-V1 keystores are vulnerable. Bouncy Castle release 1.47 introduces BKS version 2, which uses a 160-bit MAC.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-5382","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2018-5382 (High) detected in bcprov-jdk15-140.jar - ## CVE-2018-5382 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15-140.jar</b></p></summary>
<p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised
so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME)
with the additional infrastructure to conform the algorithms to the JCE framework.</p>
<p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p>
<p>Path to dependency file: servicetalk/servicetalk-dns-discovery-netty/build.gradle</p>
<p>Path to vulnerable library: /tmp/ws-ua_20210122205702_PRGYMR/downloadResource_JSCHES/20210122211315/bcprov-jdk15-140.jar</p>
<p>
Dependency Hierarchy:
- apacheds-protocol-dns-1.5.7.jar (Root Library)
- apacheds-core-jndi-1.5.7.jar
- apacheds-core-1.5.7.jar
- :x: **bcprov-jdk15-140.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tom9carthron1/servicetalk/commit/39fa324cb5853d697835802bdab3ffb89c559bc6">39fa324cb5853d697835802bdab3ffb89c559bc6</a></p>
<p>Found in base branch: <b>main</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>
Bouncy Castle BKS version 1 keystore (BKS-V1) files use an HMAC that is only 16 bits long, which can allow an attacker to compromise the integrity of a BKS-V1 keystore. All BKS-V1 keystores are vulnerable. Bouncy Castle release 1.47 introduces BKS version 2, which uses a 160-bit MAC.
<p>Publish Date: 2018-04-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-5382>CVE-2018-5382</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://vulners.com/cert/VU:306792">https://vulners.com/cert/VU:306792</a></p>
<p>Release Date: 2018-04-16</p>
<p>Fix Resolution: org.bouncycastle:bcprov-ext-jdk14:1.47,org.bouncycastle:bcprov-ext-jdk15on:1.47,org.bouncycastle:bcprov-jdk14:1.47</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"bouncycastle","packageName":"bcprov-jdk15","packageVersion":"140","isTransitiveDependency":true,"dependencyTree":"org.apache.directory.server:apacheds-protocol-dns:1.5.7;org.apache.directory.server:apacheds-core-jndi:1.5.7;org.apache.directory.server:apacheds-core:1.5.7;bouncycastle:bcprov-jdk15:140","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.bouncycastle:bcprov-ext-jdk14:1.47,org.bouncycastle:bcprov-ext-jdk15on:1.47,org.bouncycastle:bcprov-jdk14:1.47"}],"vulnerabilityIdentifier":"CVE-2018-5382","vulnerabilityDetails":"Bouncy Castle BKS version 1 keystore (BKS-V1) files use an HMAC that is only 16 bits long, which can allow an attacker to compromise the integrity of a BKS-V1 keystore. All BKS-V1 keystores are vulnerable. Bouncy Castle release 1.47 introduces BKS version 2, which uses a 160-bit MAC.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-5382","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_process | cve high detected in bcprov jar cve high severity vulnerability vulnerable library bcprov jar the bouncy castle crypto package is a java implementation of cryptographic algorithms the package is organised so that it contains a light weight api suitable for use in any environment including the newly released with the additional infrastructure to conform the algorithms to the jce framework library home page a href path to dependency file servicetalk servicetalk dns discovery netty build gradle path to vulnerable library tmp ws ua prgymr downloadresource jsches bcprov jar dependency hierarchy apacheds protocol dns jar root library apacheds core jndi jar apacheds core jar x bcprov jar vulnerable library found in head commit a href found in base branch main vulnerability details bouncy castle bks version keystore bks files use an hmac that is only bits long which can allow an attacker to compromise the integrity of a bks keystore all bks keystores are vulnerable bouncy castle release introduces bks version which uses a bit mac publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org bouncycastle bcprov ext org bouncycastle bcprov ext org bouncycastle bcprov isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails bouncy castle bks version keystore bks files use an hmac that is only bits long which can allow an attacker to compromise the integrity of a bks keystore all bks keystores are vulnerable bouncy castle release introduces bks version which uses a bit mac vulnerabilityurl | 0 |
4,826 | 7,723,175,842 | IssuesEvent | 2018-05-24 11:37:28 | emacs-ess/ESS | https://api.github.com/repos/emacs-ess/ESS | opened | Changing directory should be visible and set `default-directory` | process | Not visible in the inferior:
* `ess-use-dir`
Doesn't update `default-directory`:
* `ess-use-dir`
* `ess-set-working-directory` | 1.0 | Changing directory should be visible and set `default-directory` - Not visible in the inferior:
* `ess-use-dir`
Doesn't update `default-directory`:
* `ess-use-dir`
* `ess-set-working-directory` | process | changing directory should be visible and set default directory not visible in the inferior ess use dir doesn t update default directory ess use dir ess set working directory | 1 |
138,494 | 5,342,002,173 | IssuesEvent | 2017-02-17 06:01:09 | driftyco/ionic-app-scripts | https://api.github.com/repos/driftyco/ionic-app-scripts | closed | Custom copy config watch fails when default key is empty | priority:low | **Note: for support questions, please use one of these channels:**
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
#### Short description of the problem:
With a custom copy config in package.json, watch fails if a default key is changed to an empty object or is added to the config by default through object assignment.
#### What behavior are you expecting?
I should be able to change default copy behaviour.
**Steps to reproduce:**
1. Add config in package.json
`
"config": {
"ionic_copy": "./config/copy.config.js"
},`
2. Create custom config file
This version is replaced by default. While this is ok behaviour, I should be able to stop it somehow.
```
module.exports = {
}
```
```
module.exports = {
copyAssets: {},
copyIndexContent: {},
copyFonts: { },
copyPolyfills: {},
copySwToolbox: {}
}
```
3. run ionic serve
**Which @ionic/app-scripts version are you using?**
1.0.0
**Other information:** (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
I was wanting to use the webpack copy plugin to handle my assets for greater environment control. This can still be achieved by proving valid src and destination values in the default keys by copying the same file several times.
Add a flag which will render the object assign invalid or ignore default values which don't have valid src and dest value. Render a warning for all other invalid values.
| 1.0 | Custom copy config watch fails when default key is empty - **Note: for support questions, please use one of these channels:**
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
#### Short description of the problem:
With a custom copy config in package.json, watch fails if a default key is changed to an empty object or is added to the config by default through object assignment.
#### What behavior are you expecting?
I should be able to change default copy behaviour.
**Steps to reproduce:**
1. Add config in package.json
`
"config": {
"ionic_copy": "./config/copy.config.js"
},`
2. Create custom config file
This version is replaced by default. While this is ok behaviour, I should be able to stop it somehow.
```
module.exports = {
}
```
```
module.exports = {
copyAssets: {},
copyIndexContent: {},
copyFonts: { },
copyPolyfills: {},
copySwToolbox: {}
}
```
3. run ionic serve
**Which @ionic/app-scripts version are you using?**
1.0.0
**Other information:** (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
I was wanting to use the webpack copy plugin to handle my assets for greater environment control. This can still be achieved by proving valid src and destination values in the default keys by copying the same file several times.
Add a flag which will render the object assign invalid or ignore default values which don't have valid src and dest value. Render a warning for all other invalid values.
| non_process | custom copy config watch fails when default key is empty note for support questions please use one of these channels short description of the problem with a custom copy config in package json watch fails if a default key is changed to an empty object or is added to the config by default through object assignment what behavior are you expecting i should be able to change default copy behaviour steps to reproduce add config in package json config ionic copy config copy config js create custom config file this version is replaced by default while this is ok behaviour i should be able to stop it somehow module exports module exports copyassets copyindexcontent copyfonts copypolyfills copyswtoolbox run ionic serve which ionic app scripts version are you using other information e g stacktraces related issues suggestions how to fix stackoverflow links forum links etc i was wanting to use the webpack copy plugin to handle my assets for greater environment control this can still be achieved by proving valid src and destination values in the default keys by copying the same file several times add a flag which will render the object assign invalid or ignore default values which don t have valid src and dest value render a warning for all other invalid values | 0 |
357,758 | 10,617,702,365 | IssuesEvent | 2019-10-12 21:08:02 | Voiteh/Depin | https://api.github.com/repos/Voiteh/Depin | closed | Release 0.1.0 into heard | Priority High Release | There is need to add adnotation to module and readme about java interoperation | 1.0 | Release 0.1.0 into heard - There is need to add adnotation to module and readme about java interoperation | non_process | release into heard there is need to add adnotation to module and readme about java interoperation | 0 |
13,885 | 16,654,758,507 | IssuesEvent | 2021-06-05 10:11:43 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [PM] Responsive issue > Footer should be center aligned | Bug P2 Participant manager Process: Fixed Process: Tested dev | [PM] Responsive issue > Footer should be center aligned. | 2.0 | [PM] Responsive issue > Footer should be center aligned - [PM] Responsive issue > Footer should be center aligned. | process | responsive issue footer should be center aligned responsive issue footer should be center aligned | 1 |
52 | 2,514,624,812 | IssuesEvent | 2015-01-15 13:09:45 | Graylog2/graylog2-server | https://api.github.com/repos/Graylog2/graylog2-server | closed | Selection by regexp is displaced | bug processing | Then i try to create regexp-extractor, any selection, which i do is displace on 2 symbols to left. Example:
Example origin message:
"<188>Dec 5 18:30:33 2014 pnz_clck_4fl %%10IFNET/4/INTERFACE UPDOWN(t): Trap 1.3.6.1.6.3.1.1.5.3: Interface 9437220 is Down, ifAdminStatus is 1, ifOperStatus is 2 "
Regexp:
: (.+):
Expected selection:
Trap 1.3.6.1.6.3.1.1.5.3
Getting selection:
: Trap 1.3.6.1.6.3.1.1.5
version: 0.92 from 1st december 2014
| 1.0 | Selection by regexp is displaced - Then i try to create regexp-extractor, any selection, which i do is displace on 2 symbols to left. Example:
Example origin message:
"<188>Dec 5 18:30:33 2014 pnz_clck_4fl %%10IFNET/4/INTERFACE UPDOWN(t): Trap 1.3.6.1.6.3.1.1.5.3: Interface 9437220 is Down, ifAdminStatus is 1, ifOperStatus is 2 "
Regexp:
: (.+):
Expected selection:
Trap 1.3.6.1.6.3.1.1.5.3
Getting selection:
: Trap 1.3.6.1.6.3.1.1.5
version: 0.92 from 1st december 2014
| process | selection by regexp is displaced then i try to create regexp extractor any selection which i do is displace on symbols to left example example origin message dec pnz clck interface updown t trap interface is down ifadminstatus is ifoperstatus is regexp expected selection trap getting selection trap version from december | 1 |
59,892 | 14,668,327,607 | IssuesEvent | 2020-12-29 20:57:13 | bitcoin-s/bitcoin-s | https://api.github.com/repos/bitcoin-s/bitcoin-s | closed | Break oracleServer dependsOn(appServer) | app server build oracleServer | This should be done for various reasons
1. Security (don't include things on classpath that aren't being used)
2. build times will be faster
I'm unsure if there is going to need to be refactoring done to support all the existing features the `oracleServer` has. @benthecarman hinted on slack we use a lot of the routes stuff defined in `appServer` for `oracleServer`. We may want to think about tying this in with #2004 (specificially this comment: https://github.com/bitcoin-s/bitcoin-s/issues/2004#issuecomment-691165386)
| 1.0 | Break oracleServer dependsOn(appServer) - This should be done for various reasons
1. Security (don't include things on classpath that aren't being used)
2. build times will be faster
I'm unsure if there is going to need to be refactoring done to support all the existing features the `oracleServer` has. @benthecarman hinted on slack we use a lot of the routes stuff defined in `appServer` for `oracleServer`. We may want to think about tying this in with #2004 (specificially this comment: https://github.com/bitcoin-s/bitcoin-s/issues/2004#issuecomment-691165386)
| non_process | break oracleserver dependson appserver this should be done for various reasons security don t include things on classpath that aren t being used build times will be faster i m unsure if there is going to need to be refactoring done to support all the existing features the oracleserver has benthecarman hinted on slack we use a lot of the routes stuff defined in appserver for oracleserver we may want to think about tying this in with specificially this comment | 0 |
265,069 | 23,145,731,195 | IssuesEvent | 2022-07-29 00:25:45 | CubeCoders/AMP | https://api.github.com/repos/CubeCoders/AMP | closed | Create Template Role - Unable to set Permissions | core needs-retest | # Bug Report
## System Information
- Operating System (Including distribution name and version number)
Debian 10 Buster
- AMP version and build date (Always use the version number, 'latest' is not valid!)
[Info] AMP Instance Manager v1.9.9.6 built 19/05/2020 17:33
[Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
- Which AMP release stream you're using (Mainline, Nightly or FastTrack)
Mainline
## I confirm:
- [x] that I have searched for an existing bug report for this issue.
- [x] that I am using the latest available version of AMP.
- [x] that my operating system is up-to-date.
<!--
If all 3 boxes above are not confirmed, the issue with be closed as invalid.
Please only fill the boxes above with an 'x' character, and not anything else or it won't be marked correctly.
One issue per post! Do not try and bring up multiple requests in a single post.
-->
## Symptoms
* What are you trying to do?
Create a template role to be used across all mcmyadmin instances.
* What are you expecting to happen?
I should be able to create the role and set its permissions to easily give server owners access to the system.
* What is actually happening? ('Nothing' is not an acceptable answer!)
I can create a role and it appears in all of the instances. However it's not allowing me to change the checks to set the permissions.
## Reproduction
Create a new McMyAdmin3 Instance and attempt to create and set permissions on a template role. | 1.0 | Create Template Role - Unable to set Permissions - # Bug Report
## System Information
- Operating System (Including distribution name and version number)
Debian 10 Buster
- AMP version and build date (Always use the version number, 'latest' is not valid!)
[Info] AMP Instance Manager v1.9.9.6 built 19/05/2020 17:33
[Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
- Which AMP release stream you're using (Mainline, Nightly or FastTrack)
Mainline
## I confirm:
- [x] that I have searched for an existing bug report for this issue.
- [x] that I am using the latest available version of AMP.
- [x] that my operating system is up-to-date.
<!--
If all 3 boxes above are not confirmed, the issue with be closed as invalid.
Please only fill the boxes above with an 'x' character, and not anything else or it won't be marked correctly.
One issue per post! Do not try and bring up multiple requests in a single post.
-->
## Symptoms
* What are you trying to do?
Create a template role to be used across all mcmyadmin instances.
* What are you expecting to happen?
I should be able to create the role and set its permissions to easily give server owners access to the system.
* What is actually happening? ('Nothing' is not an acceptable answer!)
I can create a role and it appears in all of the instances. However it's not allowing me to change the checks to set the permissions.
## Reproduction
Create a new McMyAdmin3 Instance and attempt to create and set permissions on a template role. | non_process | create template role unable to set permissions bug report system information operating system including distribution name and version number debian buster amp version and build date always use the version number latest is not valid amp instance manager built release spec release built by cubecoders buildbot on ccl dev which amp release stream you re using mainline nightly or fasttrack mainline i confirm that i have searched for an existing bug report for this issue that i am using the latest available version of amp that my operating system is up to date if all boxes above are not confirmed the issue with be closed as invalid please only fill the boxes above with an x character and not anything else or it won t be marked correctly one issue per post do not try and bring up multiple requests in a single post symptoms what are you trying to do create a template role to be used across all mcmyadmin instances what are you expecting to happen i should be able to create the role and set its permissions to easily give server owners access to the system what is actually happening nothing is not an acceptable answer i can create a role and it appears in all of the instances however it s not allowing me to change the checks to set the permissions reproduction create a new instance and attempt to create and set permissions on a template role | 0 |
800,149 | 28,353,410,761 | IssuesEvent | 2023-04-12 05:08:12 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | cash.app - see bug description | priority-normal browser-fenix engine-gecko | <!-- @browser: Firefox Mobile 113.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 12; Mobile; rv:109.0) Gecko/113.0 Firefox/113.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/120762 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://cash.app/payments/eu6j640q9fopw1aysgg9qvywe/receipt
**Browser / Version**: Firefox Mobile 113.0
**Operating System**: Android 12
**Tested Another Browser**: Yes Internet Explorer
**Problem type**: Something else
**Description**: don't know the page
**Steps to Reproduce**:
The cash app is doubling up on other cash apps I didn't put that username
<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: 20230409095525</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2023/4/4bbcd703-d7e9-4b7c-a4a9-59e918ac7171)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | cash.app - see bug description - <!-- @browser: Firefox Mobile 113.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 12; Mobile; rv:109.0) Gecko/113.0 Firefox/113.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/120762 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://cash.app/payments/eu6j640q9fopw1aysgg9qvywe/receipt
**Browser / Version**: Firefox Mobile 113.0
**Operating System**: Android 12
**Tested Another Browser**: Yes Internet Explorer
**Problem type**: Something else
**Description**: don't know the page
**Steps to Reproduce**:
The cash app is doubling up on other cash apps I didn't put that username
<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: 20230409095525</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2023/4/4bbcd703-d7e9-4b7c-a4a9-59e918ac7171)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_process | cash app see bug description url browser version firefox mobile operating system android tested another browser yes internet explorer problem type something else description don t know the page steps to reproduce the cash app is doubling up on other cash apps i didn t put that username browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 0 |
219,506 | 17,095,558,477 | IssuesEvent | 2021-07-09 01:37:40 | ably/ably-go | https://api.github.com/repos/ably/ably-go | opened | Flaky POST /apps: "Unable to modify existing channel namespace" | tests | Occasionally we get this error in CI:
```
panic: request error: Forbidden ("{\n\t\"error\": {\n\t\t\"message\": \"Unable to modify existing channel namespace id with POST. (See https://help.ably.io/error/40300 for help.)\",\n\t\t\"code\": 40300,\n\t\t\"statusCode\": 403,\n\t\t\"href\": \"https://help.ably.io/error/40300\",\n\t\t\"serverId\": \"frontend.965b.1.us-east-1-A.i-0644030b42c3ec905.e7dhmZaZgB08wD\"\n\t}\n}")
goroutine 1909 [running]:
testing.tRunner.func1.2(0xca7dc0, 0xc000d5efb0)
/opt/hostedtoolcache/go/1.16.5/x64/src/testing/testing.go:1143 +0x49f
testing.tRunner.func1(0xc0007e7800)
/opt/hostedtoolcache/go/1.16.5/x64/src/testing/testing.go:1146 +0x695
panic(0xca7dc0, 0xc000d5efb0)
/opt/hostedtoolcache/go/1.16.5/x64/src/runtime/panic.go:971 +0x499
github.com/ably/ably-go/ably/internal/ablytest.MustSandbox(0x0, 0x38)
/home/runner/work/ably-go/ably-go/ably/internal/ablytest/sandbox.go:124 +0xd9
```
Which comes from:
https://github.com/ably/ably-go/blob/eb709f3c0983334da1107035de64669599b057d4/ably/internal/ablytest/sandbox.go#L134-L152
It looks like a server bug to me, but keeping it here for reference. | 1.0 | Flaky POST /apps: "Unable to modify existing channel namespace" - Occasionally we get this error in CI:
```
panic: request error: Forbidden ("{\n\t\"error\": {\n\t\t\"message\": \"Unable to modify existing channel namespace id with POST. (See https://help.ably.io/error/40300 for help.)\",\n\t\t\"code\": 40300,\n\t\t\"statusCode\": 403,\n\t\t\"href\": \"https://help.ably.io/error/40300\",\n\t\t\"serverId\": \"frontend.965b.1.us-east-1-A.i-0644030b42c3ec905.e7dhmZaZgB08wD\"\n\t}\n}")
goroutine 1909 [running]:
testing.tRunner.func1.2(0xca7dc0, 0xc000d5efb0)
/opt/hostedtoolcache/go/1.16.5/x64/src/testing/testing.go:1143 +0x49f
testing.tRunner.func1(0xc0007e7800)
/opt/hostedtoolcache/go/1.16.5/x64/src/testing/testing.go:1146 +0x695
panic(0xca7dc0, 0xc000d5efb0)
/opt/hostedtoolcache/go/1.16.5/x64/src/runtime/panic.go:971 +0x499
github.com/ably/ably-go/ably/internal/ablytest.MustSandbox(0x0, 0x38)
/home/runner/work/ably-go/ably-go/ably/internal/ablytest/sandbox.go:124 +0xd9
```
Which comes from:
https://github.com/ably/ably-go/blob/eb709f3c0983334da1107035de64669599b057d4/ably/internal/ablytest/sandbox.go#L134-L152
It looks like a server bug to me, but keeping it here for reference. | non_process | flaky post apps unable to modify existing channel namespace occasionally we get this error in ci panic request error forbidden n t error n t t message unable to modify existing channel namespace id with post see for help n t t code n t t statuscode n t t href frontend us east a i n t n goroutine testing trunner opt hostedtoolcache go src testing testing go testing trunner opt hostedtoolcache go src testing testing go panic opt hostedtoolcache go src runtime panic go github com ably ably go ably internal ablytest mustsandbox home runner work ably go ably go ably internal ablytest sandbox go which comes from it looks like a server bug to me but keeping it here for reference | 0 |
57,069 | 15,647,268,297 | IssuesEvent | 2021-03-23 02:52:41 | svalinn/DAGMC | https://api.github.com/repos/svalinn/DAGMC | opened | random OverlappingVolumesTest.test1 fail | Type: Defect | we seem to have a random fail on:
```[ RUN ] OverlappingVolumesTest.test1
/root/build_dir/DAGMC/src/overlap_check/test/overlap_check_test.cpp:38: Failure
Value of: 1
Expected: olaps.size()
Which is: 2
[ FAILED ] OverlappingVolumesTest.test1 (2304 ms)
```
I saw it fail twice, on different build configuration:
https://app.circleci.com/pipelines/github/svalinn/DAGMC/350/workflows/f9b1ebd1-7e85-45ea-aa88-32bf06ea9354/jobs/1334
https://app.circleci.com/pipelines/github/svalinn/DAGMC/350/workflows/8f228010-e483-4bb5-b910-de93d9a9b661/jobs/1332
rerun seems to fix them... | 1.0 | random OverlappingVolumesTest.test1 fail - we seem to have a random fail on:
```[ RUN ] OverlappingVolumesTest.test1
/root/build_dir/DAGMC/src/overlap_check/test/overlap_check_test.cpp:38: Failure
Value of: 1
Expected: olaps.size()
Which is: 2
[ FAILED ] OverlappingVolumesTest.test1 (2304 ms)
```
I saw it fail twice, on different build configuration:
https://app.circleci.com/pipelines/github/svalinn/DAGMC/350/workflows/f9b1ebd1-7e85-45ea-aa88-32bf06ea9354/jobs/1334
https://app.circleci.com/pipelines/github/svalinn/DAGMC/350/workflows/8f228010-e483-4bb5-b910-de93d9a9b661/jobs/1332
rerun seems to fix them... | non_process | random overlappingvolumestest fail we seem to have a random fail on overlappingvolumestest root build dir dagmc src overlap check test overlap check test cpp failure value of expected olaps size which is overlappingvolumestest ms i saw it fail twice on different build configuration rerun seems to fix them | 0 |
8,424 | 11,593,011,154 | IssuesEvent | 2020-02-24 12:46:07 | MHRA/products | https://api.github.com/repos/MHRA/products | opened | Stub API needs to implement Authentication | EPIC - Auto Batch Process :oncoming_automobile: HIGH PRIORITY :arrow_double_up: STORY :book: | **Is your feature request related to a problem? Please describe.**
In order to unblock integration from Sentinel, the Batch API will need to implement Authorization (basic auth with a static header and a static 'API key'.
**Describe the solution you'd like**
If the user doesn't provide the correct username & key in an Authorization header when calling the stub API, the stub should return a `401 Unauthorized` response.
**Describe alternatives you've considered**
We considered only locking down by network, but adding this layer of security is trivial and allows for a more secure upload workflow. | 1.0 | Stub API needs to implement Authentication - **Is your feature request related to a problem? Please describe.**
In order to unblock integration from Sentinel, the Batch API will need to implement Authorization (basic auth with a static header and a static 'API key'.
**Describe the solution you'd like**
If the user doesn't provide the correct username & key in an Authorization header when calling the stub API, the stub should return a `401 Unauthorized` response.
**Describe alternatives you've considered**
We considered only locking down by network, but adding this layer of security is trivial and allows for a more secure upload workflow. | process | stub api needs to implement authentication is your feature request related to a problem please describe in order to unblock integration from sentinel the batch api will need to implement authorization basic auth with a static header and a static api key describe the solution you d like if the user doesn t provide the correct username key in an authorization header when calling the stub api the stub should return a unauthorized response describe alternatives you ve considered we considered only locking down by network but adding this layer of security is trivial and allows for a more secure upload workflow | 1 |
231,756 | 25,542,848,900 | IssuesEvent | 2022-11-29 16:28:17 | zhyd1997/sponsor | https://api.github.com/repos/zhyd1997/sponsor | opened | sdk-core-0.5.7.tgz: 2 vulnerabilities (highest severity is: 5.3) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sdk-core-0.5.7.tgz</b></p></summary>
<p></p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/zhyd1997/sponsor/commit/5a14195d842fa047b4e529a4ec122a84b85f321e">5a14195d842fa047b4e529a4ec122a84b85f321e</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (sdk-core version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2022-33987](https://www.mend.io/vulnerability-database/CVE-2022-33987) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | got-9.6.0.tgz | Transitive | N/A* | ❌ |
| [CVE-2020-7608](https://www.mend.io/vulnerability-database/CVE-2020-7608) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | yargs-parser-2.4.1.tgz | Transitive | N/A* | ❌ |
<p>*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the section "Details" below to see if there is a version of transitive dependency where vulnerability is fixed.</p>
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2022-33987</summary>
### Vulnerable Library - <b>got-9.6.0.tgz</b></p>
<p>Simplified HTTP requests</p>
<p>Library home page: <a href="https://registry.npmjs.org/got/-/got-9.6.0.tgz">https://registry.npmjs.org/got/-/got-9.6.0.tgz</a></p>
<p>
Dependency Hierarchy:
- sdk-core-0.5.7.tgz (Root Library)
- ethereum-contracts-1.4.2.tgz
- contract-4.5.23.tgz
- web3-1.7.4.tgz
- web3-bzz-1.7.4.tgz
- :x: **got-9.6.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/zhyd1997/sponsor/commit/5a14195d842fa047b4e529a4ec122a84b85f321e">5a14195d842fa047b4e529a4ec122a84b85f321e</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
The got package before 12.1.0 (also fixed in 11.8.5) for Node.js allows a redirect to a UNIX socket.
<p>Publish Date: 2022-06-18
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-33987>CVE-2022-33987</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</b>)
<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: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-33987">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-33987</a></p>
<p>Release Date: 2022-06-18</p>
<p>Fix Resolution: got - 11.8.5,12.1.0</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2020-7608</summary>
### Vulnerable Library - <b>yargs-parser-2.4.1.tgz</b></p>
<p>the mighty option parser used by yargs</p>
<p>Library home page: <a href="https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz">https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz</a></p>
<p>
Dependency Hierarchy:
- sdk-core-0.5.7.tgz (Root Library)
- ethereum-contracts-1.4.2.tgz
- contract-4.5.23.tgz
- ensjs-2.1.0.tgz
- ens-0.4.5.tgz
- solc-0.4.26.tgz
- yargs-4.8.1.tgz
- :x: **yargs-parser-2.4.1.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/zhyd1997/sponsor/commit/5a14195d842fa047b4e529a4ec122a84b85f321e">5a14195d842fa047b4e529a4ec122a84b85f321e</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
yargs-parser could be tricked into adding or modifying properties of Object.prototype using a "__proto__" payload.
<p>Publish Date: 2020-03-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-7608>CVE-2020-7608</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2020-03-16</p>
<p>Fix Resolution: 5.0.1;13.1.2;15.0.1;18.1.1</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details> | True | sdk-core-0.5.7.tgz: 2 vulnerabilities (highest severity is: 5.3) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sdk-core-0.5.7.tgz</b></p></summary>
<p></p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/zhyd1997/sponsor/commit/5a14195d842fa047b4e529a4ec122a84b85f321e">5a14195d842fa047b4e529a4ec122a84b85f321e</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (sdk-core version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2022-33987](https://www.mend.io/vulnerability-database/CVE-2022-33987) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | got-9.6.0.tgz | Transitive | N/A* | ❌ |
| [CVE-2020-7608](https://www.mend.io/vulnerability-database/CVE-2020-7608) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | yargs-parser-2.4.1.tgz | Transitive | N/A* | ❌ |
<p>*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the section "Details" below to see if there is a version of transitive dependency where vulnerability is fixed.</p>
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2022-33987</summary>
### Vulnerable Library - <b>got-9.6.0.tgz</b></p>
<p>Simplified HTTP requests</p>
<p>Library home page: <a href="https://registry.npmjs.org/got/-/got-9.6.0.tgz">https://registry.npmjs.org/got/-/got-9.6.0.tgz</a></p>
<p>
Dependency Hierarchy:
- sdk-core-0.5.7.tgz (Root Library)
- ethereum-contracts-1.4.2.tgz
- contract-4.5.23.tgz
- web3-1.7.4.tgz
- web3-bzz-1.7.4.tgz
- :x: **got-9.6.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/zhyd1997/sponsor/commit/5a14195d842fa047b4e529a4ec122a84b85f321e">5a14195d842fa047b4e529a4ec122a84b85f321e</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
The got package before 12.1.0 (also fixed in 11.8.5) for Node.js allows a redirect to a UNIX socket.
<p>Publish Date: 2022-06-18
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-33987>CVE-2022-33987</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</b>)
<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: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-33987">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-33987</a></p>
<p>Release Date: 2022-06-18</p>
<p>Fix Resolution: got - 11.8.5,12.1.0</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2020-7608</summary>
### Vulnerable Library - <b>yargs-parser-2.4.1.tgz</b></p>
<p>the mighty option parser used by yargs</p>
<p>Library home page: <a href="https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz">https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz</a></p>
<p>
Dependency Hierarchy:
- sdk-core-0.5.7.tgz (Root Library)
- ethereum-contracts-1.4.2.tgz
- contract-4.5.23.tgz
- ensjs-2.1.0.tgz
- ens-0.4.5.tgz
- solc-0.4.26.tgz
- yargs-4.8.1.tgz
- :x: **yargs-parser-2.4.1.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/zhyd1997/sponsor/commit/5a14195d842fa047b4e529a4ec122a84b85f321e">5a14195d842fa047b4e529a4ec122a84b85f321e</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
yargs-parser could be tricked into adding or modifying properties of Object.prototype using a "__proto__" payload.
<p>Publish Date: 2020-03-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-7608>CVE-2020-7608</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2020-03-16</p>
<p>Fix Resolution: 5.0.1;13.1.2;15.0.1;18.1.1</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details> | non_process | sdk core tgz vulnerabilities highest severity is vulnerable library sdk core tgz found in head commit a href vulnerabilities cve severity cvss dependency type fixed in sdk core version remediation available medium got tgz transitive n a medium yargs parser tgz transitive n a for some transitive vulnerabilities there is no version of direct dependency with a fix check the section details below to see if there is a version of transitive dependency where vulnerability is fixed details cve vulnerable library got tgz simplified http requests library home page a href dependency hierarchy sdk core tgz root library ethereum contracts tgz contract tgz tgz bzz tgz x got tgz vulnerable library found in head commit a href found in base branch main vulnerability details the got package before also fixed in for node js allows a redirect to a unix socket 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 low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution got step up your open source security game with mend cve vulnerable library yargs parser tgz the mighty option parser used by yargs library home page a href dependency hierarchy sdk core tgz root library ethereum contracts tgz contract tgz ensjs tgz ens tgz solc tgz yargs tgz x yargs parser tgz vulnerable library found in head commit a href found in base branch main vulnerability details yargs parser could be tricked into adding or modifying properties of object prototype using a proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version release date fix resolution step up your open source security game with mend | 0 |
10,301 | 13,152,469,575 | IssuesEvent | 2020-08-09 22:28:26 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | TIN interpolation create strange triangles - Error in the interpolation | Bug Processing |
**Describe the bug**
I'm performing a TIN interpolation following a road (12 km long and 60 m wide) with a regular layer of points in a grid of 10x10 m.
The triangles created "look for" points or values very far.
The surface interpolated are 2x2m but also tried 0.5x0.5m
The problem in localised in some areas (Red circles) and in others works fine (Blue circles)
I also did the interpolation in ArcGIS and it worked properly.
(Maybe limit the distance where a point look for another could solve the problem)
Last screenshot compares the results from ArcGIS (natural neighbor) in green and from QGIS (Red)
<!-- A clear and concise description of what the bug is. -->
**How to Reproduce**
I'll share the point layer to the assign person (not a public file)
<!-- Steps, sample datasets and qgis project file to reproduce the behavior. Screencasts or screenshots welcome
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error -->
**QGIS and OS versions**
QGIS version
3.14.0-Pi
QGIS code revision
9f7028fd23
Compiled against Qt
5.11.2
Running against Qt
5.11.2
Compiled against GDAL/OGR
3.0.4
Running against GDAL/OGR
3.0.4
Compiled against GEOS
3.8.1-CAPI-1.13.3
Running against GEOS
3.8.1-CAPI-1.13.3
Compiled against SQLite
3.29.0
Running against SQLite
3.29.0
PostgreSQL Client Version
11.5
SpatiaLite Version
4.3.0
QWT Version
6.1.3
QScintilla2 Version
2.10.8
Compiled against PROJ
6.3.2
Running against PROJ
Rel. 6.3.2, May 1st, 2020
OS Version
Windows 10 (10.0)
Active python plugins
ale;
AnotherDXF2Shape;
autoSaver;
ClosestPoint;
contour;
DataPlotly;
dimensioning;
dimensions_selector;
EasyCustomLabeling;
FeatureGridCreator;
freehandEditing3;
gdrive_provider;
geoscience;
GroupStats;
HCMGIS;
ImportPhotos;
kmltools;
KP_find;
LAStools;
latlontools;
lines_around_point;
LocatePoints;
mapswipetool_plugin;
MBTiles2img;
Mergin;
mmqgis;
NNJoin;
OSMDownloader;
PluginLoadTimes;
pointsamplingtool;
polystrip;
profiletool;
qchainage;
Qgis2threejs;
qgis2web;
qgiscloud;
QGISSortAndNumber-master;
qgis_resource_sharing;
qProf;
QuickOSM;
quick_map_services;
rasterstats;
refFunctions;
searchlayers;
SelectWithin;
SpreadsheetLayers;
SRTM-Downloader;
StreetView;
SuperLabeling;
TopoUSM-QGIS-master;
valuetool;
zoomtopaste;
db_manager;
MetaSearch;
processing
<!-- In the QGIS Help menu -> About, click in the table, Ctrl+A and then Ctrl+C. Finally paste here -->
**Additional context**






<!-- Add any other context about the problem here. -->
| 1.0 | TIN interpolation create strange triangles - Error in the interpolation -
**Describe the bug**
I'm performing a TIN interpolation following a road (12 km long and 60 m wide) with a regular layer of points in a grid of 10x10 m.
The triangles created "look for" points or values very far.
The surface interpolated are 2x2m but also tried 0.5x0.5m
The problem in localised in some areas (Red circles) and in others works fine (Blue circles)
I also did the interpolation in ArcGIS and it worked properly.
(Maybe limit the distance where a point look for another could solve the problem)
Last screenshot compares the results from ArcGIS (natural neighbor) in green and from QGIS (Red)
<!-- A clear and concise description of what the bug is. -->
**How to Reproduce**
I'll share the point layer to the assign person (not a public file)
<!-- Steps, sample datasets and qgis project file to reproduce the behavior. Screencasts or screenshots welcome
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error -->
**QGIS and OS versions**
QGIS version
3.14.0-Pi
QGIS code revision
9f7028fd23
Compiled against Qt
5.11.2
Running against Qt
5.11.2
Compiled against GDAL/OGR
3.0.4
Running against GDAL/OGR
3.0.4
Compiled against GEOS
3.8.1-CAPI-1.13.3
Running against GEOS
3.8.1-CAPI-1.13.3
Compiled against SQLite
3.29.0
Running against SQLite
3.29.0
PostgreSQL Client Version
11.5
SpatiaLite Version
4.3.0
QWT Version
6.1.3
QScintilla2 Version
2.10.8
Compiled against PROJ
6.3.2
Running against PROJ
Rel. 6.3.2, May 1st, 2020
OS Version
Windows 10 (10.0)
Active python plugins
ale;
AnotherDXF2Shape;
autoSaver;
ClosestPoint;
contour;
DataPlotly;
dimensioning;
dimensions_selector;
EasyCustomLabeling;
FeatureGridCreator;
freehandEditing3;
gdrive_provider;
geoscience;
GroupStats;
HCMGIS;
ImportPhotos;
kmltools;
KP_find;
LAStools;
latlontools;
lines_around_point;
LocatePoints;
mapswipetool_plugin;
MBTiles2img;
Mergin;
mmqgis;
NNJoin;
OSMDownloader;
PluginLoadTimes;
pointsamplingtool;
polystrip;
profiletool;
qchainage;
Qgis2threejs;
qgis2web;
qgiscloud;
QGISSortAndNumber-master;
qgis_resource_sharing;
qProf;
QuickOSM;
quick_map_services;
rasterstats;
refFunctions;
searchlayers;
SelectWithin;
SpreadsheetLayers;
SRTM-Downloader;
StreetView;
SuperLabeling;
TopoUSM-QGIS-master;
valuetool;
zoomtopaste;
db_manager;
MetaSearch;
processing
<!-- In the QGIS Help menu -> About, click in the table, Ctrl+A and then Ctrl+C. Finally paste here -->
**Additional context**






<!-- Add any other context about the problem here. -->
| process | tin interpolation create strange triangles error in the interpolation describe the bug i m performing a tin interpolation following a road km long and m wide with a regular layer of points in a grid of m the triangles created look for points or values very far the surface interpolated are but also tried the problem in localised in some areas red circles and in others works fine blue circles i also did the interpolation in arcgis and it worked properly maybe limit the distance where a point look for another could solve the problem last screenshot compares the results from arcgis natural neighbor in green and from qgis red how to reproduce i ll share the point layer to the assign person not a public file steps sample datasets and qgis project file to reproduce the behavior screencasts or screenshots welcome go to click on scroll down to see error qgis and os versions qgis version pi qgis code revision compiled against qt running against qt compiled against gdal ogr running against gdal ogr compiled against geos capi running against geos capi compiled against sqlite running against sqlite postgresql client version spatialite version qwt version version compiled against proj running against proj rel may os version windows active python plugins ale autosaver closestpoint contour dataplotly dimensioning dimensions selector easycustomlabeling featuregridcreator gdrive provider geoscience groupstats hcmgis importphotos kmltools kp find lastools latlontools lines around point locatepoints mapswipetool plugin mergin mmqgis nnjoin osmdownloader pluginloadtimes pointsamplingtool polystrip profiletool qchainage qgiscloud qgissortandnumber master qgis resource sharing qprof quickosm quick map services rasterstats reffunctions searchlayers selectwithin spreadsheetlayers srtm downloader streetview superlabeling topousm qgis master valuetool zoomtopaste db manager metasearch processing about click in the table ctrl a and then ctrl c finally paste here additional context | 1 |
56,831 | 13,930,561,434 | IssuesEvent | 2020-10-22 02:47:39 | GoogleCloudPlatform/java-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/java-docs-samples | opened | com.example.translate.BatchTranslateTextWithGlossaryTests: testBatchTranslateTextWithGlossary failed | buildcop: issue priority: p1 type: bug | This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will stop commenting.
---
commit: 1ca093e41c0dc3d7f13a9d181f044cc7c46c5c4a
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/7a76941c-cf5b-4c52-9da2-8ba6538080ec), [Sponge](http://sponge2/7a76941c-cf5b-4c52-9da2-8ba6538080ec)
status: failed
<details><summary>Test output</summary><br><pre>java.util.concurrent.CancellationException: Task was cancelled.
at com.google.common.util.concurrent.AbstractFuture.cancellationExceptionWithCause(AbstractFuture.java:1427)
at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:564)
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:93)
at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:68)
at com.google.api.gax.longrunning.OperationFutureImpl.get(OperationFutureImpl.java:133)
at com.example.translate.BatchTranslateTextWithGlossary.batchTranslateTextWithGlossary(BatchTranslateTextWithGlossary.java:106)
at com.example.translate.BatchTranslateTextWithGlossaryTests.testBatchTranslateTextWithGlossary(BatchTranslateTextWithGlossaryTests.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
</pre></details> | 1.0 | com.example.translate.BatchTranslateTextWithGlossaryTests: testBatchTranslateTextWithGlossary failed - This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will stop commenting.
---
commit: 1ca093e41c0dc3d7f13a9d181f044cc7c46c5c4a
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/7a76941c-cf5b-4c52-9da2-8ba6538080ec), [Sponge](http://sponge2/7a76941c-cf5b-4c52-9da2-8ba6538080ec)
status: failed
<details><summary>Test output</summary><br><pre>java.util.concurrent.CancellationException: Task was cancelled.
at com.google.common.util.concurrent.AbstractFuture.cancellationExceptionWithCause(AbstractFuture.java:1427)
at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:564)
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:93)
at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:68)
at com.google.api.gax.longrunning.OperationFutureImpl.get(OperationFutureImpl.java:133)
at com.example.translate.BatchTranslateTextWithGlossary.batchTranslateTextWithGlossary(BatchTranslateTextWithGlossary.java:106)
at com.example.translate.BatchTranslateTextWithGlossaryTests.testBatchTranslateTextWithGlossary(BatchTranslateTextWithGlossaryTests.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
</pre></details> | non_process | com example translate batchtranslatetextwithglossarytests testbatchtranslatetextwithglossary failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting commit buildurl status failed test output java util concurrent cancellationexception task was cancelled at com google common util concurrent abstractfuture cancellationexceptionwithcause abstractfuture java at com google common util concurrent abstractfuture getdonevalue abstractfuture java at com google common util concurrent abstractfuture get abstractfuture java at com google common util concurrent fluentfuture trustedfuture get fluentfuture java at com google common util concurrent forwardingfuture get forwardingfuture java at com google api gax longrunning operationfutureimpl get operationfutureimpl java at com example translate batchtranslatetextwithglossary batchtranslatetextwithglossary batchtranslatetextwithglossary java at com example translate batchtranslatetextwithglossarytests testbatchtranslatetextwithglossary batchtranslatetextwithglossarytests java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire execute java at org apache maven surefire executewithrerun java at org apache maven surefire executetestset java at org apache maven surefire invoke java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter run forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java | 0 |
155 | 2,516,104,969 | IssuesEvent | 2015-01-15 23:19:44 | UV-CDAT/uvcdat | https://api.github.com/repos/UV-CDAT/uvcdat | closed | Update matplotlib to 1.4.2 | build | We are a couple of patch releases behind the matplotlib latest (1.4.0 vs 1.4.2), I'll obtain the source tar balls and update UV-CDAT sources to point to the latest release..
@doutriaux1 @aashish24 want to assign me to this task as a 2.1 milestone? | 1.0 | Update matplotlib to 1.4.2 - We are a couple of patch releases behind the matplotlib latest (1.4.0 vs 1.4.2), I'll obtain the source tar balls and update UV-CDAT sources to point to the latest release..
@doutriaux1 @aashish24 want to assign me to this task as a 2.1 milestone? | non_process | update matplotlib to we are a couple of patch releases behind the matplotlib latest vs i ll obtain the source tar balls and update uv cdat sources to point to the latest release want to assign me to this task as a milestone | 0 |
12,830 | 3,654,944,227 | IssuesEvent | 2016-02-17 14:41:47 | schibsted/sdk-js | https://api.github.com/repos/schibsted/sdk-js | closed | hasProduct callback signature mismatch | documentation | According to documentation at http://techdocs.spid.no/sdks/js/api-docs/ callback for hasProduct receives one response argument. This is not true, in reality it receives two arguments in node.js style callback, first being an error and second being the response.
Please update you documentation accordingly for this method and other methods that follow such convention. | 1.0 | hasProduct callback signature mismatch - According to documentation at http://techdocs.spid.no/sdks/js/api-docs/ callback for hasProduct receives one response argument. This is not true, in reality it receives two arguments in node.js style callback, first being an error and second being the response.
Please update you documentation accordingly for this method and other methods that follow such convention. | non_process | hasproduct callback signature mismatch according to documentation at callback for hasproduct receives one response argument this is not true in reality it receives two arguments in node js style callback first being an error and second being the response please update you documentation accordingly for this method and other methods that follow such convention | 0 |
12,081 | 14,740,038,938 | IssuesEvent | 2021-01-07 08:24:29 | kdjstudios/SABillingGitlab | https://api.github.com/repos/kdjstudios/SABillingGitlab | closed | Columbus - SA Billing - Late Fee Account List | anc-process anp-important ant-bug has attachment | In GitLab by @kdjstudios on Oct 3, 2018, 10:57
[Columbus.xlsx](/uploads/313c2ca0443180b9b68b55cd93d27783/Columbus.xlsx)
HD: http://www.servicedesk.answernet.com/profiles/ticket/2018-10-03-71961/conversation | 1.0 | Columbus - SA Billing - Late Fee Account List - In GitLab by @kdjstudios on Oct 3, 2018, 10:57
[Columbus.xlsx](/uploads/313c2ca0443180b9b68b55cd93d27783/Columbus.xlsx)
HD: http://www.servicedesk.answernet.com/profiles/ticket/2018-10-03-71961/conversation | process | columbus sa billing late fee account list in gitlab by kdjstudios on oct uploads columbus xlsx hd | 1 |
13,939 | 16,706,490,453 | IssuesEvent | 2021-06-09 10:35:18 | paul-buerkner/brms | https://api.github.com/repos/paul-buerkner/brms | closed | Marginalize over varying effects | feature post-processing | In `predict` and related functions, we currently have the option to either condition on varying effects (i.e. include them in the predictions) or to simply ignore them (i.e. conditioning on zero). Instead of ignoring, we should actually marginalize over them, which is something different in models with non-identity links. In the past, this distinction has (understandably) let to confusion not only for brms users.
I argue we should add the possibility of marginalizing over varying effects via monte-carlo integration, which is the only technique that seems feasible to me for brms models of arbitrary multilevel structure.
Suppose we have a logistic regression with a varying intercept and a constant slope of `x`, then we need to compute `mu = integral g(b0 + u + b1 * x) f(u) du` where g is the response function (logistic function in this case) and f is the density of the varying intercepts u.
Monte-carlo integration to approximate mu could be done via
```R
u <- rnorm(<large number>, 0, sd_u)
# or some other way to sample values of u
mu = mean(g(b0 + u + b1 * x))
```
This is computationally demanding since we have to do this marginalization for each posterior draw, but one may be able to vectorize most of the computation at the expense of increased RAM requirements.
| 1.0 | Marginalize over varying effects - In `predict` and related functions, we currently have the option to either condition on varying effects (i.e. include them in the predictions) or to simply ignore them (i.e. conditioning on zero). Instead of ignoring, we should actually marginalize over them, which is something different in models with non-identity links. In the past, this distinction has (understandably) let to confusion not only for brms users.
I argue we should add the possibility of marginalizing over varying effects via monte-carlo integration, which is the only technique that seems feasible to me for brms models of arbitrary multilevel structure.
Suppose we have a logistic regression with a varying intercept and a constant slope of `x`, then we need to compute `mu = integral g(b0 + u + b1 * x) f(u) du` where g is the response function (logistic function in this case) and f is the density of the varying intercepts u.
Monte-carlo integration to approximate mu could be done via
```R
u <- rnorm(<large number>, 0, sd_u)
# or some other way to sample values of u
mu = mean(g(b0 + u + b1 * x))
```
This is computationally demanding since we have to do this marginalization for each posterior draw, but one may be able to vectorize most of the computation at the expense of increased RAM requirements.
| process | marginalize over varying effects in predict and related functions we currently have the option to either condition on varying effects i e include them in the predictions or to simply ignore them i e conditioning on zero instead of ignoring we should actually marginalize over them which is something different in models with non identity links in the past this distinction has understandably let to confusion not only for brms users i argue we should add the possibility of marginalizing over varying effects via monte carlo integration which is the only technique that seems feasible to me for brms models of arbitrary multilevel structure suppose we have a logistic regression with a varying intercept and a constant slope of x then we need to compute mu integral g u x f u du where g is the response function logistic function in this case and f is the density of the varying intercepts u monte carlo integration to approximate mu could be done via r u sd u or some other way to sample values of u mu mean g u x this is computationally demanding since we have to do this marginalization for each posterior draw but one may be able to vectorize most of the computation at the expense of increased ram requirements | 1 |
600,915 | 18,361,741,786 | IssuesEvent | 2021-10-09 10:27:22 | AY2122S1-CS2113T-W12-4/tp | https://api.github.com/repos/AY2122S1-CS2113T-W12-4/tp | closed | 10a. Implement sorting to List Command. | priority.High severity.High type.Task | Able to sort according to most recent, alphabetical, or by expiry date from earliest to latest. | 1.0 | 10a. Implement sorting to List Command. - Able to sort according to most recent, alphabetical, or by expiry date from earliest to latest. | non_process | implement sorting to list command able to sort according to most recent alphabetical or by expiry date from earliest to latest | 0 |
20,159 | 26,713,401,630 | IssuesEvent | 2023-01-28 06:46:17 | gobuffalo/cli | https://api.github.com/repos/gobuffalo/cli | closed | bug: Dependency upgrade and Version fix? | bug process | ### Description
Would it be possible to upgrade go modules and do a version release? A number of libraries are out of date. I am specifically interested in https://github.com/gobuffalo/refresh for [v1.13.3](https://github.com/gobuffalo/refresh/releases/tag/v1.13.3) that fixes [#6](https://github.com/gobuffalo/refresh/issues/6).
Also, the Version reported by `buffalo version` is incorrect. Current is `v0.18.12` but [version.go](https://github.com/gobuffalo/cli/blob/fb755f43a9f07496758ab87fee776ad9e63cfca4/internal/runtime/version.go#L4) is reporting `v0.18.9`.
### To Reproduce
_No response_
### Additional Context
_No response_ | 1.0 | bug: Dependency upgrade and Version fix? - ### Description
Would it be possible to upgrade go modules and do a version release? A number of libraries are out of date. I am specifically interested in https://github.com/gobuffalo/refresh for [v1.13.3](https://github.com/gobuffalo/refresh/releases/tag/v1.13.3) that fixes [#6](https://github.com/gobuffalo/refresh/issues/6).
Also, the Version reported by `buffalo version` is incorrect. Current is `v0.18.12` but [version.go](https://github.com/gobuffalo/cli/blob/fb755f43a9f07496758ab87fee776ad9e63cfca4/internal/runtime/version.go#L4) is reporting `v0.18.9`.
### To Reproduce
_No response_
### Additional Context
_No response_ | process | bug dependency upgrade and version fix description would it be possible to upgrade go modules and do a version release a number of libraries are out of date i am specifically interested in for that fixes also the version reported by buffalo version is incorrect current is but is reporting to reproduce no response additional context no response | 1 |
7,167 | 16,853,483,406 | IssuesEvent | 2021-06-21 00:41:09 | QutEcoacoustics/workbench-client | https://api.github.com/repos/QutEcoacoustics/workbench-client | opened | Enable prerendering | architecture bug env:production env:staging | Currently prerendering of the SSR files is broken for the website, however making it functional would help SEO performance and should be possible. Currently this is broken because we need to read the configuration file for the instance before building. During SSR we perform this step through the express server, however a different solution is needed for prerending to work. The following guide seems promising: https://www.thirdrocktechkno.com/blog/prerendering-in-angular-9/ | 1.0 | Enable prerendering - Currently prerendering of the SSR files is broken for the website, however making it functional would help SEO performance and should be possible. Currently this is broken because we need to read the configuration file for the instance before building. During SSR we perform this step through the express server, however a different solution is needed for prerending to work. The following guide seems promising: https://www.thirdrocktechkno.com/blog/prerendering-in-angular-9/ | non_process | enable prerendering currently prerendering of the ssr files is broken for the website however making it functional would help seo performance and should be possible currently this is broken because we need to read the configuration file for the instance before building during ssr we perform this step through the express server however a different solution is needed for prerending to work the following guide seems promising | 0 |
110,481 | 11,702,010,932 | IssuesEvent | 2020-03-06 21:00:25 | delphidabbler/delphidabbler.github.io | https://api.github.com/repos/delphidabbler/delphidabbler.github.io | closed | Update license details in README | documentation | License details in `README.md` are not in sync with `Credits.html` | 1.0 | Update license details in README - License details in `README.md` are not in sync with `Credits.html` | non_process | update license details in readme license details in readme md are not in sync with credits html | 0 |
336,827 | 30,223,720,999 | IssuesEvent | 2023-07-05 21:41:27 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | closed | Make 'testing.openTesting' effective when running tests via calling APIs | bug testing | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
Currently the setting `testing.openTesting` controls when testing view should be open. But I found that it's not take effect when the test is kicked of from calling the APIs - Create a `TestRunRequest` and pass it to `TestController.createTestRun()` in program.
It will be great if the setting will also take effect when running tests via calling APIs
| 1.0 | Make 'testing.openTesting' effective when running tests via calling APIs - <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
Currently the setting `testing.openTesting` controls when testing view should be open. But I found that it's not take effect when the test is kicked of from calling the APIs - Create a `TestRunRequest` and pass it to `TestController.createTestRun()` in program.
It will be great if the setting will also take effect when running tests via calling APIs
| non_process | make testing opentesting effective when running tests via calling apis currently the setting testing opentesting controls when testing view should be open but i found that it s not take effect when the test is kicked of from calling the apis create a testrunrequest and pass it to testcontroller createtestrun in program it will be great if the setting will also take effect when running tests via calling apis | 0 |
22,075 | 30,596,184,785 | IssuesEvent | 2023-07-21 22:26:27 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | DISABLED test_nested (__main__.ForkTest) | module: multiprocessing triaged skipped | This is action following https://github.com/pytorch/pytorch/issues/67448--let's disable the test that seemed to have deadlocked. Using the discover tests feature and matching it up against the logs, it ends up being test_nested.
```
(pytorch) janeyx@janeyx-mbp pytorch % python test/test_multiprocessing_spawn.py --discover-tests
ForkTest.test_exception_all
ForkTest.test_exception_single
ForkTest.test_first_argument_index
ForkTest.test_nested
ForkTest.test_success
ForkTest.test_success_first_then_exception
ForkTest.test_success_non_blocking
ForkTest.test_terminate_exit
ForkTest.test_terminate_signal
SpawnTest.test_exception_all
SpawnTest.test_exception_raises
SpawnTest.test_exception_single
SpawnTest.test_first_argument_index
SpawnTest.test_nested
SpawnTest.test_process_exited
SpawnTest.test_signal_raises
SpawnTest.test_success
SpawnTest.test_success_first_then_exception
SpawnTest.test_success_non_blocking
SpawnTest.test_terminate_exit
SpawnTest.test_terminate_signal
```
cc @VitalyFedyunin | 1.0 | DISABLED test_nested (__main__.ForkTest) - This is action following https://github.com/pytorch/pytorch/issues/67448--let's disable the test that seemed to have deadlocked. Using the discover tests feature and matching it up against the logs, it ends up being test_nested.
```
(pytorch) janeyx@janeyx-mbp pytorch % python test/test_multiprocessing_spawn.py --discover-tests
ForkTest.test_exception_all
ForkTest.test_exception_single
ForkTest.test_first_argument_index
ForkTest.test_nested
ForkTest.test_success
ForkTest.test_success_first_then_exception
ForkTest.test_success_non_blocking
ForkTest.test_terminate_exit
ForkTest.test_terminate_signal
SpawnTest.test_exception_all
SpawnTest.test_exception_raises
SpawnTest.test_exception_single
SpawnTest.test_first_argument_index
SpawnTest.test_nested
SpawnTest.test_process_exited
SpawnTest.test_signal_raises
SpawnTest.test_success
SpawnTest.test_success_first_then_exception
SpawnTest.test_success_non_blocking
SpawnTest.test_terminate_exit
SpawnTest.test_terminate_signal
```
cc @VitalyFedyunin | process | disabled test nested main forktest this is action following disable the test that seemed to have deadlocked using the discover tests feature and matching it up against the logs it ends up being test nested pytorch janeyx janeyx mbp pytorch python test test multiprocessing spawn py discover tests forktest test exception all forktest test exception single forktest test first argument index forktest test nested forktest test success forktest test success first then exception forktest test success non blocking forktest test terminate exit forktest test terminate signal spawntest test exception all spawntest test exception raises spawntest test exception single spawntest test first argument index spawntest test nested spawntest test process exited spawntest test signal raises spawntest test success spawntest test success first then exception spawntest test success non blocking spawntest test terminate exit spawntest test terminate signal cc vitalyfedyunin | 1 |
263,429 | 28,030,189,346 | IssuesEvent | 2023-03-28 11:53:17 | RG4421/ampere-centos-kernel | https://api.github.com/repos/RG4421/ampere-centos-kernel | reopened | CVE-2022-25375 (Medium) detected in linux-yocto-devv5.3 | Mend: dependency security vulnerability | ## CVE-2022-25375 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-devv5.3</b></p></summary>
<p>
<p>Linux Embedded Kernel - tracks the next mainline release</p>
<p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto-dev>https://git.yoctoproject.org/git/linux-yocto-dev</a></p>
<p>Found in base branch: <b>amp-centos-8.0-kernel</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/gadget/function/rndis.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/gadget/function/rndis.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in drivers/usb/gadget/function/rndis.c in the Linux kernel before 5.16.10. The RNDIS USB gadget lacks validation of the size of the RNDIS_MSG_SET command. Attackers can obtain sensitive information from kernel memory.
<p>Publish Date: 2022-02-20
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-25375>CVE-2022-25375</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25375">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25375</a></p>
<p>Release Date: 2022-02-20</p>
<p>Fix Resolution: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25375</p>
</p>
</details>
<p></p>
| True | CVE-2022-25375 (Medium) detected in linux-yocto-devv5.3 - ## CVE-2022-25375 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-devv5.3</b></p></summary>
<p>
<p>Linux Embedded Kernel - tracks the next mainline release</p>
<p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto-dev>https://git.yoctoproject.org/git/linux-yocto-dev</a></p>
<p>Found in base branch: <b>amp-centos-8.0-kernel</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/gadget/function/rndis.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/gadget/function/rndis.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in drivers/usb/gadget/function/rndis.c in the Linux kernel before 5.16.10. The RNDIS USB gadget lacks validation of the size of the RNDIS_MSG_SET command. Attackers can obtain sensitive information from kernel memory.
<p>Publish Date: 2022-02-20
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-25375>CVE-2022-25375</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25375">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25375</a></p>
<p>Release Date: 2022-02-20</p>
<p>Fix Resolution: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25375</p>
</p>
</details>
<p></p>
| non_process | cve medium detected in linux yocto cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel tracks the next mainline release library home page a href found in base branch amp centos kernel vulnerable source files drivers usb gadget function rndis c drivers usb gadget function rndis c vulnerability details an issue was discovered in drivers usb gadget function rndis c in the linux kernel before the rndis usb gadget lacks validation of the size of the rndis msg set command attackers can obtain sensitive information from kernel memory publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution | 0 |
12,412 | 14,919,509,691 | IssuesEvent | 2021-01-23 00:22:47 | superfluid-finance/protocol-monorepo | https://api.github.com/repos/superfluid-finance/protocol-monorepo | closed | Setup new branching policy | squad:PROCESS | # Synopsis
We will create a new branch policy for the protocol-monorepo:
- Feature branches will be merged to the `dev` branch
- `dev` branch will use the version scheme of`semver-rc.X`
- the policy is that any feature branch can create a PR against this branch, and when after 1 code review approval and CI pass, it is then possible to be merged.
- `master` branch will use the version scheme of `semver`
- the gatekeepers of the repo will be allowed to merge from `dev` branch.
# Notes
- workflow should validate if the version schemes for the branches are respected. | 1.0 | Setup new branching policy - # Synopsis
We will create a new branch policy for the protocol-monorepo:
- Feature branches will be merged to the `dev` branch
- `dev` branch will use the version scheme of`semver-rc.X`
- the policy is that any feature branch can create a PR against this branch, and when after 1 code review approval and CI pass, it is then possible to be merged.
- `master` branch will use the version scheme of `semver`
- the gatekeepers of the repo will be allowed to merge from `dev` branch.
# Notes
- workflow should validate if the version schemes for the branches are respected. | process | setup new branching policy synopsis we will create a new branch policy for the protocol monorepo feature branches will be merged to the dev branch dev branch will use the version scheme of semver rc x the policy is that any feature branch can create a pr against this branch and when after code review approval and ci pass it is then possible to be merged master branch will use the version scheme of semver the gatekeepers of the repo will be allowed to merge from dev branch notes workflow should validate if the version schemes for the branches are respected | 1 |
22,039 | 30,555,679,922 | IssuesEvent | 2023-07-20 11:32:09 | firebase/firebase-cpp-sdk | https://api.github.com/repos/firebase/firebase-cpp-sdk | reopened | [C++] Nightly Integration Testing Report for Firestore | type: process nightly-testing |
<hidden value="integration-test-status-comment"></hidden>
### ✅ [build against repo] Integration test succeeded!
Requested by @sunmou99 on commit 38a46399f0972e11900bce80f9dfd1b4b1dd27ee
Last updated: Wed Jul 19 05:02 PDT 2023
**[View integration test log & download artifacts](https://github.com/firebase/firebase-cpp-sdk/actions/runs/5597731343)**
<hidden value="integration-test-status-comment"></hidden>
***
### ✅ [build against SDK] Integration test succeeded!
Requested by @firebase-workflow-trigger[bot] on commit 38a46399f0972e11900bce80f9dfd1b4b1dd27ee
Last updated: Wed Jul 19 07:54 PDT 2023
**[View integration test log & download artifacts](https://github.com/firebase/firebase-cpp-sdk/actions/runs/5599509572)**
<hidden value="integration-test-status-comment"></hidden>
***
### ✅ [build against tip] Integration test succeeded!
Requested by @sunmou99 on commit 38a46399f0972e11900bce80f9dfd1b4b1dd27ee
Last updated: Wed Jul 19 04:40 PDT 2023
**[View integration test log & download artifacts](https://github.com/firebase/firebase-cpp-sdk/actions/runs/5598272643)**
| 1.0 | [C++] Nightly Integration Testing Report for Firestore -
<hidden value="integration-test-status-comment"></hidden>
### ✅ [build against repo] Integration test succeeded!
Requested by @sunmou99 on commit 38a46399f0972e11900bce80f9dfd1b4b1dd27ee
Last updated: Wed Jul 19 05:02 PDT 2023
**[View integration test log & download artifacts](https://github.com/firebase/firebase-cpp-sdk/actions/runs/5597731343)**
<hidden value="integration-test-status-comment"></hidden>
***
### ✅ [build against SDK] Integration test succeeded!
Requested by @firebase-workflow-trigger[bot] on commit 38a46399f0972e11900bce80f9dfd1b4b1dd27ee
Last updated: Wed Jul 19 07:54 PDT 2023
**[View integration test log & download artifacts](https://github.com/firebase/firebase-cpp-sdk/actions/runs/5599509572)**
<hidden value="integration-test-status-comment"></hidden>
***
### ✅ [build against tip] Integration test succeeded!
Requested by @sunmou99 on commit 38a46399f0972e11900bce80f9dfd1b4b1dd27ee
Last updated: Wed Jul 19 04:40 PDT 2023
**[View integration test log & download artifacts](https://github.com/firebase/firebase-cpp-sdk/actions/runs/5598272643)**
| process | nightly integration testing report for firestore ✅ nbsp integration test succeeded requested by on commit last updated wed jul pdt ✅ nbsp integration test succeeded requested by firebase workflow trigger on commit last updated wed jul pdt ✅ nbsp integration test succeeded requested by on commit last updated wed jul pdt | 1 |
17,655 | 23,472,405,294 | IssuesEvent | 2022-08-17 00:01:24 | MPMG-DCC-UFMG/C01 | https://api.github.com/repos/MPMG-DCC-UFMG/C01 | closed | Criação de passo para execução de Javascript | [1] Requisito [0] Desenvolvimento [2] Média Prioridade [3] Processamento Dinâmico | ## Comportamento esperado
Alguns sites, como https://transparencia.valadares.mg.gov.br/contratos, podem ter seu processo de coleta simplificado removendo o sistema de paginação.
O que é possível ao alterar o valor de uma das opções do campo `select` referente a quantidade de resultados por página para um valor alto que permita que todos os resultados estejam em uma única página.
Porém, para isso, é necessário o uso de Javascript que ainda não há suporte nas opções de passos.
Um passo avançado para execução de Javascript é útil nesse caso exemplificado e em vários outros.
## Comportamento atual
O passo não existe.
## Passos para reproduzir o erro
Não se aplica.
## Especificação da coleta
Não se aplica.
## Sistema
MP e local.
| 1.0 | Criação de passo para execução de Javascript - ## Comportamento esperado
Alguns sites, como https://transparencia.valadares.mg.gov.br/contratos, podem ter seu processo de coleta simplificado removendo o sistema de paginação.
O que é possível ao alterar o valor de uma das opções do campo `select` referente a quantidade de resultados por página para um valor alto que permita que todos os resultados estejam em uma única página.
Porém, para isso, é necessário o uso de Javascript que ainda não há suporte nas opções de passos.
Um passo avançado para execução de Javascript é útil nesse caso exemplificado e em vários outros.
## Comportamento atual
O passo não existe.
## Passos para reproduzir o erro
Não se aplica.
## Especificação da coleta
Não se aplica.
## Sistema
MP e local.
| process | criação de passo para execução de javascript comportamento esperado alguns sites como podem ter seu processo de coleta simplificado removendo o sistema de paginação o que é possível ao alterar o valor de uma das opções do campo select referente a quantidade de resultados por página para um valor alto que permita que todos os resultados estejam em uma única página porém para isso é necessário o uso de javascript que ainda não há suporte nas opções de passos um passo avançado para execução de javascript é útil nesse caso exemplificado e em vários outros comportamento atual o passo não existe passos para reproduzir o erro não se aplica especificação da coleta não se aplica sistema mp e local | 1 |
361,378 | 10,707,865,842 | IssuesEvent | 2019-10-24 18:24:39 | ntop/ntopng | https://api.github.com/repos/ntop/ntopng | closed | Add user scripts benchmark charts | in progress priority ticket user_scripts | Note: some care must be taken in order to export the timeseries data at a consistent step, in order to make RRD happy. The max script execution time should be accounted for the charts | 1.0 | Add user scripts benchmark charts - Note: some care must be taken in order to export the timeseries data at a consistent step, in order to make RRD happy. The max script execution time should be accounted for the charts | non_process | add user scripts benchmark charts note some care must be taken in order to export the timeseries data at a consistent step in order to make rrd happy the max script execution time should be accounted for the charts | 0 |
227,479 | 7,533,893,288 | IssuesEvent | 2018-04-16 05:33:55 | portalsftdev/dm | https://api.github.com/repos/portalsftdev/dm | closed | Фильтры для входных дверей | enhancement priority-1-high | Нужно добавить фильтры для входных дверей:
- ширина
- сторонность
Фильтр "Акция месяца" нужно расположить под фильтром "Сторонность" | 1.0 | Фильтры для входных дверей - Нужно добавить фильтры для входных дверей:
- ширина
- сторонность
Фильтр "Акция месяца" нужно расположить под фильтром "Сторонность" | non_process | фильтры для входных дверей нужно добавить фильтры для входных дверей ширина сторонность фильтр акция месяца нужно расположить под фильтром сторонность | 0 |
13,111 | 15,498,194,275 | IssuesEvent | 2021-03-11 06:03:41 | cypress-io/cypress-documentation | https://api.github.com/repos/cypress-io/cypress-documentation | closed | Publish manifest.json to s3 as part of deploy process | process: deployment | @brian-mann commented on [Wed Jul 05 2017](https://github.com/cypress-io/cypress-monorepo/issues/268)
Update deploy process to convert `sidebar.yml` into `manifest.json` so `cypress-on` can poll it for changes.
| 1.0 | Publish manifest.json to s3 as part of deploy process - @brian-mann commented on [Wed Jul 05 2017](https://github.com/cypress-io/cypress-monorepo/issues/268)
Update deploy process to convert `sidebar.yml` into `manifest.json` so `cypress-on` can poll it for changes.
| process | publish manifest json to as part of deploy process brian mann commented on update deploy process to convert sidebar yml into manifest json so cypress on can poll it for changes | 1 |
3,568 | 6,606,714,861 | IssuesEvent | 2017-09-19 02:06:39 | triplea-game/triplea | https://api.github.com/repos/triplea-game/triplea | opened | Clean up after upgrade to install4j 7 | category: dev & admin process type: admin task | The following tasks need to be performed now that install4j has been upgraded to version 7 (#2285):
* [ ] Backup the install4j 6 and 7 license keys (@ron-murhammer).
* [ ] Remove the install4j 6 license key (`INSTALL4J_LICENSE`) from the Travis configuration (@ssoloff).
* [ ] Disable the debug build feature on Travis (@ssoloff).
@ron-murhammer Since the first task may depend on the others (depending on how you choose to backup the keys), I'll hold off until the first task is complete. | 1.0 | Clean up after upgrade to install4j 7 - The following tasks need to be performed now that install4j has been upgraded to version 7 (#2285):
* [ ] Backup the install4j 6 and 7 license keys (@ron-murhammer).
* [ ] Remove the install4j 6 license key (`INSTALL4J_LICENSE`) from the Travis configuration (@ssoloff).
* [ ] Disable the debug build feature on Travis (@ssoloff).
@ron-murhammer Since the first task may depend on the others (depending on how you choose to backup the keys), I'll hold off until the first task is complete. | process | clean up after upgrade to the following tasks need to be performed now that has been upgraded to version backup the and license keys ron murhammer remove the license key license from the travis configuration ssoloff disable the debug build feature on travis ssoloff ron murhammer since the first task may depend on the others depending on how you choose to backup the keys i ll hold off until the first task is complete | 1 |
12,600 | 14,998,182,653 | IssuesEvent | 2021-01-29 18:01:11 | googleapis/google-cloud-ruby | https://api.github.com/repos/googleapis/google-cloud-ruby | closed | Warning: a recent release failed | type: process | The following release PRs may have failed:
* #8948
* #8949
* #8950
* #8952
* #8955
* #8418
* #8936
* #8947
* #8951
* #8956 | 1.0 | Warning: a recent release failed - The following release PRs may have failed:
* #8948
* #8949
* #8950
* #8952
* #8955
* #8418
* #8936
* #8947
* #8951
* #8956 | process | warning a recent release failed the following release prs may have failed | 1 |
7,667 | 10,757,471,941 | IssuesEvent | 2019-10-31 13:21:28 | linnovate/root | https://api.github.com/repos/linnovate/root | opened | arrow filter after changing filter options doesnt work | Internal Test Process bug | after switching filter option (date, title, etc...) and trying to switch the arrow from descending order to ascending order, it doesnt work once( next time you click on the arrow it works properly) | 1.0 | arrow filter after changing filter options doesnt work - after switching filter option (date, title, etc...) and trying to switch the arrow from descending order to ascending order, it doesnt work once( next time you click on the arrow it works properly) | process | arrow filter after changing filter options doesnt work after switching filter option date title etc and trying to switch the arrow from descending order to ascending order it doesnt work once next time you click on the arrow it works properly | 1 |
15,935 | 20,160,341,216 | IssuesEvent | 2022-02-09 20:47:29 | 2i2c-org/team-compass | https://api.github.com/repos/2i2c-org/team-compass | opened | Plan for next week | :label: team-process | ### Description of problem and opportunity to address it
**Context**
Currently we have 3 team members who are away next week (Mon 14th -> Fri 18th). @choldgraf @yuvipanda @sgibson91
This means that we will be at a significant reduced capacity to help with operational and support issues, which will also likely impact people's ability to work on development projects.
I'm opening this issue in case there's any coordination that people would like to take in advance of next week. For example:
- Is there anything that **needs** to be wrapped up this week?
- Should we still plan on having a sprint planning meeting next week? @damianavila as facilitator I'll leave that to your discretion!
- Should team members plan to dedicate less time to development in the anticipation that some operational things will require more time than usual?
Just want to see if others have thoughts here!
### Implementation guide and constraints
_No response_
### Updates and ongoing work
_No response_ | 1.0 | Plan for next week - ### Description of problem and opportunity to address it
**Context**
Currently we have 3 team members who are away next week (Mon 14th -> Fri 18th). @choldgraf @yuvipanda @sgibson91
This means that we will be at a significant reduced capacity to help with operational and support issues, which will also likely impact people's ability to work on development projects.
I'm opening this issue in case there's any coordination that people would like to take in advance of next week. For example:
- Is there anything that **needs** to be wrapped up this week?
- Should we still plan on having a sprint planning meeting next week? @damianavila as facilitator I'll leave that to your discretion!
- Should team members plan to dedicate less time to development in the anticipation that some operational things will require more time than usual?
Just want to see if others have thoughts here!
### Implementation guide and constraints
_No response_
### Updates and ongoing work
_No response_ | process | plan for next week description of problem and opportunity to address it context currently we have team members who are away next week mon fri choldgraf yuvipanda this means that we will be at a significant reduced capacity to help with operational and support issues which will also likely impact people s ability to work on development projects i m opening this issue in case there s any coordination that people would like to take in advance of next week for example is there anything that needs to be wrapped up this week should we still plan on having a sprint planning meeting next week damianavila as facilitator i ll leave that to your discretion should team members plan to dedicate less time to development in the anticipation that some operational things will require more time than usual just want to see if others have thoughts here implementation guide and constraints no response updates and ongoing work no response | 1 |
740,401 | 25,750,233,611 | IssuesEvent | 2022-12-08 12:44:05 | threefoldtech/freeflow_twin_main | https://api.github.com/repos/threefoldtech/freeflow_twin_main | closed | [WHISPER] Spam clicking 'add user' adds the same user multiple times | priority_minor type_bug | If it takes to long to add the user you can click on the user for multiple times. This shows the user multiple times in the members list.

| 1.0 | [WHISPER] Spam clicking 'add user' adds the same user multiple times - If it takes to long to add the user you can click on the user for multiple times. This shows the user multiple times in the members list.

| non_process | spam clicking add user adds the same user multiple times if it takes to long to add the user you can click on the user for multiple times this shows the user multiple times in the members list | 0 |
21,805 | 30,316,352,183 | IssuesEvent | 2023-07-10 15:49:45 | tdwg/dwc | https://api.github.com/repos/tdwg/dwc | closed | Change term - municipality | Term - change Class - Location non-normative Process - complete | Submitter: John Wieczorek (following issue raised by Ian Engelbrecht @ianengelbrecht Issue #221 and tdwg/dwc-qa#141)
Justification (why is this change necessary?): Clarity
Proponents (who needs this change): Everyone
Current Term definition: https://dwc.tdwg.org/list/#dwc_municipality
Proposed new attributes of the term:
Usage comments (recommendations regarding content, etc.): Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Recommended best practice is to leave this field blank if the Location spans multiple entities at this administrative level or if the Location might be in one or another of multiple possible entities at this level. Multiplicity and uncertainty of the geographic entity can be captured either in the term higherGeography or in the term locality, or both.
Replaces (identifier of the existing term that would be deprecated and replaced by this term, if applicable): http://rs.tdwg.org/dwc/terms/version/municipality-2017-10-06 | 1.0 | Change term - municipality - Submitter: John Wieczorek (following issue raised by Ian Engelbrecht @ianengelbrecht Issue #221 and tdwg/dwc-qa#141)
Justification (why is this change necessary?): Clarity
Proponents (who needs this change): Everyone
Current Term definition: https://dwc.tdwg.org/list/#dwc_municipality
Proposed new attributes of the term:
Usage comments (recommendations regarding content, etc.): Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. Recommended best practice is to leave this field blank if the Location spans multiple entities at this administrative level or if the Location might be in one or another of multiple possible entities at this level. Multiplicity and uncertainty of the geographic entity can be captured either in the term higherGeography or in the term locality, or both.
Replaces (identifier of the existing term that would be deprecated and replaced by this term, if applicable): http://rs.tdwg.org/dwc/terms/version/municipality-2017-10-06 | process | change term municipality submitter john wieczorek following issue raised by ian engelbrecht ianengelbrecht issue and tdwg dwc qa justification why is this change necessary clarity proponents who needs this change everyone current term definition proposed new attributes of the term usage comments recommendations regarding content etc recommended best practice is to use a controlled vocabulary such as the getty thesaurus of geographic names recommended best practice is to leave this field blank if the location spans multiple entities at this administrative level or if the location might be in one or another of multiple possible entities at this level multiplicity and uncertainty of the geographic entity can be captured either in the term highergeography or in the term locality or both replaces identifier of the existing term that would be deprecated and replaced by this term if applicable | 1 |
19,812 | 26,202,121,932 | IssuesEvent | 2023-01-03 18:31:13 | hashgraph/hedera-mirror-node | https://api.github.com/repos/hashgraph/hedera-mirror-node | closed | Release checklist 0.70 | enhancement process | ### Problem
We need a checklist to verify the release is rolled out successfully.
### Solution
## Preparation
- [x] Milestone field populated on relevant [issues](https://github.com/hashgraph/hedera-mirror-node/issues?q=is%3Aclosed+no%3Amilestone+sort%3Aupdated-desc)
- [x] Nothing open for [milestone](https://github.com/hashgraph/hedera-mirror-node/issues?q=is%3Aopen+sort%3Aupdated-desc+milestone%3A0.70.0)
- [x] GitHub checks for branch are passing
- [x] Automated Kubernetes deployment successful
- [x] Tag release
- [x] Upload release artifacts
- [ ] Manual Submission for GCP Marketplace verification by google
- [ ] Publish marketplace release
- [x] Publish release
## Performance
- [x] Deploy to Kubernetes
- [x] Deploy to VM
- [x] gRPC API performance tests
- [x] Importer performance tests
- [x] REST API performance tests
## Previewnet
- [x] Deploy to Kubernetes
## Staging
- [x] Deploy to Kubernetes
## Testnet
- [x] Deploy to VM
## Mainnet
- [x] Deploy to Kubernetes EU
- [x] Deploy to Kubernetes NA
- [x] Deploy to VM
- [x] Deploy to ETL
### Alternatives
_No response_ | 1.0 | Release checklist 0.70 - ### Problem
We need a checklist to verify the release is rolled out successfully.
### Solution
## Preparation
- [x] Milestone field populated on relevant [issues](https://github.com/hashgraph/hedera-mirror-node/issues?q=is%3Aclosed+no%3Amilestone+sort%3Aupdated-desc)
- [x] Nothing open for [milestone](https://github.com/hashgraph/hedera-mirror-node/issues?q=is%3Aopen+sort%3Aupdated-desc+milestone%3A0.70.0)
- [x] GitHub checks for branch are passing
- [x] Automated Kubernetes deployment successful
- [x] Tag release
- [x] Upload release artifacts
- [ ] Manual Submission for GCP Marketplace verification by google
- [ ] Publish marketplace release
- [x] Publish release
## Performance
- [x] Deploy to Kubernetes
- [x] Deploy to VM
- [x] gRPC API performance tests
- [x] Importer performance tests
- [x] REST API performance tests
## Previewnet
- [x] Deploy to Kubernetes
## Staging
- [x] Deploy to Kubernetes
## Testnet
- [x] Deploy to VM
## Mainnet
- [x] Deploy to Kubernetes EU
- [x] Deploy to Kubernetes NA
- [x] Deploy to VM
- [x] Deploy to ETL
### Alternatives
_No response_ | process | release checklist problem we need a checklist to verify the release is rolled out successfully solution preparation milestone field populated on relevant nothing open for github checks for branch are passing automated kubernetes deployment successful tag release upload release artifacts manual submission for gcp marketplace verification by google publish marketplace release publish release performance deploy to kubernetes deploy to vm grpc api performance tests importer performance tests rest api performance tests previewnet deploy to kubernetes staging deploy to kubernetes testnet deploy to vm mainnet deploy to kubernetes eu deploy to kubernetes na deploy to vm deploy to etl alternatives no response | 1 |
59,221 | 14,369,086,690 | IssuesEvent | 2020-12-01 09:18:44 | ignatandrei/stankins | https://api.github.com/repos/ignatandrei/stankins | closed | CVE-2018-20822 (Medium) detected in multiple libraries | security vulnerability | ## CVE-2018-20822 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.10.0.tgz</b>, <b>node-sass-4.9.3.tgz</b></p></summary>
<p>
<details><summary><b>node-sass-4.10.0.tgz</b></p></summary>
<p>Wrapper around libsass</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.10.0.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.10.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsDataWebAngular/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsDataWebAngular/node_modules/node-sass/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.11.4.tgz (Root Library)
- :x: **node-sass-4.10.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>node-sass-4.9.3.tgz</b></p></summary>
<p>Wrapper around libsass</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.9.3.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.9.3.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsAliveAngular/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsAliveAngular/node_modules/node-sass/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.10.7.tgz (Root Library)
- :x: **node-sass-4.9.3.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/ignatandrei/stankins/commit/525550ef1e023c62d5d53d2f2bce03d5d168d46e">525550ef1e023c62d5d53d2f2bce03d5d168d46e</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>
LibSass 3.5.4 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Complex_Selector::perform in ast.hpp and Sass::Inspect::operator in inspect.cpp).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20822>CVE-2018-20822</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: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822</a></p>
<p>Release Date: 2019-08-06</p>
<p>Fix Resolution: LibSass - 3.6.0;node-sass - 4.13.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-2018-20822 (Medium) detected in multiple libraries - ## CVE-2018-20822 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.10.0.tgz</b>, <b>node-sass-4.9.3.tgz</b></p></summary>
<p>
<details><summary><b>node-sass-4.10.0.tgz</b></p></summary>
<p>Wrapper around libsass</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.10.0.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.10.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsDataWebAngular/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsDataWebAngular/node_modules/node-sass/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.11.4.tgz (Root Library)
- :x: **node-sass-4.10.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>node-sass-4.9.3.tgz</b></p></summary>
<p>Wrapper around libsass</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.9.3.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.9.3.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsAliveAngular/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsAliveAngular/node_modules/node-sass/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.10.7.tgz (Root Library)
- :x: **node-sass-4.9.3.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/ignatandrei/stankins/commit/525550ef1e023c62d5d53d2f2bce03d5d168d46e">525550ef1e023c62d5d53d2f2bce03d5d168d46e</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>
LibSass 3.5.4 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Complex_Selector::perform in ast.hpp and Sass::Inspect::operator in inspect.cpp).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20822>CVE-2018-20822</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: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822</a></p>
<p>Release Date: 2019-08-06</p>
<p>Fix Resolution: LibSass - 3.6.0;node-sass - 4.13.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_process | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries node sass tgz node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm stankins solution stankinsdatawebangular package json path to vulnerable library tmp ws scm stankins solution stankinsdatawebangular node modules node sass package json dependency hierarchy build angular tgz root library x node sass tgz vulnerable library node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm stankins solution stankinsaliveangular package json path to vulnerable library tmp ws scm stankins solution stankinsaliveangular node modules node sass package json dependency hierarchy build angular tgz root library x node sass tgz vulnerable library found in head commit a href vulnerability details libsass allows attackers to cause a denial of service uncontrolled recursion in sass complex selector perform in ast hpp and sass inspect operator in inspect cpp publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact 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 libsass node sass step up your open source security game with whitesource | 0 |
793,543 | 28,001,430,197 | IssuesEvent | 2023-03-27 12:02:59 | IwamotoKakeru/gymlabo-hackathon | https://api.github.com/repos/IwamotoKakeru/gymlabo-hackathon | closed | DiffusionScheduler実装 | backend high priority | - [ ] 今のSchedulerは中間画像を返さないので、元のクラス継承してCall関数だけ書き換え
- [ ] Scheduler選定も同時に
- [ ] あとSetup.pyというファイル名はPythonだと別の意味(pip install 用のファイル)として広く使われるので
diffusion.pyなどに変更したほうがいい | 1.0 | DiffusionScheduler実装 - - [ ] 今のSchedulerは中間画像を返さないので、元のクラス継承してCall関数だけ書き換え
- [ ] Scheduler選定も同時に
- [ ] あとSetup.pyというファイル名はPythonだと別の意味(pip install 用のファイル)として広く使われるので
diffusion.pyなどに変更したほうがいい | non_process | diffusionscheduler実装 今のschedulerは中間画像を返さないので、元のクラス継承してcall関数だけ書き換え scheduler選定も同時に あとsetup pyというファイル名はpythonだと別の意味(pip install 用のファイル)として広く使われるので diffusion pyなどに変更したほうがいい | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.