Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 757 | labels stringlengths 4 664 | body stringlengths 3 261k | index stringclasses 10 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 232k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
290,359 | 21,875,778,995 | IssuesEvent | 2022-05-19 09:59:48 | appsmithorg/appsmith | https://api.github.com/repos/appsmithorg/appsmith | closed | [Docs] #4106 [Bug]-[141]:Display a sheet specific error message if sheet names don't match in google sheets plugin | Documentation User Education Pod | > TODO
- [ ] Evaluate if this task is needed. If not add the "Skip Docs" label on the parent ticket
- [ ] Fill these fields
- [ ] Prepare first draft
- [ ] Add label: "Ready for Docs Team"
Field | Details
-----|-----
**POD** | BE Coders Pod
**Parent Ticket** | #4106
Engineer |
Release Date |
Live Date |
First Draft |
Auto Assign |
Priority |
Environment | | 1.0 | [Docs] #4106 [Bug]-[141]:Display a sheet specific error message if sheet names don't match in google sheets plugin - > TODO
- [ ] Evaluate if this task is needed. If not add the "Skip Docs" label on the parent ticket
- [ ] Fill these fields
- [ ] Prepare first draft
- [ ] Add label: "Ready for Docs Team"
Field | Details
-----|-----
**POD** | BE Coders Pod
**Parent Ticket** | #4106
Engineer |
Release Date |
Live Date |
First Draft |
Auto Assign |
Priority |
Environment | | non_defect | display a sheet specific error message if sheet names don t match in google sheets plugin todo evaluate if this task is needed if not add the skip docs label on the parent ticket fill these fields prepare first draft add label ready for docs team field details pod be coders pod parent ticket engineer release date live date first draft auto assign priority environment | 0 |
24,671 | 4,064,817,567 | IssuesEvent | 2016-05-26 08:41:35 | eozguc/dershaneotomasyonu | https://api.github.com/repos/eozguc/dershaneotomasyonu | closed | Yedek dosyayı 40 mb civarında olunca yedekleme hatası veriyor. | auto-migrated Priority-Low Type-Defect | ```
Yedek dosyayı 40 mb civarında olunca yedekleme hatası veriyor. Bunun nedeni
abravira bileşenidir. Zaman ayırıp bu bileşenden kurtulup direk rar.dll
yada
zlib.dll dosyası kullanılabilir.
```
Original issue reported on code.google.com by `mkys...@gmail.com` on 24 Nov 2009 at 9:41 | 1.0 | Yedek dosyayı 40 mb civarında olunca yedekleme hatası veriyor. - ```
Yedek dosyayı 40 mb civarında olunca yedekleme hatası veriyor. Bunun nedeni
abravira bileşenidir. Zaman ayırıp bu bileşenden kurtulup direk rar.dll
yada
zlib.dll dosyası kullanılabilir.
```
Original issue reported on code.google.com by `mkys...@gmail.com` on 24 Nov 2009 at 9:41 | defect | yedek dosyayı mb civarında olunca yedekleme hatası veriyor yedek dosyayı mb civarında olunca yedekleme hatası veriyor bunun nedeni abravira bileşenidir zaman ayırıp bu bileşenden kurtulup direk rar dll yada zlib dll dosyası kullanılabilir original issue reported on code google com by mkys gmail com on nov at | 1 |
816,699 | 30,607,970,404 | IssuesEvent | 2023-07-23 08:46:30 | sef-global/scholarx-backend | https://api.github.com/repos/sef-global/scholarx-backend | closed | Implement Basic Authentication with Passport.js and JWT | backend priority: high | **Description:**
As part of our application's authentication system, we need to implement basic authentication using Passport.js and JWT (JSON Web Tokens). This will allow us to securely authenticate users and manage their sessions using JWT tokens.
**Tasks:**
1. Set up Passport.js and JWT dependencies in the project.
2. Configure Passport.js with the JWT strategy to handle authentication.
3. Implement user registration endpoint to create new user accounts securely.
4. Create a login endpoint that authenticates users and generates JWT tokens.
5. Implement a protected endpoint that requires JWT token for access.
6. Set up middleware to authenticate requests using Passport.js and the JWT strategy.
7. Handle logout functionality to invalidate tokens or sessions.
8. Implement password reset functionality for users who have forgotten their password.
**Acceptance Criteria:**
- Users should be able to register and create new accounts securely.
- Users should be able to log in and receive a JWT token for subsequent authenticated requests.
- The protected endpoint should only be accessible with a valid JWT token.
- JWT tokens should be properly validated, and expired or invalid tokens should be rejected.
- Users should be able to log out and invalidate their session or token.
- The password reset functionality should allow users to reset their password securely.
**Additional Information:**
- Make sure to follow best practices for security, such as properly hashing passwords and securely handling JWT tokens.
- Document the authentication API endpoints and any required input parameters or response formats.
- Ensure that appropriate error handling is implemented for various scenarios, such as invalid credentials or expired tokens.
**Related Dependencies or References:**
- Passport.js: [link to documentation](https://www.passportjs.org/)
- JWT: [link to documentation](https://jwt.io/)
| 1.0 | Implement Basic Authentication with Passport.js and JWT - **Description:**
As part of our application's authentication system, we need to implement basic authentication using Passport.js and JWT (JSON Web Tokens). This will allow us to securely authenticate users and manage their sessions using JWT tokens.
**Tasks:**
1. Set up Passport.js and JWT dependencies in the project.
2. Configure Passport.js with the JWT strategy to handle authentication.
3. Implement user registration endpoint to create new user accounts securely.
4. Create a login endpoint that authenticates users and generates JWT tokens.
5. Implement a protected endpoint that requires JWT token for access.
6. Set up middleware to authenticate requests using Passport.js and the JWT strategy.
7. Handle logout functionality to invalidate tokens or sessions.
8. Implement password reset functionality for users who have forgotten their password.
**Acceptance Criteria:**
- Users should be able to register and create new accounts securely.
- Users should be able to log in and receive a JWT token for subsequent authenticated requests.
- The protected endpoint should only be accessible with a valid JWT token.
- JWT tokens should be properly validated, and expired or invalid tokens should be rejected.
- Users should be able to log out and invalidate their session or token.
- The password reset functionality should allow users to reset their password securely.
**Additional Information:**
- Make sure to follow best practices for security, such as properly hashing passwords and securely handling JWT tokens.
- Document the authentication API endpoints and any required input parameters or response formats.
- Ensure that appropriate error handling is implemented for various scenarios, such as invalid credentials or expired tokens.
**Related Dependencies or References:**
- Passport.js: [link to documentation](https://www.passportjs.org/)
- JWT: [link to documentation](https://jwt.io/)
| non_defect | implement basic authentication with passport js and jwt description as part of our application s authentication system we need to implement basic authentication using passport js and jwt json web tokens this will allow us to securely authenticate users and manage their sessions using jwt tokens tasks set up passport js and jwt dependencies in the project configure passport js with the jwt strategy to handle authentication implement user registration endpoint to create new user accounts securely create a login endpoint that authenticates users and generates jwt tokens implement a protected endpoint that requires jwt token for access set up middleware to authenticate requests using passport js and the jwt strategy handle logout functionality to invalidate tokens or sessions implement password reset functionality for users who have forgotten their password acceptance criteria users should be able to register and create new accounts securely users should be able to log in and receive a jwt token for subsequent authenticated requests the protected endpoint should only be accessible with a valid jwt token jwt tokens should be properly validated and expired or invalid tokens should be rejected users should be able to log out and invalidate their session or token the password reset functionality should allow users to reset their password securely additional information make sure to follow best practices for security such as properly hashing passwords and securely handling jwt tokens document the authentication api endpoints and any required input parameters or response formats ensure that appropriate error handling is implemented for various scenarios such as invalid credentials or expired tokens related dependencies or references passport js jwt | 0 |
21,709 | 3,548,147,345 | IssuesEvent | 2016-01-20 13:14:33 | briandonahue/FluxJpeg.Core | https://api.github.com/repos/briandonahue/FluxJpeg.Core | opened | RGBA Support | auto-migrated Priority-Medium Type-Defect | _From @GoogleCodeExporter on January 20, 2016 12:59_
```
the only way to work with this in c# is with a wrapper to c libraries.
Microsoft doesn`t support this.
it would be great if fjcore support this.
```
Original issue reported on code.google.com by `charcost...@gmail.com` on 8 Jul 2009 at 9:46
Attachments:
* [Footman.jpg](https://storage.googleapis.com/google-code-attachments/fjcore/issue-7/comment-0/Footman.jpg)
_Copied from original issue: anders9ustafsson/fjcore#7_ | 1.0 | RGBA Support - _From @GoogleCodeExporter on January 20, 2016 12:59_
```
the only way to work with this in c# is with a wrapper to c libraries.
Microsoft doesn`t support this.
it would be great if fjcore support this.
```
Original issue reported on code.google.com by `charcost...@gmail.com` on 8 Jul 2009 at 9:46
Attachments:
* [Footman.jpg](https://storage.googleapis.com/google-code-attachments/fjcore/issue-7/comment-0/Footman.jpg)
_Copied from original issue: anders9ustafsson/fjcore#7_ | defect | rgba support from googlecodeexporter on january the only way to work with this in c is with a wrapper to c libraries microsoft doesn t support this it would be great if fjcore support this original issue reported on code google com by charcost gmail com on jul at attachments copied from original issue fjcore | 1 |
62,128 | 7,547,422,242 | IssuesEvent | 2018-04-18 07:57:07 | rtfd/readthedocs.org | https://api.github.com/repos/rtfd/readthedocs.org | closed | List of redirects doesn't say which URLs are being redirected (if exact redirects) | Design Enhancement Needed: design decision | ## Details
- Project URL: https://readthedocs.org/projects/bigchaindb/
- List of project redirects (URL): https://readthedocs.org/dashboard/bigchaindb/redirects/
## Expected Result
When I make a bunch of redirects, I would expect the list of exact redirects to say the URL being redirected (and maybe where). Maybe the list would be simple but I'd be able to click on each item to see the details (such as the URL which get redirected and where).
## Actual Result
The actual list of redirects doesn't say anything about each one, other than it's an "Exact Redirect" (as seen in the image below). Also, I can't click on a redirect to find out more information about it.
What if I want to remove one (but only one) redirect? How can I pick the one to remove?
<hr>

| 2.0 | List of redirects doesn't say which URLs are being redirected (if exact redirects) - ## Details
- Project URL: https://readthedocs.org/projects/bigchaindb/
- List of project redirects (URL): https://readthedocs.org/dashboard/bigchaindb/redirects/
## Expected Result
When I make a bunch of redirects, I would expect the list of exact redirects to say the URL being redirected (and maybe where). Maybe the list would be simple but I'd be able to click on each item to see the details (such as the URL which get redirected and where).
## Actual Result
The actual list of redirects doesn't say anything about each one, other than it's an "Exact Redirect" (as seen in the image below). Also, I can't click on a redirect to find out more information about it.
What if I want to remove one (but only one) redirect? How can I pick the one to remove?
<hr>

| non_defect | list of redirects doesn t say which urls are being redirected if exact redirects details project url list of project redirects url expected result when i make a bunch of redirects i would expect the list of exact redirects to say the url being redirected and maybe where maybe the list would be simple but i d be able to click on each item to see the details such as the url which get redirected and where actual result the actual list of redirects doesn t say anything about each one other than it s an exact redirect as seen in the image below also i can t click on a redirect to find out more information about it what if i want to remove one but only one redirect how can i pick the one to remove | 0 |
317,959 | 9,671,993,956 | IssuesEvent | 2019-05-22 01:26:21 | opendatacube/datacube-k8s-eks | https://api.github.com/repos/opendatacube/datacube-k8s-eks | closed | Replace Helm chart deploy script with terraform | enhancement priority | If we make use of the terraform helm / kubernetes providers we should be able to remove the bash script that is currently being used to deploy helm charts.
Benefits:
- simpler syntax
- cross platform support
- re-use workspace variables / terraform outputs
- manage state of helm charts
Disadvantages:
- no rollback on failure
Alternatives:
- [flux](https://github.com/weaveworks/flux)
- [helmfile](https://github.com/roboll/helmfile) | 1.0 | Replace Helm chart deploy script with terraform - If we make use of the terraform helm / kubernetes providers we should be able to remove the bash script that is currently being used to deploy helm charts.
Benefits:
- simpler syntax
- cross platform support
- re-use workspace variables / terraform outputs
- manage state of helm charts
Disadvantages:
- no rollback on failure
Alternatives:
- [flux](https://github.com/weaveworks/flux)
- [helmfile](https://github.com/roboll/helmfile) | non_defect | replace helm chart deploy script with terraform if we make use of the terraform helm kubernetes providers we should be able to remove the bash script that is currently being used to deploy helm charts benefits simpler syntax cross platform support re use workspace variables terraform outputs manage state of helm charts disadvantages no rollback on failure alternatives | 0 |
156,057 | 19,808,541,700 | IssuesEvent | 2022-01-19 09:43:04 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | Vulnerability roundup 110: postgresql-9.6.24: 3 advisories [8.8] | 2.status: invalid 1.severity: security | [search](https://search.nix.gsc.io/?q=postgresql&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=postgresql+in%3Apath&type=Code)
* [ ] [CVE-2018-1058](https://nvd.nist.gov/vuln/detail/CVE-2018-1058) CVSSv3=8.8 (nixos-21.11)
* [ ] [CVE-2019-9193](https://nvd.nist.gov/vuln/detail/CVE-2019-9193) CVSSv3=7.2 (nixos-21.11)
* [ ] [CVE-2021-3393](https://nvd.nist.gov/vuln/detail/CVE-2021-3393) CVSSv3=4.3 (nixos-21.11)
## CVE details
### CVE-2018-1058
A flaw was found in the way Postgresql allowed a user to modify the behavior of a query for other users. An attacker with a user account could use this flaw to execute code with the permissions of superuser in the database. Versions 9.3 through 10 are affected.
### CVE-2019-9193
** DISPUTED ** In PostgreSQL 9.3 through 11.2, the "COPY TO/FROM PROGRAM" function allows superusers and users in the 'pg_execute_server_program' group to execute arbitrary code in the context of the database's operating system user. This functionality is enabled by default and can be abused to run arbitrary operating system commands on Windows, Linux, and macOS. NOTE: Third parties claim/state this is not an issue because PostgreSQL functionality for ‘COPY TO/FROM PROGRAM’ is acting as intended. References state that in PostgreSQL, a superuser can execute commands as the server user without using the ‘COPY FROM PROGRAM’.
### CVE-2021-3393
An information leak was discovered in postgresql in versions before 13.2, before 12.6 and before 11.11. A user having UPDATE permission but not SELECT permission to a particular column could craft queries which, under some circumstances, might disclose values from that column in error messages. An attacker could use this flaw to obtain information stored in a column they are allowed to write but not read.
-----
Scanned versions: nixos-21.11: 3ddd960a3b5.
Cc @danbst
Cc @globin
Cc @ivan
Cc @marsam
Cc @thoughtpolice
| True | Vulnerability roundup 110: postgresql-9.6.24: 3 advisories [8.8] - [search](https://search.nix.gsc.io/?q=postgresql&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=postgresql+in%3Apath&type=Code)
* [ ] [CVE-2018-1058](https://nvd.nist.gov/vuln/detail/CVE-2018-1058) CVSSv3=8.8 (nixos-21.11)
* [ ] [CVE-2019-9193](https://nvd.nist.gov/vuln/detail/CVE-2019-9193) CVSSv3=7.2 (nixos-21.11)
* [ ] [CVE-2021-3393](https://nvd.nist.gov/vuln/detail/CVE-2021-3393) CVSSv3=4.3 (nixos-21.11)
## CVE details
### CVE-2018-1058
A flaw was found in the way Postgresql allowed a user to modify the behavior of a query for other users. An attacker with a user account could use this flaw to execute code with the permissions of superuser in the database. Versions 9.3 through 10 are affected.
### CVE-2019-9193
** DISPUTED ** In PostgreSQL 9.3 through 11.2, the "COPY TO/FROM PROGRAM" function allows superusers and users in the 'pg_execute_server_program' group to execute arbitrary code in the context of the database's operating system user. This functionality is enabled by default and can be abused to run arbitrary operating system commands on Windows, Linux, and macOS. NOTE: Third parties claim/state this is not an issue because PostgreSQL functionality for ‘COPY TO/FROM PROGRAM’ is acting as intended. References state that in PostgreSQL, a superuser can execute commands as the server user without using the ‘COPY FROM PROGRAM’.
### CVE-2021-3393
An information leak was discovered in postgresql in versions before 13.2, before 12.6 and before 11.11. A user having UPDATE permission but not SELECT permission to a particular column could craft queries which, under some circumstances, might disclose values from that column in error messages. An attacker could use this flaw to obtain information stored in a column they are allowed to write but not read.
-----
Scanned versions: nixos-21.11: 3ddd960a3b5.
Cc @danbst
Cc @globin
Cc @ivan
Cc @marsam
Cc @thoughtpolice
| non_defect | vulnerability roundup postgresql advisories nixos nixos nixos cve details cve a flaw was found in the way postgresql allowed a user to modify the behavior of a query for other users an attacker with a user account could use this flaw to execute code with the permissions of superuser in the database versions through are affected cve disputed in postgresql through the copy to from program function allows superusers and users in the pg execute server program group to execute arbitrary code in the context of the database s operating system user this functionality is enabled by default and can be abused to run arbitrary operating system commands on windows linux and macos note third parties claim state this is not an issue because postgresql functionality for ‘copy to from program’ is acting as intended references state that in postgresql a superuser can execute commands as the server user without using the ‘copy from program’ cve an information leak was discovered in postgresql in versions before before and before a user having update permission but not select permission to a particular column could craft queries which under some circumstances might disclose values from that column in error messages an attacker could use this flaw to obtain information stored in a column they are allowed to write but not read scanned versions nixos cc danbst cc globin cc ivan cc marsam cc thoughtpolice | 0 |
47,812 | 13,066,245,208 | IssuesEvent | 2020-07-30 21:17:31 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | [clast] poor test coverage for I3CLastFitParamsConverter.cxx (Trac #1208) | Migrated from Trac combo reconstruction defect | `private/clast/converter/I3CLastFitParamsConverter.cxx` has poor/non-existent test coverage. This probably indicates missing tests.
Migrated from https://code.icecube.wisc.edu/ticket/1208
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:55",
"description": "`private/clast/converter/I3CLastFitParamsConverter.cxx` has poor/non-existent test coverage. This probably indicates missing tests.",
"reporter": "david.schultz",
"cc": "",
"resolution": "fixed",
"_ts": "1550067295757382",
"component": "combo reconstruction",
"summary": "[clast] poor test coverage for I3CLastFitParamsConverter.cxx",
"priority": "critical",
"keywords": "",
"time": "2015-08-19T19:25:38",
"milestone": "",
"owner": "markw04",
"type": "defect"
}
```
| 1.0 | [clast] poor test coverage for I3CLastFitParamsConverter.cxx (Trac #1208) - `private/clast/converter/I3CLastFitParamsConverter.cxx` has poor/non-existent test coverage. This probably indicates missing tests.
Migrated from https://code.icecube.wisc.edu/ticket/1208
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:55",
"description": "`private/clast/converter/I3CLastFitParamsConverter.cxx` has poor/non-existent test coverage. This probably indicates missing tests.",
"reporter": "david.schultz",
"cc": "",
"resolution": "fixed",
"_ts": "1550067295757382",
"component": "combo reconstruction",
"summary": "[clast] poor test coverage for I3CLastFitParamsConverter.cxx",
"priority": "critical",
"keywords": "",
"time": "2015-08-19T19:25:38",
"milestone": "",
"owner": "markw04",
"type": "defect"
}
```
| defect | poor test coverage for cxx trac private clast converter cxx has poor non existent test coverage this probably indicates missing tests migrated from json status closed changetime description private clast converter cxx has poor non existent test coverage this probably indicates missing tests reporter david schultz cc resolution fixed ts component combo reconstruction summary poor test coverage for cxx priority critical keywords time milestone owner type defect | 1 |
68,099 | 9,124,882,511 | IssuesEvent | 2019-02-24 08:26:55 | ljvmiranda921/pyswarms | https://api.github.com/repos/ljvmiranda921/pyswarms | closed | Update README documentation | documentation first-timers-only | There's so much API change that even the documentation in the README will not work right away. Any help here would really be appreciated. The goal is to just try out the code samples in the docs, and correct them into our new version. | 1.0 | Update README documentation - There's so much API change that even the documentation in the README will not work right away. Any help here would really be appreciated. The goal is to just try out the code samples in the docs, and correct them into our new version. | non_defect | update readme documentation there s so much api change that even the documentation in the readme will not work right away any help here would really be appreciated the goal is to just try out the code samples in the docs and correct them into our new version | 0 |
80,051 | 29,931,162,063 | IssuesEvent | 2023-06-22 09:34:14 | vector-im/element-x-android | https://api.github.com/repos/vector-im/element-x-android | opened | Crash when switching rooms | T-Defect | ### Steps to reproduce
1. Switch rooms
### Outcome
#### What did you expect?
It should work
#### What happened instead?
App crashes
### Your phone model
_No response_
### Operating system version
_No response_
### Application version and app store
debug build
### Homeserver
matrix.org
### Will you send logs?
Yes
### Are you willing to provide a PR?
No | 1.0 | Crash when switching rooms - ### Steps to reproduce
1. Switch rooms
### Outcome
#### What did you expect?
It should work
#### What happened instead?
App crashes
### Your phone model
_No response_
### Operating system version
_No response_
### Application version and app store
debug build
### Homeserver
matrix.org
### Will you send logs?
Yes
### Are you willing to provide a PR?
No | defect | crash when switching rooms steps to reproduce switch rooms outcome what did you expect it should work what happened instead app crashes your phone model no response operating system version no response application version and app store debug build homeserver matrix org will you send logs yes are you willing to provide a pr no | 1 |
212,094 | 23,857,051,668 | IssuesEvent | 2022-09-07 01:29:09 | semarmendemx/vulnado | https://api.github.com/repos/semarmendemx/vulnado | opened | CVE-2022-38751 (Medium) detected in snakeyaml-1.23.jar | security vulnerability | ## CVE-2022-38751 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.23.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-2.1.2.RELEASE.jar (Root Library)
- :x: **snakeyaml-1.23.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://api.github.com/repos/semarmendemx/vulnado/commits/32814c7fcfe30a55a8d0148cfe4388bdc8141fe8">32814c7fcfe30a55a8d0148cfe4388bdc8141fe8</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow.
<p>Publish Date: 2022-09-05
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-38751>CVE-2022-38751</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: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-38751 (Medium) detected in snakeyaml-1.23.jar - ## CVE-2022-38751 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.23.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-2.1.2.RELEASE.jar (Root Library)
- :x: **snakeyaml-1.23.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://api.github.com/repos/semarmendemx/vulnado/commits/32814c7fcfe30a55a8d0148cfe4388bdc8141fe8">32814c7fcfe30a55a8d0148cfe4388bdc8141fe8</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow.
<p>Publish Date: 2022-09-05
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-38751>CVE-2022-38751</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: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in snakeyaml jar cve medium severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org yaml snakeyaml snakeyaml jar dependency hierarchy spring boot starter release jar root library x snakeyaml jar vulnerable library found in head commit a href found in base branch master vulnerability details using snakeyaml to parse untrusted yaml files may be vulnerable to denial of service attacks dos if the parser is running on user supplied input an attacker may supply content that causes the parser to crash by stackoverflow publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with mend | 0 |
29,508 | 5,706,586,245 | IssuesEvent | 2017-04-18 11:44:33 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Wrong bevahiour on editable treetable with selectOneMenu | 6.0.19 defect | ## 1) Environment
- PrimeFaces version: 6.0.17 (the attached war uses 6.0 but the bug is also present on the latestversion)
- Does it work on the newest released PrimeFaces version? Version? No. I'm already using the latest version
- Application server + version: Payara 4.1.1.171
- Affected browsers: at least Firefox and Chrome (latest versions)
## 2) Expected behavior
The problem only happens on editable Tree tables. It works as expected on editable datatables.
When clicking *on the arrow* of a `p:selectOneMenu`, I expect the selector to collapse, but keeping the edit mode enabled.

That's the way it works on the datatable.
## 3) Actual behavior
Clicking on the arrow has a strange behavior, leaving the edit mode while still showing field options:

## 4) Steps to reproduce
- Create an editable tree node (cell mode)
- Click on a column for which field is a selectOneMenu
- Without selecting any option, click exactly on the arrow icon.
## 5) Sample XHTML
```
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:p="http://primefaces.org/ui"
xmlns:f="http://xmlns.jcp.org/jsf/core">
<h:head>
<title>Facelet Title</title>
</h:head>
<h:body>
<h:form>
<h2>Tree Table (works as expected)</h2>
<p:dataTable value="#{index.users}" var="user" editable="true" editMode="cell">
<p:column headerText="Name">
<p:cellEditor>
<f:facet name="output">
#{user.name}
</f:facet>
<f:facet name="input">
<p:selectOneMenu value="#{user.name}">
<f:selectItems value="#{index.availableNames}" var="name" itemValue="#{name}" />
</p:selectOneMenu>
</f:facet>
</p:cellEditor>
</p:column>
</p:dataTable>
<h2>Tree Table (bug)</h2>
<p:treeTable value="#{index.root}" var="user" editable="true" editMode="cell">
<p:column headerText="Name">
<p:cellEditor>
<f:facet name="output">
#{user.name}
</f:facet>
<f:facet name="input">
<p:selectOneMenu value="#{user.name}">
<f:selectItems value="#{index.availableNames}" var="name" itemValue="#{name}" />
</p:selectOneMenu>
</f:facet>
</p:cellEditor>
</p:column>
</p:treeTable>
</h:form>
</h:body>
</html>
```
## 6) Sample bean
```
package com.example.pftest;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import org.primefaces.model.DefaultTreeNode;
import org.primefaces.model.TreeNode;
@ManagedBean(name = "index")
@ViewScoped
public class Index implements Serializable {
private TreeNode root;
private List<User> users = new ArrayList<User>();
private List<String> availableNames = Arrays.asList("Guillermo", "Miguel", "Cagatay");
@PostConstruct
public void init() {
User user = new User("Guillermo");
users.add(user);
root = new DefaultTreeNode(new User("XX"), null);
new DefaultTreeNode(user, root);
}
public List<User> getUsers() {
return users;
}
public List<String> getAvailableNames() {
return availableNames;
}
public TreeNode getRoot() {
return root;
}
public static class User {
private String name;
public User(String name) {
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
}
```
I copied the PrimeFaces test repository to create a reproducer but I'm unable to make ir tun. I attach the code anyway if that helps. It deploys correctly on Payara.
[pftest.zip](https://github.com/primefaces/primefaces/files/890297/pftest.zip)
| 1.0 | Wrong bevahiour on editable treetable with selectOneMenu - ## 1) Environment
- PrimeFaces version: 6.0.17 (the attached war uses 6.0 but the bug is also present on the latestversion)
- Does it work on the newest released PrimeFaces version? Version? No. I'm already using the latest version
- Application server + version: Payara 4.1.1.171
- Affected browsers: at least Firefox and Chrome (latest versions)
## 2) Expected behavior
The problem only happens on editable Tree tables. It works as expected on editable datatables.
When clicking *on the arrow* of a `p:selectOneMenu`, I expect the selector to collapse, but keeping the edit mode enabled.

That's the way it works on the datatable.
## 3) Actual behavior
Clicking on the arrow has a strange behavior, leaving the edit mode while still showing field options:

## 4) Steps to reproduce
- Create an editable tree node (cell mode)
- Click on a column for which field is a selectOneMenu
- Without selecting any option, click exactly on the arrow icon.
## 5) Sample XHTML
```
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:p="http://primefaces.org/ui"
xmlns:f="http://xmlns.jcp.org/jsf/core">
<h:head>
<title>Facelet Title</title>
</h:head>
<h:body>
<h:form>
<h2>Tree Table (works as expected)</h2>
<p:dataTable value="#{index.users}" var="user" editable="true" editMode="cell">
<p:column headerText="Name">
<p:cellEditor>
<f:facet name="output">
#{user.name}
</f:facet>
<f:facet name="input">
<p:selectOneMenu value="#{user.name}">
<f:selectItems value="#{index.availableNames}" var="name" itemValue="#{name}" />
</p:selectOneMenu>
</f:facet>
</p:cellEditor>
</p:column>
</p:dataTable>
<h2>Tree Table (bug)</h2>
<p:treeTable value="#{index.root}" var="user" editable="true" editMode="cell">
<p:column headerText="Name">
<p:cellEditor>
<f:facet name="output">
#{user.name}
</f:facet>
<f:facet name="input">
<p:selectOneMenu value="#{user.name}">
<f:selectItems value="#{index.availableNames}" var="name" itemValue="#{name}" />
</p:selectOneMenu>
</f:facet>
</p:cellEditor>
</p:column>
</p:treeTable>
</h:form>
</h:body>
</html>
```
## 6) Sample bean
```
package com.example.pftest;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import org.primefaces.model.DefaultTreeNode;
import org.primefaces.model.TreeNode;
@ManagedBean(name = "index")
@ViewScoped
public class Index implements Serializable {
private TreeNode root;
private List<User> users = new ArrayList<User>();
private List<String> availableNames = Arrays.asList("Guillermo", "Miguel", "Cagatay");
@PostConstruct
public void init() {
User user = new User("Guillermo");
users.add(user);
root = new DefaultTreeNode(new User("XX"), null);
new DefaultTreeNode(user, root);
}
public List<User> getUsers() {
return users;
}
public List<String> getAvailableNames() {
return availableNames;
}
public TreeNode getRoot() {
return root;
}
public static class User {
private String name;
public User(String name) {
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
}
```
I copied the PrimeFaces test repository to create a reproducer but I'm unable to make ir tun. I attach the code anyway if that helps. It deploys correctly on Payara.
[pftest.zip](https://github.com/primefaces/primefaces/files/890297/pftest.zip)
| defect | wrong bevahiour on editable treetable with selectonemenu environment primefaces version the attached war uses but the bug is also present on the latestversion does it work on the newest released primefaces version version no i m already using the latest version application server version payara affected browsers at least firefox and chrome latest versions expected behavior the problem only happens on editable tree tables it works as expected on editable datatables when clicking on the arrow of a p selectonemenu i expect the selector to collapse but keeping the edit mode enabled that s the way it works on the datatable actual behavior clicking on the arrow has a strange behavior leaving the edit mode while still showing field options steps to reproduce create an editable tree node cell mode click on a column for which field is a selectonemenu without selecting any option click exactly on the arrow icon sample xhtml html xmlns xmlns h xmlns p xmlns f facelet title tree table works as expected user name tree table bug user name sample bean package com example pftest import java io serializable import java util arraylist import java util arrays import java util list import javax annotation postconstruct import javax faces bean managedbean import javax faces bean viewscoped import org primefaces model defaulttreenode import org primefaces model treenode managedbean name index viewscoped public class index implements serializable private treenode root private list users new arraylist private list availablenames arrays aslist guillermo miguel cagatay postconstruct public void init user user new user guillermo users add user root new defaulttreenode new user xx null new defaulttreenode user root public list getusers return users public list getavailablenames return availablenames public treenode getroot return root public static class user private string name public user string name this name name public string getname return name public void setname string name this name name i copied the primefaces test repository to create a reproducer but i m unable to make ir tun i attach the code anyway if that helps it deploys correctly on payara | 1 |
63,142 | 17,393,642,802 | IssuesEvent | 2021-08-02 10:38:21 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Incoming call box is out of alignment again | A-VoIP P2 S-Minor S-Tolerable T-Defect | 
Should be lined up with the middle of the People tag, not at the bottom of it. | 1.0 | Incoming call box is out of alignment again - 
Should be lined up with the middle of the People tag, not at the bottom of it. | defect | incoming call box is out of alignment again should be lined up with the middle of the people tag not at the bottom of it | 1 |
32,254 | 6,744,209,401 | IssuesEvent | 2017-10-20 14:55:00 | Retyped/Retyped | https://api.github.com/repos/Retyped/Retyped | opened | Emit [IgnoreGeneric(AllowInTypeScript = true)] | defect | Retyped marks all generic types with `[IgnoreGeneric]` attribute in order to generate correct JavaScript. However, this attribute also removes type arguments from declarations generated by Bridge.NET. In order to fix that **AllowInTypeScript** option have to be set to `true`.
All Retyped packages should be regenerated.
**Found in:**
- [Knockout Demo](https://github.com/Retyped/Demos/tree/master/KnockoutDemo/KnockoutDemo)
## C# sample
```cs
public class Program
{
public Optional<string> Str;
}
[External]
[IgnoreGeneric]
public class Optional<T>
{
}
```
### Expected Result (TypeScript)
```ts
/// <reference path="./bridge.d.ts" />
declare module Demo {
export interface Program {
Str: Demo.Optional<string>;
}
export interface ProgramFunc extends Function {
prototype: Program;
new (): Program;
}
var Program: ProgramFunc;
}
```
### Actual Result (TypeScript)
```ts
/// <reference path="./bridge.d.ts" />
declare module Demo {
export interface Program {
Str: Demo.Optional;
}
export interface ProgramFunc extends Function {
prototype: Program;
new (): Program;
}
var Program: ProgramFunc;
}
```
## See also
- [bridgedotnet/Bridge#3213] Ignore [IgnoreGeneric] attribute when generating TypeScript declarations
| 1.0 | Emit [IgnoreGeneric(AllowInTypeScript = true)] - Retyped marks all generic types with `[IgnoreGeneric]` attribute in order to generate correct JavaScript. However, this attribute also removes type arguments from declarations generated by Bridge.NET. In order to fix that **AllowInTypeScript** option have to be set to `true`.
All Retyped packages should be regenerated.
**Found in:**
- [Knockout Demo](https://github.com/Retyped/Demos/tree/master/KnockoutDemo/KnockoutDemo)
## C# sample
```cs
public class Program
{
public Optional<string> Str;
}
[External]
[IgnoreGeneric]
public class Optional<T>
{
}
```
### Expected Result (TypeScript)
```ts
/// <reference path="./bridge.d.ts" />
declare module Demo {
export interface Program {
Str: Demo.Optional<string>;
}
export interface ProgramFunc extends Function {
prototype: Program;
new (): Program;
}
var Program: ProgramFunc;
}
```
### Actual Result (TypeScript)
```ts
/// <reference path="./bridge.d.ts" />
declare module Demo {
export interface Program {
Str: Demo.Optional;
}
export interface ProgramFunc extends Function {
prototype: Program;
new (): Program;
}
var Program: ProgramFunc;
}
```
## See also
- [bridgedotnet/Bridge#3213] Ignore [IgnoreGeneric] attribute when generating TypeScript declarations
| defect | emit retyped marks all generic types with attribute in order to generate correct javascript however this attribute also removes type arguments from declarations generated by bridge net in order to fix that allowintypescript option have to be set to true all retyped packages should be regenerated found in c sample cs public class program public optional str public class optional expected result typescript ts declare module demo export interface program str demo optional export interface programfunc extends function prototype program new program var program programfunc actual result typescript ts declare module demo export interface program str demo optional export interface programfunc extends function prototype program new program var program programfunc see also ignore attribute when generating typescript declarations | 1 |
100,184 | 16,486,679,572 | IssuesEvent | 2021-05-24 19:05:12 | CrazyKidJack/WebGoat_2.0_clone | https://api.github.com/repos/CrazyKidJack/WebGoat_2.0_clone | opened | CVE-2019-11358 (Medium) detected in multiple libraries | security vulnerability | ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-3.3.1.tgz</b>, <b>jquery-2.2.3.js</b></p></summary>
<p>
<details><summary><b>jquery-2.1.4.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p>
<p>Path to dependency file: WebGoat_2.0_clone/docs/node_modules/jquery.easing/example/example.html</p>
<p>Path to vulnerable library: WebGoat_2.0_clone/webgoat-container/target/classes/static/js/libs/jquery-2.1.4.min.js,WebGoat_2.0_clone/docs/node_modules/jquery.easing/example/example.html,WebGoat_2.0_clone/webgoat-container/src/main/resources/static/js/libs/jquery-2.1.4.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-2.1.4.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-3.3.1.tgz</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz">https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz</a></p>
<p>Path to dependency file: WebGoat_2.0_clone/docs/package.json</p>
<p>Path to vulnerable library: WebGoat_2.0_clone/docs/node_modules/jquery/package.json</p>
<p>
Dependency Hierarchy:
- :x: **jquery-3.3.1.tgz** (Vulnerable Library)
</details>
<details><summary><b>jquery-2.2.3.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js</a></p>
<p>Path to dependency file: WebGoat_2.0_clone/docs/node_modules/jquery.easing/example/verify.html</p>
<p>Path to vulnerable library: WebGoat_2.0_clone/docs/node_modules/jquery.easing/example/verify.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-2.2.3.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://api.github.com/repos/CrazyKidJack/WebGoat_2.0_clone/commits/bf2e3239dd01ebad5bdcf3161aa931ddd47755ff">bf2e3239dd01ebad5bdcf3161aa931ddd47755ff</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
<p>Publish Date: 2019-04-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p>
<p>Release Date: 2019-04-20</p>
<p>Fix Resolution: 3.4.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.1.4","packageFilePaths":["/docs/node_modules/jquery.easing/example/example.html"],"isTransitiveDependency":false,"dependencyTree":"jquery:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"},{"packageType":"javascript/Node.js","packageName":"jquery","packageVersion":"3.3.1","packageFilePaths":["/docs/package.json"],"isTransitiveDependency":false,"dependencyTree":"jquery:3.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.2.3","packageFilePaths":["/docs/node_modules/jquery.easing/example/verify.html"],"isTransitiveDependency":false,"dependencyTree":"jquery:2.2.3","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2019-11358","vulnerabilityDetails":"jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | True | CVE-2019-11358 (Medium) detected in multiple libraries - ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-3.3.1.tgz</b>, <b>jquery-2.2.3.js</b></p></summary>
<p>
<details><summary><b>jquery-2.1.4.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p>
<p>Path to dependency file: WebGoat_2.0_clone/docs/node_modules/jquery.easing/example/example.html</p>
<p>Path to vulnerable library: WebGoat_2.0_clone/webgoat-container/target/classes/static/js/libs/jquery-2.1.4.min.js,WebGoat_2.0_clone/docs/node_modules/jquery.easing/example/example.html,WebGoat_2.0_clone/webgoat-container/src/main/resources/static/js/libs/jquery-2.1.4.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-2.1.4.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-3.3.1.tgz</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz">https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz</a></p>
<p>Path to dependency file: WebGoat_2.0_clone/docs/package.json</p>
<p>Path to vulnerable library: WebGoat_2.0_clone/docs/node_modules/jquery/package.json</p>
<p>
Dependency Hierarchy:
- :x: **jquery-3.3.1.tgz** (Vulnerable Library)
</details>
<details><summary><b>jquery-2.2.3.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js</a></p>
<p>Path to dependency file: WebGoat_2.0_clone/docs/node_modules/jquery.easing/example/verify.html</p>
<p>Path to vulnerable library: WebGoat_2.0_clone/docs/node_modules/jquery.easing/example/verify.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-2.2.3.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://api.github.com/repos/CrazyKidJack/WebGoat_2.0_clone/commits/bf2e3239dd01ebad5bdcf3161aa931ddd47755ff">bf2e3239dd01ebad5bdcf3161aa931ddd47755ff</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
<p>Publish Date: 2019-04-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p>
<p>Release Date: 2019-04-20</p>
<p>Fix Resolution: 3.4.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.1.4","packageFilePaths":["/docs/node_modules/jquery.easing/example/example.html"],"isTransitiveDependency":false,"dependencyTree":"jquery:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"},{"packageType":"javascript/Node.js","packageName":"jquery","packageVersion":"3.3.1","packageFilePaths":["/docs/package.json"],"isTransitiveDependency":false,"dependencyTree":"jquery:3.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.2.3","packageFilePaths":["/docs/node_modules/jquery.easing/example/verify.html"],"isTransitiveDependency":false,"dependencyTree":"jquery:2.2.3","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2019-11358","vulnerabilityDetails":"jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | non_defect | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries jquery min js jquery tgz jquery js jquery min js javascript library for dom operations library home page a href path to dependency file webgoat clone docs node modules jquery easing example example html path to vulnerable library webgoat clone webgoat container target classes static js libs jquery min js webgoat clone docs node modules jquery easing example example html webgoat clone webgoat container src main resources static js libs jquery min js dependency hierarchy x jquery min js vulnerable library jquery tgz javascript library for dom operations library home page a href path to dependency file webgoat clone docs package json path to vulnerable library webgoat clone docs node modules jquery package json dependency hierarchy x jquery tgz vulnerable library jquery js javascript library for dom operations library home page a href path to dependency file webgoat clone docs node modules jquery easing example verify html path to vulnerable library webgoat clone docs node modules jquery easing example verify html dependency hierarchy x jquery js vulnerable library found in head commit a href vulnerability details jquery before as used in drupal backdrop cms and other products mishandles jquery extend true because of object prototype pollution if an unsanitized source object contained an enumerable proto property it could extend the native object prototype publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree jquery isminimumfixversionavailable true minimumfixversion packagetype javascript node js packagename jquery packageversion packagefilepaths istransitivedependency false dependencytree jquery isminimumfixversionavailable true minimumfixversion packagetype javascript packagename jquery packageversion packagefilepaths istransitivedependency false dependencytree jquery isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails jquery before as used in drupal backdrop cms and other products mishandles jquery extend true because of object prototype pollution if an unsanitized source object contained an enumerable proto property it could extend the native object prototype vulnerabilityurl | 0 |
30,091 | 13,201,620,319 | IssuesEvent | 2020-08-14 10:30:47 | google/recaptcha | https://api.github.com/repos/google/recaptcha | closed | Is this is a vulnerability or am I testing this on a low level ReCaptcha? | question service discussion | I tried for a long time to find a way to bypass the ReCaptcha(Purely for educational purposes) and to test my script on a website I used the official demo for ReCaptcha v3. Link - https://www.google.com/recaptcha/api2/demo. And just to clarify am I stupid or this is an actual issue, I wrote two lines of python code to bypass it. I used a library called pyautogui and respective of where the checkbox is located, I gave it the coordinates and made it click automatically. This worked every time. This question is for clarity and I am not fully sure if this version is under development but I have seen it in use in a fair few websites. | 1.0 | Is this is a vulnerability or am I testing this on a low level ReCaptcha? - I tried for a long time to find a way to bypass the ReCaptcha(Purely for educational purposes) and to test my script on a website I used the official demo for ReCaptcha v3. Link - https://www.google.com/recaptcha/api2/demo. And just to clarify am I stupid or this is an actual issue, I wrote two lines of python code to bypass it. I used a library called pyautogui and respective of where the checkbox is located, I gave it the coordinates and made it click automatically. This worked every time. This question is for clarity and I am not fully sure if this version is under development but I have seen it in use in a fair few websites. | non_defect | is this is a vulnerability or am i testing this on a low level recaptcha i tried for a long time to find a way to bypass the recaptcha purely for educational purposes and to test my script on a website i used the official demo for recaptcha link and just to clarify am i stupid or this is an actual issue i wrote two lines of python code to bypass it i used a library called pyautogui and respective of where the checkbox is located i gave it the coordinates and made it click automatically this worked every time this question is for clarity and i am not fully sure if this version is under development but i have seen it in use in a fair few websites | 0 |
64,300 | 18,412,001,872 | IssuesEvent | 2021-10-13 07:14:16 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Tooltip hideDelay bug | defect | [ x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
```
**Current behavior**
if (simpleChange.hideDelay) {
this.setOption({showDelay: simpleChange.hideDelay.currentValue});
}
**Expected behavior**
if (simpleChange.hideDelay) {
this.setOption({hideDelay: simpleChange.hideDelay.currentValue});
}
**Minimal reproduction of the problem with instructions**
In Tooltip control there is a bug.
setting hideDelay property modify showDelay instead
| 1.0 | Tooltip hideDelay bug - [ x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
```
**Current behavior**
if (simpleChange.hideDelay) {
this.setOption({showDelay: simpleChange.hideDelay.currentValue});
}
**Expected behavior**
if (simpleChange.hideDelay) {
this.setOption({hideDelay: simpleChange.hideDelay.currentValue});
}
**Minimal reproduction of the problem with instructions**
In Tooltip control there is a bug.
setting hideDelay property modify showDelay instead
| defect | tooltip hidedelay bug bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see current behavior if simplechange hidedelay this setoption showdelay simplechange hidedelay currentvalue expected behavior if simplechange hidedelay this setoption hidedelay simplechange hidedelay currentvalue minimal reproduction of the problem with instructions in tooltip control there is a bug setting hidedelay property modify showdelay instead | 1 |
46,052 | 13,055,845,374 | IssuesEvent | 2020-07-30 02:54:30 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | Remove dataclasses dependence on project glshovel (Trac #513) | Incomplete Migration Migrated from Trac defect glshovel | Migrated from https://code.icecube.wisc.edu/ticket/513
```json
{
"status": "closed",
"changetime": "2011-05-11T22:30:37",
"description": "glshovel project should be independent of rendered classes.\n\ncurrent renderers in glshovel need to be move to project\ndataclasses or an icecube-specific renderers project.",
"reporter": "blaufuss",
"cc": "",
"resolution": "wont or cant fix",
"_ts": "1305153037000000",
"component": "glshovel",
"summary": "Remove dataclasses dependence on project glshovel",
"priority": "normal",
"keywords": "",
"time": "2009-01-13T19:30:43",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
| 1.0 | Remove dataclasses dependence on project glshovel (Trac #513) - Migrated from https://code.icecube.wisc.edu/ticket/513
```json
{
"status": "closed",
"changetime": "2011-05-11T22:30:37",
"description": "glshovel project should be independent of rendered classes.\n\ncurrent renderers in glshovel need to be move to project\ndataclasses or an icecube-specific renderers project.",
"reporter": "blaufuss",
"cc": "",
"resolution": "wont or cant fix",
"_ts": "1305153037000000",
"component": "glshovel",
"summary": "Remove dataclasses dependence on project glshovel",
"priority": "normal",
"keywords": "",
"time": "2009-01-13T19:30:43",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
| defect | remove dataclasses dependence on project glshovel trac migrated from json status closed changetime description glshovel project should be independent of rendered classes n ncurrent renderers in glshovel need to be move to project ndataclasses or an icecube specific renderers project reporter blaufuss cc resolution wont or cant fix ts component glshovel summary remove dataclasses dependence on project glshovel priority normal keywords time milestone owner troy type defect | 1 |
38,547 | 8,883,314,368 | IssuesEvent | 2019-01-14 15:24:57 | JonathanRojas/Kaplan | https://api.github.com/repos/JonathanRojas/Kaplan | closed | Corrección de ingreso especialista | Agenda Defecto | Se corrige el ingreso de especialistas, el cual permitía el ingreso de caracteres numéricos en campos tales como nombre y apellido. | 1.0 | Corrección de ingreso especialista - Se corrige el ingreso de especialistas, el cual permitía el ingreso de caracteres numéricos en campos tales como nombre y apellido. | defect | corrección de ingreso especialista se corrige el ingreso de especialistas el cual permitía el ingreso de caracteres numéricos en campos tales como nombre y apellido | 1 |
15,840 | 2,869,081,331 | IssuesEvent | 2015-06-05 23:10:58 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Cannot observe properties of nested elements in Safari 8.0 (iPad, iOS 8.1.3) in Polymer.dart | Area-Pkg Pkg-Polymer Priority-Unassigned Triaged Type-Defect | *This issue was originally filed by @austinov*
_____
I'm trying to observe a property change from nested Dart PolymerElements. It works in Firefox, Chrome, but not in Safari 8.0 on iPad (iOS 8.1.3).
The test sample consists of pubspec.yaml, index.html, parent-element.html, parent-element.dart, child-element.html and child-element.dart. Full source code in the attachment.
pubspec.yaml file:
--
name: test
version: 0.0.1
description: Test of observers
dependencies:
paper_elements: 0.6.1
polymer: ">=0.15.0 <0.16.0"
browser: 0.10.0
transformers:
- polymer:
entry_points: web/index.html
index.html file:
--
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<link rel="import" href="parent_element.html">
</head>
<body unresolved fullbleed>
<parent-element></parent-element>
<script type="application/dart">export 'package:polymer/init.dart';</script>
<script src="packages/browser/dart.js"></script>
</body>
</html>
parent-element.html file:
--
<link rel="import" href="packages/polymer/polymer.html">
<link rel="import" href="packages/core_elements/core_header_panel.html">
<link rel="import" href="packages/core_elements/core_toolbar.html">
<link rel="import" href="packages/paper_elements/paper_icon_button.html">
<link rel="import" href="packages/paper_elements/paper_button.html">
<link rel="import" href="child-element.html">
<polymer-element name="parent-element">
<template>
<style>
:host, core-header-panel {
height: 100%;
}
</style>
<core-header-panel mode="waterfall" flex>
<core-toolbar class="small">
<div>Observed value in parent is {{logged}}</div>
<span flex></span>
<child-element id="login-box" logged="{{logged}}"></child-element>
<paper-button on-click="{{doLogin}}" raised hidden?="{{logged}}">Login</paper-button>
<paper-button on-click="{{doLogout}}" raised hidden?="{{!logged}}">Logout</paper-button>
</core-toolbar>
</core-header-panel>
</template>
<script type="application/dart" src="parent-element.dart"></script>
</polymer-element>
parent-element.dart file:
--
import 'package:polymer/polymer.dart';
import 'child-element.dart';
import 'dart:html';
@­CustomTag('parent-element')
class ParentElement extends PolymerElement {
ChildElement childElement;
@­observable bool logged = false;
ParentElement.created() : super.created() {
//while(children.length > 0) {
// shadowRoot.append(children[0]);
//}
}
@­override
ready() {
super.ready();
childElement = (shadowRoot.querySelector('#login-box') as ChildElement);
}
void loggedChanged() {
print('loggedChanged: $logged');
}
void doLogin(Event e, var details, Node node) {
childElement.doLogin();
}
void doLogout(Event e, var details, Node node) {
childElement.doLogout();
}
}
child-element.html file:
--
<link rel="import" href="packages/polymer/polymer.html">
<link rel="import" href="packages/paper_elements/paper_button.html">
<link rel="import" href="packages/paper_elements/paper_dialog_transition.html">
<link rel="import" href="packages/paper_elements/paper_action_dialog.html">
<polymer-element name="child-element">
<template>
<style>
</style>
<paper-action-dialog id="login-dialog" heading="Login to.." transition="core-transition-center" backdrop="" layered="true">
<p>Observed value in child is ({{ logged }})</p>
<paper-button id="login-button" affirmative autofocus >Join</paper-button>
<paper-button affirmative>Cancel</paper-button>
</paper-action-dialog>
</template>
<script type="application/dart" src="child-element.dart"></script>
</polymer-element>
child-element.dart file:
--
import 'package:polymer/polymer.dart';
import 'package:paper_elements/paper_dialog_base.dart';
import 'package:paper_elements/paper_button.dart';
import 'dart:html';
@­CustomTag('child-element')
class ChildElement extends PolymerElement {
@­published bool logged;
PaperDialogBase \_dialog;
ChildElement.created() : super.created() {
}
@­override
ready() {
super.ready();
PaperButton button = (shadowRoot.querySelector('#login-button') as PaperButton);
button.onClick.listen((Event e) {
\_login(e);
});
\_dialog = (shadowRoot.querySelector('#login-dialog') as PaperDialogBase);
}
void doLogin() {
\_dialog.toggle();
}
void \_login(Event event) {
print('Login...');
logged = true;
}
void doLogout() {
print('Logout...');
logged = false;
}
}
When I click the button "JOIN" (in the child-element), it triggers "loggedChanged" (in the parent-element) and change text "Observed value in parent" (but not in Safari on iPad).
Additional information:
- Dart SDK version: Dart VM version: 1.8.5 (Tue Jan 13 12:44:14 2015) on "linux_x64"
- polymer package version: polymer: ">=0.15.0 <0.16.0"
- Operating system: host - Ubuntu 14.04 x86_64, iPad 2 - iOS 8.1.3
- Browser: UserAgent: Mozilla/5.0 (iPad; CPU OS8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B466 Safari/600.1.4
______
**Attachment:**
[issue.tar.gz](https://storage.googleapis.com/google-code-attachments/dart/issue-22275/comment-0/issue.tar.gz) (1.68 KB) | 1.0 | Cannot observe properties of nested elements in Safari 8.0 (iPad, iOS 8.1.3) in Polymer.dart - *This issue was originally filed by @austinov*
_____
I'm trying to observe a property change from nested Dart PolymerElements. It works in Firefox, Chrome, but not in Safari 8.0 on iPad (iOS 8.1.3).
The test sample consists of pubspec.yaml, index.html, parent-element.html, parent-element.dart, child-element.html and child-element.dart. Full source code in the attachment.
pubspec.yaml file:
--
name: test
version: 0.0.1
description: Test of observers
dependencies:
paper_elements: 0.6.1
polymer: ">=0.15.0 <0.16.0"
browser: 0.10.0
transformers:
- polymer:
entry_points: web/index.html
index.html file:
--
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<link rel="import" href="parent_element.html">
</head>
<body unresolved fullbleed>
<parent-element></parent-element>
<script type="application/dart">export 'package:polymer/init.dart';</script>
<script src="packages/browser/dart.js"></script>
</body>
</html>
parent-element.html file:
--
<link rel="import" href="packages/polymer/polymer.html">
<link rel="import" href="packages/core_elements/core_header_panel.html">
<link rel="import" href="packages/core_elements/core_toolbar.html">
<link rel="import" href="packages/paper_elements/paper_icon_button.html">
<link rel="import" href="packages/paper_elements/paper_button.html">
<link rel="import" href="child-element.html">
<polymer-element name="parent-element">
<template>
<style>
:host, core-header-panel {
height: 100%;
}
</style>
<core-header-panel mode="waterfall" flex>
<core-toolbar class="small">
<div>Observed value in parent is {{logged}}</div>
<span flex></span>
<child-element id="login-box" logged="{{logged}}"></child-element>
<paper-button on-click="{{doLogin}}" raised hidden?="{{logged}}">Login</paper-button>
<paper-button on-click="{{doLogout}}" raised hidden?="{{!logged}}">Logout</paper-button>
</core-toolbar>
</core-header-panel>
</template>
<script type="application/dart" src="parent-element.dart"></script>
</polymer-element>
parent-element.dart file:
--
import 'package:polymer/polymer.dart';
import 'child-element.dart';
import 'dart:html';
@­CustomTag('parent-element')
class ParentElement extends PolymerElement {
ChildElement childElement;
@­observable bool logged = false;
ParentElement.created() : super.created() {
//while(children.length > 0) {
// shadowRoot.append(children[0]);
//}
}
@­override
ready() {
super.ready();
childElement = (shadowRoot.querySelector('#login-box') as ChildElement);
}
void loggedChanged() {
print('loggedChanged: $logged');
}
void doLogin(Event e, var details, Node node) {
childElement.doLogin();
}
void doLogout(Event e, var details, Node node) {
childElement.doLogout();
}
}
child-element.html file:
--
<link rel="import" href="packages/polymer/polymer.html">
<link rel="import" href="packages/paper_elements/paper_button.html">
<link rel="import" href="packages/paper_elements/paper_dialog_transition.html">
<link rel="import" href="packages/paper_elements/paper_action_dialog.html">
<polymer-element name="child-element">
<template>
<style>
</style>
<paper-action-dialog id="login-dialog" heading="Login to.." transition="core-transition-center" backdrop="" layered="true">
<p>Observed value in child is ({{ logged }})</p>
<paper-button id="login-button" affirmative autofocus >Join</paper-button>
<paper-button affirmative>Cancel</paper-button>
</paper-action-dialog>
</template>
<script type="application/dart" src="child-element.dart"></script>
</polymer-element>
child-element.dart file:
--
import 'package:polymer/polymer.dart';
import 'package:paper_elements/paper_dialog_base.dart';
import 'package:paper_elements/paper_button.dart';
import 'dart:html';
@­CustomTag('child-element')
class ChildElement extends PolymerElement {
@­published bool logged;
PaperDialogBase \_dialog;
ChildElement.created() : super.created() {
}
@­override
ready() {
super.ready();
PaperButton button = (shadowRoot.querySelector('#login-button') as PaperButton);
button.onClick.listen((Event e) {
\_login(e);
});
\_dialog = (shadowRoot.querySelector('#login-dialog') as PaperDialogBase);
}
void doLogin() {
\_dialog.toggle();
}
void \_login(Event event) {
print('Login...');
logged = true;
}
void doLogout() {
print('Logout...');
logged = false;
}
}
When I click the button "JOIN" (in the child-element), it triggers "loggedChanged" (in the parent-element) and change text "Observed value in parent" (but not in Safari on iPad).
Additional information:
- Dart SDK version: Dart VM version: 1.8.5 (Tue Jan 13 12:44:14 2015) on "linux_x64"
- polymer package version: polymer: ">=0.15.0 <0.16.0"
- Operating system: host - Ubuntu 14.04 x86_64, iPad 2 - iOS 8.1.3
- Browser: UserAgent: Mozilla/5.0 (iPad; CPU OS8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B466 Safari/600.1.4
______
**Attachment:**
[issue.tar.gz](https://storage.googleapis.com/google-code-attachments/dart/issue-22275/comment-0/issue.tar.gz) (1.68 KB) | defect | cannot observe properties of nested elements in safari ipad ios in polymer dart this issue was originally filed by austinov i m trying to observe a property change from nested dart polymerelements it works in firefox chrome but not in safari on ipad ios the test sample consists of pubspec yaml index html parent element html parent element dart child element html and child element dart full source code in the attachment pubspec yaml file nbsp nbsp name test nbsp nbsp version nbsp nbsp description test of observers nbsp nbsp dependencies nbsp nbsp nbsp nbsp paper elements nbsp nbsp nbsp nbsp polymer quot gt lt quot nbsp nbsp nbsp nbsp browser nbsp nbsp transformers nbsp nbsp polymer nbsp nbsp nbsp nbsp nbsp nbsp entry points web index html index html file nbsp nbsp lt doctype html gt nbsp nbsp nbsp nbsp lt html gt nbsp nbsp lt head gt nbsp nbsp nbsp nbsp lt title gt test lt title gt nbsp nbsp nbsp nbsp nbsp nbsp lt meta charset quot utf quot gt nbsp nbsp nbsp nbsp lt meta name quot viewport quot content quot width device width minimum scale initial scale user scalable yes quot gt nbsp nbsp nbsp nbsp lt meta http equiv quot x ua compatible quot content quot ie edge chrome quot gt nbsp nbsp nbsp nbsp lt meta name quot apple mobile web app capable quot content quot yes quot gt nbsp nbsp nbsp nbsp lt meta name quot mobile web app capable quot content quot yes quot gt nbsp nbsp nbsp nbsp nbsp nbsp lt link rel quot import quot href quot parent element html quot gt nbsp nbsp lt head gt nbsp nbsp lt body unresolved fullbleed gt nbsp nbsp nbsp nbsp nbsp nbsp lt parent element gt lt parent element gt nbsp nbsp nbsp nbsp nbsp nbsp lt script type quot application dart quot gt export package polymer init dart lt script gt nbsp nbsp nbsp nbsp lt script src quot packages browser dart js quot gt lt script gt nbsp nbsp lt body gt nbsp nbsp lt html gt nbsp nbsp parent element html file nbsp nbsp lt link rel quot import quot href quot packages polymer polymer html quot gt nbsp nbsp lt link rel quot import quot href quot packages core elements core header panel html quot gt nbsp nbsp lt link rel quot import quot href quot packages core elements core toolbar html quot gt nbsp nbsp lt link rel quot import quot href quot packages paper elements paper icon button html quot gt nbsp nbsp lt link rel quot import quot href quot packages paper elements paper button html quot gt nbsp nbsp lt link rel quot import quot href quot child element html quot gt nbsp nbsp nbsp nbsp lt polymer element name quot parent element quot gt nbsp nbsp nbsp nbsp lt template gt nbsp nbsp nbsp nbsp nbsp nbsp lt style gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp host core header panel nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp height nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt style gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt core header panel mode quot waterfall quot flex gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt core toolbar class quot small quot gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt div gt observed value in parent is logged lt div gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt span flex gt lt span gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt child element id quot login box quot logged quot logged quot gt lt child element gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt paper button on click quot dologin quot raised hidden quot logged quot gt login lt paper button gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt paper button on click quot dologout quot raised hidden quot logged quot gt logout lt paper button gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt core toolbar gt nbsp nbsp nbsp nbsp nbsp nbsp lt core header panel gt nbsp nbsp nbsp nbsp nbsp nbsp lt template gt nbsp nbsp nbsp nbsp lt script type quot application dart quot src quot parent element dart quot gt lt script gt nbsp nbsp nbsp nbsp lt polymer element gt parent element dart file nbsp nbsp import package polymer polymer dart nbsp nbsp import child element dart nbsp nbsp import dart html nbsp nbsp nbsp nbsp customtag parent element nbsp nbsp class parentelement extends polymerelement nbsp nbsp nbsp nbsp nbsp nbsp childelement childelement nbsp nbsp nbsp nbsp nbsp nbsp observable bool logged false nbsp nbsp nbsp nbsp nbsp nbsp parentelement created super created nbsp nbsp nbsp nbsp nbsp nbsp while children length gt nbsp nbsp nbsp nbsp nbsp nbsp shadowroot append children nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp override nbsp nbsp nbsp nbsp ready nbsp nbsp nbsp nbsp nbsp nbsp super ready nbsp nbsp nbsp nbsp nbsp nbsp childelement shadowroot queryselector login box as childelement nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp void loggedchanged nbsp nbsp nbsp nbsp nbsp nbsp print loggedchanged logged nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp void dologin event e var details node node nbsp nbsp nbsp nbsp nbsp nbsp childelement dologin nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp void dologout event e var details node node nbsp nbsp nbsp nbsp nbsp nbsp childelement dologout nbsp nbsp nbsp nbsp nbsp nbsp child element html file nbsp nbsp lt link rel quot import quot href quot packages polymer polymer html quot gt nbsp nbsp lt link rel quot import quot href quot packages paper elements paper button html quot gt nbsp nbsp lt link rel quot import quot href quot packages paper elements paper dialog transition html quot gt nbsp nbsp lt link rel quot import quot href quot packages paper elements paper action dialog html quot gt nbsp nbsp nbsp nbsp lt polymer element name quot child element quot gt nbsp nbsp nbsp nbsp lt template gt nbsp nbsp nbsp nbsp nbsp nbsp lt style gt nbsp nbsp nbsp nbsp nbsp nbsp lt style gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt paper action dialog id quot login dialog quot heading quot login to quot transition quot core transition center quot backdrop quot quot layered quot true quot gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt p gt observed value in child is logged lt p gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt paper button id quot login button quot affirmative autofocus gt join lt paper button gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt paper button affirmative gt cancel lt paper button gt nbsp nbsp nbsp nbsp nbsp nbsp lt paper action dialog gt nbsp nbsp nbsp nbsp nbsp nbsp lt template gt nbsp nbsp nbsp nbsp lt script type quot application dart quot src quot child element dart quot gt lt script gt nbsp nbsp nbsp nbsp lt polymer element gt nbsp nbsp child element dart file nbsp nbsp import package polymer polymer dart nbsp nbsp import package paper elements paper dialog base dart nbsp nbsp import package paper elements paper button dart nbsp nbsp import dart html nbsp nbsp nbsp nbsp customtag child element nbsp nbsp class childelement extends polymerelement nbsp nbsp nbsp nbsp nbsp nbsp published bool logged nbsp nbsp nbsp nbsp paperdialogbase dialog nbsp nbsp nbsp nbsp nbsp nbsp childelement created super created nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp override nbsp nbsp nbsp nbsp ready nbsp nbsp nbsp nbsp nbsp nbsp super ready nbsp nbsp nbsp nbsp nbsp nbsp paperbutton button shadowroot queryselector login button as paperbutton nbsp nbsp nbsp nbsp nbsp nbsp button onclick listen event e nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp login e nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp dialog shadowroot queryselector login dialog as paperdialogbase nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp void dologin nbsp nbsp nbsp nbsp nbsp nbsp dialog toggle nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp void login event event nbsp nbsp nbsp nbsp nbsp nbsp print login nbsp nbsp nbsp nbsp nbsp nbsp logged true nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp void dologout nbsp nbsp nbsp nbsp nbsp nbsp print logout nbsp nbsp nbsp nbsp nbsp nbsp logged false nbsp nbsp nbsp nbsp nbsp nbsp when i click the button quot join quot in the child element it triggers quot loggedchanged quot in the parent element and change text quot observed value in parent quot but not in safari on ipad additional information dart sdk version dart vm version tue jan on quot linux quot polymer package version polymer quot gt lt quot operating system host ubuntu ipad ios browser useragent mozilla ipad cpu like mac os x applewebkit khtml like gecko version mobile safari attachment kb | 1 |
174,676 | 6,542,245,555 | IssuesEvent | 2017-09-02 02:56:05 | open-austin/iced-coffee | https://api.github.com/repos/open-austin/iced-coffee | opened | Final Bylaws Review | high priority | This came out of our August leadership Huddle #261. [Based on our survey](https://docs.google.com/spreadsheets/d/18UcIvYIA7-if9vrcqQA-xrvZXidvnPqi4P9UEE7fzy4/edit?usp=sharing) a majority of leadership believes we should continue with incorporation.
<img width="500" alt="screen shot 2017-09-01 at 9 38 24 pm" src="https://user-images.githubusercontent.com/10767430/29992297-08382992-8f5e-11e7-9464-4d70989442c3.png">
There are[ quite a few comments to close out for the bylaws](https://docs.google.com/document/d/1pnBIesByEAe0tUU4OhjVR7UisLKRtCpTiYmQ0IK0JLU/edit#). Let's dedicate a 1.5 hour time slot to reach consensus and get comments resolved so we can move forward. Let's coordinate, @jonplaca, @mscarey, & @werdnanoslen. @danielryne and @seandellis since marked either unsure/no then I think it's important that ya'll consider coming or letting us know any additional concerns.
By the end of this session, we should have closed out the comments and have a completed doc.
Doodle Poll: [https://doodle.com/poll/4fp52cps27vs4gx6](https://doodle.com/poll/4fp52cps27vs4gx6
)
| 1.0 | Final Bylaws Review - This came out of our August leadership Huddle #261. [Based on our survey](https://docs.google.com/spreadsheets/d/18UcIvYIA7-if9vrcqQA-xrvZXidvnPqi4P9UEE7fzy4/edit?usp=sharing) a majority of leadership believes we should continue with incorporation.
<img width="500" alt="screen shot 2017-09-01 at 9 38 24 pm" src="https://user-images.githubusercontent.com/10767430/29992297-08382992-8f5e-11e7-9464-4d70989442c3.png">
There are[ quite a few comments to close out for the bylaws](https://docs.google.com/document/d/1pnBIesByEAe0tUU4OhjVR7UisLKRtCpTiYmQ0IK0JLU/edit#). Let's dedicate a 1.5 hour time slot to reach consensus and get comments resolved so we can move forward. Let's coordinate, @jonplaca, @mscarey, & @werdnanoslen. @danielryne and @seandellis since marked either unsure/no then I think it's important that ya'll consider coming or letting us know any additional concerns.
By the end of this session, we should have closed out the comments and have a completed doc.
Doodle Poll: [https://doodle.com/poll/4fp52cps27vs4gx6](https://doodle.com/poll/4fp52cps27vs4gx6
)
| non_defect | final bylaws review this came out of our august leadership huddle a majority of leadership believes we should continue with incorporation img width alt screen shot at pm src there are let s dedicate a hour time slot to reach consensus and get comments resolved so we can move forward let s coordinate jonplaca mscarey werdnanoslen danielryne and seandellis since marked either unsure no then i think it s important that ya ll consider coming or letting us know any additional concerns by the end of this session we should have closed out the comments and have a completed doc doodle poll | 0 |
154,795 | 19,758,387,186 | IssuesEvent | 2022-01-16 01:28:38 | mchavez1146/Marzipano | https://api.github.com/repos/mchavez1146/Marzipano | opened | CVE-2022-0155 (High) detected in follow-redirects-1.14.1.tgz | security vulnerability | ## CVE-2022-0155 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.14.1.tgz</b></p></summary>
<p>HTTP and HTTPS modules that follow redirects.</p>
<p>Library home page: <a href="https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz">https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/follow-redirects/package.json</p>
<p>
Dependency Hierarchy:
- testem-3.4.1.tgz (Root Library)
- http-proxy-1.18.1.tgz
- :x: **follow-redirects-1.14.1.tgz** (Vulnerable Library)
<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>
follow-redirects is vulnerable to Exposure of Private Personal Information to an Unauthorized Actor
<p>Publish Date: 2022-01-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0155>CVE-2022-0155</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.0</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://huntr.dev/bounties/fc524e4b-ebb6-427d-ab67-a64181020406/">https://huntr.dev/bounties/fc524e4b-ebb6-427d-ab67-a64181020406/</a></p>
<p>Release Date: 2022-01-10</p>
<p>Fix Resolution: follow-redirects - v1.14.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-0155 (High) detected in follow-redirects-1.14.1.tgz - ## CVE-2022-0155 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.14.1.tgz</b></p></summary>
<p>HTTP and HTTPS modules that follow redirects.</p>
<p>Library home page: <a href="https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz">https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/follow-redirects/package.json</p>
<p>
Dependency Hierarchy:
- testem-3.4.1.tgz (Root Library)
- http-proxy-1.18.1.tgz
- :x: **follow-redirects-1.14.1.tgz** (Vulnerable Library)
<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>
follow-redirects is vulnerable to Exposure of Private Personal Information to an Unauthorized Actor
<p>Publish Date: 2022-01-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0155>CVE-2022-0155</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.0</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://huntr.dev/bounties/fc524e4b-ebb6-427d-ab67-a64181020406/">https://huntr.dev/bounties/fc524e4b-ebb6-427d-ab67-a64181020406/</a></p>
<p>Release Date: 2022-01-10</p>
<p>Fix Resolution: follow-redirects - v1.14.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in follow redirects tgz cve high severity vulnerability vulnerable library follow redirects tgz http and https modules that follow redirects library home page a href path to dependency file package json path to vulnerable library node modules follow redirects package json dependency hierarchy testem tgz root library http proxy tgz x follow redirects tgz vulnerable library found in base branch main vulnerability details follow redirects is vulnerable to exposure of private personal information to an unauthorized actor publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution follow redirects step up your open source security game with whitesource | 0 |
41,472 | 10,474,146,608 | IssuesEvent | 2019-09-23 13:59:42 | carbon-design-system/ibm-security | https://api.github.com/repos/carbon-design-system/ibm-security | closed | Checkbox - proptable in storybook doesn't display correct prop info | Defect | ## Bug - <!-- Short description -->
**Expected behavior -**
Prop table in storybook should show all props & their default values and types for the `Checkbox`
**Actual behavior -**
Prop table is label "unknown component", does not show correct types and defaults for `Checkbox` props, ~and also appears to show some extra Storybook/wrapper-related props that aren't related to the `Checkbox`.~
https://ibm-security.carbondesignsystem.com/?path=/story/components-checkbox--checked
| 1.0 | Checkbox - proptable in storybook doesn't display correct prop info - ## Bug - <!-- Short description -->
**Expected behavior -**
Prop table in storybook should show all props & their default values and types for the `Checkbox`
**Actual behavior -**
Prop table is label "unknown component", does not show correct types and defaults for `Checkbox` props, ~and also appears to show some extra Storybook/wrapper-related props that aren't related to the `Checkbox`.~
https://ibm-security.carbondesignsystem.com/?path=/story/components-checkbox--checked
| defect | checkbox proptable in storybook doesn t display correct prop info bug expected behavior prop table in storybook should show all props their default values and types for the checkbox actual behavior prop table is label unknown component does not show correct types and defaults for checkbox props and also appears to show some extra storybook wrapper related props that aren t related to the checkbox | 1 |
329,665 | 28,300,815,969 | IssuesEvent | 2023-04-10 05:50:04 | jjpush/Tempus | https://api.github.com/repos/jjpush/Tempus | closed | BlockStartUseCase 정의 | ⚙️ feature 🔬test P2 | #### 구현내용
BlockStartUseCase 정의
의존성 주입을 위해 class 사용
#### 필수체크
- [ ] 정상적인 빌드
- [ ] 단위테스트
| 1.0 | BlockStartUseCase 정의 - #### 구현내용
BlockStartUseCase 정의
의존성 주입을 위해 class 사용
#### 필수체크
- [ ] 정상적인 빌드
- [ ] 단위테스트
| non_defect | blockstartusecase 정의 구현내용 blockstartusecase 정의 의존성 주입을 위해 class 사용 필수체크 정상적인 빌드 단위테스트 | 0 |
1,408 | 2,603,965,032 | IssuesEvent | 2015-02-24 18:58:44 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳乳头瘤怎么办 | auto-migrated Priority-Medium Type-Defect | ```
沈阳乳头瘤怎么办〓沈陽軍區政治部醫院性病〓TEL:024-3102330
8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于�
��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷�
��悠久、設備精良、技術權威、專家云集,是預防、保健、醫
療、科研康復為一體的綜合性醫院。是國家首批公立甲等部��
�醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南�
��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后
勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等��
�。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 6:56 | 1.0 | 沈阳乳头瘤怎么办 - ```
沈阳乳头瘤怎么办〓沈陽軍區政治部醫院性病〓TEL:024-3102330
8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于�
��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷�
��悠久、設備精良、技術權威、專家云集,是預防、保健、醫
療、科研康復為一體的綜合性醫院。是國家首批公立甲等部��
�醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南�
��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后
勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等��
�。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 6:56 | defect | 沈阳乳头瘤怎么办 沈阳乳头瘤怎么办〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位于� �� 。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 original issue reported on code google com by gmail com on jun at | 1 |
120,414 | 25,790,842,795 | IssuesEvent | 2022-12-10 04:20:03 | haproxy/haproxy | https://api.github.com/repos/haproxy/haproxy | closed | src/proto_quic.c: resource leak suspected by coverity | type: code-report | ### Tool Name and Version
coverity
### Code Report
```plain
*** CID 1501188: Resource leaks (RESOURCE_LEAK)
/src/proto_quic.c: 613 in quic_test_sock_per_conn_support()
607 }
608
609 close(fdtest);
610 }
611 }
612
>>> CID 1501188: Resource leaks (RESOURCE_LEAK)
>>> Handle variable "fdtest" going out of scope leaks the handle.
613 return ret;
614 }
615
616 /* This function tries to bind a QUIC4/6 listener. It may return a warning or
617 * an error message in <errmsg> if the message is at most <errlen> bytes long
618 * (including '\0'). Note that <errmsg> may be NULL if <errlen> is also zero.
```
### Additional Information
_No response_
### Output of `haproxy -vv`
```plain
code only issue
```
| 1.0 | src/proto_quic.c: resource leak suspected by coverity - ### Tool Name and Version
coverity
### Code Report
```plain
*** CID 1501188: Resource leaks (RESOURCE_LEAK)
/src/proto_quic.c: 613 in quic_test_sock_per_conn_support()
607 }
608
609 close(fdtest);
610 }
611 }
612
>>> CID 1501188: Resource leaks (RESOURCE_LEAK)
>>> Handle variable "fdtest" going out of scope leaks the handle.
613 return ret;
614 }
615
616 /* This function tries to bind a QUIC4/6 listener. It may return a warning or
617 * an error message in <errmsg> if the message is at most <errlen> bytes long
618 * (including '\0'). Note that <errmsg> may be NULL if <errlen> is also zero.
```
### Additional Information
_No response_
### Output of `haproxy -vv`
```plain
code only issue
```
| non_defect | src proto quic c resource leak suspected by coverity tool name and version coverity code report plain cid resource leaks resource leak src proto quic c in quic test sock per conn support close fdtest cid resource leaks resource leak handle variable fdtest going out of scope leaks the handle return ret this function tries to bind a listener it may return a warning or an error message in if the message is at most bytes long including note that may be null if is also zero additional information no response output of haproxy vv plain code only issue | 0 |
46,303 | 13,055,887,691 | IssuesEvent | 2020-07-30 03:01:45 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | Steamshovel tries to build without GLUT (Trac #946) | Incomplete Migration Migrated from Trac cmake defect | Migrated from https://code.icecube.wisc.edu/ticket/946
```json
{
"status": "closed",
"changetime": "2015-04-22T21:28:00",
"description": "Steamshovel tries to build, then fails because GLUT is not installed. It shouldn't try to build if GLUT's not there.",
"reporter": "richman",
"cc": "",
"resolution": "fixed",
"_ts": "1429738080648709",
"component": "cmake",
"summary": "Steamshovel tries to build without GLUT",
"priority": "normal",
"keywords": "",
"time": "2015-04-22T21:05:55",
"milestone": "",
"owner": "david.schultz",
"type": "defect"
}
```
| 1.0 | Steamshovel tries to build without GLUT (Trac #946) - Migrated from https://code.icecube.wisc.edu/ticket/946
```json
{
"status": "closed",
"changetime": "2015-04-22T21:28:00",
"description": "Steamshovel tries to build, then fails because GLUT is not installed. It shouldn't try to build if GLUT's not there.",
"reporter": "richman",
"cc": "",
"resolution": "fixed",
"_ts": "1429738080648709",
"component": "cmake",
"summary": "Steamshovel tries to build without GLUT",
"priority": "normal",
"keywords": "",
"time": "2015-04-22T21:05:55",
"milestone": "",
"owner": "david.schultz",
"type": "defect"
}
```
| defect | steamshovel tries to build without glut trac migrated from json status closed changetime description steamshovel tries to build then fails because glut is not installed it shouldn t try to build if glut s not there reporter richman cc resolution fixed ts component cmake summary steamshovel tries to build without glut priority normal keywords time milestone owner david schultz type defect | 1 |
123,078 | 12,191,571,912 | IssuesEvent | 2020-04-29 11:23:06 | eclipse/hono | https://api.github.com/repos/eclipse/hono | closed | Remove defining password secrets with user provided password hash, function and salt | Management API bug documentation | The credentials management API states that defining password secrets with user provided password hash, function and salt is already deprecated and to be removed in the next upcoming versions. The _pwd-plain_ property is to be used going forward. This issue is created for the removal of the deprecated provision. | 1.0 | Remove defining password secrets with user provided password hash, function and salt - The credentials management API states that defining password secrets with user provided password hash, function and salt is already deprecated and to be removed in the next upcoming versions. The _pwd-plain_ property is to be used going forward. This issue is created for the removal of the deprecated provision. | non_defect | remove defining password secrets with user provided password hash function and salt the credentials management api states that defining password secrets with user provided password hash function and salt is already deprecated and to be removed in the next upcoming versions the pwd plain property is to be used going forward this issue is created for the removal of the deprecated provision | 0 |
18,698 | 3,080,680,731 | IssuesEvent | 2015-08-22 00:32:24 | jameslh/pagedown | https://api.github.com/repos/jameslh/pagedown | closed | Suggestion: live preview site, for bug reporting | auto-migrated Priority-Medium Type-Defect | ```
If there was a live preview site for pagedown,
I could test out a bug on the current code.
Right now I can only report a bug against the current version in use somewhere,
which might not be the current version.
```
Original issue reported on code.google.com by `digitalbitstream@gmail.com` on 27 Jan 2012 at 9:44 | 1.0 | Suggestion: live preview site, for bug reporting - ```
If there was a live preview site for pagedown,
I could test out a bug on the current code.
Right now I can only report a bug against the current version in use somewhere,
which might not be the current version.
```
Original issue reported on code.google.com by `digitalbitstream@gmail.com` on 27 Jan 2012 at 9:44 | defect | suggestion live preview site for bug reporting if there was a live preview site for pagedown i could test out a bug on the current code right now i can only report a bug against the current version in use somewhere which might not be the current version original issue reported on code google com by digitalbitstream gmail com on jan at | 1 |
36,544 | 6,539,136,889 | IssuesEvent | 2017-09-01 09:47:15 | reactiveui/ReactiveUI | https://api.github.com/repos/reactiveui/ReactiveUI | closed | Command binding does not work for UIButton (maybe others?) on Xamarin.iOS projects | documentation reactiveui-core waiting-for-response-or-contribution xamarin-ios | As I tried to make an example ReactiveUI project for Xamarin.iOS (snippets can be found at this URL: https://gist.github.com/johansson/a68979fd2cdbfa1217b1 ), @paulcbetts responded to me with a proper example wiring up UIButton with a Command: http://cl.ly/1c373x3j0e14
But it doesn't work. Neither does my example project amended to call `RaiseAndSetIfChanged` properly. We are not seeing anything wrong with the `BindCommand` we're using.
| 1.0 | Command binding does not work for UIButton (maybe others?) on Xamarin.iOS projects - As I tried to make an example ReactiveUI project for Xamarin.iOS (snippets can be found at this URL: https://gist.github.com/johansson/a68979fd2cdbfa1217b1 ), @paulcbetts responded to me with a proper example wiring up UIButton with a Command: http://cl.ly/1c373x3j0e14
But it doesn't work. Neither does my example project amended to call `RaiseAndSetIfChanged` properly. We are not seeing anything wrong with the `BindCommand` we're using.
| non_defect | command binding does not work for uibutton maybe others on xamarin ios projects as i tried to make an example reactiveui project for xamarin ios snippets can be found at this url paulcbetts responded to me with a proper example wiring up uibutton with a command but it doesn t work neither does my example project amended to call raiseandsetifchanged properly we are not seeing anything wrong with the bindcommand we re using | 0 |
30,536 | 5,814,235,659 | IssuesEvent | 2017-05-05 02:25:07 | irods/irods | https://api.github.com/repos/irods/irods | closed | add example of using hierarchy with iphymv | documentation | Add an example usage to the help text (`iphymv -h`) where the source or destination resource is within a hierarchy:
like...
```
iphymv -S demoResc -R "pt1;r1;s1" /tempZone/home/rods/test.txt
``` | 1.0 | add example of using hierarchy with iphymv - Add an example usage to the help text (`iphymv -h`) where the source or destination resource is within a hierarchy:
like...
```
iphymv -S demoResc -R "pt1;r1;s1" /tempZone/home/rods/test.txt
``` | non_defect | add example of using hierarchy with iphymv add an example usage to the help text iphymv h where the source or destination resource is within a hierarchy like iphymv s demoresc r tempzone home rods test txt | 0 |
52,589 | 13,224,850,234 | IssuesEvent | 2020-08-17 19:58:40 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | DefaultName misleading/confusing (Trac #27) | Migrated from Trac defect offline-software | DefaultName<T>::value is misleading. Make a decision and do something.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/27">https://code.icecube.wisc.edu/projects/icecube/ticket/27</a>, reported by troy</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-11T02:09:08",
"_ts": "1194746948000000",
"description": "DefaultName<T>::value is misleading. Make a decision and do something.",
"reporter": "troy",
"cc": "",
"resolution": "duplicate",
"time": "2007-06-03T21:57:05",
"component": "offline-software",
"summary": "DefaultName misleading/confusing",
"priority": "minor",
"keywords": "",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
| 1.0 | DefaultName misleading/confusing (Trac #27) - DefaultName<T>::value is misleading. Make a decision and do something.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/27">https://code.icecube.wisc.edu/projects/icecube/ticket/27</a>, reported by troy</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-11T02:09:08",
"_ts": "1194746948000000",
"description": "DefaultName<T>::value is misleading. Make a decision and do something.",
"reporter": "troy",
"cc": "",
"resolution": "duplicate",
"time": "2007-06-03T21:57:05",
"component": "offline-software",
"summary": "DefaultName misleading/confusing",
"priority": "minor",
"keywords": "",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
| defect | defaultname misleading confusing trac defaultname value is misleading make a decision and do something migrated from json status closed changetime ts description defaultname value is misleading make a decision and do something reporter troy cc resolution duplicate time component offline software summary defaultname misleading confusing priority minor keywords milestone owner type defect | 1 |
261,882 | 8,247,310,798 | IssuesEvent | 2018-09-11 15:12:59 | ariadne-cps/development | https://api.github.com/repos/ariadne-cps/development | closed | Address get() of VectorFunction for a ComposedFunction | priority:critical question | After the changes on ComposedFunction, it is not possible anymore to extract components of a VectorFunction when it comes from a composition. Shall we restore this functionality or do we want to remove the ability to extract components, for generality? | 1.0 | Address get() of VectorFunction for a ComposedFunction - After the changes on ComposedFunction, it is not possible anymore to extract components of a VectorFunction when it comes from a composition. Shall we restore this functionality or do we want to remove the ability to extract components, for generality? | non_defect | address get of vectorfunction for a composedfunction after the changes on composedfunction it is not possible anymore to extract components of a vectorfunction when it comes from a composition shall we restore this functionality or do we want to remove the ability to extract components for generality | 0 |
69,751 | 22,639,994,169 | IssuesEvent | 2022-07-01 00:14:54 | idaholab/moose | https://api.github.com/repos/idaholab/moose | closed | NSFV action should complain if variables are externally defined and ICs are set in the action | T: defect P: normal C: Modules/Navier Stokes | ## Bug Description
it does not set the ICs when variables are externally defined
## Steps to Reproduce
Set variables outside of the action, set the IC in the action
## Impact
lost productivity from Cole and I over a non-converging input | 1.0 | NSFV action should complain if variables are externally defined and ICs are set in the action - ## Bug Description
it does not set the ICs when variables are externally defined
## Steps to Reproduce
Set variables outside of the action, set the IC in the action
## Impact
lost productivity from Cole and I over a non-converging input | defect | nsfv action should complain if variables are externally defined and ics are set in the action bug description it does not set the ics when variables are externally defined steps to reproduce set variables outside of the action set the ic in the action impact lost productivity from cole and i over a non converging input | 1 |
76,701 | 26,559,048,080 | IssuesEvent | 2023-01-20 14:27:28 | microsoft/TypeScript | https://api.github.com/repos/microsoft/TypeScript | closed | `{}` does not satisfy the constraint `{ [x: string]: number; }` in js files but not in ts files. | Not a Defect | # Bug Report
### 🔎 Search Terms
jsdoc TS2344
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about `constraint`
### ⏯ Playground Link
<!--
A link to a TypeScript Playground "Share" link which shows this behavior
The TypeScript Workbench can be used for more complex setups, try
https://www.typescriptlang.org/dev/bug-workbench/
As a last resort, you can link to a repo, but these will be slower for us to investigate.
-->
[js playground link](https://www.typescriptlang.org/play?ssl=14&ssc=29&pln=14&pc=35&filetype=js#code/PQKhFgCgAIWgBALgUwLYAcA2BDF0De+A2gB4Bc0AzogE4CWAdgOYC6FDArqgEbI0C+-aABUosYFADGOSpWgAxAPaKCUKPzWRQcJAE90yAksUAefPwB8QkMGjBbAM0bIpihtWgloAXmgNkAO4KygAUAJQA3JqSbh66PgT8UZBQ2giI+ob4xiYZBooO0LpW4qm20BWVVRUAenX1dQC0zY0iAMoATADMACw9IpnQAOTmQ9AAJorIcgyKiFS4dJQO8YgAFi5a5dU7uzsx7rTYjPMj0KQU1PTMbH5cvDQR0PxDrofQAF4J-kHG4RFAA)
[ts playground link](https://www.typescriptlang.org/play?#code/MYGwhgzhAEBiD28A8AVaBTAHgF3QOwBMYBvAbUwC5oJsAnASzwHMBdKvAVwFsAjdWgL4A+aMQEBYAFBTg8PDWiZoVBMjEiAvNDzoA7nEQAKAJQBuaAHoL0AGaN0UmXIUBPaFrGnHk2fOzQAL2UDZGwXAAd0eBtoF01tPRCTcytoMBAIeFt7IA)
### 💻 Code
<!-- Please post the relevant code sample here as well-->
```js
/**
* @template {{[x: string]: number}} T
*/
class Foo {
}
/** @type {Foo<{}>} */ // fine
const x = new Foo();
const y = {};
/** @type {Foo<typeof y>} */
// ^^^^^^^^---- TS2344 Type '{}' does not satisfy the
// constraint '{ [x: string]: number; }'
const z = new Foo();
```
### 🙁 Actual behavior
TS2344 Type '{}' does not satisfy the constraint '{ [x: string]: number; }'
### 🙂 Expected behavior
No error, because the equivalent TypeScript code doesn't emit an error either:
```ts
class Foo<T extends {[x: string]: number}> {}
const x : Foo<{}> = new Foo(); // fine
const y = {};
const z : Foo<typeof y> = new Foo(); // also fine
```
| 1.0 | `{}` does not satisfy the constraint `{ [x: string]: number; }` in js files but not in ts files. - # Bug Report
### 🔎 Search Terms
jsdoc TS2344
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about `constraint`
### ⏯ Playground Link
<!--
A link to a TypeScript Playground "Share" link which shows this behavior
The TypeScript Workbench can be used for more complex setups, try
https://www.typescriptlang.org/dev/bug-workbench/
As a last resort, you can link to a repo, but these will be slower for us to investigate.
-->
[js playground link](https://www.typescriptlang.org/play?ssl=14&ssc=29&pln=14&pc=35&filetype=js#code/PQKhFgCgAIWgBALgUwLYAcA2BDF0De+A2gB4Bc0AzogE4CWAdgOYC6FDArqgEbI0C+-aABUosYFADGOSpWgAxAPaKCUKPzWRQcJAE90yAksUAefPwB8QkMGjBbAM0bIpihtWgloAXmgNkAO4KygAUAJQA3JqSbh66PgT8UZBQ2giI+ob4xiYZBooO0LpW4qm20BWVVRUAenX1dQC0zY0iAMoATADMACw9IpnQAOTmQ9AAJorIcgyKiFS4dJQO8YgAFi5a5dU7uzsx7rTYjPMj0KQU1PTMbH5cvDQR0PxDrofQAF4J-kHG4RFAA)
[ts playground link](https://www.typescriptlang.org/play?#code/MYGwhgzhAEBiD28A8AVaBTAHgF3QOwBMYBvAbUwC5oJsAnASzwHMBdKvAVwFsAjdWgL4A+aMQEBYAFBTg8PDWiZoVBMjEiAvNDzoA7nEQAKAJQBuaAHoL0AGaN0UmXIUBPaFrGnHk2fOzQAL2UDZGwXAAd0eBtoF01tPRCTcytoMBAIeFt7IA)
### 💻 Code
<!-- Please post the relevant code sample here as well-->
```js
/**
* @template {{[x: string]: number}} T
*/
class Foo {
}
/** @type {Foo<{}>} */ // fine
const x = new Foo();
const y = {};
/** @type {Foo<typeof y>} */
// ^^^^^^^^---- TS2344 Type '{}' does not satisfy the
// constraint '{ [x: string]: number; }'
const z = new Foo();
```
### 🙁 Actual behavior
TS2344 Type '{}' does not satisfy the constraint '{ [x: string]: number; }'
### 🙂 Expected behavior
No error, because the equivalent TypeScript code doesn't emit an error either:
```ts
class Foo<T extends {[x: string]: number}> {}
const x : Foo<{}> = new Foo(); // fine
const y = {};
const z : Foo<typeof y> = new Foo(); // also fine
```
| defect | does not satisfy the constraint number in js files but not in ts files bug report 🔎 search terms jsdoc 🕗 version regression information this is the behavior in every version i tried and i reviewed the faq for entries about constraint ⏯ playground link a link to a typescript playground share link which shows this behavior the typescript workbench can be used for more complex setups try as a last resort you can link to a repo but these will be slower for us to investigate 💻 code js template number t class foo type foo fine const x new foo const y type foo type does not satisfy the constraint number const z new foo 🙁 actual behavior type does not satisfy the constraint number 🙂 expected behavior no error because the equivalent typescript code doesn t emit an error either ts class foo const x foo new foo fine const y const z foo new foo also fine | 1 |
21,396 | 3,506,293,628 | IssuesEvent | 2016-01-08 05:25:13 | toopriddy/mytime | https://api.github.com/repos/toopriddy/mytime | closed | Can't create backup | auto-migrated Priority-Medium Type-Defect | ```
!!! PLEASE ANSWER THE 9 QUESTIONS HERE: !!!
Please fill out ALL of this form (there are several questions in this text
entry
box you need to answer, you will have to scroll down to answer them)
This is for BUGS only, feature requests are done at
http://code.google.com/p/mytime/wiki/Wishlist or email me
NEVER POST PERSONAL INFORMATION IN A BUG REPORT!
================================================
1. What steps will reproduce the problem? (please include step by step
detail
like you were going to explain how to do this to someone who has never seen
this program before and has a hard time following your instructions, things
obvious to you might not be obvious when trying to reproduce the issues) I
have left you space below to include your 10-20 steps to reproduce the
problem:
a. Go to settings
b. Go to Create Backup
c. Go to Email My Time backup
Nothing at all happened since the update
================================================
2. What is the expected output? What do you see instead? (Please attach a
screenshot or email one; capture a screenshot by pressing on the power and home
buttons
at the same time. The resulting screenshot will be in the Photos application in
the "Camera
Roll")
The expected output with B a back up email generated by My Time
================================================
3. Is this running on an iPhone, iPhone 3G or iTouch?
iPad
================================================
4. What version of the iPhone/iTouch are you using (from the home screen go
to
Settings->General->About->Version) it will be something like 2.1, 2.2,
2.2.1?
iPad Air 2
================================================
5. What version of MyTime are you running? (look for this in
MyTime->More->Settings->MyTime Version)
3.5.0
================================================
6. What language do you have your iPhone set to?
English
================================================
7. Please provide any additional information below that you feel would help
me to reproduce this problem
If Imshutdown the app, it will do an automatic backup
================================================
8. Your issue might need some help reproducing; start the Settings app on
the home screen then scroll down to "MyTime" and press on it, now turn on the
"Email
Backup Instantly" switch, now quit the Settings application and start MyTime
and send the
email to
toopriddy@gmail.com
I always delete the data after the bug has been reproduced and fixed.
================================================
9. If you are reporting a crash, please follow the instructions at
http://code.google.com/p/mytime/wiki/CrashReport to send me your crash
reports
```
Original issue reported on code.google.com by `caadams8...@gmail.com` on 19 Jan 2015 at 6:17 | 1.0 | Can't create backup - ```
!!! PLEASE ANSWER THE 9 QUESTIONS HERE: !!!
Please fill out ALL of this form (there are several questions in this text
entry
box you need to answer, you will have to scroll down to answer them)
This is for BUGS only, feature requests are done at
http://code.google.com/p/mytime/wiki/Wishlist or email me
NEVER POST PERSONAL INFORMATION IN A BUG REPORT!
================================================
1. What steps will reproduce the problem? (please include step by step
detail
like you were going to explain how to do this to someone who has never seen
this program before and has a hard time following your instructions, things
obvious to you might not be obvious when trying to reproduce the issues) I
have left you space below to include your 10-20 steps to reproduce the
problem:
a. Go to settings
b. Go to Create Backup
c. Go to Email My Time backup
Nothing at all happened since the update
================================================
2. What is the expected output? What do you see instead? (Please attach a
screenshot or email one; capture a screenshot by pressing on the power and home
buttons
at the same time. The resulting screenshot will be in the Photos application in
the "Camera
Roll")
The expected output with B a back up email generated by My Time
================================================
3. Is this running on an iPhone, iPhone 3G or iTouch?
iPad
================================================
4. What version of the iPhone/iTouch are you using (from the home screen go
to
Settings->General->About->Version) it will be something like 2.1, 2.2,
2.2.1?
iPad Air 2
================================================
5. What version of MyTime are you running? (look for this in
MyTime->More->Settings->MyTime Version)
3.5.0
================================================
6. What language do you have your iPhone set to?
English
================================================
7. Please provide any additional information below that you feel would help
me to reproduce this problem
If Imshutdown the app, it will do an automatic backup
================================================
8. Your issue might need some help reproducing; start the Settings app on
the home screen then scroll down to "MyTime" and press on it, now turn on the
"Email
Backup Instantly" switch, now quit the Settings application and start MyTime
and send the
email to
toopriddy@gmail.com
I always delete the data after the bug has been reproduced and fixed.
================================================
9. If you are reporting a crash, please follow the instructions at
http://code.google.com/p/mytime/wiki/CrashReport to send me your crash
reports
```
Original issue reported on code.google.com by `caadams8...@gmail.com` on 19 Jan 2015 at 6:17 | defect | can t create backup please answer the questions here please fill out all of this form there are several questions in this text entry box you need to answer you will have to scroll down to answer them this is for bugs only feature requests are done at or email me never post personal information in a bug report what steps will reproduce the problem please include step by step detail like you were going to explain how to do this to someone who has never seen this program before and has a hard time following your instructions things obvious to you might not be obvious when trying to reproduce the issues i have left you space below to include your steps to reproduce the problem a go to settings b go to create backup c go to email my time backup nothing at all happened since the update what is the expected output what do you see instead please attach a screenshot or email one capture a screenshot by pressing on the power and home buttons at the same time the resulting screenshot will be in the photos application in the camera roll the expected output with b a back up email generated by my time is this running on an iphone iphone or itouch ipad what version of the iphone itouch are you using from the home screen go to settings general about version it will be something like ipad air what version of mytime are you running look for this in mytime more settings mytime version what language do you have your iphone set to english please provide any additional information below that you feel would help me to reproduce this problem if imshutdown the app it will do an automatic backup your issue might need some help reproducing start the settings app on the home screen then scroll down to mytime and press on it now turn on the email backup instantly switch now quit the settings application and start mytime and send the email to toopriddy gmail com i always delete the data after the bug has been reproduced and fixed if you are reporting a crash please follow the instructions at to send me your crash reports original issue reported on code google com by gmail com on jan at | 1 |
383,061 | 11,349,450,160 | IssuesEvent | 2020-01-24 04:59:56 | kymatio/kymatio | https://api.github.com/repos/kymatio/kymatio | closed | Documentation is outdated | doc enhancement help wanted high priority | We should revise the whole documentation as well as examples.
- [x] `make html` is currently broken.
- [x] Examples run with the new backend.
- [ ] Documentation is consistent with the code.
- [ ] No links or references are broken.
- [ ] Automatic deployment on the website from the code (see #350).
- [x] Guideline for installing works.
- [ ] Use of \math everywhere.
- [ ] Improved illustrations (see #286).
- [x] Specific discussions about each environment that we provide (numpy, torch, etc.).
- [x] Sphinx flags are updated (given the new sphinx version).
- [x] New benchmarks.
- [x] Including examples (when modified) in the test suite (see #362).
- [x] Update dependencies in `pip`, and `README.md`. | 1.0 | Documentation is outdated - We should revise the whole documentation as well as examples.
- [x] `make html` is currently broken.
- [x] Examples run with the new backend.
- [ ] Documentation is consistent with the code.
- [ ] No links or references are broken.
- [ ] Automatic deployment on the website from the code (see #350).
- [x] Guideline for installing works.
- [ ] Use of \math everywhere.
- [ ] Improved illustrations (see #286).
- [x] Specific discussions about each environment that we provide (numpy, torch, etc.).
- [x] Sphinx flags are updated (given the new sphinx version).
- [x] New benchmarks.
- [x] Including examples (when modified) in the test suite (see #362).
- [x] Update dependencies in `pip`, and `README.md`. | non_defect | documentation is outdated we should revise the whole documentation as well as examples make html is currently broken examples run with the new backend documentation is consistent with the code no links or references are broken automatic deployment on the website from the code see guideline for installing works use of math everywhere improved illustrations see specific discussions about each environment that we provide numpy torch etc sphinx flags are updated given the new sphinx version new benchmarks including examples when modified in the test suite see update dependencies in pip and readme md | 0 |
57,668 | 15,934,218,727 | IssuesEvent | 2021-04-14 08:25:24 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Match system theme only works at launch | A-Themes-Official S-Tolerable T-Defect | ### Description
When switching between light and dark themes and "Match System Theme" is enabled in Settings > Appearance, the theme only switches if you relaunch the app.
### Steps to reproduce
- Enable "Match system theme in settings"
- Switch your desktop theme from light to dark or vice versa
### Describe how what happens differs from what you expected.
It's fairly common across DEs to support automatically switching between light and dark mode, for example based on sunrise/sunset (in tandem with things like redshift/nightlight etc).
When I switch between light and dark themes for my OS, the whole application should adapt. Browsers like Firefox and most other apps do this correctly. If I flip my OS theme to dark mode, my Firefox turns dark as well as any site that uses CSS's [prefers-color-scheme](https://caniuse.com/?search=prefers-color-scheme)
When I flip my OS from dark to light or vice versa, the window decorations correctly update (b/c Gnome handles that). However, Element itself doesn't switch between its light and dark theme variants until I quit and relaunch the app.
### Version information
- **Platform**: Desktop
For the desktop app:
- **OS**: Btw I use Arch Linux
- **Version**: 1.7.24 | 1.0 | Match system theme only works at launch - ### Description
When switching between light and dark themes and "Match System Theme" is enabled in Settings > Appearance, the theme only switches if you relaunch the app.
### Steps to reproduce
- Enable "Match system theme in settings"
- Switch your desktop theme from light to dark or vice versa
### Describe how what happens differs from what you expected.
It's fairly common across DEs to support automatically switching between light and dark mode, for example based on sunrise/sunset (in tandem with things like redshift/nightlight etc).
When I switch between light and dark themes for my OS, the whole application should adapt. Browsers like Firefox and most other apps do this correctly. If I flip my OS theme to dark mode, my Firefox turns dark as well as any site that uses CSS's [prefers-color-scheme](https://caniuse.com/?search=prefers-color-scheme)
When I flip my OS from dark to light or vice versa, the window decorations correctly update (b/c Gnome handles that). However, Element itself doesn't switch between its light and dark theme variants until I quit and relaunch the app.
### Version information
- **Platform**: Desktop
For the desktop app:
- **OS**: Btw I use Arch Linux
- **Version**: 1.7.24 | defect | match system theme only works at launch description when switching between light and dark themes and match system theme is enabled in settings appearance the theme only switches if you relaunch the app steps to reproduce enable match system theme in settings switch your desktop theme from light to dark or vice versa describe how what happens differs from what you expected it s fairly common across des to support automatically switching between light and dark mode for example based on sunrise sunset in tandem with things like redshift nightlight etc when i switch between light and dark themes for my os the whole application should adapt browsers like firefox and most other apps do this correctly if i flip my os theme to dark mode my firefox turns dark as well as any site that uses css s when i flip my os from dark to light or vice versa the window decorations correctly update b c gnome handles that however element itself doesn t switch between its light and dark theme variants until i quit and relaunch the app version information platform desktop for the desktop app os btw i use arch linux version | 1 |
697,872 | 23,956,972,926 | IssuesEvent | 2022-09-12 15:40:11 | traefik/traefik | https://api.github.com/repos/traefik/traefik | closed | Support connecting to a specific Redis database | kind/enhancement priority/P3 area/provider/kv area/provider/redis | ### Welcome!
- [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any.
- [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find any.
### What did you expect to see?
Hi!
There does not seem to be a way to specify a Redis database number (0-15) in a Traefik configuration.
Is there a performance impact or some other reason that I'm not aware of why the Traefik Redis provider does not support anything else but database number 0?
Apologies if I've missed something obvious. | 1.0 | Support connecting to a specific Redis database - ### Welcome!
- [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any.
- [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find any.
### What did you expect to see?
Hi!
There does not seem to be a way to specify a Redis database number (0-15) in a Traefik configuration.
Is there a performance impact or some other reason that I'm not aware of why the Traefik Redis provider does not support anything else but database number 0?
Apologies if I've missed something obvious. | non_defect | support connecting to a specific redis database welcome yes i ve searched similar issues on and didn t find any yes i ve searched similar issues on the and didn t find any what did you expect to see hi there does not seem to be a way to specify a redis database number in a traefik configuration is there a performance impact or some other reason that i m not aware of why the traefik redis provider does not support anything else but database number apologies if i ve missed something obvious | 0 |
344,903 | 30,771,462,191 | IssuesEvent | 2023-07-31 00:03:01 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | [Flaky Test] shows changes in a template when a template part it contains is modified | [Status] Stale [Type] Flaky Test | <!-- __META_DATA__:{} -->
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.**
## Test title
shows changes in a template when a template part it contains is modified
## Test path
`/test/e2e/specs/site-editor/template-part.spec.js`
## Errors
<!-- __TEST_RESULTS_LIST__ -->
<!-- __TEST_RESULT__ --><time datetime="2022-07-04T23:42:21.468Z"><code>[2022-07-04T23:42:21.468Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2612873496"><code>update/global-styles-root-margin-and-selector</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2022-07-18T09:49:52.329Z"><code>[2022-07-18T09:49:52.329Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2689499992"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2022-07-18T14:58:32.103Z"><code>[2022-07-18T14:58:32.103Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2691285893"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-12T13:02:55.468Z"><code>[2023-03-12T13:02:55.468Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4397415709"><code>add/styles-section-to-the-browse-mode-sidebar</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T10:22:33.974Z"><code>[2023-03-13T10:22:33.974Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4403530658"><code>update/use-select-resubscribe</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T10:38:52.850Z"><code>[2023-03-13T10:38:52.850Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4403573166"><code>refactor/query-controls-lodash</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T13:25:53.228Z"><code>[2023-03-13T13:25:53.228Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4405117455"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T14:09:34.784Z"><code>[2023-03-13T14:09:34.784Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4405117455"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T14:14:04.439Z"><code>[2023-03-13T14:14:04.439Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4405501538"><code>cleanup/unnecessary-jest-timer-declarations</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T15:11:10.675Z"><code>[2023-03-13T15:11:10.675Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4406112197"><code>add/story-for-full-global-styles-UI</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T16:19:18.500Z"><code>[2023-03-13T16:19:18.500Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4406825333"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T17:55:45.692Z"><code>[2023-03-13T17:55:45.692Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4407666307"><code>refactor/perf-test-results-path</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-14T11:20:16.418Z"><code>[2023-03-14T11:20:16.418Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4414858911"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-14T19:06:54.599Z"><code>[2023-03-14T19:06:54.599Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4419088703"><code>tweak/post-featured-block-settings-label</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T05:36:20.327Z"><code>[2023-03-15T05:36:20.327Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4422929376"><code>update/default-media-text-align-to-none</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T12:05:04.730Z"><code>[2023-03-15T12:05:04.730Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4425826167"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T13:23:00.161Z"><code>[2023-03-15T13:23:00.161Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4426378795"><code>feat/navigator-disable-initial-animation</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T16:43:29.493Z"><code>[2023-03-15T16:43:29.493Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4428441677"><code>update/svg-filter-frontend-output</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T17:23:07.959Z"><code>[2023-03-15T17:23:07.959Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4428766511"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T20:14:45.924Z"><code>[2023-03-15T20:14:45.924Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4430204546"><code>try/resolution-not-image-size</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T20:29:47.255Z"><code>[2023-03-15T20:29:47.255Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4430349204"><code>enhance/image-size-40</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T07:49:21.471Z"><code>[2023-03-16T07:49:21.471Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4434495818"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T11:53:37.483Z"><code>[2023-03-16T11:53:37.483Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4436515107"><code>try/preload-common-template-parts-editor-loading</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T15:57:00.320Z"><code>[2023-03-16T15:57:00.320Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4438744431"><code>add-caption-gs-ui-take2</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T16:06:05.069Z"><code>[2023-03-16T16:06:05.069Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4438789438"><code>update/svg-filter-frontend-output</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T17:01:26.874Z"><code>[2023-03-16T17:01:26.874Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4439323771"><code>refactor/CustomGradientPicker-typescript</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T18:32:06.620Z"><code>[2023-03-16T18:32:06.620Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4440160008"><code>fix/use-navigation-menus</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-17T10:27:34.429Z"><code>[2023-03-17T10:27:34.429Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4446315177"><code>update/no-store-double-register</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-17T11:38:57.045Z"><code>[2023-03-17T11:38:57.045Z]</code></time> Test passed after 2 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/4446826432"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-17T20:14:46.306Z"><code>[2023-03-17T20:14:46.306Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4451051580"><code>rnmobile/fix-sandbox-resize</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-18T08:31:50.785Z"><code>[2023-03-18T08:31:50.785Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4454378872"><code>add/element-env</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-19T06:55:34.742Z"><code>[2023-03-19T06:55:34.742Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4459301540"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-20T04:10:35.734Z"><code>[2023-03-20T04:10:35.734Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4464468840"><code>try/set-position-panel-to-open-if-a-value-is-set</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-20T08:09:27.372Z"><code>[2023-03-20T08:09:27.372Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4465753087"><code>fix/block-html-state-value-type</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-20T08:36:36.565Z"><code>[2023-03-20T08:36:36.565Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4466009153"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-20T11:03:57.408Z"><code>[2023-03-20T11:03:57.408Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4467237796"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-20T11:23:53.402Z"><code>[2023-03-20T11:23:53.402Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4467339696"><code>fix/use-core-class-in-block-patterns</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-21T02:15:22.073Z"><code>[2023-03-21T02:15:22.073Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4474661219"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-21T11:03:07.238Z"><code>[2023-03-21T11:03:07.238Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4478034475"><code>try/nav-allow-private-pages-to-display</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-21T11:57:48.838Z"><code>[2023-03-21T11:57:48.838Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4427685434"><code>storybook/isolate-styles</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-21T12:00:26.556Z"><code>[2023-03-21T12:00:26.556Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4478442330"><code>ts-duotone-picker</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-21T15:08:59.940Z"><code>[2023-03-21T15:08:59.940Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4480338060"><code>refactor/GradientPicker-typescript</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T03:39:26.664Z"><code>[2023-03-22T03:39:26.664Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4486001305"><code>fix/fluid-typography-min-font-size-rules-for-large-custom-font-sizes</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T07:36:06.096Z"><code>[2023-03-22T07:36:06.096Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4487202578"><code>fix/group-block-deprecation-pt2</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T15:04:16.241Z"><code>[2023-03-22T15:04:16.241Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4491011399"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T16:51:00.468Z"><code>[2023-03-22T16:51:00.468Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4492099207"><code>refactor/GradientPicker-typescript</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T17:18:32.150Z"><code>[2023-03-22T17:18:32.150Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4492358660"><code>refactor/GradientPicker-typescript</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T20:54:52.424Z"><code>[2023-03-22T20:54:52.424Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4494179390"><code>try/use-dedicated-rest-to-get-nav-fallbacks</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T21:20:07.935Z"><code>[2023-03-22T21:20:07.935Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4494361988"><code>remove/unused-code-from-navigation-submenu</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T22:18:09.592Z"><code>[2023-03-22T22:18:09.592Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4494790214"><code>fix/48586</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-23T01:37:54.478Z"><code>[2023-03-23T01:37:54.478Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4495990954"><code>rnmobile/add-reassure-pt-2</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-23T08:32:13.934Z"><code>[2023-03-23T08:32:13.934Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4498342424"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-23T09:08:47.957Z"><code>[2023-03-23T09:08:47.957Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4497234553"><code>try/post-template-focus</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-27T04:41:17.661Z"><code>[2023-03-27T04:41:17.661Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4528531475"><code>rnmobile/add-reassure-pt-2</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-27T06:40:48.581Z"><code>[2023-03-27T06:40:48.581Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4529264580"><code>try/spacer-flex-controls</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-27T14:33:12.403Z"><code>[2023-03-27T14:33:12.403Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4532738423"><code>add/shift-arrow-full-selection</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-28T02:58:26.561Z"><code>[2023-03-28T02:58:26.561Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4538664158"><code>try/resize-visualizer</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-28T04:43:23.746Z"><code>[2023-03-28T04:43:23.746Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4539161541"><code>try/resize-visualizer</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-28T05:25:14.268Z"><code>[2023-03-28T05:25:14.268Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4539390688"><code>fix/anchor-dynamic-block</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-28T18:43:08.713Z"><code>[2023-03-28T18:43:08.713Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4546238644"><code>test/add-writing-flow-tests</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-28T22:40:31.667Z"><code>[2023-03-28T22:40:31.667Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4548069674"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T01:19:34.482Z"><code>[2023-03-29T01:19:34.482Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4549009557"><code>fix/selectors-api</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T04:25:39.742Z"><code>[2023-03-29T04:25:39.742Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4550080871"><code>add/spacing-presets-to-spacer-block</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T05:42:51.617Z"><code>[2023-03-29T05:42:51.617Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4550419545"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T08:55:49.679Z"><code>[2023-03-29T08:55:49.679Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4551852773"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T11:14:42.510Z"><code>[2023-03-29T11:14:42.510Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4553103393"><code>doc/fix-apifetch-import</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T11:40:24.124Z"><code>[2023-03-29T11:40:24.124Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4553304661"><code>update/block-supports-dependencies</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T14:43:14.256Z"><code>[2023-03-29T14:43:14.256Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4554910986"><code>switch-textarea-autosize-package</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T21:39:23.664Z"><code>[2023-03-29T21:39:23.664Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4557992096"><code>components-changelog-check</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T04:21:20.199Z"><code>[2023-03-30T04:21:20.199Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4560381607"><code>try/simplified-layout</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T09:48:27.134Z"><code>[2023-03-30T09:48:27.134Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4562651740"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T11:06:00.133Z"><code>[2023-03-30T11:06:00.133Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4563297392"><code>update/npm</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T11:24:13.296Z"><code>[2023-03-30T11:24:13.296Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4563456799"><code>add/automatted-tests-for-nav-offcanvas</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T12:17:52.092Z"><code>[2023-03-30T12:17:52.092Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4563928174"><code>add/root-client-id-to-list-view</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T13:40:54.345Z"><code>[2023-03-30T13:40:54.345Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4564723775"><code>fix/cover-empty-background-url</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T21:50:46.005Z"><code>[2023-03-30T21:50:46.005Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4569106436"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-31T04:54:20.451Z"><code>[2023-03-31T04:54:20.451Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4571513210"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-31T06:38:37.258Z"><code>[2023-03-31T06:38:37.258Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4572068177"><code>add/details-summary-block</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-31T06:40:18.675Z"><code>[2023-03-31T06:40:18.675Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4572089056"><code>migrate/block-editor-insert-usage-to-preferences-store</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-31T08:01:14.670Z"><code>[2023-03-31T08:01:14.670Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4563928174"><code>add/root-client-id-to-list-view</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-01T02:35:18.989Z"><code>[2023-04-01T02:35:18.989Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4580712698"><code>tweak/simplify-remove-block-label</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-01T14:28:32.602Z"><code>[2023-04-01T14:28:32.602Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4583536972"><code>columns/prevent-removal-column</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-01T23:20:05.168Z"><code>[2023-04-01T23:20:05.168Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4585593729"><code>update/navigable-container-ts</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-02T03:14:02.152Z"><code>[2023-04-02T03:14:02.152Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4586496617"><code>doc/fix-redirect-support-url</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-03T09:03:09.013Z"><code>[2023-04-03T09:03:09.013Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4594483476"><code>try/resize-visualizer</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-03T17:15:01.631Z"><code>[2023-04-03T17:15:01.631Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4599193444"><code>fix/avoid-empty-gallery-block-error</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-03T17:39:23.937Z"><code>[2023-04-03T17:39:23.937Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4580712698"><code>tweak/simplify-remove-block-label</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T01:27:54.350Z"><code>[2023-04-04T01:27:54.350Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4602740128"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T09:22:53.045Z"><code>[2023-04-04T09:22:53.045Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4605806638"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T10:27:53.865Z"><code>[2023-04-04T10:27:53.865Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4606452397"><code>update/style-variation-preview</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T11:52:27.921Z"><code>[2023-04-04T11:52:27.921Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4607085168"><code>update/duotone-global-styles-ui</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T12:03:51.350Z"><code>[2023-04-04T12:03:51.350Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4607192101"><code>add/site-icon-animation-in-frame</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T15:18:45.238Z"><code>[2023-04-04T15:18:45.238Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4609083229"><code>try/block-tools-marry-document-tools</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T21:32:51.159Z"><code>[2023-04-04T21:32:51.159Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4612262918"><code>add/spacing-presets-to-spacer-block</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-05T03:32:07.232Z"><code>[2023-04-05T03:32:07.232Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4614461257"><code>update/list-view-aria-attributes</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-05T04:25:04.984Z"><code>[2023-04-05T04:25:04.984Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4614732402"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-05T05:24:20.246Z"><code>[2023-04-05T05:24:20.246Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4615028665"><code>update/remove-wp-block-level-preset-style-filters</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-05T08:17:57.264Z"><code>[2023-04-05T08:17:57.264Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4616085472"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-05T16:00:44.054Z"><code>[2023-04-05T16:00:44.054Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4620190684"><code>tweak/simplify-remove-block-label</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-06T13:00:54.822Z"><code>[2023-04-06T13:00:54.822Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4628841334"><code>try/block-tools-invade-document-tools</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-07T01:21:38.591Z"><code>[2023-04-07T01:21:38.591Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4634353443"><code>publish-rich-text-build-types</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-07T02:16:35.623Z"><code>[2023-04-07T02:16:35.623Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4634604531"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-09T14:37:00.949Z"><code>[2023-04-09T14:37:00.949Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4650901329"><code>add/image-drop-html</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-10T05:52:36.888Z"><code>[2023-04-10T05:52:36.888Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4654271583"><code>e2e/fix-columns-flaky</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-10T20:21:09.366Z"><code>[2023-04-10T20:21:09.366Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4660718980"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-11T02:24:40.736Z"><code>[2023-04-11T02:24:40.736Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4662975713"><code>fix/time-to-read-translate</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-11T04:14:30.324Z"><code>[2023-04-11T04:14:30.324Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4663637330"><code>try/spacer-flex-controls</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-11T09:12:32.203Z"><code>[2023-04-11T09:12:32.203Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4665546618"><code>try/hide-redundant-search</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-11T17:32:41.393Z"><code>[2023-04-11T17:32:41.393Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4670041032"><code>refactor/core-data-queried-data-map-values</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T04:44:01.591Z"><code>[2023-04-12T04:44:01.591Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4674534349"><code>try/spacer-flex-controls</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T10:15:21.745Z"><code>[2023-04-12T10:15:21.745Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4676878576"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T10:22:34.478Z"><code>[2023-04-12T10:22:34.478Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4676986936"><code>try/new-template-pattern-modal</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T14:30:41.350Z"><code>[2023-04-12T14:30:41.350Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4679150391"><code>remove/lodash-group-by</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T16:01:56.127Z"><code>[2023-04-12T16:01:56.127Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4680031498"><code>try/block-tools-invade-document-tools</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T17:11:22.152Z"><code>[2023-04-12T17:11:22.152Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4678658140"><code>fix/flaky-site-editor-writing-flow-tests</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T17:20:29.760Z"><code>[2023-04-12T17:20:29.760Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4680832572"><code>release/15.6</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T21:39:57.908Z"><code>[2023-04-12T21:39:57.908Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4682790638"><code>components-CHANGELOG-CI-check-update</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T21:49:23.685Z"><code>[2023-04-12T21:49:23.685Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4682967558"><code>new-changelog-check-output-test</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T21:53:22.677Z"><code>[2023-04-12T21:53:22.677Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4682983176"><code>add-published-types-checker</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-13T03:42:42.135Z"><code>[2023-04-13T03:42:42.135Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4685085658"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-13T04:03:08.774Z"><code>[2023-04-13T04:03:08.774Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4685191826"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-13T05:05:30.509Z"><code>[2023-04-13T05:05:30.509Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4685548743"><code>try/user-global-styles-revisions</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-06-26T02:18:21.221Z"><code>[2023-06-26T02:18:21.221Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/5372806264"><code>fix/e2e-wp-editor-meta-box</code></a>.<!-- /__TEST_RESULT__ -->
<!-- /__TEST_RESULTS_LIST__ -->
| 1.0 | [Flaky Test] shows changes in a template when a template part it contains is modified - <!-- __META_DATA__:{} -->
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.**
## Test title
shows changes in a template when a template part it contains is modified
## Test path
`/test/e2e/specs/site-editor/template-part.spec.js`
## Errors
<!-- __TEST_RESULTS_LIST__ -->
<!-- __TEST_RESULT__ --><time datetime="2022-07-04T23:42:21.468Z"><code>[2022-07-04T23:42:21.468Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2612873496"><code>update/global-styles-root-margin-and-selector</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2022-07-18T09:49:52.329Z"><code>[2022-07-18T09:49:52.329Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2689499992"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2022-07-18T14:58:32.103Z"><code>[2022-07-18T14:58:32.103Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2691285893"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-12T13:02:55.468Z"><code>[2023-03-12T13:02:55.468Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4397415709"><code>add/styles-section-to-the-browse-mode-sidebar</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T10:22:33.974Z"><code>[2023-03-13T10:22:33.974Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4403530658"><code>update/use-select-resubscribe</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T10:38:52.850Z"><code>[2023-03-13T10:38:52.850Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4403573166"><code>refactor/query-controls-lodash</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T13:25:53.228Z"><code>[2023-03-13T13:25:53.228Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4405117455"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T14:09:34.784Z"><code>[2023-03-13T14:09:34.784Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4405117455"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T14:14:04.439Z"><code>[2023-03-13T14:14:04.439Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4405501538"><code>cleanup/unnecessary-jest-timer-declarations</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T15:11:10.675Z"><code>[2023-03-13T15:11:10.675Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4406112197"><code>add/story-for-full-global-styles-UI</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T16:19:18.500Z"><code>[2023-03-13T16:19:18.500Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4406825333"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-13T17:55:45.692Z"><code>[2023-03-13T17:55:45.692Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4407666307"><code>refactor/perf-test-results-path</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-14T11:20:16.418Z"><code>[2023-03-14T11:20:16.418Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4414858911"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-14T19:06:54.599Z"><code>[2023-03-14T19:06:54.599Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4419088703"><code>tweak/post-featured-block-settings-label</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T05:36:20.327Z"><code>[2023-03-15T05:36:20.327Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4422929376"><code>update/default-media-text-align-to-none</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T12:05:04.730Z"><code>[2023-03-15T12:05:04.730Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4425826167"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T13:23:00.161Z"><code>[2023-03-15T13:23:00.161Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4426378795"><code>feat/navigator-disable-initial-animation</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T16:43:29.493Z"><code>[2023-03-15T16:43:29.493Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4428441677"><code>update/svg-filter-frontend-output</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T17:23:07.959Z"><code>[2023-03-15T17:23:07.959Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4428766511"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T20:14:45.924Z"><code>[2023-03-15T20:14:45.924Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4430204546"><code>try/resolution-not-image-size</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-15T20:29:47.255Z"><code>[2023-03-15T20:29:47.255Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4430349204"><code>enhance/image-size-40</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T07:49:21.471Z"><code>[2023-03-16T07:49:21.471Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4434495818"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T11:53:37.483Z"><code>[2023-03-16T11:53:37.483Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4436515107"><code>try/preload-common-template-parts-editor-loading</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T15:57:00.320Z"><code>[2023-03-16T15:57:00.320Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4438744431"><code>add-caption-gs-ui-take2</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T16:06:05.069Z"><code>[2023-03-16T16:06:05.069Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4438789438"><code>update/svg-filter-frontend-output</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T17:01:26.874Z"><code>[2023-03-16T17:01:26.874Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4439323771"><code>refactor/CustomGradientPicker-typescript</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-16T18:32:06.620Z"><code>[2023-03-16T18:32:06.620Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4440160008"><code>fix/use-navigation-menus</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-17T10:27:34.429Z"><code>[2023-03-17T10:27:34.429Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4446315177"><code>update/no-store-double-register</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-17T11:38:57.045Z"><code>[2023-03-17T11:38:57.045Z]</code></time> Test passed after 2 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/4446826432"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-17T20:14:46.306Z"><code>[2023-03-17T20:14:46.306Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4451051580"><code>rnmobile/fix-sandbox-resize</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-18T08:31:50.785Z"><code>[2023-03-18T08:31:50.785Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4454378872"><code>add/element-env</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-19T06:55:34.742Z"><code>[2023-03-19T06:55:34.742Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4459301540"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-20T04:10:35.734Z"><code>[2023-03-20T04:10:35.734Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4464468840"><code>try/set-position-panel-to-open-if-a-value-is-set</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-20T08:09:27.372Z"><code>[2023-03-20T08:09:27.372Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4465753087"><code>fix/block-html-state-value-type</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-20T08:36:36.565Z"><code>[2023-03-20T08:36:36.565Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4466009153"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-20T11:03:57.408Z"><code>[2023-03-20T11:03:57.408Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4467237796"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-20T11:23:53.402Z"><code>[2023-03-20T11:23:53.402Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4467339696"><code>fix/use-core-class-in-block-patterns</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-21T02:15:22.073Z"><code>[2023-03-21T02:15:22.073Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4474661219"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-21T11:03:07.238Z"><code>[2023-03-21T11:03:07.238Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4478034475"><code>try/nav-allow-private-pages-to-display</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-21T11:57:48.838Z"><code>[2023-03-21T11:57:48.838Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4427685434"><code>storybook/isolate-styles</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-21T12:00:26.556Z"><code>[2023-03-21T12:00:26.556Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4478442330"><code>ts-duotone-picker</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-21T15:08:59.940Z"><code>[2023-03-21T15:08:59.940Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4480338060"><code>refactor/GradientPicker-typescript</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T03:39:26.664Z"><code>[2023-03-22T03:39:26.664Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4486001305"><code>fix/fluid-typography-min-font-size-rules-for-large-custom-font-sizes</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T07:36:06.096Z"><code>[2023-03-22T07:36:06.096Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4487202578"><code>fix/group-block-deprecation-pt2</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T15:04:16.241Z"><code>[2023-03-22T15:04:16.241Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4491011399"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T16:51:00.468Z"><code>[2023-03-22T16:51:00.468Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4492099207"><code>refactor/GradientPicker-typescript</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T17:18:32.150Z"><code>[2023-03-22T17:18:32.150Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4492358660"><code>refactor/GradientPicker-typescript</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T20:54:52.424Z"><code>[2023-03-22T20:54:52.424Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4494179390"><code>try/use-dedicated-rest-to-get-nav-fallbacks</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T21:20:07.935Z"><code>[2023-03-22T21:20:07.935Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4494361988"><code>remove/unused-code-from-navigation-submenu</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-22T22:18:09.592Z"><code>[2023-03-22T22:18:09.592Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4494790214"><code>fix/48586</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-23T01:37:54.478Z"><code>[2023-03-23T01:37:54.478Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4495990954"><code>rnmobile/add-reassure-pt-2</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-23T08:32:13.934Z"><code>[2023-03-23T08:32:13.934Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4498342424"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-23T09:08:47.957Z"><code>[2023-03-23T09:08:47.957Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4497234553"><code>try/post-template-focus</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-27T04:41:17.661Z"><code>[2023-03-27T04:41:17.661Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4528531475"><code>rnmobile/add-reassure-pt-2</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-27T06:40:48.581Z"><code>[2023-03-27T06:40:48.581Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4529264580"><code>try/spacer-flex-controls</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-27T14:33:12.403Z"><code>[2023-03-27T14:33:12.403Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4532738423"><code>add/shift-arrow-full-selection</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-28T02:58:26.561Z"><code>[2023-03-28T02:58:26.561Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4538664158"><code>try/resize-visualizer</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-28T04:43:23.746Z"><code>[2023-03-28T04:43:23.746Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4539161541"><code>try/resize-visualizer</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-28T05:25:14.268Z"><code>[2023-03-28T05:25:14.268Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4539390688"><code>fix/anchor-dynamic-block</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-28T18:43:08.713Z"><code>[2023-03-28T18:43:08.713Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4546238644"><code>test/add-writing-flow-tests</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-28T22:40:31.667Z"><code>[2023-03-28T22:40:31.667Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4548069674"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T01:19:34.482Z"><code>[2023-03-29T01:19:34.482Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4549009557"><code>fix/selectors-api</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T04:25:39.742Z"><code>[2023-03-29T04:25:39.742Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4550080871"><code>add/spacing-presets-to-spacer-block</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T05:42:51.617Z"><code>[2023-03-29T05:42:51.617Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4550419545"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T08:55:49.679Z"><code>[2023-03-29T08:55:49.679Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4551852773"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T11:14:42.510Z"><code>[2023-03-29T11:14:42.510Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4553103393"><code>doc/fix-apifetch-import</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T11:40:24.124Z"><code>[2023-03-29T11:40:24.124Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4553304661"><code>update/block-supports-dependencies</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T14:43:14.256Z"><code>[2023-03-29T14:43:14.256Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4554910986"><code>switch-textarea-autosize-package</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-29T21:39:23.664Z"><code>[2023-03-29T21:39:23.664Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4557992096"><code>components-changelog-check</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T04:21:20.199Z"><code>[2023-03-30T04:21:20.199Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4560381607"><code>try/simplified-layout</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T09:48:27.134Z"><code>[2023-03-30T09:48:27.134Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4562651740"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T11:06:00.133Z"><code>[2023-03-30T11:06:00.133Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4563297392"><code>update/npm</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T11:24:13.296Z"><code>[2023-03-30T11:24:13.296Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4563456799"><code>add/automatted-tests-for-nav-offcanvas</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T12:17:52.092Z"><code>[2023-03-30T12:17:52.092Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4563928174"><code>add/root-client-id-to-list-view</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T13:40:54.345Z"><code>[2023-03-30T13:40:54.345Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4564723775"><code>fix/cover-empty-background-url</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-30T21:50:46.005Z"><code>[2023-03-30T21:50:46.005Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4569106436"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-31T04:54:20.451Z"><code>[2023-03-31T04:54:20.451Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4571513210"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-31T06:38:37.258Z"><code>[2023-03-31T06:38:37.258Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4572068177"><code>add/details-summary-block</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-31T06:40:18.675Z"><code>[2023-03-31T06:40:18.675Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4572089056"><code>migrate/block-editor-insert-usage-to-preferences-store</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-03-31T08:01:14.670Z"><code>[2023-03-31T08:01:14.670Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4563928174"><code>add/root-client-id-to-list-view</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-01T02:35:18.989Z"><code>[2023-04-01T02:35:18.989Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4580712698"><code>tweak/simplify-remove-block-label</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-01T14:28:32.602Z"><code>[2023-04-01T14:28:32.602Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4583536972"><code>columns/prevent-removal-column</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-01T23:20:05.168Z"><code>[2023-04-01T23:20:05.168Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4585593729"><code>update/navigable-container-ts</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-02T03:14:02.152Z"><code>[2023-04-02T03:14:02.152Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4586496617"><code>doc/fix-redirect-support-url</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-03T09:03:09.013Z"><code>[2023-04-03T09:03:09.013Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4594483476"><code>try/resize-visualizer</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-03T17:15:01.631Z"><code>[2023-04-03T17:15:01.631Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4599193444"><code>fix/avoid-empty-gallery-block-error</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-03T17:39:23.937Z"><code>[2023-04-03T17:39:23.937Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4580712698"><code>tweak/simplify-remove-block-label</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T01:27:54.350Z"><code>[2023-04-04T01:27:54.350Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4602740128"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T09:22:53.045Z"><code>[2023-04-04T09:22:53.045Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4605806638"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T10:27:53.865Z"><code>[2023-04-04T10:27:53.865Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4606452397"><code>update/style-variation-preview</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T11:52:27.921Z"><code>[2023-04-04T11:52:27.921Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4607085168"><code>update/duotone-global-styles-ui</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T12:03:51.350Z"><code>[2023-04-04T12:03:51.350Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4607192101"><code>add/site-icon-animation-in-frame</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T15:18:45.238Z"><code>[2023-04-04T15:18:45.238Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4609083229"><code>try/block-tools-marry-document-tools</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-04T21:32:51.159Z"><code>[2023-04-04T21:32:51.159Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4612262918"><code>add/spacing-presets-to-spacer-block</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-05T03:32:07.232Z"><code>[2023-04-05T03:32:07.232Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4614461257"><code>update/list-view-aria-attributes</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-05T04:25:04.984Z"><code>[2023-04-05T04:25:04.984Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4614732402"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-05T05:24:20.246Z"><code>[2023-04-05T05:24:20.246Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4615028665"><code>update/remove-wp-block-level-preset-style-filters</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-05T08:17:57.264Z"><code>[2023-04-05T08:17:57.264Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4616085472"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-05T16:00:44.054Z"><code>[2023-04-05T16:00:44.054Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4620190684"><code>tweak/simplify-remove-block-label</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-06T13:00:54.822Z"><code>[2023-04-06T13:00:54.822Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4628841334"><code>try/block-tools-invade-document-tools</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-07T01:21:38.591Z"><code>[2023-04-07T01:21:38.591Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4634353443"><code>publish-rich-text-build-types</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-07T02:16:35.623Z"><code>[2023-04-07T02:16:35.623Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4634604531"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-09T14:37:00.949Z"><code>[2023-04-09T14:37:00.949Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4650901329"><code>add/image-drop-html</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-10T05:52:36.888Z"><code>[2023-04-10T05:52:36.888Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4654271583"><code>e2e/fix-columns-flaky</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-10T20:21:09.366Z"><code>[2023-04-10T20:21:09.366Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4660718980"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-11T02:24:40.736Z"><code>[2023-04-11T02:24:40.736Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4662975713"><code>fix/time-to-read-translate</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-11T04:14:30.324Z"><code>[2023-04-11T04:14:30.324Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4663637330"><code>try/spacer-flex-controls</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-11T09:12:32.203Z"><code>[2023-04-11T09:12:32.203Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4665546618"><code>try/hide-redundant-search</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-11T17:32:41.393Z"><code>[2023-04-11T17:32:41.393Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4670041032"><code>refactor/core-data-queried-data-map-values</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T04:44:01.591Z"><code>[2023-04-12T04:44:01.591Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4674534349"><code>try/spacer-flex-controls</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T10:15:21.745Z"><code>[2023-04-12T10:15:21.745Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4676878576"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T10:22:34.478Z"><code>[2023-04-12T10:22:34.478Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4676986936"><code>try/new-template-pattern-modal</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T14:30:41.350Z"><code>[2023-04-12T14:30:41.350Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4679150391"><code>remove/lodash-group-by</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T16:01:56.127Z"><code>[2023-04-12T16:01:56.127Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4680031498"><code>try/block-tools-invade-document-tools</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T17:11:22.152Z"><code>[2023-04-12T17:11:22.152Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4678658140"><code>fix/flaky-site-editor-writing-flow-tests</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T17:20:29.760Z"><code>[2023-04-12T17:20:29.760Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4680832572"><code>release/15.6</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T21:39:57.908Z"><code>[2023-04-12T21:39:57.908Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4682790638"><code>components-CHANGELOG-CI-check-update</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T21:49:23.685Z"><code>[2023-04-12T21:49:23.685Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4682967558"><code>new-changelog-check-output-test</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-12T21:53:22.677Z"><code>[2023-04-12T21:53:22.677Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4682983176"><code>add-published-types-checker</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-13T03:42:42.135Z"><code>[2023-04-13T03:42:42.135Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4685085658"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-13T04:03:08.774Z"><code>[2023-04-13T04:03:08.774Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4685191826"><code>trunk</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-04-13T05:05:30.509Z"><code>[2023-04-13T05:05:30.509Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/4685548743"><code>try/user-global-styles-revisions</code></a>.<!-- /__TEST_RESULT__ -->
<br/>
<!-- __TEST_RESULT__ --><time datetime="2023-06-26T02:18:21.221Z"><code>[2023-06-26T02:18:21.221Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/5372806264"><code>fix/e2e-wp-editor-meta-box</code></a>.<!-- /__TEST_RESULT__ -->
<!-- /__TEST_RESULTS_LIST__ -->
| non_defect | shows changes in a template when a template part it contains is modified flaky test detected this is an auto generated issue by github actions please do not edit this manually test title shows changes in a template when a template part it contains is modified test path test specs site editor template part spec js errors test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempts on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on | 0 |
100 | 2,507,005,689 | IssuesEvent | 2015-01-12 15:32:00 | openlvc/portico | https://api.github.com/repos/openlvc/portico | opened | JGroups rejects requests to send messages when it is overloaded | defect ready urg:med | Summary
----
Under very heavy load, Portico can crash thanks to JGroups refusing to be able to send any more messages. This happens when its sender thread pool is completely filled up. The rejection policy for tasks seems to be "reject" or something similar, when it should be "execute" so the task just gets executed on the thread submitting the job.
The following is a stack trace showing the problem when running the wantest federate (immediate callback mode - two federate federation running on the same computer - very fast send speeds).
```
ERROR [main] portico.lrc: org.portico.lrc.compat.JRTIinternalError: Problem sending message: channel=WAN Test Federation, error message=Task org.jgroups.protocols.TP$5@7fd751de rejected from java.util.concurrent.ThreadPoolExecutor@e162a35[Running, pool size = 10, active threads = 7, queued tasks = 995, completed tasks = 193678]
Exception in thread "main" hla.rti1516e.exceptions.RTIinternalError: org.portico.lrc.compat.JRTIinternalError: Problem sending message: channel=WAN Test Federation, error message=Task org.jgroups.protocols.TP$5@7fd751de rejected from java.util.concurrent.ThreadPoolExecutor@e162a35[Running, pool size = 10, active threads = 7, queued tasks = 995, completed tasks = 193678]
at org.portico.impl.hla1516e.Rti1516eAmbassador.updateAttributeValues(Rti1516eAmbassador.java:2081)
at wantest.throughput.ThroughputDriver.loop(ThroughputDriver.java:252)
at wantest.throughput.ThroughputDriver.execute(ThroughputDriver.java:122)
at wantest.Federate.execute(Federate.java:111)
at wantest.Main.main(Main.java:49)
Caused by: org.portico.lrc.compat.JRTIinternalError: Problem sending message: channel=WAN Test Federation, error message=Task org.jgroups.protocols.TP$5@7fd751de rejected from java.util.concurrent.ThreadPoolExecutor@e162a35[Running, pool size = 10, active threads = 7, queued tasks = 995, completed tasks = 193678]
at org.portico.bindings.jgroups.channel.FederationChannel.send(FederationChannel.java:252)
at org.portico.bindings.jgroups.JGroupsConnection.broadcast(JGroupsConnection.java:153)
at org.portico.lrc.services.object.handlers.outgoing.UpdateAttributesHandler.process(UpdateAttributesHandler.java:105)
at org.portico.utils.messaging.MessageSink.process(MessageSink.java:187)
at org.portico.impl.hla1516e.Impl1516eHelper.processMessage(Impl1516eHelper.java:99)
at org.portico.impl.hla1516e.Rti1516eAmbassador.processMessage(Rti1516eAmbassador.java:5554)
at org.portico.impl.hla1516e.Rti1516eAmbassador.updateAttributeValues(Rti1516eAmbassador.java:2063)
... 4 more
Caused by: java.util.concurrent.RejectedExecutionException: Task org.jgroups.protocols.TP$5@7fd751de rejected from java.util.concurrent.ThreadPoolExecutor@e162a35[Running, pool size = 10, active threads = 7, queued tasks = 995, completed tasks = 193678]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
at org.jgroups.protocols.TP.down(TP.java:1209)
at org.jgroups.protocols.Discovery.down(Discovery.java:576)
at org.jgroups.protocols.FD_ALL.down(FD_ALL.java:201)
at org.jgroups.protocols.VERIFY_SUSPECT.down(VERIFY_SUSPECT.java:80)
at org.jgroups.protocols.BARRIER.down(BARRIER.java:94)
at org.jgroups.protocols.pbcast.NAKACK2.send(NAKACK2.java:673)
at org.jgroups.protocols.pbcast.NAKACK2.down(NAKACK2.java:453)
at org.jgroups.protocols.UNICAST2.down(UNICAST2.java:523)
at org.jgroups.protocols.RSVP.down(RSVP.java:143)
at org.jgroups.protocols.pbcast.STABLE.down(STABLE.java:328)
at org.jgroups.protocols.pbcast.GMS.down(GMS.java:965)
at org.jgroups.protocols.FlowControl.down(FlowControl.java:351)
at org.jgroups.protocols.MFC.handleDownMessage(MFC.java:116)
at org.jgroups.protocols.FlowControl.down(FlowControl.java:341)
at org.jgroups.protocols.FRAG2.down(FRAG2.java:147)
at org.jgroups.protocols.pbcast.STATE_TRANSFER.down(STATE_TRANSFER.java:238)
at org.jgroups.protocols.pbcast.FLUSH.down(FLUSH.java:312)
at org.jgroups.stack.ProtocolStack.down(ProtocolStack.java:1025)
at org.jgroups.JChannel.down(JChannel.java:729)
at org.jgroups.JChannel.send(JChannel.java:445)
at org.portico.bindings.jgroups.channel.FederationChannel.send(FederationChannel.java:247)
```
Environment and Logs
----
* Portico 2.1.0-beta
* Any
* Tim's big iMac
* wantest federate 1.0.0-beta
Reproduction Steps
----
# Start two test federates and run their throughput tests
## `./wantest.sh --federate-name one --peers two --no-latency-test --packet-size 1K --loops 10000`
# Wait for the exception to pop up in one federate mid-test. May only happen sometimes.
# TBC | 1.0 | JGroups rejects requests to send messages when it is overloaded - Summary
----
Under very heavy load, Portico can crash thanks to JGroups refusing to be able to send any more messages. This happens when its sender thread pool is completely filled up. The rejection policy for tasks seems to be "reject" or something similar, when it should be "execute" so the task just gets executed on the thread submitting the job.
The following is a stack trace showing the problem when running the wantest federate (immediate callback mode - two federate federation running on the same computer - very fast send speeds).
```
ERROR [main] portico.lrc: org.portico.lrc.compat.JRTIinternalError: Problem sending message: channel=WAN Test Federation, error message=Task org.jgroups.protocols.TP$5@7fd751de rejected from java.util.concurrent.ThreadPoolExecutor@e162a35[Running, pool size = 10, active threads = 7, queued tasks = 995, completed tasks = 193678]
Exception in thread "main" hla.rti1516e.exceptions.RTIinternalError: org.portico.lrc.compat.JRTIinternalError: Problem sending message: channel=WAN Test Federation, error message=Task org.jgroups.protocols.TP$5@7fd751de rejected from java.util.concurrent.ThreadPoolExecutor@e162a35[Running, pool size = 10, active threads = 7, queued tasks = 995, completed tasks = 193678]
at org.portico.impl.hla1516e.Rti1516eAmbassador.updateAttributeValues(Rti1516eAmbassador.java:2081)
at wantest.throughput.ThroughputDriver.loop(ThroughputDriver.java:252)
at wantest.throughput.ThroughputDriver.execute(ThroughputDriver.java:122)
at wantest.Federate.execute(Federate.java:111)
at wantest.Main.main(Main.java:49)
Caused by: org.portico.lrc.compat.JRTIinternalError: Problem sending message: channel=WAN Test Federation, error message=Task org.jgroups.protocols.TP$5@7fd751de rejected from java.util.concurrent.ThreadPoolExecutor@e162a35[Running, pool size = 10, active threads = 7, queued tasks = 995, completed tasks = 193678]
at org.portico.bindings.jgroups.channel.FederationChannel.send(FederationChannel.java:252)
at org.portico.bindings.jgroups.JGroupsConnection.broadcast(JGroupsConnection.java:153)
at org.portico.lrc.services.object.handlers.outgoing.UpdateAttributesHandler.process(UpdateAttributesHandler.java:105)
at org.portico.utils.messaging.MessageSink.process(MessageSink.java:187)
at org.portico.impl.hla1516e.Impl1516eHelper.processMessage(Impl1516eHelper.java:99)
at org.portico.impl.hla1516e.Rti1516eAmbassador.processMessage(Rti1516eAmbassador.java:5554)
at org.portico.impl.hla1516e.Rti1516eAmbassador.updateAttributeValues(Rti1516eAmbassador.java:2063)
... 4 more
Caused by: java.util.concurrent.RejectedExecutionException: Task org.jgroups.protocols.TP$5@7fd751de rejected from java.util.concurrent.ThreadPoolExecutor@e162a35[Running, pool size = 10, active threads = 7, queued tasks = 995, completed tasks = 193678]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
at org.jgroups.protocols.TP.down(TP.java:1209)
at org.jgroups.protocols.Discovery.down(Discovery.java:576)
at org.jgroups.protocols.FD_ALL.down(FD_ALL.java:201)
at org.jgroups.protocols.VERIFY_SUSPECT.down(VERIFY_SUSPECT.java:80)
at org.jgroups.protocols.BARRIER.down(BARRIER.java:94)
at org.jgroups.protocols.pbcast.NAKACK2.send(NAKACK2.java:673)
at org.jgroups.protocols.pbcast.NAKACK2.down(NAKACK2.java:453)
at org.jgroups.protocols.UNICAST2.down(UNICAST2.java:523)
at org.jgroups.protocols.RSVP.down(RSVP.java:143)
at org.jgroups.protocols.pbcast.STABLE.down(STABLE.java:328)
at org.jgroups.protocols.pbcast.GMS.down(GMS.java:965)
at org.jgroups.protocols.FlowControl.down(FlowControl.java:351)
at org.jgroups.protocols.MFC.handleDownMessage(MFC.java:116)
at org.jgroups.protocols.FlowControl.down(FlowControl.java:341)
at org.jgroups.protocols.FRAG2.down(FRAG2.java:147)
at org.jgroups.protocols.pbcast.STATE_TRANSFER.down(STATE_TRANSFER.java:238)
at org.jgroups.protocols.pbcast.FLUSH.down(FLUSH.java:312)
at org.jgroups.stack.ProtocolStack.down(ProtocolStack.java:1025)
at org.jgroups.JChannel.down(JChannel.java:729)
at org.jgroups.JChannel.send(JChannel.java:445)
at org.portico.bindings.jgroups.channel.FederationChannel.send(FederationChannel.java:247)
```
Environment and Logs
----
* Portico 2.1.0-beta
* Any
* Tim's big iMac
* wantest federate 1.0.0-beta
Reproduction Steps
----
# Start two test federates and run their throughput tests
## `./wantest.sh --federate-name one --peers two --no-latency-test --packet-size 1K --loops 10000`
# Wait for the exception to pop up in one federate mid-test. May only happen sometimes.
# TBC | defect | jgroups rejects requests to send messages when it is overloaded summary under very heavy load portico can crash thanks to jgroups refusing to be able to send any more messages this happens when its sender thread pool is completely filled up the rejection policy for tasks seems to be reject or something similar when it should be execute so the task just gets executed on the thread submitting the job the following is a stack trace showing the problem when running the wantest federate immediate callback mode two federate federation running on the same computer very fast send speeds error portico lrc org portico lrc compat jrtiinternalerror problem sending message channel wan test federation error message task org jgroups protocols tp rejected from java util concurrent threadpoolexecutor exception in thread main hla exceptions rtiinternalerror org portico lrc compat jrtiinternalerror problem sending message channel wan test federation error message task org jgroups protocols tp rejected from java util concurrent threadpoolexecutor at org portico impl updateattributevalues java at wantest throughput throughputdriver loop throughputdriver java at wantest throughput throughputdriver execute throughputdriver java at wantest federate execute federate java at wantest main main main java caused by org portico lrc compat jrtiinternalerror problem sending message channel wan test federation error message task org jgroups protocols tp rejected from java util concurrent threadpoolexecutor at org portico bindings jgroups channel federationchannel send federationchannel java at org portico bindings jgroups jgroupsconnection broadcast jgroupsconnection java at org portico lrc services object handlers outgoing updateattributeshandler process updateattributeshandler java at org portico utils messaging messagesink process messagesink java at org portico impl processmessage java at org portico impl processmessage java at org portico impl updateattributevalues java more caused by java util concurrent rejectedexecutionexception task org jgroups protocols tp rejected from java util concurrent threadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent threadpoolexecutor execute threadpoolexecutor java at org jgroups protocols tp down tp java at org jgroups protocols discovery down discovery java at org jgroups protocols fd all down fd all java at org jgroups protocols verify suspect down verify suspect java at org jgroups protocols barrier down barrier java at org jgroups protocols pbcast send java at org jgroups protocols pbcast down java at org jgroups protocols down java at org jgroups protocols rsvp down rsvp java at org jgroups protocols pbcast stable down stable java at org jgroups protocols pbcast gms down gms java at org jgroups protocols flowcontrol down flowcontrol java at org jgroups protocols mfc handledownmessage mfc java at org jgroups protocols flowcontrol down flowcontrol java at org jgroups protocols down java at org jgroups protocols pbcast state transfer down state transfer java at org jgroups protocols pbcast flush down flush java at org jgroups stack protocolstack down protocolstack java at org jgroups jchannel down jchannel java at org jgroups jchannel send jchannel java at org portico bindings jgroups channel federationchannel send federationchannel java environment and logs portico beta any tim s big imac wantest federate beta reproduction steps start two test federates and run their throughput tests wantest sh federate name one peers two no latency test packet size loops wait for the exception to pop up in one federate mid test may only happen sometimes tbc | 1 |
24,677 | 4,069,109,726 | IssuesEvent | 2016-05-27 01:37:42 | idaholab/moose | https://api.github.com/repos/idaholab/moose | closed | BlockRestrictable members used before initialization | C: MOOSE P: normal T: defect | ### Description of the enhancement or error report
BlockRestrictable::isBlockSubset() and overloaded methods are being called before BlockRestrictable::initializeBlockRestrictable is being called. This means that the member _blk_ids is not initialized rending that method useless.
### Rationale for the enhancement or information for reproducing the error
A related PR will be posted shortly with the proposed line that needs to be added that can reproduce this issue. I'll update this description.
### Identified impact
(i.e. Internal object changes, limited interface changes, public API change, or a list of specific applications impacted)
Some of the block restriction functionality may not be working properly. | 1.0 | BlockRestrictable members used before initialization - ### Description of the enhancement or error report
BlockRestrictable::isBlockSubset() and overloaded methods are being called before BlockRestrictable::initializeBlockRestrictable is being called. This means that the member _blk_ids is not initialized rending that method useless.
### Rationale for the enhancement or information for reproducing the error
A related PR will be posted shortly with the proposed line that needs to be added that can reproduce this issue. I'll update this description.
### Identified impact
(i.e. Internal object changes, limited interface changes, public API change, or a list of specific applications impacted)
Some of the block restriction functionality may not be working properly. | defect | blockrestrictable members used before initialization description of the enhancement or error report blockrestrictable isblocksubset and overloaded methods are being called before blockrestrictable initializeblockrestrictable is being called this means that the member blk ids is not initialized rending that method useless rationale for the enhancement or information for reproducing the error a related pr will be posted shortly with the proposed line that needs to be added that can reproduce this issue i ll update this description identified impact i e internal object changes limited interface changes public api change or a list of specific applications impacted some of the block restriction functionality may not be working properly | 1 |
54,289 | 23,225,254,386 | IssuesEvent | 2022-08-02 22:56:45 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | LibraryImportGenerator ModeThatUsesBidirectionalShape_Missing_AllMethods_ReportsDiagnostic failure in CI | area-System.Runtime.InteropServices blocking-clean-ci in-pr | Pipeline run: https://dev.azure.com/dnceng/public/_build/results?buildId=1913659&view=results
Test: https://dev.azure.com/dnceng/public/_build/results?buildId=1913659&view=ms.vss-test-web.build-test-results-tab&runId=49633240&resultId=190139&paneView=dotnet-dnceng.dnceng-anon-build-release-tasks.helix-anon-test-information-tab
Console log: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-155c8e34ff754aeca1/LibraryImportGenerator.Unit.Tests/1/console.395cfa54.log?helixlogtype=result
Note that this is in the libraries-pgo pipeline, but no PGO is enabled in this particular scenario. There is both a failure in the net7.0-Linux-Release-arm64-CoreCLR_checked-nopgo job and the net7.0-windows-Release-x86-CoreCLR_checked-fullpgo_methodprofiling job.
```scala
LibraryImportGenerator.UnitTests.CustomMarshallerAttributeAnalyzerTests_StatefulValueShapeValidation.ModeThatUsesBidirectionalShape_Missing_AllMethods_ReportsDiagnostic [FAIL]
Microsoft.CodeAnalysis.Testing.Verifiers.EqualWithMessageException : Context: Diagnostics of test state
Expected diagnostic message to be "The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a one-parameter instance method named 'FromUnmanaged' that takes the 'unmanaged' value as a parameter and returns 'void'" was "The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a zero-parameter instance method named 'ToManaged' that returns 'ManagedType'"
Expected diagnostic:
// /0/Test0.cs(5,82,5,96): error SYSLIB1057: The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a one-parameter instance method named 'FromUnmanaged' that takes the 'unmanaged' value as a parameter and returns 'void'
VerifyCS.Diagnostic(CustomMarshallerAttributeAnalyzer.SYSLIB1057).WithSpan(5, 82, 5, 96).WithArguments("MarshallerType", "ManagedToUnmanagedRef", "ManagedType"),
Actual diagnostic:
// /0/Test0.cs(5,82): error SYSLIB1057: The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a zero-parameter instance method named 'ToManaged' that returns 'ManagedType'
VerifyCS.Diagnostic(CustomMarshallerAttributeAnalyzer.SYSLIB1057).WithSpan(5, 82, 5, 96).WithArguments("MarshallerType", "ManagedToUnmanagedRef", "ManagedType"),
Assert.Equal() Failure
Expected: The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a one-parameter instance method named 'FromUnmanaged' that takes the 'unmanaged' value as a parameter and returns 'void'
Actual: The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a zero-parameter instance method named 'ToManaged' that returns 'ManagedType'
Stack Trace:
/_/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit/XUnitVerifier.cs(49,0): at Microsoft.CodeAnalysis.Testing.Verifiers.XUnitVerifier.Equal[T](T expected, T actual, String message)
/_/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs(402,0): at Microsoft.CodeAnalysis.Testing.AnalyzerTest`1.VerifyDiagnosticResults(IEnumerable`1 actualResults, ImmutableArray`1 analyzers, DiagnosticResult[] expectedResults, IVerifier verifier)
/_/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs(274,0): at Microsoft.CodeAnalysis.Testing.AnalyzerTest`1.VerifyDiagnosticsAsync(EvaluatedProjectState primaryProject, ImmutableArray`1 additionalProjects, DiagnosticResult[] expected, IVerifier verifier, CancellationToken cancellationToken)
/_/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.CodeFix.Testing/CodeFixTest`1.cs(304,0): at Microsoft.CodeAnalysis.Testing.CodeFixTest`1.RunImplAsync(CancellationToken cancellationToken)
/_/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs(182,0): at Microsoft.CodeAnalysis.Testing.AnalyzerTest`1.RunAsync(CancellationToken cancellationToken)
/_/src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/Verifiers/CSharpCodeFixVerifier.cs(44,0): at LibraryImportGenerator.UnitTests.Verifiers.CSharpCodeFixVerifier`2.VerifyAnalyzerAsync(String source, DiagnosticResult[] expected)
/_/src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/CustomMarshallerAttributeFixerTests_StatefulValueShapeValidation.cs(109,0): at LibraryImportGenerator.UnitTests.CustomMarshallerAttributeAnalyzerTests_StatefulValueShapeValidation.ModeThatUsesBidirectionalShape_Missing_AllMethods_ReportsDiagnostic()
--- End of stack trace from previous location ---
``` | 1.0 | LibraryImportGenerator ModeThatUsesBidirectionalShape_Missing_AllMethods_ReportsDiagnostic failure in CI - Pipeline run: https://dev.azure.com/dnceng/public/_build/results?buildId=1913659&view=results
Test: https://dev.azure.com/dnceng/public/_build/results?buildId=1913659&view=ms.vss-test-web.build-test-results-tab&runId=49633240&resultId=190139&paneView=dotnet-dnceng.dnceng-anon-build-release-tasks.helix-anon-test-information-tab
Console log: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-155c8e34ff754aeca1/LibraryImportGenerator.Unit.Tests/1/console.395cfa54.log?helixlogtype=result
Note that this is in the libraries-pgo pipeline, but no PGO is enabled in this particular scenario. There is both a failure in the net7.0-Linux-Release-arm64-CoreCLR_checked-nopgo job and the net7.0-windows-Release-x86-CoreCLR_checked-fullpgo_methodprofiling job.
```scala
LibraryImportGenerator.UnitTests.CustomMarshallerAttributeAnalyzerTests_StatefulValueShapeValidation.ModeThatUsesBidirectionalShape_Missing_AllMethods_ReportsDiagnostic [FAIL]
Microsoft.CodeAnalysis.Testing.Verifiers.EqualWithMessageException : Context: Diagnostics of test state
Expected diagnostic message to be "The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a one-parameter instance method named 'FromUnmanaged' that takes the 'unmanaged' value as a parameter and returns 'void'" was "The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a zero-parameter instance method named 'ToManaged' that returns 'ManagedType'"
Expected diagnostic:
// /0/Test0.cs(5,82,5,96): error SYSLIB1057: The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a one-parameter instance method named 'FromUnmanaged' that takes the 'unmanaged' value as a parameter and returns 'void'
VerifyCS.Diagnostic(CustomMarshallerAttributeAnalyzer.SYSLIB1057).WithSpan(5, 82, 5, 96).WithArguments("MarshallerType", "ManagedToUnmanagedRef", "ManagedType"),
Actual diagnostic:
// /0/Test0.cs(5,82): error SYSLIB1057: The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a zero-parameter instance method named 'ToManaged' that returns 'ManagedType'
VerifyCS.Diagnostic(CustomMarshallerAttributeAnalyzer.SYSLIB1057).WithSpan(5, 82, 5, 96).WithArguments("MarshallerType", "ManagedToUnmanagedRef", "ManagedType"),
Assert.Equal() Failure
Expected: The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a one-parameter instance method named 'FromUnmanaged' that takes the 'unmanaged' value as a parameter and returns 'void'
Actual: The type 'MarshallerType' specifies that it supports the 'ManagedToUnmanagedRef' marshal mode for 'ManagedType' but it does not provide a zero-parameter instance method named 'ToManaged' that returns 'ManagedType'
Stack Trace:
/_/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit/XUnitVerifier.cs(49,0): at Microsoft.CodeAnalysis.Testing.Verifiers.XUnitVerifier.Equal[T](T expected, T actual, String message)
/_/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs(402,0): at Microsoft.CodeAnalysis.Testing.AnalyzerTest`1.VerifyDiagnosticResults(IEnumerable`1 actualResults, ImmutableArray`1 analyzers, DiagnosticResult[] expectedResults, IVerifier verifier)
/_/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs(274,0): at Microsoft.CodeAnalysis.Testing.AnalyzerTest`1.VerifyDiagnosticsAsync(EvaluatedProjectState primaryProject, ImmutableArray`1 additionalProjects, DiagnosticResult[] expected, IVerifier verifier, CancellationToken cancellationToken)
/_/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.CodeFix.Testing/CodeFixTest`1.cs(304,0): at Microsoft.CodeAnalysis.Testing.CodeFixTest`1.RunImplAsync(CancellationToken cancellationToken)
/_/src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs(182,0): at Microsoft.CodeAnalysis.Testing.AnalyzerTest`1.RunAsync(CancellationToken cancellationToken)
/_/src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/Verifiers/CSharpCodeFixVerifier.cs(44,0): at LibraryImportGenerator.UnitTests.Verifiers.CSharpCodeFixVerifier`2.VerifyAnalyzerAsync(String source, DiagnosticResult[] expected)
/_/src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/CustomMarshallerAttributeFixerTests_StatefulValueShapeValidation.cs(109,0): at LibraryImportGenerator.UnitTests.CustomMarshallerAttributeAnalyzerTests_StatefulValueShapeValidation.ModeThatUsesBidirectionalShape_Missing_AllMethods_ReportsDiagnostic()
--- End of stack trace from previous location ---
``` | non_defect | libraryimportgenerator modethatusesbidirectionalshape missing allmethods reportsdiagnostic failure in ci pipeline run test console log note that this is in the libraries pgo pipeline but no pgo is enabled in this particular scenario there is both a failure in the linux release coreclr checked nopgo job and the windows release coreclr checked fullpgo methodprofiling job scala libraryimportgenerator unittests custommarshallerattributeanalyzertests statefulvalueshapevalidation modethatusesbidirectionalshape missing allmethods reportsdiagnostic microsoft codeanalysis testing verifiers equalwithmessageexception context diagnostics of test state expected diagnostic message to be the type marshallertype specifies that it supports the managedtounmanagedref marshal mode for managedtype but it does not provide a one parameter instance method named fromunmanaged that takes the unmanaged value as a parameter and returns void was the type marshallertype specifies that it supports the managedtounmanagedref marshal mode for managedtype but it does not provide a zero parameter instance method named tomanaged that returns managedtype expected diagnostic cs error the type marshallertype specifies that it supports the managedtounmanagedref marshal mode for managedtype but it does not provide a one parameter instance method named fromunmanaged that takes the unmanaged value as a parameter and returns void verifycs diagnostic custommarshallerattributeanalyzer withspan witharguments marshallertype managedtounmanagedref managedtype actual diagnostic cs error the type marshallertype specifies that it supports the managedtounmanagedref marshal mode for managedtype but it does not provide a zero parameter instance method named tomanaged that returns managedtype verifycs diagnostic custommarshallerattributeanalyzer withspan witharguments marshallertype managedtounmanagedref managedtype assert equal failure expected the type marshallertype specifies that it supports the managedtounmanagedref marshal mode for managedtype but it does not provide a one parameter instance method named fromunmanaged that takes the unmanaged value as a parameter and returns void actual the type marshallertype specifies that it supports the managedtounmanagedref marshal mode for managedtype but it does not provide a zero parameter instance method named tomanaged that returns managedtype stack trace src microsoft codeanalysis testing microsoft codeanalysis testing verifiers xunit xunitverifier cs at microsoft codeanalysis testing verifiers xunitverifier equal t expected t actual string message src microsoft codeanalysis testing microsoft codeanalysis analyzer testing analyzertest cs at microsoft codeanalysis testing analyzertest verifydiagnosticresults ienumerable actualresults immutablearray analyzers diagnosticresult expectedresults iverifier verifier src microsoft codeanalysis testing microsoft codeanalysis analyzer testing analyzertest cs at microsoft codeanalysis testing analyzertest verifydiagnosticsasync evaluatedprojectstate primaryproject immutablearray additionalprojects diagnosticresult expected iverifier verifier cancellationtoken cancellationtoken src microsoft codeanalysis testing microsoft codeanalysis codefix testing codefixtest cs at microsoft codeanalysis testing codefixtest runimplasync cancellationtoken cancellationtoken src microsoft codeanalysis testing microsoft codeanalysis analyzer testing analyzertest cs at microsoft codeanalysis testing analyzertest runasync cancellationtoken cancellationtoken src libraries system runtime interopservices tests libraryimportgenerator unittests verifiers csharpcodefixverifier cs at libraryimportgenerator unittests verifiers csharpcodefixverifier verifyanalyzerasync string source diagnosticresult expected src libraries system runtime interopservices tests libraryimportgenerator unittests custommarshallerattributefixertests statefulvalueshapevalidation cs at libraryimportgenerator unittests custommarshallerattributeanalyzertests statefulvalueshapevalidation modethatusesbidirectionalshape missing allmethods reportsdiagnostic end of stack trace from previous location | 0 |
51,467 | 6,160,771,545 | IssuesEvent | 2017-06-29 06:42:52 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Test: Microsoft.VisualBasic.CompilerServices.Tests.OperatorsTests/AddObject_Convertible_ReturnsExpected failed with "Xunit.Sdk.EqualException' | area-Microsoft.VisualBasic test-run-uwp-ilc | Opened on behalf of @Jiayili1
The test `Microsoft.VisualBasic.CompilerServices.Tests.OperatorsTests/AddObject_Convertible_ReturnsExpected(left: 15, right: 18446744073709551615, expected: 18446744073709551630)` has failed.
Assert.Equal() Failure\r
Expected: 18446744073709551630\r
Actual: 0
Stack Trace:
at xunit.console.netcore!<BaseAddress>+0x83c229
at Microsoft.VisualBasic.CompilerServices.Tests.OperatorsTests.AddObject_Convertible_ReturnsExpected(Object left, Object right, Object expected)
at xunit.console.netcore!<BaseAddress>+0x832d75
at xunit.console.netcore!<BaseAddress>+0x77bc9f
at xunit.console.netcore!<BaseAddress>+0x77bb2a
Build : Master - 20170629.01 (UWP ILC Tests)
Failing configurations:
- Windows.10.Amd64.ClientRS3-x86
- Debug
- Release
- Windows.10.Amd64.ClientRS3-x64
- Debug
- Release
Detail: https://mc.dot.net/#/product/netcore/master/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Filc~2F/build/20170629.01/workItem/Microsoft.VisualBasic.Tests/analysis/xunit/Microsoft.VisualBasic.CompilerServices.Tests.OperatorsTests~2FAddObject_Convertible_ReturnsExpected(left:%2015,%20right:%2018446744073709551615,%20expected:%2018446744073709551630) | 1.0 | Test: Microsoft.VisualBasic.CompilerServices.Tests.OperatorsTests/AddObject_Convertible_ReturnsExpected failed with "Xunit.Sdk.EqualException' - Opened on behalf of @Jiayili1
The test `Microsoft.VisualBasic.CompilerServices.Tests.OperatorsTests/AddObject_Convertible_ReturnsExpected(left: 15, right: 18446744073709551615, expected: 18446744073709551630)` has failed.
Assert.Equal() Failure\r
Expected: 18446744073709551630\r
Actual: 0
Stack Trace:
at xunit.console.netcore!<BaseAddress>+0x83c229
at Microsoft.VisualBasic.CompilerServices.Tests.OperatorsTests.AddObject_Convertible_ReturnsExpected(Object left, Object right, Object expected)
at xunit.console.netcore!<BaseAddress>+0x832d75
at xunit.console.netcore!<BaseAddress>+0x77bc9f
at xunit.console.netcore!<BaseAddress>+0x77bb2a
Build : Master - 20170629.01 (UWP ILC Tests)
Failing configurations:
- Windows.10.Amd64.ClientRS3-x86
- Debug
- Release
- Windows.10.Amd64.ClientRS3-x64
- Debug
- Release
Detail: https://mc.dot.net/#/product/netcore/master/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Filc~2F/build/20170629.01/workItem/Microsoft.VisualBasic.Tests/analysis/xunit/Microsoft.VisualBasic.CompilerServices.Tests.OperatorsTests~2FAddObject_Convertible_ReturnsExpected(left:%2015,%20right:%2018446744073709551615,%20expected:%2018446744073709551630) | non_defect | test microsoft visualbasic compilerservices tests operatorstests addobject convertible returnsexpected failed with xunit sdk equalexception opened on behalf of the test microsoft visualbasic compilerservices tests operatorstests addobject convertible returnsexpected left right expected has failed assert equal failure r expected r actual stack trace at xunit console netcore at microsoft visualbasic compilerservices tests operatorstests addobject convertible returnsexpected object left object right object expected at xunit console netcore at xunit console netcore at xunit console netcore build master uwp ilc tests failing configurations windows debug release windows debug release detail | 0 |
38,267 | 8,722,861,839 | IssuesEvent | 2018-12-09 16:33:22 | Gubaer/josm-scripting-plugin | https://api.github.com/repos/Gubaer/josm-scripting-plugin | closed | wrapped java.lang.nullpointerexception for JSaction | defect | Using the sample found on http://gubaer.github.io/josm-scripting-plugin/apidoc/mixins/JSActionMixin.html
```
var JSAction = require("josm/ui/menu").JSAction;
// adds a new action to the JOSM edit menu
new JSAction({name: "My Action"})
.addTo(josm.menu.get("edit"));
```
I am getting the following error:
`wrapped java.lang.nullpointerexception`
Do you know what might have caused this?
Thank you for your answer! | 1.0 | wrapped java.lang.nullpointerexception for JSaction - Using the sample found on http://gubaer.github.io/josm-scripting-plugin/apidoc/mixins/JSActionMixin.html
```
var JSAction = require("josm/ui/menu").JSAction;
// adds a new action to the JOSM edit menu
new JSAction({name: "My Action"})
.addTo(josm.menu.get("edit"));
```
I am getting the following error:
`wrapped java.lang.nullpointerexception`
Do you know what might have caused this?
Thank you for your answer! | defect | wrapped java lang nullpointerexception for jsaction using the sample found on var jsaction require josm ui menu jsaction adds a new action to the josm edit menu new jsaction name my action addto josm menu get edit i am getting the following error wrapped java lang nullpointerexception do you know what might have caused this thank you for your answer | 1 |
140,957 | 5,426,792,215 | IssuesEvent | 2017-03-03 11:08:44 | makinacorpus/accessimap-lecteur-der | https://api.github.com/repos/makinacorpus/accessimap-lecteur-der | reopened | Impossible de faire fonctionner un DER interactif sous Android | bug priority: high | Android 5.0.2
Ces deux fichiers très simples produit avec l'éditeur ne fonctionnent pas.
Si je clic sur Filtres il ne se passe rien et je suis obligé de quitter l'application : impossible par exemple de revenir au menu principal.
Si je clic sur les objets interactifs je n'ai aucun retour audio.
[SingleObject.zip](https://github.com/makinacorpus/accessimap-lecteur-der/files/799486/SingleObject.zip)
[Android.zip](https://github.com/makinacorpus/accessimap-lecteur-der/files/799487/Android.zip)
| 1.0 | Impossible de faire fonctionner un DER interactif sous Android - Android 5.0.2
Ces deux fichiers très simples produit avec l'éditeur ne fonctionnent pas.
Si je clic sur Filtres il ne se passe rien et je suis obligé de quitter l'application : impossible par exemple de revenir au menu principal.
Si je clic sur les objets interactifs je n'ai aucun retour audio.
[SingleObject.zip](https://github.com/makinacorpus/accessimap-lecteur-der/files/799486/SingleObject.zip)
[Android.zip](https://github.com/makinacorpus/accessimap-lecteur-der/files/799487/Android.zip)
| non_defect | impossible de faire fonctionner un der interactif sous android android ces deux fichiers très simples produit avec l éditeur ne fonctionnent pas si je clic sur filtres il ne se passe rien et je suis obligé de quitter l application impossible par exemple de revenir au menu principal si je clic sur les objets interactifs je n ai aucun retour audio | 0 |
166,531 | 12,960,659,988 | IssuesEvent | 2020-07-20 14:39:24 | eclipse/openj9 | https://api.github.com/repos/eclipse/openj9 | closed | Compiler crash in Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl | test failure | https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/161/console
https://trss.adoptopenjdk.net/output/test?id=5f1512677eaab3443cafc357
https://trss.adoptopenjdk.net/output/test?id=5f1512677eaab3443cafc358
------------
Compiler crashed while running `jdk_lang_j9_0` and `jdk_util_j9_0`.
First occurrence (jdk_lang_j9_0):
```
01:25:51 --------------------------------------------------
01:25:51 TEST: java/lang/invoke/condy/CondyReturnPrimitiveTest.java
01:25:51 TEST JDK: /home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/openjdkbinary/j2sdk-image
01:25:51
01:25:51 ACTION: build -- Error. compiler crashed (exit code 4)
01:25:51 REASON: User specified action: run build jdk.experimental.bytecode.BasicClassBuilder
01:25:51 TIME: 6.51 seconds
```
JTReg error:
```
01:25:51 An exception has occurred in the compiler (11.0.8). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
01:25:51 java.lang.NullPointerException
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Infer$GraphSolver.solve(Infer.java:1670)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.InferenceContext.solve(InferenceContext.java:475)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.InferenceContext.solve(InferenceContext.java:482)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Infer.instantiateMethod(Infer.java:218)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.rawInstantiate(Resolve.java:605)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1563)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1733)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1802)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1776)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve$10.doLookup(Resolve.java:2654)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve$BasicLookupHelper.lookup(Resolve.java:3293)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3543)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveQualifiedMethod(Resolve.java:2651)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveInternalMethod(Resolve.java:2733)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.lookupMethod(Lower.java:788)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.makeCall(Lower.java:1851)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.visitEnumDef(Lower.java:2363)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.visitClassDef(Lower.java:2169)
01:25:51 at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
01:25:51 at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.translate(Lower.java:2064)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.translate(Lower.java:2083)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.translateTopLevelClass(Lower.java:3678)
01:25:51 at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1579)
01:25:51 at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1432)
01:25:51 at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)
01:25:51 at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)
01:25:51 at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)
01:25:51 at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:75)
01:25:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:51 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
01:25:51 at com.sun.javatest.regtest.agent.RegressionCompileCommand.run(RegressionCompileCommand.java:189)
01:25:51 at com.sun.javatest.regtest.agent.CompileActionHelper.runCompile(CompileActionHelper.java:92)
01:25:51 at com.sun.javatest.regtest.agent.AgentServer.doCompile(AgentServer.java:262)
01:25:51 at com.sun.javatest.regtest.agent.AgentServer.run(AgentServer.java:229)
01:25:51 at com.sun.javatest.regtest.agent.AgentServer.main(AgentServer.java:69)
01:25:51
01:25:51 TEST RESULT: Error. compiler crashed (exit code 4)
01:25:51 --------------------------------------------------
```
Optional info
-------------
- intermittent failure (yes|no): yes
- regression or new test: regression
- if regression, what are the last passing / first failing public SHAs (OpenJ9, OMR, JCL) :
Last Passing OpenJ9: 45adb18eb1fe8eb68dcc6630ca70855d6ad12b32
Last Passing Build: https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/158/
Failure output
---------------------------------------------
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/161/artifact/openjdk_test_output.tar.gz
| 1.0 | Compiler crash in Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl - https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/161/console
https://trss.adoptopenjdk.net/output/test?id=5f1512677eaab3443cafc357
https://trss.adoptopenjdk.net/output/test?id=5f1512677eaab3443cafc358
------------
Compiler crashed while running `jdk_lang_j9_0` and `jdk_util_j9_0`.
First occurrence (jdk_lang_j9_0):
```
01:25:51 --------------------------------------------------
01:25:51 TEST: java/lang/invoke/condy/CondyReturnPrimitiveTest.java
01:25:51 TEST JDK: /home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/openjdkbinary/j2sdk-image
01:25:51
01:25:51 ACTION: build -- Error. compiler crashed (exit code 4)
01:25:51 REASON: User specified action: run build jdk.experimental.bytecode.BasicClassBuilder
01:25:51 TIME: 6.51 seconds
```
JTReg error:
```
01:25:51 An exception has occurred in the compiler (11.0.8). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
01:25:51 java.lang.NullPointerException
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Infer$GraphSolver.solve(Infer.java:1670)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.InferenceContext.solve(InferenceContext.java:475)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.InferenceContext.solve(InferenceContext.java:482)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Infer.instantiateMethod(Infer.java:218)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.rawInstantiate(Resolve.java:605)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1563)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1733)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1802)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1776)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve$10.doLookup(Resolve.java:2654)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve$BasicLookupHelper.lookup(Resolve.java:3293)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3543)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveQualifiedMethod(Resolve.java:2651)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveInternalMethod(Resolve.java:2733)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.lookupMethod(Lower.java:788)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.makeCall(Lower.java:1851)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.visitEnumDef(Lower.java:2363)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.visitClassDef(Lower.java:2169)
01:25:51 at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
01:25:51 at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.translate(Lower.java:2064)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.translate(Lower.java:2083)
01:25:51 at jdk.compiler/com.sun.tools.javac.comp.Lower.translateTopLevelClass(Lower.java:3678)
01:25:51 at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1579)
01:25:51 at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1432)
01:25:51 at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)
01:25:51 at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)
01:25:51 at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)
01:25:51 at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:75)
01:25:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:51 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
01:25:51 at com.sun.javatest.regtest.agent.RegressionCompileCommand.run(RegressionCompileCommand.java:189)
01:25:51 at com.sun.javatest.regtest.agent.CompileActionHelper.runCompile(CompileActionHelper.java:92)
01:25:51 at com.sun.javatest.regtest.agent.AgentServer.doCompile(AgentServer.java:262)
01:25:51 at com.sun.javatest.regtest.agent.AgentServer.run(AgentServer.java:229)
01:25:51 at com.sun.javatest.regtest.agent.AgentServer.main(AgentServer.java:69)
01:25:51
01:25:51 TEST RESULT: Error. compiler crashed (exit code 4)
01:25:51 --------------------------------------------------
```
Optional info
-------------
- intermittent failure (yes|no): yes
- regression or new test: regression
- if regression, what are the last passing / first failing public SHAs (OpenJ9, OMR, JCL) :
Last Passing OpenJ9: 45adb18eb1fe8eb68dcc6630ca70855d6ad12b32
Last Passing Build: https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/158/
Failure output
---------------------------------------------
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/161/artifact/openjdk_test_output.tar.gz
| non_defect | compiler crash in test sanity openjdk linux xl compiler crashed while running jdk lang and jdk util first occurrence jdk lang test java lang invoke condy condyreturnprimitivetest java test jdk home jenkins workspace test sanity openjdk linux xl openjdkbinary image action build error compiler crashed exit code reason user specified action run build jdk experimental bytecode basicclassbuilder time seconds jtreg error an exception has occurred in the compiler please file a bug against the java compiler via the java bug reporting page after checking the bug database for duplicates include your program and the following diagnostic in your report thank you java lang nullpointerexception at jdk compiler com sun tools javac comp infer graphsolver solve infer java at jdk compiler com sun tools javac comp inferencecontext solve inferencecontext java at jdk compiler com sun tools javac comp inferencecontext solve inferencecontext java at jdk compiler com sun tools javac comp infer instantiatemethod infer java at jdk compiler com sun tools javac comp resolve rawinstantiate resolve java at jdk compiler com sun tools javac comp resolve selectbest resolve java at jdk compiler com sun tools javac comp resolve findmethodinscope resolve java at jdk compiler com sun tools javac comp resolve findmethod resolve java at jdk compiler com sun tools javac comp resolve findmethod resolve java at jdk compiler com sun tools javac comp resolve dolookup resolve java at jdk compiler com sun tools javac comp resolve basiclookuphelper lookup resolve java at jdk compiler com sun tools javac comp resolve lookupmethod resolve java at jdk compiler com sun tools javac comp resolve resolvequalifiedmethod resolve java at jdk compiler com sun tools javac comp resolve resolveinternalmethod resolve java at jdk compiler com sun tools javac comp lower lookupmethod lower java at jdk compiler com sun tools javac comp lower makecall lower java at jdk compiler com sun tools javac comp lower visitenumdef lower java at jdk compiler com sun tools javac comp lower visitclassdef lower java at jdk compiler com sun tools javac tree jctree jcclassdecl accept jctree java at jdk compiler com sun tools javac tree treetranslator translate treetranslator java at jdk compiler com sun tools javac comp lower translate lower java at jdk compiler com sun tools javac comp lower translate lower java at jdk compiler com sun tools javac comp lower translatetoplevelclass lower java at jdk compiler com sun tools javac main javacompiler desugar javacompiler java at jdk compiler com sun tools javac main javacompiler desugar javacompiler java at jdk compiler com sun tools javac main javacompiler compile javacompiler java at jdk compiler com sun tools javac main main compile main java at jdk compiler com sun tools javac main main compile main java at jdk compiler com sun tools javac main compile main 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 com sun javatest regtest agent regressioncompilecommand run regressioncompilecommand java at com sun javatest regtest agent compileactionhelper runcompile compileactionhelper java at com sun javatest regtest agent agentserver docompile agentserver java at com sun javatest regtest agent agentserver run agentserver java at com sun javatest regtest agent agentserver main agentserver java test result error compiler crashed exit code optional info intermittent failure yes no yes regression or new test regression if regression what are the last passing first failing public shas omr jcl last passing last passing build failure output | 0 |
7,832 | 3,614,606,919 | IssuesEvent | 2016-02-06 04:20:07 | Chisel-Team/Chisel | https://api.github.com/repos/Chisel-Team/Chisel | closed | Blocks are gigantic when held in inventory | 1.8 bug-code complete-code | Creative spawned, since Issue #96 exists. Happens with at least 20 other blocks.

| 2.0 | Blocks are gigantic when held in inventory - Creative spawned, since Issue #96 exists. Happens with at least 20 other blocks.

| non_defect | blocks are gigantic when held in inventory creative spawned since issue exists happens with at least other blocks | 0 |
407,834 | 27,633,273,491 | IssuesEvent | 2023-03-10 12:35:39 | camunda/camunda-bpm-platform | https://api.github.com/repos/camunda/camunda-bpm-platform | closed | Explain Camunda Forms auto-deployment | version:7.19.0 type:task scope:documentation version:7.16.18 version:7.18.6 version:7.17.11 | ### Acceptance Criteria (Required on creation)
* There is a hint in the forms guide for Camunda Forms, explaining auto-deployment behavior.
### Hints
### Links
* Came up in https://github.com/camunda/camunda-bpm-platform/issues/2038
### Breakdown
- [x] https://github.com/camunda/camunda-docs-manual/pull/1418
- [x] https://github.com/camunda/camunda-docs-manual/pull/1419
- [x] https://github.com/camunda/camunda-docs-manual/pull/1420
- [x] https://github.com/camunda/camunda-docs-manual/pull/1421
### Dev2QA handover
n/a | 1.0 | Explain Camunda Forms auto-deployment - ### Acceptance Criteria (Required on creation)
* There is a hint in the forms guide for Camunda Forms, explaining auto-deployment behavior.
### Hints
### Links
* Came up in https://github.com/camunda/camunda-bpm-platform/issues/2038
### Breakdown
- [x] https://github.com/camunda/camunda-docs-manual/pull/1418
- [x] https://github.com/camunda/camunda-docs-manual/pull/1419
- [x] https://github.com/camunda/camunda-docs-manual/pull/1420
- [x] https://github.com/camunda/camunda-docs-manual/pull/1421
### Dev2QA handover
n/a | non_defect | explain camunda forms auto deployment acceptance criteria required on creation there is a hint in the forms guide for camunda forms explaining auto deployment behavior hints links came up in breakdown handover n a | 0 |
405,447 | 11,873,400,641 | IssuesEvent | 2020-03-26 17:14:55 | geosolutions-it/eumetsat-EOWS | https://api.github.com/repos/geosolutions-it/eumetsat-EOWS | closed | Check if JPEG TURBO is actually working | Priority: High Task devops | It should be enabled but in the module list there is a warning sign | 1.0 | Check if JPEG TURBO is actually working - It should be enabled but in the module list there is a warning sign | non_defect | check if jpeg turbo is actually working it should be enabled but in the module list there is a warning sign | 0 |
361,923 | 25,354,444,437 | IssuesEvent | 2022-11-20 06:32:34 | Disploy/disploy | https://api.github.com/repos/Disploy/disploy | closed | Missing tsc command in step 3 of README | documentation apps:docs packages:disploy | README.md's Step 2 currently shows a TypeScript code snippet, and in order to run TypeScript code in Disploy, at least in development, you would [also need to run `tsc --watch` command alongside `disploy dev`](https://disploy.dev/docs/Guide/learning-the-workflow/dev-mode).
Occurrences:
- https://github.com/Disploy/disploy/blob/main/packages/disploy/README.md
- https://github.com/Disploy/disploy/blob/main/apps/docs/docs/Guide/getting-started/introduction.md
| 1.0 | Missing tsc command in step 3 of README - README.md's Step 2 currently shows a TypeScript code snippet, and in order to run TypeScript code in Disploy, at least in development, you would [also need to run `tsc --watch` command alongside `disploy dev`](https://disploy.dev/docs/Guide/learning-the-workflow/dev-mode).
Occurrences:
- https://github.com/Disploy/disploy/blob/main/packages/disploy/README.md
- https://github.com/Disploy/disploy/blob/main/apps/docs/docs/Guide/getting-started/introduction.md
| non_defect | missing tsc command in step of readme readme md s step currently shows a typescript code snippet and in order to run typescript code in disploy at least in development you would occurrences | 0 |
139,439 | 12,857,245,289 | IssuesEvent | 2020-07-09 08:59:47 | BishopFox/sliver | https://api.github.com/repos/BishopFox/sliver | closed | Missing documentation about TCP and SMB Pivots | documentation | Hello lovely guys!
Recently I saw the tcp pivot option and it is very exciting!
But, I didn't find wiki on this.
Can you please explain how to use it?
Thanks!
Ilansec | 1.0 | Missing documentation about TCP and SMB Pivots - Hello lovely guys!
Recently I saw the tcp pivot option and it is very exciting!
But, I didn't find wiki on this.
Can you please explain how to use it?
Thanks!
Ilansec | non_defect | missing documentation about tcp and smb pivots hello lovely guys recently i saw the tcp pivot option and it is very exciting but i didn t find wiki on this can you please explain how to use it thanks ilansec | 0 |
159,248 | 20,048,344,704 | IssuesEvent | 2022-02-03 01:07:25 | kapseliboi/mimic | https://api.github.com/repos/kapseliboi/mimic | opened | CVE-2021-3664 (Medium) detected in url-parse-1.0.5.tgz, url-parse-1.1.9.tgz | security vulnerability | ## CVE-2021-3664 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>url-parse-1.0.5.tgz</b>, <b>url-parse-1.1.9.tgz</b></p></summary>
<p>
<details><summary><b>url-parse-1.0.5.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/original/node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-2.5.0.tgz (Root Library)
- sockjs-client-1.1.2.tgz
- eventsource-0.1.6.tgz
- original-1.0.0.tgz
- :x: **url-parse-1.0.5.tgz** (Vulnerable Library)
</details>
<details><summary><b>url-parse-1.1.9.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-2.5.0.tgz (Root Library)
- sockjs-client-1.1.2.tgz
- :x: **url-parse-1.1.9.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
url-parse is vulnerable to URL Redirection to Untrusted Site
<p>Publish Date: 2021-07-26
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3664>CVE-2021-3664</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3664">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3664</a></p>
<p>Release Date: 2021-07-26</p>
<p>Fix Resolution (url-parse): 1.5.2</p>
<p>Direct dependency fix Resolution (webpack-dev-server): 2.5.1</p><p>Fix Resolution (url-parse): 1.5.2</p>
<p>Direct dependency fix Resolution (webpack-dev-server): 2.5.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-2021-3664 (Medium) detected in url-parse-1.0.5.tgz, url-parse-1.1.9.tgz - ## CVE-2021-3664 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>url-parse-1.0.5.tgz</b>, <b>url-parse-1.1.9.tgz</b></p></summary>
<p>
<details><summary><b>url-parse-1.0.5.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/original/node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-2.5.0.tgz (Root Library)
- sockjs-client-1.1.2.tgz
- eventsource-0.1.6.tgz
- original-1.0.0.tgz
- :x: **url-parse-1.0.5.tgz** (Vulnerable Library)
</details>
<details><summary><b>url-parse-1.1.9.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-2.5.0.tgz (Root Library)
- sockjs-client-1.1.2.tgz
- :x: **url-parse-1.1.9.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
url-parse is vulnerable to URL Redirection to Untrusted Site
<p>Publish Date: 2021-07-26
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3664>CVE-2021-3664</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3664">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3664</a></p>
<p>Release Date: 2021-07-26</p>
<p>Fix Resolution (url-parse): 1.5.2</p>
<p>Direct dependency fix Resolution (webpack-dev-server): 2.5.1</p><p>Fix Resolution (url-parse): 1.5.2</p>
<p>Direct dependency fix Resolution (webpack-dev-server): 2.5.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in url parse tgz url parse tgz cve medium severity vulnerability vulnerable libraries url parse tgz url parse tgz url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file package json path to vulnerable library node modules original node modules url parse package json dependency hierarchy webpack dev server tgz root library sockjs client tgz eventsource tgz original tgz x url parse tgz vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file package json path to vulnerable library node modules url parse package json dependency hierarchy webpack dev server tgz root library sockjs client tgz x url parse tgz vulnerable library found in base branch master vulnerability details url parse is vulnerable to url redirection to untrusted site 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 url parse direct dependency fix resolution webpack dev server fix resolution url parse direct dependency fix resolution webpack dev server step up your open source security game with whitesource | 0 |
6,507 | 2,610,255,926 | IssuesEvent | 2015-02-26 19:21:49 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳激光祛除痘痘多少钱 | auto-migrated Priority-Medium Type-Defect | ```
深圳激光祛除痘痘多少钱【深圳韩方科颜全国热线400-869-1818��
�24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以��
�国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品�
��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反
弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国��
�专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸�
��的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:29 | 1.0 | 深圳激光祛除痘痘多少钱 - ```
深圳激光祛除痘痘多少钱【深圳韩方科颜全国热线400-869-1818��
�24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以��
�国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品�
��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反
弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国��
�专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸�
��的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:29 | defect | 深圳激光祛除痘痘多少钱 深圳激光祛除痘痘多少钱【 �� � 】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 original issue reported on code google com by szft com on may at | 1 |
73,156 | 24,476,652,913 | IssuesEvent | 2022-10-08 08:49:40 | BOINC/boinc | https://api.github.com/repos/BOINC/boinc | closed | vboxwrapper unnecessarily disables VirtualBox hardware acceleration on nested vm's | P: Minor R: wontfix T: Defect C: Apps - VboxWrapper | **Describe the bug**
When running boinc inside a vm that has virtualbox installed (i.e. a nested vm), even if virtualbox on this vm supports hardware acceleration the following code in vboxwrapper deliberately disables it, thus preventing tasks that would otherwise run from being able to do so:
line 376 in: **samples/vboxwrapper/vbox_vboxmanage.cpp**
```
if (strstr(aid.host_info.p_features, "hypervisor")) {
vboxlog_msg("Running under Hypervisor. Disabling VirtualBox hardware acceleration support.");
disable_acceleration = true;
}
```
**Steps To Reproduce**
I am using google cloud compute for this:
1. Setup an ubuntu vm on google cloud compute with nested virtualisation enabled: https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances
2. Confirm that it is enabled on the vm: `grep -cw vmx /proc/cpuinfo`
3. Install virtualbox on the vm
4. Install boinc
5. Connect to a project that has virtualbox based tasks
Result:
6. These tasks fail with the following errors in the log for the task:
> Running under Hypervisor. Disabling VirtualBox hardware acceleration support.
> ERROR: Invalid configuration. VM type requires acceleration but the current configuration cannot support it.
It is untrue that the current configuration cannot support it.
See example failed task:
https://www.cosmologyathome.org/result.php?resultid=28141538
And proof that such tasks do work on the same vm with nested hardware acceleration (I had to spoof the data in /proc/cpuinfo to remove the "hypervisor" flag, and it worked fine):
https://www.cosmologyathome.org/result.php?resultid=28142701
**Expected behavior**
vboxwrapper should not disable hardware acceleration support in virtualbox in cases where it _is supported_. Is there any reason why this check cannot be removed entirely, as presumably if virtualbox did not support hardware acceleration then it itself would fail anyway? Does vboxwrapper need to deliberately set it to fail?
**Screenshots**
n/a
**System Information**
- OS: Ubuntu 19.10 on google cloud compute (N1 instance, 4 CPU's, 16 GB ram), with nested virtualisation enabled: https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances
- BOINC Version: 7.16.3
- Virtualbox version: 6.0.19
**Additional context**
n/a
| 1.0 | vboxwrapper unnecessarily disables VirtualBox hardware acceleration on nested vm's - **Describe the bug**
When running boinc inside a vm that has virtualbox installed (i.e. a nested vm), even if virtualbox on this vm supports hardware acceleration the following code in vboxwrapper deliberately disables it, thus preventing tasks that would otherwise run from being able to do so:
line 376 in: **samples/vboxwrapper/vbox_vboxmanage.cpp**
```
if (strstr(aid.host_info.p_features, "hypervisor")) {
vboxlog_msg("Running under Hypervisor. Disabling VirtualBox hardware acceleration support.");
disable_acceleration = true;
}
```
**Steps To Reproduce**
I am using google cloud compute for this:
1. Setup an ubuntu vm on google cloud compute with nested virtualisation enabled: https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances
2. Confirm that it is enabled on the vm: `grep -cw vmx /proc/cpuinfo`
3. Install virtualbox on the vm
4. Install boinc
5. Connect to a project that has virtualbox based tasks
Result:
6. These tasks fail with the following errors in the log for the task:
> Running under Hypervisor. Disabling VirtualBox hardware acceleration support.
> ERROR: Invalid configuration. VM type requires acceleration but the current configuration cannot support it.
It is untrue that the current configuration cannot support it.
See example failed task:
https://www.cosmologyathome.org/result.php?resultid=28141538
And proof that such tasks do work on the same vm with nested hardware acceleration (I had to spoof the data in /proc/cpuinfo to remove the "hypervisor" flag, and it worked fine):
https://www.cosmologyathome.org/result.php?resultid=28142701
**Expected behavior**
vboxwrapper should not disable hardware acceleration support in virtualbox in cases where it _is supported_. Is there any reason why this check cannot be removed entirely, as presumably if virtualbox did not support hardware acceleration then it itself would fail anyway? Does vboxwrapper need to deliberately set it to fail?
**Screenshots**
n/a
**System Information**
- OS: Ubuntu 19.10 on google cloud compute (N1 instance, 4 CPU's, 16 GB ram), with nested virtualisation enabled: https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances
- BOINC Version: 7.16.3
- Virtualbox version: 6.0.19
**Additional context**
n/a
| defect | vboxwrapper unnecessarily disables virtualbox hardware acceleration on nested vm s describe the bug when running boinc inside a vm that has virtualbox installed i e a nested vm even if virtualbox on this vm supports hardware acceleration the following code in vboxwrapper deliberately disables it thus preventing tasks that would otherwise run from being able to do so line in samples vboxwrapper vbox vboxmanage cpp if strstr aid host info p features hypervisor vboxlog msg running under hypervisor disabling virtualbox hardware acceleration support disable acceleration true steps to reproduce i am using google cloud compute for this setup an ubuntu vm on google cloud compute with nested virtualisation enabled confirm that it is enabled on the vm grep cw vmx proc cpuinfo install virtualbox on the vm install boinc connect to a project that has virtualbox based tasks result these tasks fail with the following errors in the log for the task running under hypervisor disabling virtualbox hardware acceleration support error invalid configuration vm type requires acceleration but the current configuration cannot support it it is untrue that the current configuration cannot support it see example failed task and proof that such tasks do work on the same vm with nested hardware acceleration i had to spoof the data in proc cpuinfo to remove the hypervisor flag and it worked fine expected behavior vboxwrapper should not disable hardware acceleration support in virtualbox in cases where it is supported is there any reason why this check cannot be removed entirely as presumably if virtualbox did not support hardware acceleration then it itself would fail anyway does vboxwrapper need to deliberately set it to fail screenshots n a system information os ubuntu on google cloud compute instance cpu s gb ram with nested virtualisation enabled boinc version virtualbox version additional context n a | 1 |
42,672 | 11,211,353,593 | IssuesEvent | 2020-01-06 15:16:11 | carbon-design-system/ibm-security | https://api.github.com/repos/carbon-design-system/ibm-security | closed | Side panel automatically focuses on close button when opened | Defect | ## Bug - When the side panel is opened the focus is automatically put on the close button

**Expected behavior -**
Shouldn't be a visible/obvious focus when opened
**Actual behavior -**
Focus is on the close button
### Steps for reproducing
Go to panel -> click on button -> panel opens with focus on the close button
### Affected browsers
[What's my browser?](http://www.whatsmyua.com) and [browserl.ist supported browsers](http://browserl.ist/?q=%3E+1%25%2C+not+IE+11)
- [ ] <!-- Chrome 50 on Mac OSX 10 --> / <!-- Development, production -->
- [ ] <!-- Chrome 50 on Windows 10 --> / <!-- Development, production -->
- [ ] <!-- Firefox 50 on Mac OSX 10 --> / <!-- Development, production -->
### Optional information
**Version -** <!-- Version -->
| 1.0 | Side panel automatically focuses on close button when opened - ## Bug - When the side panel is opened the focus is automatically put on the close button

**Expected behavior -**
Shouldn't be a visible/obvious focus when opened
**Actual behavior -**
Focus is on the close button
### Steps for reproducing
Go to panel -> click on button -> panel opens with focus on the close button
### Affected browsers
[What's my browser?](http://www.whatsmyua.com) and [browserl.ist supported browsers](http://browserl.ist/?q=%3E+1%25%2C+not+IE+11)
- [ ] <!-- Chrome 50 on Mac OSX 10 --> / <!-- Development, production -->
- [ ] <!-- Chrome 50 on Windows 10 --> / <!-- Development, production -->
- [ ] <!-- Firefox 50 on Mac OSX 10 --> / <!-- Development, production -->
### Optional information
**Version -** <!-- Version -->
| defect | side panel automatically focuses on close button when opened bug when the side panel is opened the focus is automatically put on the close button expected behavior shouldn t be a visible obvious focus when opened actual behavior focus is on the close button steps for reproducing go to panel click on button panel opens with focus on the close button affected browsers and optional information version | 1 |
443,417 | 12,794,145,597 | IssuesEvent | 2020-07-02 06:12:29 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 staging-1636] Law UI after #6326 | Category: UI Priority: Medium | - [ ] 1. Overlapping delete and expand buttons in section:

- [ ] 2. Wrong position for "delete" button in trigger:

It has position like it should delete all triggers. so you need to move a little in red zone:


- [ ] 3. Strange double "-" if mouseover None zone:

- [ ] 4. A lot of "-"es lie outside the zone to be removed, so it’s difficult to remove them, so it make harder to delete this part. For example I want to delete trigger:



> * The best way is green, you can always highlight "-". yellow - 50/50, if you move the mouse quickly then most likely you will highlight. Red - never:
> 
- [ ] 5. Still hard to add if/then if I delete it:

Seems button is offsetted. I need to mouseover this to see it:

- [ ] 6. Still an issue:
> The 'Trigger Configs' are a special dynamically generated list that should be treated as a block of properties, and users cant add/remove elements from it. Use attributes on the list property that get propoagated to the client (follow other property attribute examples) to force the system to behave this way.

- [ ] 7. When you write many words in section sescription then UI moves after pressing every "space":

- [ ] 8. If you write a long string in section description it will have free space under it:

- [ ] 9. Exclamation point is offsetted:

| 1.0 | [0.9.0 staging-1636] Law UI after #6326 - - [ ] 1. Overlapping delete and expand buttons in section:

- [ ] 2. Wrong position for "delete" button in trigger:

It has position like it should delete all triggers. so you need to move a little in red zone:


- [ ] 3. Strange double "-" if mouseover None zone:

- [ ] 4. A lot of "-"es lie outside the zone to be removed, so it’s difficult to remove them, so it make harder to delete this part. For example I want to delete trigger:



> * The best way is green, you can always highlight "-". yellow - 50/50, if you move the mouse quickly then most likely you will highlight. Red - never:
> 
- [ ] 5. Still hard to add if/then if I delete it:

Seems button is offsetted. I need to mouseover this to see it:

- [ ] 6. Still an issue:
> The 'Trigger Configs' are a special dynamically generated list that should be treated as a block of properties, and users cant add/remove elements from it. Use attributes on the list property that get propoagated to the client (follow other property attribute examples) to force the system to behave this way.

- [ ] 7. When you write many words in section sescription then UI moves after pressing every "space":

- [ ] 8. If you write a long string in section description it will have free space under it:

- [ ] 9. Exclamation point is offsetted:

| non_defect | law ui after overlapping delete and expand buttons in section wrong position for delete button in trigger it has position like it should delete all triggers so you need to move a little in red zone strange double if mouseover none zone a lot of es lie outside the zone to be removed so it’s difficult to remove them so it make harder to delete this part for example i want to delete trigger the best way is green you can always highlight yellow if you move the mouse quickly then most likely you will highlight red never still hard to add if then if i delete it seems button is offsetted i need to mouseover this to see it still an issue the trigger configs are a special dynamically generated list that should be treated as a block of properties and users cant add remove elements from it use attributes on the list property that get propoagated to the client follow other property attribute examples to force the system to behave this way when you write many words in section sescription then ui moves after pressing every space if you write a long string in section description it will have free space under it exclamation point is offsetted | 0 |
401,113 | 11,785,841,443 | IssuesEvent | 2020-03-17 11:04:05 | wso2/product-microgateway | https://api.github.com/repos/wso2/product-microgateway | closed | Analytics: Number of requests is not accurate during a load test | Priority/Normal Type/Bug | ### Description:
When analytics is enabled using file-upload method, the number of requests shown in the analytics is not accurate during a load test. There can be a deficit of ~10 requests per 100000 total requests.
### Steps to reproduce:
Enable anlaytics using file-upload method. Make sure you provide a small time duration (~ 1 Min) for file rotation period. Then perform a load test (with ~100 concurrency).
### Affected Product Version:
3.1.0-beta
### Environment details (with versions):
- OS: MacOS Mojave
- Client:
- Env (Docker/K8s):
---
### Optional Fields
#### Related Issues:
<!-- Any related issues from this/other repositories-->
#### Suggested Labels:
Affected/3.1.0-beta
#### Suggested Assignees:
<!--Only to be used by non-members-->
| 1.0 | Analytics: Number of requests is not accurate during a load test - ### Description:
When analytics is enabled using file-upload method, the number of requests shown in the analytics is not accurate during a load test. There can be a deficit of ~10 requests per 100000 total requests.
### Steps to reproduce:
Enable anlaytics using file-upload method. Make sure you provide a small time duration (~ 1 Min) for file rotation period. Then perform a load test (with ~100 concurrency).
### Affected Product Version:
3.1.0-beta
### Environment details (with versions):
- OS: MacOS Mojave
- Client:
- Env (Docker/K8s):
---
### Optional Fields
#### Related Issues:
<!-- Any related issues from this/other repositories-->
#### Suggested Labels:
Affected/3.1.0-beta
#### Suggested Assignees:
<!--Only to be used by non-members-->
| non_defect | analytics number of requests is not accurate during a load test description when analytics is enabled using file upload method the number of requests shown in the analytics is not accurate during a load test there can be a deficit of requests per total requests steps to reproduce enable anlaytics using file upload method make sure you provide a small time duration min for file rotation period then perform a load test with concurrency affected product version beta environment details with versions os macos mojave client env docker optional fields related issues suggested labels affected beta suggested assignees | 0 |
367,395 | 10,853,321,706 | IssuesEvent | 2019-11-13 14:31:06 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | opened | Cant reevaluate access on wired | Priority: Critical Type: Bug | Tested on Cisco 2960 switch.
Error log:
````
Nov 13 09:15:59 localhost pfqueue: pfqueue(25746) WARN: [mac:c8:60:00:50:cf:0b] Argument "Ethernet-NoEAP" isn't numeric in bitwise and (&) at /usr/local/pf/lib/pf/api.pm line 364.
Nov 13 09:15:59 localhost pfqueue: pfqueue(25746) ERROR: [mac:c8:60:00:50:cf:0b] Connection type is not wired. Could not reassign VLAN. (pf::api::ReAssignVlan)
```` | 1.0 | Cant reevaluate access on wired - Tested on Cisco 2960 switch.
Error log:
````
Nov 13 09:15:59 localhost pfqueue: pfqueue(25746) WARN: [mac:c8:60:00:50:cf:0b] Argument "Ethernet-NoEAP" isn't numeric in bitwise and (&) at /usr/local/pf/lib/pf/api.pm line 364.
Nov 13 09:15:59 localhost pfqueue: pfqueue(25746) ERROR: [mac:c8:60:00:50:cf:0b] Connection type is not wired. Could not reassign VLAN. (pf::api::ReAssignVlan)
```` | non_defect | cant reevaluate access on wired tested on cisco switch error log nov localhost pfqueue pfqueue warn argument ethernet noeap isn t numeric in bitwise and at usr local pf lib pf api pm line nov localhost pfqueue pfqueue error connection type is not wired could not reassign vlan pf api reassignvlan | 0 |
271,795 | 29,659,398,762 | IssuesEvent | 2023-06-10 01:26:50 | Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2021-33034 | https://api.github.com/repos/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2021-33034 | closed | CVE-2021-3444 (High) detected in linuxlinux-4.19.239 - autoclosed | Mend: dependency security vulnerability | ## CVE-2021-3444 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.239</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2021-33034/commit/19525e8c58fe9ba0d7cb0f7a1a87d31d30380de6">19525e8c58fe9ba0d7cb0f7a1a87d31d30380de6</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</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>
The bpf verifier in the Linux kernel did not properly handle mod32 destination register truncation when the source register was known to be 0. A local attacker with the ability to load bpf programs could use this gain out-of-bounds reads in kernel memory leading to information disclosure (kernel memory), and possibly out-of-bounds writes that could potentially lead to code execution. This issue was addressed in the upstream kernel in commit 9b00f1b78809 ("bpf: Fix truncation handling for mod32 dst reg wrt zero") and in Linux stable kernels 5.11.2, 5.10.19, and 5.4.101.
<p>Publish Date: 2021-03-23
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-3444>CVE-2021-3444</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3444">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3444</a></p>
<p>Release Date: 2021-03-23</p>
<p>Fix Resolution: v5.4.101,v5.10.19,v5.11.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-3444 (High) detected in linuxlinux-4.19.239 - autoclosed - ## CVE-2021-3444 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.239</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2021-33034/commit/19525e8c58fe9ba0d7cb0f7a1a87d31d30380de6">19525e8c58fe9ba0d7cb0f7a1a87d31d30380de6</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</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>
The bpf verifier in the Linux kernel did not properly handle mod32 destination register truncation when the source register was known to be 0. A local attacker with the ability to load bpf programs could use this gain out-of-bounds reads in kernel memory leading to information disclosure (kernel memory), and possibly out-of-bounds writes that could potentially lead to code execution. This issue was addressed in the upstream kernel in commit 9b00f1b78809 ("bpf: Fix truncation handling for mod32 dst reg wrt zero") and in Linux stable kernels 5.11.2, 5.10.19, and 5.4.101.
<p>Publish Date: 2021-03-23
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-3444>CVE-2021-3444</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3444">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3444</a></p>
<p>Release Date: 2021-03-23</p>
<p>Fix Resolution: v5.4.101,v5.10.19,v5.11.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in linuxlinux autoclosed cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details the bpf verifier in the linux kernel did not properly handle destination register truncation when the source register was known to be a local attacker with the ability to load bpf programs could use this gain out of bounds reads in kernel memory leading to information disclosure kernel memory and possibly out of bounds writes that could potentially lead to code execution this issue was addressed in the upstream kernel in commit bpf fix truncation handling for dst reg wrt zero and in linux stable kernels and publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
152,159 | 13,447,011,534 | IssuesEvent | 2020-09-08 13:43:34 | seandavi/sars2pack | https://api.github.com/repos/seandavi/sars2pack | opened | Interesting package for looking at phylogenetics | documentation enhancement good first issue | Inference of transmission tree from a dated phylogeny
https://cran.r-project.org/web/packages/TransPhylo/vignettes/infer.html | 1.0 | Interesting package for looking at phylogenetics - Inference of transmission tree from a dated phylogeny
https://cran.r-project.org/web/packages/TransPhylo/vignettes/infer.html | non_defect | interesting package for looking at phylogenetics inference of transmission tree from a dated phylogeny | 0 |
65,776 | 19,687,441,420 | IssuesEvent | 2022-01-12 00:31:56 | dkfans/keeperfx | https://api.github.com/repos/dkfans/keeperfx | closed | RUN_AFTER_VICTORY script command sticks to future maps | Type-Defect | If you play a map with the RUN_AFTER_VICTORY script command, if you play more maps without restarting the game, they too run after victory. | 1.0 | RUN_AFTER_VICTORY script command sticks to future maps - If you play a map with the RUN_AFTER_VICTORY script command, if you play more maps without restarting the game, they too run after victory. | defect | run after victory script command sticks to future maps if you play a map with the run after victory script command if you play more maps without restarting the game they too run after victory | 1 |
14,797 | 9,531,008,056 | IssuesEvent | 2019-04-29 15:04:14 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Freeze the debugger variable inspector scrolling position while debugging | bug junior job topic:editor usability | **Godot version:**
3.1 rc2
**OS/device including version:**
Windows 10 x64
**Issue description:**
While debugging, I want to watch one variable that is located below the first visible variables in the inspector.
So I scroll the inspector down until it shows me the desired variable.
But if I click in the "continue" button, the variable inspector scroll back to the first variables again.
So, on each "continue", I have to scroll to the desired variable again.
**Steps to reproduce:**
- Have a code with multiple variables
- Set a breakpoint in any line
- Start debugging
- The debugger will show the first variables:

- But I want to follow the 'x' variable, so I scroll down:

- Now I want to continue the script, so I click on the "continue" button, and then the variable list is again on the beginning:

| True | Freeze the debugger variable inspector scrolling position while debugging - **Godot version:**
3.1 rc2
**OS/device including version:**
Windows 10 x64
**Issue description:**
While debugging, I want to watch one variable that is located below the first visible variables in the inspector.
So I scroll the inspector down until it shows me the desired variable.
But if I click in the "continue" button, the variable inspector scroll back to the first variables again.
So, on each "continue", I have to scroll to the desired variable again.
**Steps to reproduce:**
- Have a code with multiple variables
- Set a breakpoint in any line
- Start debugging
- The debugger will show the first variables:

- But I want to follow the 'x' variable, so I scroll down:

- Now I want to continue the script, so I click on the "continue" button, and then the variable list is again on the beginning:

| non_defect | freeze the debugger variable inspector scrolling position while debugging godot version os device including version windows issue description while debugging i want to watch one variable that is located below the first visible variables in the inspector so i scroll the inspector down until it shows me the desired variable but if i click in the continue button the variable inspector scroll back to the first variables again so on each continue i have to scroll to the desired variable again steps to reproduce have a code with multiple variables set a breakpoint in any line start debugging the debugger will show the first variables but i want to follow the x variable so i scroll down now i want to continue the script so i click on the continue button and then the variable list is again on the beginning | 0 |
45,856 | 13,055,757,136 | IssuesEvent | 2020-07-30 02:38:39 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | pypicks to replace icepicks (Trac #139) | IceTray Incomplete Migration Migrated from Trac defect | Migrated from https://code.icecube.wisc.edu/ticket/139
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:56",
"description": "Need to get some more pypicks in place to replace old icepicks. ",
"reporter": "blaufuss",
"cc": "",
"resolution": "wont or cant fix",
"_ts": "1416713876900096",
"component": "IceTray",
"summary": "pypicks to replace icepicks",
"priority": "normal",
"keywords": "",
"time": "2008-10-03T14:37:16",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
| 1.0 | pypicks to replace icepicks (Trac #139) - Migrated from https://code.icecube.wisc.edu/ticket/139
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:56",
"description": "Need to get some more pypicks in place to replace old icepicks. ",
"reporter": "blaufuss",
"cc": "",
"resolution": "wont or cant fix",
"_ts": "1416713876900096",
"component": "IceTray",
"summary": "pypicks to replace icepicks",
"priority": "normal",
"keywords": "",
"time": "2008-10-03T14:37:16",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
| defect | pypicks to replace icepicks trac migrated from json status closed changetime description need to get some more pypicks in place to replace old icepicks reporter blaufuss cc resolution wont or cant fix ts component icetray summary pypicks to replace icepicks priority normal keywords time milestone owner troy type defect | 1 |
168,394 | 14,147,636,994 | IssuesEvent | 2020-11-10 21:08:25 | Schulich-Ignite/spark | https://api.github.com/repos/Schulich-Ignite/spark | opened | As a student, I want to be able to create buttons | documentation enhancement | TODO: Have a second design meeting about the topic
- should button be defined as an HTML button or inside the canvas?
AC:
* [ ] Create a method `button("Button label", on_button_click)` that receives a user-defined function with no args and triggers it when pressed
* [ ] Render a button
* [ ] Create a method `button_print_text("Button label", "Text")` that prints the given text in font size 32 in the center of the screen | 1.0 | As a student, I want to be able to create buttons - TODO: Have a second design meeting about the topic
- should button be defined as an HTML button or inside the canvas?
AC:
* [ ] Create a method `button("Button label", on_button_click)` that receives a user-defined function with no args and triggers it when pressed
* [ ] Render a button
* [ ] Create a method `button_print_text("Button label", "Text")` that prints the given text in font size 32 in the center of the screen | non_defect | as a student i want to be able to create buttons todo have a second design meeting about the topic should button be defined as an html button or inside the canvas ac create a method button button label on button click that receives a user defined function with no args and triggers it when pressed render a button create a method button print text button label text that prints the given text in font size in the center of the screen | 0 |
18,752 | 3,086,888,170 | IssuesEvent | 2015-08-25 07:58:23 | NamPNQ/html5slides | https://api.github.com/repos/NamPNQ/html5slides | closed | Menu request | auto-migrated Priority-Medium Type-Defect | ```
Can there be a menu?
```
Original issue reported on code.google.com by `studiova...@gmail.com` on 11 Aug 2012 at 10:36 | 1.0 | Menu request - ```
Can there be a menu?
```
Original issue reported on code.google.com by `studiova...@gmail.com` on 11 Aug 2012 at 10:36 | defect | menu request can there be a menu original issue reported on code google com by studiova gmail com on aug at | 1 |
702,448 | 24,122,801,594 | IssuesEvent | 2022-09-20 20:22:26 | googleapis/nodejs-containeranalysis | https://api.github.com/repos/googleapis/nodejs-containeranalysis | closed | Note tests: should delete note failed | type: bug priority: p1 api: containeranalysis flakybot: issue flakybot: flaky | Note: #385 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 4fd075018b8fc34cac0712aff3b15c61096016af
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/63eb06cb-7835-4a0a-9dcc-353084cce4c3), [Sponge](http://sponge2/63eb06cb-7835-4a0a-9dcc-353084cce4c3)
status: failed
<details><summary>Test output</summary><br><pre>expected '' to include 'Note projects/long-door-651/notes/tes…'
AssertionError: expected '' to include 'Note projects/long-door-651/notes/tes…'
at Context.<anonymous> (test/containerAnalysis.test.js:242:12)
at processImmediate (internal/timers.js:461:21)</pre></details> | 1.0 | Note tests: should delete note failed - Note: #385 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 4fd075018b8fc34cac0712aff3b15c61096016af
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/63eb06cb-7835-4a0a-9dcc-353084cce4c3), [Sponge](http://sponge2/63eb06cb-7835-4a0a-9dcc-353084cce4c3)
status: failed
<details><summary>Test output</summary><br><pre>expected '' to include 'Note projects/long-door-651/notes/tes…'
AssertionError: expected '' to include 'Note projects/long-door-651/notes/tes…'
at Context.<anonymous> (test/containerAnalysis.test.js:242:12)
at processImmediate (internal/timers.js:461:21)</pre></details> | non_defect | note tests should delete note failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output expected to include note projects long door notes tes… assertionerror expected to include note projects long door notes tes… at context test containeranalysis test js at processimmediate internal timers js | 0 |
43,723 | 11,806,529,746 | IssuesEvent | 2020-03-19 09:42:31 | PowerDNS/pdns | https://api.github.com/repos/PowerDNS/pdns | closed | Service is not reloaded on systemd during %post on updates | auth defect dnsdist rec | ### Short description
<!-- Explain in a few sentences what the issue/request is -->
the builder-support/specs/dnsdist.spec is using `%systemd_post` in the `%post` section, but unfortunately on several distro that macro does not enforce a reload of systemd.
We should consider adding `systemctl daemon-reload` on update otherwise any change to the service file will be ignored by systemd.
```
%post
...
%if 0%{?rhel} >= 7
%systemd_post %{name}.service
%endif
```
Example on CentOS7 for the macro `%systemd_post`
```
> rpm --eval "%systemd_post foo"
if [ $1 -eq 1 ] ; then
# Initial installation
systemctl preset foo >/dev/null 2>&1 || :
fi
```
### Expected behaviour
call `systemctl daemon-reload` on reload
| 1.0 | Service is not reloaded on systemd during %post on updates - ### Short description
<!-- Explain in a few sentences what the issue/request is -->
the builder-support/specs/dnsdist.spec is using `%systemd_post` in the `%post` section, but unfortunately on several distro that macro does not enforce a reload of systemd.
We should consider adding `systemctl daemon-reload` on update otherwise any change to the service file will be ignored by systemd.
```
%post
...
%if 0%{?rhel} >= 7
%systemd_post %{name}.service
%endif
```
Example on CentOS7 for the macro `%systemd_post`
```
> rpm --eval "%systemd_post foo"
if [ $1 -eq 1 ] ; then
# Initial installation
systemctl preset foo >/dev/null 2>&1 || :
fi
```
### Expected behaviour
call `systemctl daemon-reload` on reload
| defect | service is not reloaded on systemd during post on updates short description the builder support specs dnsdist spec is using systemd post in the post section but unfortunately on several distro that macro does not enforce a reload of systemd we should consider adding systemctl daemon reload on update otherwise any change to the service file will be ignored by systemd post if rhel systemd post name service endif example on for the macro systemd post rpm eval systemd post foo if then initial installation systemctl preset foo dev null fi expected behaviour call systemctl daemon reload on reload | 1 |
70,862 | 23,347,637,615 | IssuesEvent | 2022-08-09 19:37:46 | department-of-veterans-affairs/va.gov-cms | https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms | opened | Incorrect focus order on 3 column View screens in CMS | Needs refining ⭐️ Sitewide CMS 508/Accessibility 508-defect-2 | ## Description
On the View screen, the main body content (`<main>`) and the left column content (`<aside>`) are using the CSS order property to visually switch the display of these elements. Within the DOM, the <main> comes first but visually this comes second. This is causing the focus order of the page to be confusing and unexpected.
## Screenshot

## Accessibility Standard
WCAG version 2.0 A, [Criterion 2.4.3](https://www.w3.org/WAI/WCAG21/Understanding/focus-order.html)
## Acceptance Criteria
- [ ] Technical review to determine feasibility of updating HTML to reflect the desired visual order
- [ ] Update HTML and remove order property from CSS
### CMS Team
Please check the team(s) that will do this work.
- [ ] `Program`
- [ ] `Platform CMS Team`
- [ ] `Sitewide Crew`
- [ ] `⭐️ Sitewide CMS`
- [ ] `⭐️ Public Websites`
- [ ] `⭐️ Facilities`
- [ ] `⭐️ User support` | 1.0 | Incorrect focus order on 3 column View screens in CMS - ## Description
On the View screen, the main body content (`<main>`) and the left column content (`<aside>`) are using the CSS order property to visually switch the display of these elements. Within the DOM, the <main> comes first but visually this comes second. This is causing the focus order of the page to be confusing and unexpected.
## Screenshot

## Accessibility Standard
WCAG version 2.0 A, [Criterion 2.4.3](https://www.w3.org/WAI/WCAG21/Understanding/focus-order.html)
## Acceptance Criteria
- [ ] Technical review to determine feasibility of updating HTML to reflect the desired visual order
- [ ] Update HTML and remove order property from CSS
### CMS Team
Please check the team(s) that will do this work.
- [ ] `Program`
- [ ] `Platform CMS Team`
- [ ] `Sitewide Crew`
- [ ] `⭐️ Sitewide CMS`
- [ ] `⭐️ Public Websites`
- [ ] `⭐️ Facilities`
- [ ] `⭐️ User support` | defect | incorrect focus order on column view screens in cms description on the view screen the main body content and the left column content are using the css order property to visually switch the display of these elements within the dom the comes first but visually this comes second this is causing the focus order of the page to be confusing and unexpected screenshot accessibility standard wcag version a acceptance criteria technical review to determine feasibility of updating html to reflect the desired visual order update html and remove order property from css cms team please check the team s that will do this work program platform cms team sitewide crew ⭐️ sitewide cms ⭐️ public websites ⭐️ facilities ⭐️ user support | 1 |
67,943 | 21,329,914,017 | IssuesEvent | 2022-04-18 06:50:36 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Invalid Authorization header while trying to remove a room | T-Defect | ### Steps to reproduce
Not sure how to reproduce on random rooms but that happening with https://matrix.to/#/#audreyr_cookiecutter:gitter.im room, which I was unable to leave at all from the web app due to getting "Invalid Authorization header" error.
Still, I was able to perform the same action using the web app, even if versions were the same.

As seen in the screenshot there is a "Connectivity to the server has been lost. Sent messages will be stored until your connection has returned.".
My guess is that is what prevents the removal probably because the bridge is down or the room was already removed long time ago. Somehow that puts the room in a ghost mode that does not allow exiting/cleaning/removing it.
I mention that was almost an year old!
### Outcome
#### What did you expect?
Be able to remove any conversation/room from your list.
#### What happened instead?
I tried to remove an old room that was with gitter.im and I got "Invalid Authorization header" while trying to remove it. There was no way to get rid of it.
### Operating system
macOS
### Browser information
_No response_
### URL for webapp
_No response_
### Application version
1.10.10
### Homeserver
_No response_
### Will you send logs?
Yes | 1.0 | Invalid Authorization header while trying to remove a room - ### Steps to reproduce
Not sure how to reproduce on random rooms but that happening with https://matrix.to/#/#audreyr_cookiecutter:gitter.im room, which I was unable to leave at all from the web app due to getting "Invalid Authorization header" error.
Still, I was able to perform the same action using the web app, even if versions were the same.

As seen in the screenshot there is a "Connectivity to the server has been lost. Sent messages will be stored until your connection has returned.".
My guess is that is what prevents the removal probably because the bridge is down or the room was already removed long time ago. Somehow that puts the room in a ghost mode that does not allow exiting/cleaning/removing it.
I mention that was almost an year old!
### Outcome
#### What did you expect?
Be able to remove any conversation/room from your list.
#### What happened instead?
I tried to remove an old room that was with gitter.im and I got "Invalid Authorization header" while trying to remove it. There was no way to get rid of it.
### Operating system
macOS
### Browser information
_No response_
### URL for webapp
_No response_
### Application version
1.10.10
### Homeserver
_No response_
### Will you send logs?
Yes | defect | invalid authorization header while trying to remove a room steps to reproduce not sure how to reproduce on random rooms but that happening with room which i was unable to leave at all from the web app due to getting invalid authorization header error still i was able to perform the same action using the web app even if versions were the same as seen in the screenshot there is a connectivity to the server has been lost sent messages will be stored until your connection has returned my guess is that is what prevents the removal probably because the bridge is down or the room was already removed long time ago somehow that puts the room in a ghost mode that does not allow exiting cleaning removing it i mention that was almost an year old outcome what did you expect be able to remove any conversation room from your list what happened instead i tried to remove an old room that was with gitter im and i got invalid authorization header while trying to remove it there was no way to get rid of it operating system macos browser information no response url for webapp no response application version homeserver no response will you send logs yes | 1 |
135,765 | 18,721,851,039 | IssuesEvent | 2021-11-03 12:42:41 | KaterinaOrg/simplepom | https://api.github.com/repos/KaterinaOrg/simplepom | closed | CVE-2019-17571 (High) detected in log4j-core-2.6.1.jar - autoclosed | security vulnerability | ## CVE-2019-17571 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-core-2.6.1.jar</b></p></summary>
<p>The Apache Log4j Implementation</p>
<p>Path to dependency file: simplepom/pom.xml</p>
<p>Path to vulnerable library: /repository/org/apache/logging/log4j/log4j-core/2.6.1/log4j-core-2.6.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **log4j-core-2.6.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/KaterinaOrg/simplepom/commit/c9ea7c318d5b336d193e5fe56fd2eaaa195adf0a">c9ea7c318d5b336d193e5fe56fd2eaaa195adf0a</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>
Included in Log4j 1.2 is a SocketServer class that is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data. This affects Log4j versions up to 1.2 up to 1.2.17.
<p>Publish Date: 2019-12-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17571>CVE-2019-17571</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://lists.apache.org/thread.html/eea03d504b36e8f870e8321d908e1def1addda16adda04327fe7c125%40%3Cdev.logging.apache.org%3E">https://lists.apache.org/thread.html/eea03d504b36e8f870e8321d908e1def1addda16adda04327fe7c125%40%3Cdev.logging.apache.org%3E</a></p>
<p>Release Date: 2019-12-20</p>
<p>Fix Resolution: org.apache.logging.log4j:log4j-core:2.8.2</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.logging.log4j","packageName":"log4j-core","packageVersion":"2.6.1","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"org.apache.logging.log4j:log4j-core:2.6.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.logging.log4j:log4j-core:2.8.2"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2019-17571","vulnerabilityDetails":"Included in Log4j 1.2 is a SocketServer class that is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data. This affects Log4j versions up to 1.2 up to 1.2.17.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17571","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-2019-17571 (High) detected in log4j-core-2.6.1.jar - autoclosed - ## CVE-2019-17571 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-core-2.6.1.jar</b></p></summary>
<p>The Apache Log4j Implementation</p>
<p>Path to dependency file: simplepom/pom.xml</p>
<p>Path to vulnerable library: /repository/org/apache/logging/log4j/log4j-core/2.6.1/log4j-core-2.6.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **log4j-core-2.6.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/KaterinaOrg/simplepom/commit/c9ea7c318d5b336d193e5fe56fd2eaaa195adf0a">c9ea7c318d5b336d193e5fe56fd2eaaa195adf0a</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>
Included in Log4j 1.2 is a SocketServer class that is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data. This affects Log4j versions up to 1.2 up to 1.2.17.
<p>Publish Date: 2019-12-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17571>CVE-2019-17571</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://lists.apache.org/thread.html/eea03d504b36e8f870e8321d908e1def1addda16adda04327fe7c125%40%3Cdev.logging.apache.org%3E">https://lists.apache.org/thread.html/eea03d504b36e8f870e8321d908e1def1addda16adda04327fe7c125%40%3Cdev.logging.apache.org%3E</a></p>
<p>Release Date: 2019-12-20</p>
<p>Fix Resolution: org.apache.logging.log4j:log4j-core:2.8.2</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.logging.log4j","packageName":"log4j-core","packageVersion":"2.6.1","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"org.apache.logging.log4j:log4j-core:2.6.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.logging.log4j:log4j-core:2.8.2"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2019-17571","vulnerabilityDetails":"Included in Log4j 1.2 is a SocketServer class that is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data. This affects Log4j versions up to 1.2 up to 1.2.17.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17571","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_defect | cve high detected in core jar autoclosed cve high severity vulnerability vulnerable library core jar the apache implementation path to dependency file simplepom pom xml path to vulnerable library repository org apache logging core core jar dependency hierarchy x core jar vulnerable library found in head commit a href found in base branch main vulnerability details included in is a socketserver class that is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data this affects versions up to up to publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache logging core rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree org apache logging core isminimumfixversionavailable true minimumfixversion org apache logging core basebranches vulnerabilityidentifier cve vulnerabilitydetails included in is a socketserver class that is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data this affects versions up to up to vulnerabilityurl | 0 |
97,270 | 12,223,551,161 | IssuesEvent | 2020-05-02 18:07:05 | Blazored/Toast | https://api.github.com/repos/Blazored/Toast | closed | Support additional icon option, notably Material & Open Iconic | Feature Request Needs: Design | **Is your feature request related to a problem? Please describe.**
I have two projects in which I would like to use Blazored.Toast. They make use of the Open Iconic Glyphs and Material Design icons. My preference is not to add FontAwesome just to get icons on toast popups.
**Describe the solution you'd like**
I believe that adding parameters to BlazoredToasts.razor.cs would be an effective way of specifying icons from these two sources. I've implemented a POC by adding InfoIconMatName, ErrorIconMatName (plus success and warning). I extended the ToastSettings to include IconMatName as a property and updated the constructor. Finally, in BlazorToast.razor I added
```
@if (!string.IsNullOrWhiteSpace(ToastSettings.IconMatName))
{
<div class="blazored-toast-icon">
<i class="material-icons mdc-button__icon" aria-hidden="true">@ToastSettings.IconMatName</i>
</div>
}
```
below the existing icon code.
**Describe alternatives you've considered**
An alternative would be to add an IconType for each of the four states as an enumeration of Class, MatIcon, OpenIconic and make the use of IconClass be the class if type class, or the font selector if MatIcon or OpenIconic. It feels a little funny to use the className for the icon name but it beats having a breaking change to get a better name IMO.
| 1.0 | Support additional icon option, notably Material & Open Iconic - **Is your feature request related to a problem? Please describe.**
I have two projects in which I would like to use Blazored.Toast. They make use of the Open Iconic Glyphs and Material Design icons. My preference is not to add FontAwesome just to get icons on toast popups.
**Describe the solution you'd like**
I believe that adding parameters to BlazoredToasts.razor.cs would be an effective way of specifying icons from these two sources. I've implemented a POC by adding InfoIconMatName, ErrorIconMatName (plus success and warning). I extended the ToastSettings to include IconMatName as a property and updated the constructor. Finally, in BlazorToast.razor I added
```
@if (!string.IsNullOrWhiteSpace(ToastSettings.IconMatName))
{
<div class="blazored-toast-icon">
<i class="material-icons mdc-button__icon" aria-hidden="true">@ToastSettings.IconMatName</i>
</div>
}
```
below the existing icon code.
**Describe alternatives you've considered**
An alternative would be to add an IconType for each of the four states as an enumeration of Class, MatIcon, OpenIconic and make the use of IconClass be the class if type class, or the font selector if MatIcon or OpenIconic. It feels a little funny to use the className for the icon name but it beats having a breaking change to get a better name IMO.
| non_defect | support additional icon option notably material open iconic is your feature request related to a problem please describe i have two projects in which i would like to use blazored toast they make use of the open iconic glyphs and material design icons my preference is not to add fontawesome just to get icons on toast popups describe the solution you d like i believe that adding parameters to blazoredtoasts razor cs would be an effective way of specifying icons from these two sources i ve implemented a poc by adding infoiconmatname erroriconmatname plus success and warning i extended the toastsettings to include iconmatname as a property and updated the constructor finally in blazortoast razor i added if string isnullorwhitespace toastsettings iconmatname toastsettings iconmatname below the existing icon code describe alternatives you ve considered an alternative would be to add an icontype for each of the four states as an enumeration of class maticon openiconic and make the use of iconclass be the class if type class or the font selector if maticon or openiconic it feels a little funny to use the classname for the icon name but it beats having a breaking change to get a better name imo | 0 |
54,885 | 14,005,930,184 | IssuesEvent | 2020-10-28 19:11:14 | martinrotter/rssguard | https://api.github.com/repos/martinrotter/rssguard | closed | [Bug] No Content Is Displayed | Component-Plugins-Nextloud Type-Defect | #### Brief description of the issue.
No content is displayed and the number of articles are always 0 even though the update finds new articles.
#### How to reproduce the bug?
1. add Nextcloud account
2. run an update
3. click on each feed to see new articles (that aren't displayed)
#### What was the expected result?
After adding a Nextcloud account and running an update new articles should be displayed and visible to read.
#### What actually happened?
No content is displayed and the number of articles are always 0.
#### Other information (logs, see Wiki)
<!--- Write any other supplementary information here. Remove this line, pls. -->
time=" 36.132" type="debug" -> message-model: Added sort state, select statement is now:
'SELECT Messages.id, Messages.is_read, Messages.is_deleted, Messages.is_important, Feeds.title, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.is_pdeleted, Messages.enclosures, Messages.account_id, Messages.custom_id, Messages.custom_hash, Messages.feed, CASE WHEN length(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE 0 > 1 ORDER BY Messages.id DESC;'
time=" 36.133" type="debug" -> Displaying messages from feeds IDs: '40' and URLs: no-url. | 1.0 | [Bug] No Content Is Displayed - #### Brief description of the issue.
No content is displayed and the number of articles are always 0 even though the update finds new articles.
#### How to reproduce the bug?
1. add Nextcloud account
2. run an update
3. click on each feed to see new articles (that aren't displayed)
#### What was the expected result?
After adding a Nextcloud account and running an update new articles should be displayed and visible to read.
#### What actually happened?
No content is displayed and the number of articles are always 0.
#### Other information (logs, see Wiki)
<!--- Write any other supplementary information here. Remove this line, pls. -->
time=" 36.132" type="debug" -> message-model: Added sort state, select statement is now:
'SELECT Messages.id, Messages.is_read, Messages.is_deleted, Messages.is_important, Feeds.title, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.is_pdeleted, Messages.enclosures, Messages.account_id, Messages.custom_id, Messages.custom_hash, Messages.feed, CASE WHEN length(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE 0 > 1 ORDER BY Messages.id DESC;'
time=" 36.133" type="debug" -> Displaying messages from feeds IDs: '40' and URLs: no-url. | defect | no content is displayed brief description of the issue no content is displayed and the number of articles are always even though the update finds new articles how to reproduce the bug add nextcloud account run an update click on each feed to see new articles that aren t displayed what was the expected result after adding a nextcloud account and running an update new articles should be displayed and visible to read what actually happened no content is displayed and the number of articles are always other information logs see wiki time type debug message model added sort state select statement is now select messages id messages is read messages is deleted messages is important feeds title messages title messages url messages author messages date created messages contents messages is pdeleted messages enclosures messages account id messages custom id messages custom hash messages feed case when length messages enclosures then true else false end as has enclosures from messages left join feeds on messages feed feeds custom id and messages account id feeds account id where order by messages id desc time type debug displaying messages from feeds ids and urls no url | 1 |
582,048 | 17,351,681,720 | IssuesEvent | 2021-07-29 09:30:29 | googleapis/python-spanner | https://api.github.com/repos/googleapis/python-spanner | opened | tests.system.test_system.TestDatabaseAPI: many tests failed | flakybot: issue priority: p1 type: bug | Many tests failed at the same time in this package.
* I will close this issue when there are no more failures in this package _and_
there is at least one pass.
* No new issues will be filed for this package until this issue is closed.
* If there are already issues for individual test cases, I will close them when
the corresponding test passes. You can close them earlier, if you prefer, and
I won't reopen them while this issue is still open.
Here are the tests that failed:
* test_create_database
* test_create_database_pitr_invalid_retention_period
* test_create_database_pitr_success
* test_create_database_with_default_leader_success
* test_db_batch_insert_then_db_snapshot_read
* test_db_run_in_transaction_then_snapshot_execute_sql
* test_db_run_in_transaction_twice
* test_db_run_in_transaction_twice_4181
* test_list_databases
* test_table_not_found
* test_update_database_ddl_default_leader_success
* test_update_database_ddl_pitr_invalid
* test_update_database_ddl_pitr_success
* test_update_database_ddl_with_operation_id
-----
commit: 2487800e31842a44dcc37937c325e130c8c926b0
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/306a2e02-87cb-4be9-be31-37456ec7a8a2), [Sponge](http://sponge2/306a2e02-87cb-4be9-be31-37456ec7a8a2)
status: failed | 1.0 | tests.system.test_system.TestDatabaseAPI: many tests failed - Many tests failed at the same time in this package.
* I will close this issue when there are no more failures in this package _and_
there is at least one pass.
* No new issues will be filed for this package until this issue is closed.
* If there are already issues for individual test cases, I will close them when
the corresponding test passes. You can close them earlier, if you prefer, and
I won't reopen them while this issue is still open.
Here are the tests that failed:
* test_create_database
* test_create_database_pitr_invalid_retention_period
* test_create_database_pitr_success
* test_create_database_with_default_leader_success
* test_db_batch_insert_then_db_snapshot_read
* test_db_run_in_transaction_then_snapshot_execute_sql
* test_db_run_in_transaction_twice
* test_db_run_in_transaction_twice_4181
* test_list_databases
* test_table_not_found
* test_update_database_ddl_default_leader_success
* test_update_database_ddl_pitr_invalid
* test_update_database_ddl_pitr_success
* test_update_database_ddl_with_operation_id
-----
commit: 2487800e31842a44dcc37937c325e130c8c926b0
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/306a2e02-87cb-4be9-be31-37456ec7a8a2), [Sponge](http://sponge2/306a2e02-87cb-4be9-be31-37456ec7a8a2)
status: failed | non_defect | tests system test system testdatabaseapi many tests failed many tests failed at the same time in this package i will close this issue when there are no more failures in this package and there is at least one pass no new issues will be filed for this package until this issue is closed if there are already issues for individual test cases i will close them when the corresponding test passes you can close them earlier if you prefer and i won t reopen them while this issue is still open here are the tests that failed test create database test create database pitr invalid retention period test create database pitr success test create database with default leader success test db batch insert then db snapshot read test db run in transaction then snapshot execute sql test db run in transaction twice test db run in transaction twice test list databases test table not found test update database ddl default leader success test update database ddl pitr invalid test update database ddl pitr success test update database ddl with operation id commit buildurl status failed | 0 |
136,908 | 30,603,721,695 | IssuesEvent | 2023-07-22 18:21:44 | sourcegraph/cody | https://api.github.com/repos/sourcegraph/cody | closed | BUG Inline Chat: Icons are missing | clients/vscode | RE: https://sourcegraph.slack.com/archives/C05AGQYD528/p1689776744950469?thread_ts=1689681291.299019&cid=C05AGQYD528
The icons for Inline Chat and Inline Fixups are missing:


| 1.0 | BUG Inline Chat: Icons are missing - RE: https://sourcegraph.slack.com/archives/C05AGQYD528/p1689776744950469?thread_ts=1689681291.299019&cid=C05AGQYD528
The icons for Inline Chat and Inline Fixups are missing:


| non_defect | bug inline chat icons are missing re the icons for inline chat and inline fixups are missing | 0 |
31,450 | 4,706,657,462 | IssuesEvent | 2016-10-13 17:49:28 | semperfiwebdesign/all-in-one-seo-pack | https://api.github.com/repos/semperfiwebdesign/all-in-one-seo-pack | closed | Remove Welcome Screen for updates | Needs Testing PRIORITY - High UX | We need to remove the Welcome Screen for all updates. We will add it back for major updates when it provides value such as directing a user to a new feature they should configure.
See also issue #484. | 1.0 | Remove Welcome Screen for updates - We need to remove the Welcome Screen for all updates. We will add it back for major updates when it provides value such as directing a user to a new feature they should configure.
See also issue #484. | non_defect | remove welcome screen for updates we need to remove the welcome screen for all updates we will add it back for major updates when it provides value such as directing a user to a new feature they should configure see also issue | 0 |
47,312 | 13,056,115,037 | IssuesEvent | 2020-07-30 03:42:09 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | Neutrino Generator puts MMCTrack list in Frame, which causes a clash with the MMC module in some cases. (Trac #325) | Migrated from Trac combo simulation defect | Neutrino Generator puts an MMCTrack list into the frame that causes unwanted clashes with MMC. It does this even when it is explicitly told not to
Migrated from https://code.icecube.wisc.edu/ticket/325
```json
{
"status": "closed",
"changetime": "2014-11-22T18:26:26",
"description": "Neutrino Generator puts an MMCTrack list into the frame that causes unwanted clashes with MMC. It does this even when it is explicitly told not to",
"reporter": "icecube",
"cc": "Peter, Redl",
"resolution": "fixed",
"_ts": "1416680786794380",
"component": "combo simulation",
"summary": "Neutrino Generator puts MMCTrack list in Frame, which causes a clash with the MMC module in some cases.",
"priority": "normal",
"keywords": "V02-06-03",
"time": "2011-11-04T18:16:48",
"milestone": "",
"owner": "Alex Olivas",
"type": "defect"
}
```
| 1.0 | Neutrino Generator puts MMCTrack list in Frame, which causes a clash with the MMC module in some cases. (Trac #325) - Neutrino Generator puts an MMCTrack list into the frame that causes unwanted clashes with MMC. It does this even when it is explicitly told not to
Migrated from https://code.icecube.wisc.edu/ticket/325
```json
{
"status": "closed",
"changetime": "2014-11-22T18:26:26",
"description": "Neutrino Generator puts an MMCTrack list into the frame that causes unwanted clashes with MMC. It does this even when it is explicitly told not to",
"reporter": "icecube",
"cc": "Peter, Redl",
"resolution": "fixed",
"_ts": "1416680786794380",
"component": "combo simulation",
"summary": "Neutrino Generator puts MMCTrack list in Frame, which causes a clash with the MMC module in some cases.",
"priority": "normal",
"keywords": "V02-06-03",
"time": "2011-11-04T18:16:48",
"milestone": "",
"owner": "Alex Olivas",
"type": "defect"
}
```
| defect | neutrino generator puts mmctrack list in frame which causes a clash with the mmc module in some cases trac neutrino generator puts an mmctrack list into the frame that causes unwanted clashes with mmc it does this even when it is explicitly told not to migrated from json status closed changetime description neutrino generator puts an mmctrack list into the frame that causes unwanted clashes with mmc it does this even when it is explicitly told not to reporter icecube cc peter redl resolution fixed ts component combo simulation summary neutrino generator puts mmctrack list in frame which causes a clash with the mmc module in some cases priority normal keywords time milestone owner alex olivas type defect | 1 |
58,621 | 16,654,650,333 | IssuesEvent | 2021-06-05 09:46:19 | pymc-devs/pymc3 | https://api.github.com/repos/pymc-devs/pymc3 | closed | Issue with recent `initval` changes | defects v4 | I found some issues with the recent `initval` changes in https://github.com/pymc-devs/pymc3/pull/4729, as it doesn't respect the parents initvals.
This snippet often leads to a `ValueError`:
```python
with pm.Model() as model:
mu = pm.Normal('mu', initval=100)
alpha = pm.HalfNormal('alpha', initval=100, transform=None)
value = pm.NegativeBinomial('value', mu=mu, alpha=alpha)
model.initial_values
# {mu: array(100., dtype=float32),
# alpha: array(100., dtype=float32),
# value: array(1)}
```
When it doesn't fail, initval is still far from the expected ~ 100:
```python
pm.NegativeBinomial.dist(mu=100, alpha=100).eval()
# array(98)
```
_Originally posted by @ricardoV94 in https://github.com/pymc-devs/pymc3/issues/4734#issuecomment-854495715_ | 1.0 | Issue with recent `initval` changes - I found some issues with the recent `initval` changes in https://github.com/pymc-devs/pymc3/pull/4729, as it doesn't respect the parents initvals.
This snippet often leads to a `ValueError`:
```python
with pm.Model() as model:
mu = pm.Normal('mu', initval=100)
alpha = pm.HalfNormal('alpha', initval=100, transform=None)
value = pm.NegativeBinomial('value', mu=mu, alpha=alpha)
model.initial_values
# {mu: array(100., dtype=float32),
# alpha: array(100., dtype=float32),
# value: array(1)}
```
When it doesn't fail, initval is still far from the expected ~ 100:
```python
pm.NegativeBinomial.dist(mu=100, alpha=100).eval()
# array(98)
```
_Originally posted by @ricardoV94 in https://github.com/pymc-devs/pymc3/issues/4734#issuecomment-854495715_ | defect | issue with recent initval changes i found some issues with the recent initval changes in as it doesn t respect the parents initvals this snippet often leads to a valueerror python with pm model as model mu pm normal mu initval alpha pm halfnormal alpha initval transform none value pm negativebinomial value mu mu alpha alpha model initial values mu array dtype alpha array dtype value array when it doesn t fail initval is still far from the expected python pm negativebinomial dist mu alpha eval array originally posted by in | 1 |
29,767 | 5,873,851,223 | IssuesEvent | 2017-05-15 14:52:05 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Dialog drag problem with close icon | defect | Dialog drag stucks if mousedown is on close icon without mouseup on header. | 1.0 | Dialog drag problem with close icon - Dialog drag stucks if mousedown is on close icon without mouseup on header. | defect | dialog drag problem with close icon dialog drag stucks if mousedown is on close icon without mouseup on header | 1 |
194,240 | 15,415,858,266 | IssuesEvent | 2021-03-05 03:36:37 | gravitational/teleport | https://api.github.com/repos/gravitational/teleport | opened | Update RBAC documentation | documentation | ## Details
RBAC is now in OSS, but some parameters are not. We have added lots of options like `request_reason` and need to show with examples how to use those too, including generating RBAC using API and integrating roles and access worfklows.
### Category
<!-- Delete non-applicable category -->
- New Feature
- Improve Existing
- Remove Outdated
| 1.0 | Update RBAC documentation - ## Details
RBAC is now in OSS, but some parameters are not. We have added lots of options like `request_reason` and need to show with examples how to use those too, including generating RBAC using API and integrating roles and access worfklows.
### Category
<!-- Delete non-applicable category -->
- New Feature
- Improve Existing
- Remove Outdated
| non_defect | update rbac documentation details rbac is now in oss but some parameters are not we have added lots of options like request reason and need to show with examples how to use those too including generating rbac using api and integrating roles and access worfklows category new feature improve existing remove outdated | 0 |
56,379 | 15,047,692,478 | IssuesEvent | 2021-02-03 09:15:33 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | opened | .HazelcastSerializationException Failed to serialize 'com.hazelcast.query.impl.CachedQueryEntry' | Team: Core Type: Defect |
Zeynel Demirci 9:48 PM
@here when we use Index in a map and then pass this index to an Aggregator we receive return values in CachedQueryEntry format. However, it causes a serialization exception due to no default serializer. Is this a bug? Please advise. (tested with HZ v4.1 and 3.12.x)
Exception;
Exception in thread "main" com.hazelcast.nio.serialization.HazelcastSerializationException: Failed to serialize 'com.hazelcast.query.impl.CachedQueryEntry'
at com.hazelcast.internal.serialization.impl.SerializationUtil.handleSerializeException(SerializationUtil.java:115)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toBytes(AbstractSerializationService.java:175)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toBytes(AbstractSerializationService.java:151)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toData(AbstractSerializationService.java:136)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toData(AbstractSerializationService.java:124)
at com.hazelcast.client.impl.protocol.task.map.MapAggregateWithPredicateMessageTask.encodeResponse(MapAggregateWithPredicateMessageTask.java:55)
at com.hazelcast.client.impl.protocol.task.AbstractMessageTask.sendResponse(AbstractMessageTask.java:243)
at com.hazelcast.client.impl.protocol.task.AbstractCallableMessageTask.processMessage(AbstractCallableMessageTask.java:36)
at com.hazelcast.client.impl.protocol.task.AbstractMessageTask.initializeAndProcessMessage(AbstractMessageTask.java:153)
at com.hazelcast.client.impl.protocol.task.AbstractMessageTask.run(AbstractMessageTask.java:116)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at com.hazelcast.internal.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76)
at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102)
at ------ submitted from ------.()
at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:265)
at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112)
at com.hazelcast.client.impl.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:95)
at com.hazelcast.client.impl.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:40)
at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:614)
at com.hazelcast.client.impl.spi.ClientProxy.invoke(ClientProxy.java:215)
at com.hazelcast.client.impl.proxy.ClientMapProxy.invokeWithPredicate(ClientMapProxy.java:1283)
at com.hazelcast.client.impl.proxy.ClientMapProxy.aggregate(ClientMapProxy.java:1431)
at com.example.simplehazelcast.ClientAppPersonMaxAggregator.main(ClientAppPersonMaxAggregator.java:59)
Example;
final Predicate<String, Person> predicate = Predicates.and(
Predicates.equal("name", "Name1"),
Predicates.equal("surname", "Surname1"));
final Map.Entry<String, Person> latestEntry =
personMap.aggregate(Aggregators.maxBy("age"), predicate);
(edited)
4 replies
Last reply today at 9:11 AMView thread
Zeynel Demirci 9:50 PM
AbstractSerializationService.java#serializeFor(…) method;
public SerializerAdapter serializerFor(Object object) {
if (object == null) {
return this.nullSerializerAdapter;
} else {
Class type = object.getClass();
SerializerAdapter serializer = this.lookupDefaultSerializer(type);
if (serializer == null) {
serializer = this.lookupCustomSerializer(type);
}
if (serializer == null && !this.overrideJavaSerialization) {
serializer = this.lookupJavaSerializer(type);
}
if (serializer == null) {
serializer = this.lookupGlobalSerializer(type);
}
if (serializer == null) {
if (this.active) {
throw new HazelcastSerializationException("There is no suitable serializer for " + type);
} else {
throw (RuntimeException)this.notActiveExceptionSupplier.get();
}
} else {
return serializer;
}
}
}
Danny Conlon 10:47 PM
SEVERE: [10.0.0.211]:5701 [HZ] [4.2-SNAPSHOT] Failed to serialize 'com.hazelcast.map.impl.query.AggregationResult'
com.hazelcast.nio.serialization.HazelcastSerializationException: Failed to serialize 'com.hazelcast.map.impl.query.AggregationResult'
at com.hazelcast.internal.serialization.impl.SerializationUtil.handleSerializeException(SerializationUtil.java:115)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toBytes(AbstractSerializationService.java:178)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toBytes(AbstractSerializationService.java:150)
at com.hazelcast.spi.impl.operationservice.impl.OutboundResponseHandler.toNormalResponsePacket(OutboundResponseHandler.java:155)
at com.hazelcast.spi.impl.operationservice.impl.OutboundResponseHandler.sendNormalResponse(OutboundResponseHandler.java:127)
at com.hazelcast.spi.impl.operationservice.impl.OutboundResponseHandler.sendResponse(OutboundResponseHandler.java:101)
at com.hazelcast.spi.impl.operationservice.Operation.sendResponse(Operation.java:475)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:282)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:248)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:469)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123)
at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102)
Caused by: com.hazelcast.nio.serialization.HazelcastSerializationException: Failed to serialize 'com.hazelcast.aggregation.impl.MaxByAggregator'
at com.hazelcast.internal.serialization.impl.SerializationUtil.handleSerializeException(SerializationUtil.java:115)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.writeObject(AbstractSerializationService.java:274)
at com.hazelcast.internal.serialization.impl.ByteArrayObjectDataOutput.writeObject(ByteArrayObjectDataOutput.java:378)
at com.hazelcast.map.impl.query.AggregationResult.writeData(AggregationResult.java:126)
at com.hazelcast.internal.serialization.impl.EnterpriseDataSerializableSerializer.write(EnterpriseDataSerializableSerializer.java:253)
at com.hazelcast.internal.serialization.impl.EnterpriseDataSerializableSerializer.write(EnterpriseDataSerializableSerializer.java:52)
at com.hazelcast.internal.serialization.impl.StreamSerializerAdapter.write(StreamSerializerAdapter.java:39)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toBytes(AbstractSerializationService.java:175)
... 12 more
| 1.0 | .HazelcastSerializationException Failed to serialize 'com.hazelcast.query.impl.CachedQueryEntry' -
Zeynel Demirci 9:48 PM
@here when we use Index in a map and then pass this index to an Aggregator we receive return values in CachedQueryEntry format. However, it causes a serialization exception due to no default serializer. Is this a bug? Please advise. (tested with HZ v4.1 and 3.12.x)
Exception;
Exception in thread "main" com.hazelcast.nio.serialization.HazelcastSerializationException: Failed to serialize 'com.hazelcast.query.impl.CachedQueryEntry'
at com.hazelcast.internal.serialization.impl.SerializationUtil.handleSerializeException(SerializationUtil.java:115)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toBytes(AbstractSerializationService.java:175)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toBytes(AbstractSerializationService.java:151)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toData(AbstractSerializationService.java:136)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toData(AbstractSerializationService.java:124)
at com.hazelcast.client.impl.protocol.task.map.MapAggregateWithPredicateMessageTask.encodeResponse(MapAggregateWithPredicateMessageTask.java:55)
at com.hazelcast.client.impl.protocol.task.AbstractMessageTask.sendResponse(AbstractMessageTask.java:243)
at com.hazelcast.client.impl.protocol.task.AbstractCallableMessageTask.processMessage(AbstractCallableMessageTask.java:36)
at com.hazelcast.client.impl.protocol.task.AbstractMessageTask.initializeAndProcessMessage(AbstractMessageTask.java:153)
at com.hazelcast.client.impl.protocol.task.AbstractMessageTask.run(AbstractMessageTask.java:116)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at com.hazelcast.internal.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76)
at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102)
at ------ submitted from ------.()
at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:265)
at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112)
at com.hazelcast.client.impl.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:95)
at com.hazelcast.client.impl.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:40)
at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:614)
at com.hazelcast.client.impl.spi.ClientProxy.invoke(ClientProxy.java:215)
at com.hazelcast.client.impl.proxy.ClientMapProxy.invokeWithPredicate(ClientMapProxy.java:1283)
at com.hazelcast.client.impl.proxy.ClientMapProxy.aggregate(ClientMapProxy.java:1431)
at com.example.simplehazelcast.ClientAppPersonMaxAggregator.main(ClientAppPersonMaxAggregator.java:59)
Example;
final Predicate<String, Person> predicate = Predicates.and(
Predicates.equal("name", "Name1"),
Predicates.equal("surname", "Surname1"));
final Map.Entry<String, Person> latestEntry =
personMap.aggregate(Aggregators.maxBy("age"), predicate);
(edited)
4 replies
Last reply today at 9:11 AMView thread
Zeynel Demirci 9:50 PM
AbstractSerializationService.java#serializeFor(…) method;
public SerializerAdapter serializerFor(Object object) {
if (object == null) {
return this.nullSerializerAdapter;
} else {
Class type = object.getClass();
SerializerAdapter serializer = this.lookupDefaultSerializer(type);
if (serializer == null) {
serializer = this.lookupCustomSerializer(type);
}
if (serializer == null && !this.overrideJavaSerialization) {
serializer = this.lookupJavaSerializer(type);
}
if (serializer == null) {
serializer = this.lookupGlobalSerializer(type);
}
if (serializer == null) {
if (this.active) {
throw new HazelcastSerializationException("There is no suitable serializer for " + type);
} else {
throw (RuntimeException)this.notActiveExceptionSupplier.get();
}
} else {
return serializer;
}
}
}
Danny Conlon 10:47 PM
SEVERE: [10.0.0.211]:5701 [HZ] [4.2-SNAPSHOT] Failed to serialize 'com.hazelcast.map.impl.query.AggregationResult'
com.hazelcast.nio.serialization.HazelcastSerializationException: Failed to serialize 'com.hazelcast.map.impl.query.AggregationResult'
at com.hazelcast.internal.serialization.impl.SerializationUtil.handleSerializeException(SerializationUtil.java:115)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toBytes(AbstractSerializationService.java:178)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toBytes(AbstractSerializationService.java:150)
at com.hazelcast.spi.impl.operationservice.impl.OutboundResponseHandler.toNormalResponsePacket(OutboundResponseHandler.java:155)
at com.hazelcast.spi.impl.operationservice.impl.OutboundResponseHandler.sendNormalResponse(OutboundResponseHandler.java:127)
at com.hazelcast.spi.impl.operationservice.impl.OutboundResponseHandler.sendResponse(OutboundResponseHandler.java:101)
at com.hazelcast.spi.impl.operationservice.Operation.sendResponse(Operation.java:475)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:282)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:248)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:469)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123)
at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102)
Caused by: com.hazelcast.nio.serialization.HazelcastSerializationException: Failed to serialize 'com.hazelcast.aggregation.impl.MaxByAggregator'
at com.hazelcast.internal.serialization.impl.SerializationUtil.handleSerializeException(SerializationUtil.java:115)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.writeObject(AbstractSerializationService.java:274)
at com.hazelcast.internal.serialization.impl.ByteArrayObjectDataOutput.writeObject(ByteArrayObjectDataOutput.java:378)
at com.hazelcast.map.impl.query.AggregationResult.writeData(AggregationResult.java:126)
at com.hazelcast.internal.serialization.impl.EnterpriseDataSerializableSerializer.write(EnterpriseDataSerializableSerializer.java:253)
at com.hazelcast.internal.serialization.impl.EnterpriseDataSerializableSerializer.write(EnterpriseDataSerializableSerializer.java:52)
at com.hazelcast.internal.serialization.impl.StreamSerializerAdapter.write(StreamSerializerAdapter.java:39)
at com.hazelcast.internal.serialization.impl.AbstractSerializationService.toBytes(AbstractSerializationService.java:175)
... 12 more
| defect | hazelcastserializationexception failed to serialize com hazelcast query impl cachedqueryentry zeynel demirci pm here when we use index in a map and then pass this index to an aggregator we receive return values in cachedqueryentry format however it causes a serialization exception due to no default serializer is this a bug please advise tested with hz and x exception exception in thread main com hazelcast nio serialization hazelcastserializationexception failed to serialize com hazelcast query impl cachedqueryentry at com hazelcast internal serialization impl serializationutil handleserializeexception serializationutil java at com hazelcast internal serialization impl abstractserializationservice tobytes abstractserializationservice java at com hazelcast internal serialization impl abstractserializationservice tobytes abstractserializationservice java at com hazelcast internal serialization impl abstractserializationservice todata abstractserializationservice java at com hazelcast internal serialization impl abstractserializationservice todata abstractserializationservice java at com hazelcast client impl protocol task map mapaggregatewithpredicatemessagetask encoderesponse mapaggregatewithpredicatemessagetask java at com hazelcast client impl protocol task abstractmessagetask sendresponse abstractmessagetask java at com hazelcast client impl protocol task abstractcallablemessagetask processmessage abstractcallablemessagetask java at com hazelcast client impl protocol task abstractmessagetask initializeandprocessmessage abstractmessagetask java at com hazelcast client impl protocol task abstractmessagetask run abstractmessagetask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java at com hazelcast internal util executor hazelcastmanagedthread executerun hazelcastmanagedthread java at com hazelcast internal util executor hazelcastmanagedthread run hazelcastmanagedthread java at submitted from at com hazelcast internal util exceptionutil cloneexceptionwithfixedasyncstacktrace exceptionutil java at com hazelcast spi impl operationservice impl invocationfuture returnorthrowwithgetconventions invocationfuture java at com hazelcast client impl spi impl clientinvocationfuture resolveandthrowifexception clientinvocationfuture java at com hazelcast client impl spi impl clientinvocationfuture resolveandthrowifexception clientinvocationfuture java at com hazelcast spi impl abstractinvocationfuture get abstractinvocationfuture java at com hazelcast client impl spi clientproxy invoke clientproxy java at com hazelcast client impl proxy clientmapproxy invokewithpredicate clientmapproxy java at com hazelcast client impl proxy clientmapproxy aggregate clientmapproxy java at com example simplehazelcast clientapppersonmaxaggregator main clientapppersonmaxaggregator java example final predicate predicate predicates and predicates equal name predicates equal surname final map entry latestentry personmap aggregate aggregators maxby age predicate edited replies last reply today at amview thread zeynel demirci pm abstractserializationservice java serializefor … method public serializeradapter serializerfor object object if object null return this nullserializeradapter else class type object getclass serializeradapter serializer this lookupdefaultserializer type if serializer null serializer this lookupcustomserializer type if serializer null this overridejavaserialization serializer this lookupjavaserializer type if serializer null serializer this lookupglobalserializer type if serializer null if this active throw new hazelcastserializationexception there is no suitable serializer for type else throw runtimeexception this notactiveexceptionsupplier get else return serializer danny conlon pm severe failed to serialize com hazelcast map impl query aggregationresult com hazelcast nio serialization hazelcastserializationexception failed to serialize com hazelcast map impl query aggregationresult at com hazelcast internal serialization impl serializationutil handleserializeexception serializationutil java at com hazelcast internal serialization impl abstractserializationservice tobytes abstractserializationservice java at com hazelcast internal serialization impl abstractserializationservice tobytes abstractserializationservice java at com hazelcast spi impl operationservice impl outboundresponsehandler tonormalresponsepacket outboundresponsehandler java at com hazelcast spi impl operationservice impl outboundresponsehandler sendnormalresponse outboundresponsehandler java at com hazelcast spi impl operationservice impl outboundresponsehandler sendresponse outboundresponsehandler java at com hazelcast spi impl operationservice operation sendresponse operation java at com hazelcast spi impl operationservice impl operationrunnerimpl call operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread executerun operationthread java at com hazelcast internal util executor hazelcastmanagedthread run hazelcastmanagedthread java caused by com hazelcast nio serialization hazelcastserializationexception failed to serialize com hazelcast aggregation impl maxbyaggregator at com hazelcast internal serialization impl serializationutil handleserializeexception serializationutil java at com hazelcast internal serialization impl abstractserializationservice writeobject abstractserializationservice java at com hazelcast internal serialization impl bytearrayobjectdataoutput writeobject bytearrayobjectdataoutput java at com hazelcast map impl query aggregationresult writedata aggregationresult java at com hazelcast internal serialization impl enterprisedataserializableserializer write enterprisedataserializableserializer java at com hazelcast internal serialization impl enterprisedataserializableserializer write enterprisedataserializableserializer java at com hazelcast internal serialization impl streamserializeradapter write streamserializeradapter java at com hazelcast internal serialization impl abstractserializationservice tobytes abstractserializationservice java more | 1 |
48,479 | 13,096,218,531 | IssuesEvent | 2020-08-03 15:19:53 | Rise-Vision/rise-vision-apps | https://api.github.com/repos/Rise-Vision/rise-vision-apps | closed | [Schedule Details] Styling defects | visual defect | ### 1. Shading under "Create Playlist Item"
**Problem:** there should be no shading/drop-shadow under the "Create Playlist Item" during a click, or otherwise.

---
### 2. Timestamp styling
**Problem:** the timestamp at the bottom needs to have a value of `#999999` or `#020620`.
 | 1.0 | [Schedule Details] Styling defects - ### 1. Shading under "Create Playlist Item"
**Problem:** there should be no shading/drop-shadow under the "Create Playlist Item" during a click, or otherwise.

---
### 2. Timestamp styling
**Problem:** the timestamp at the bottom needs to have a value of `#999999` or `#020620`.
 | defect | styling defects shading under create playlist item problem there should be no shading drop shadow under the create playlist item during a click or otherwise timestamp styling problem the timestamp at the bottom needs to have a value of or | 1 |
46,065 | 13,055,847,163 | IssuesEvent | 2020-07-30 02:54:47 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | Cmake: FindI3Boost picking up -d boost libs on mac, even for release (Trac #531) | Incomplete Migration Migrated from Trac cmake defect | Migrated from https://code.icecube.wisc.edu/ticket/531
```json
{
"status": "closed",
"changetime": "2009-02-09T19:18:50",
"description": "This is preventing compiling on Mac, but happens on mac and linux platforms.\n\nThe boost libs are found in two chunks for boost 1.36.0. \n\nthe TOOLDEF portion seems to work fine (getting -d correctly for\ndebug libs)\n\nbut later portions:\n\n find_library(BOOST_SYSTEM boost_system${BOOST_LIB_SUFFIX} ${I3_PORTS}/lib/boost-1.36.0\n\nfor example, ALWAYS returns the -d lib. Seems perhaps the\n\"find_library\" function searches and finds the -d lib\neven though the other is also there....\n\nThen, a release build on mac fails to build:\n\nld: file not found: libboost_system.1.36.0.dylib\n\nSeems the mac linker is a little more forgiving....",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1234207130000000",
"component": "cmake",
"summary": "Cmake: FindI3Boost picking up -d boost libs on mac, even for release",
"priority": "major",
"keywords": "",
"time": "2009-02-06T03:02:36",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
| 1.0 | Cmake: FindI3Boost picking up -d boost libs on mac, even for release (Trac #531) - Migrated from https://code.icecube.wisc.edu/ticket/531
```json
{
"status": "closed",
"changetime": "2009-02-09T19:18:50",
"description": "This is preventing compiling on Mac, but happens on mac and linux platforms.\n\nThe boost libs are found in two chunks for boost 1.36.0. \n\nthe TOOLDEF portion seems to work fine (getting -d correctly for\ndebug libs)\n\nbut later portions:\n\n find_library(BOOST_SYSTEM boost_system${BOOST_LIB_SUFFIX} ${I3_PORTS}/lib/boost-1.36.0\n\nfor example, ALWAYS returns the -d lib. Seems perhaps the\n\"find_library\" function searches and finds the -d lib\neven though the other is also there....\n\nThen, a release build on mac fails to build:\n\nld: file not found: libboost_system.1.36.0.dylib\n\nSeems the mac linker is a little more forgiving....",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1234207130000000",
"component": "cmake",
"summary": "Cmake: FindI3Boost picking up -d boost libs on mac, even for release",
"priority": "major",
"keywords": "",
"time": "2009-02-06T03:02:36",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
| defect | cmake picking up d boost libs on mac even for release trac migrated from json status closed changetime description this is preventing compiling on mac but happens on mac and linux platforms n nthe boost libs are found in two chunks for boost n nthe tooldef portion seems to work fine getting d correctly for ndebug libs n nbut later portions n n find library boost system boost system boost lib suffix ports lib boost n nfor example always returns the d lib seems perhaps the n find library function searches and finds the d lib neven though the other is also there n nthen a release build on mac fails to build n nld file not found libboost system dylib n nseems the mac linker is a little more forgiving reporter blaufuss cc resolution fixed ts component cmake summary cmake picking up d boost libs on mac even for release priority major keywords time milestone owner troy type defect | 1 |
41,521 | 12,832,343,829 | IssuesEvent | 2020-07-07 07:30:03 | rvvergara/todolist-react-version | https://api.github.com/repos/rvvergara/todolist-react-version | closed | WS-2020-0091 (High) detected in http-proxy-1.17.0.tgz | security vulnerability | ## WS-2020-0091 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>http-proxy-1.17.0.tgz</b></p></summary>
<p>HTTP proxying for the masses</p>
<p>Library home page: <a href="https://registry.npmjs.org/http-proxy/-/http-proxy-1.17.0.tgz">https://registry.npmjs.org/http-proxy/-/http-proxy-1.17.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/todolist-react-version/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/todolist-react-version/node_modules/http-proxy/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-3.3.1.tgz (Root Library)
- http-proxy-middleware-0.19.1.tgz
- :x: **http-proxy-1.17.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/rvvergara/todolist-react-version/commit/85fba0e7c02424e61ae0ebd7a786b50a67132bf3">85fba0e7c02424e61ae0ebd7a786b50a67132bf3</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Versions of http-proxy prior to 1.18.1 are vulnerable to Denial of Service. An HTTP request with a long body triggers an ERR_HTTP_HEADERS_SENT unhandled exception that crashes the proxy server. This is only possible when the proxy server sets headers in the proxy request using the proxyReq.setHeader function.
<p>Publish Date: 2020-05-14
<p>URL: <a href=https://github.com/http-party/node-http-proxy/pull/1447>WS-2020-0091</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1486">https://www.npmjs.com/advisories/1486</a></p>
<p>Release Date: 2020-05-26</p>
<p>Fix Resolution: http-proxy - 1.18.1 </p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2020-0091 (High) detected in http-proxy-1.17.0.tgz - ## WS-2020-0091 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>http-proxy-1.17.0.tgz</b></p></summary>
<p>HTTP proxying for the masses</p>
<p>Library home page: <a href="https://registry.npmjs.org/http-proxy/-/http-proxy-1.17.0.tgz">https://registry.npmjs.org/http-proxy/-/http-proxy-1.17.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/todolist-react-version/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/todolist-react-version/node_modules/http-proxy/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-3.3.1.tgz (Root Library)
- http-proxy-middleware-0.19.1.tgz
- :x: **http-proxy-1.17.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/rvvergara/todolist-react-version/commit/85fba0e7c02424e61ae0ebd7a786b50a67132bf3">85fba0e7c02424e61ae0ebd7a786b50a67132bf3</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Versions of http-proxy prior to 1.18.1 are vulnerable to Denial of Service. An HTTP request with a long body triggers an ERR_HTTP_HEADERS_SENT unhandled exception that crashes the proxy server. This is only possible when the proxy server sets headers in the proxy request using the proxyReq.setHeader function.
<p>Publish Date: 2020-05-14
<p>URL: <a href=https://github.com/http-party/node-http-proxy/pull/1447>WS-2020-0091</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1486">https://www.npmjs.com/advisories/1486</a></p>
<p>Release Date: 2020-05-26</p>
<p>Fix Resolution: http-proxy - 1.18.1 </p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | ws high detected in http proxy tgz ws high severity vulnerability vulnerable library http proxy tgz http proxying for the masses library home page a href path to dependency file tmp ws scm todolist react version package json path to vulnerable library tmp ws scm todolist react version node modules http proxy package json dependency hierarchy webpack dev server tgz root library http proxy middleware tgz x http proxy tgz vulnerable library found in head commit a href vulnerability details versions of http proxy prior to are vulnerable to denial of service an http request with a long body triggers an err http headers sent unhandled exception that crashes the proxy server this is only possible when the proxy server sets headers in the proxy request using the proxyreq setheader function 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 http proxy step up your open source security game with whitesource | 0 |
31,627 | 6,560,933,677 | IssuesEvent | 2017-09-07 11:17:05 | codenameone/CodenameOne | https://api.github.com/repos/codenameone/CodenameOne | closed | JavaDoc as help file in addition to code completions | Priority-Medium Type-Defect | Original [issue 1165](https://code.google.com/p/codenameone/issues/detail?id=1165) created by codenameone on 2014-08-15T15:19:45.000Z:
<b>What steps will reproduce the problem?</b>
1. In NetBeans, right clicking on a known CodenameOne type and choosing "Show JavaDoc" fails.
<b>What is the expected output? What do you see instead?</b>
If I right click and show JavaDoc on a type such as IOException, NetBeans directs me to docs.oracle.com/javase/7/docs/api/java/io/IOException.html in my browser.
For CodenameOne types, I get an error beep and an error message in lower left corner stating "Cannot Perform Show JavaDoc here".
<b>What version of the product are you using? On what operating system?</b>
Codename One netbeans plugin 1.0.77 on Windows 7, 32 and 64 bit
<b>Please provide any additional information below.</b>
| 1.0 | JavaDoc as help file in addition to code completions - Original [issue 1165](https://code.google.com/p/codenameone/issues/detail?id=1165) created by codenameone on 2014-08-15T15:19:45.000Z:
<b>What steps will reproduce the problem?</b>
1. In NetBeans, right clicking on a known CodenameOne type and choosing "Show JavaDoc" fails.
<b>What is the expected output? What do you see instead?</b>
If I right click and show JavaDoc on a type such as IOException, NetBeans directs me to docs.oracle.com/javase/7/docs/api/java/io/IOException.html in my browser.
For CodenameOne types, I get an error beep and an error message in lower left corner stating "Cannot Perform Show JavaDoc here".
<b>What version of the product are you using? On what operating system?</b>
Codename One netbeans plugin 1.0.77 on Windows 7, 32 and 64 bit
<b>Please provide any additional information below.</b>
| defect | javadoc as help file in addition to code completions original created by codenameone on what steps will reproduce the problem in netbeans right clicking on a known codenameone type and choosing quot show javadoc quot fails what is the expected output what do you see instead if i right click and show javadoc on a type such as ioexception netbeans directs me to docs oracle com javase docs api java io ioexception html in my browser for codenameone types i get an error beep and an error message in lower left corner stating quot cannot perform show javadoc here quot what version of the product are you using on what operating system codename one netbeans plugin on windows and bit please provide any additional information below | 1 |
128,394 | 12,371,649,774 | IssuesEvent | 2020-05-18 18:56:53 | Chadori/Construct-Master-Collection | https://api.github.com/repos/Chadori/Construct-Master-Collection | opened | PlayFab :: Sample Projects collection page | Documentation Enhancement PlayFab | ## Request Type
**Feature Request**
## Information
**PlayFab Sample Projects** collection page. Start adding more sample projects for the entire collection.
- Events
- Cloud Script
## Construct Editor
- Construct 3
## Construct Runtime
- Construct 3 | 1.0 | PlayFab :: Sample Projects collection page - ## Request Type
**Feature Request**
## Information
**PlayFab Sample Projects** collection page. Start adding more sample projects for the entire collection.
- Events
- Cloud Script
## Construct Editor
- Construct 3
## Construct Runtime
- Construct 3 | non_defect | playfab sample projects collection page request type feature request information playfab sample projects collection page start adding more sample projects for the entire collection events cloud script construct editor construct construct runtime construct | 0 |
219,869 | 24,539,408,055 | IssuesEvent | 2022-10-12 01:19:29 | vincenzodistasio97/Nano-SpeedTest | https://api.github.com/repos/vincenzodistasio97/Nano-SpeedTest | closed | CVE-2021-33502 (High) detected in normalize-url-3.3.0.tgz - autoclosed | security vulnerability | ## CVE-2021-33502 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>normalize-url-3.3.0.tgz</b></p></summary>
<p>Normalize a URL</p>
<p>Library home page: <a href="https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz">https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz</a></p>
<p>Path to dependency file: /app/frontend/package.json</p>
<p>Path to vulnerable library: /app/frontend/node_modules/normalize-url/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-2.1.8.tgz (Root Library)
- optimize-css-assets-webpack-plugin-5.0.1.tgz
- cssnano-4.1.11.tgz
- cssnano-preset-default-4.0.8.tgz
- postcss-normalize-url-4.0.1.tgz
- :x: **normalize-url-3.3.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/vincenzodistasio97/Nano-SpeedTest/commit/a9c7baa0ae616ed3c184f815184e08ab41a2de14">a9c7baa0ae616ed3c184f815184e08ab41a2de14</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS (regular expression denial of service) issue because it has exponential performance for data: URLs.
<p>Publish Date: 2021-05-24
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33502>CVE-2021-33502</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502</a></p>
<p>Release Date: 2021-05-24</p>
<p>Fix Resolution (normalize-url): 4.5.1</p>
<p>Direct dependency fix Resolution (react-scripts): 5.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-33502 (High) detected in normalize-url-3.3.0.tgz - autoclosed - ## CVE-2021-33502 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>normalize-url-3.3.0.tgz</b></p></summary>
<p>Normalize a URL</p>
<p>Library home page: <a href="https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz">https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz</a></p>
<p>Path to dependency file: /app/frontend/package.json</p>
<p>Path to vulnerable library: /app/frontend/node_modules/normalize-url/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-2.1.8.tgz (Root Library)
- optimize-css-assets-webpack-plugin-5.0.1.tgz
- cssnano-4.1.11.tgz
- cssnano-preset-default-4.0.8.tgz
- postcss-normalize-url-4.0.1.tgz
- :x: **normalize-url-3.3.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/vincenzodistasio97/Nano-SpeedTest/commit/a9c7baa0ae616ed3c184f815184e08ab41a2de14">a9c7baa0ae616ed3c184f815184e08ab41a2de14</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS (regular expression denial of service) issue because it has exponential performance for data: URLs.
<p>Publish Date: 2021-05-24
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33502>CVE-2021-33502</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502</a></p>
<p>Release Date: 2021-05-24</p>
<p>Fix Resolution (normalize-url): 4.5.1</p>
<p>Direct dependency fix Resolution (react-scripts): 5.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in normalize url tgz autoclosed cve high severity vulnerability vulnerable library normalize url tgz normalize a url library home page a href path to dependency file app frontend package json path to vulnerable library app frontend node modules normalize url package json dependency hierarchy react scripts tgz root library optimize css assets webpack plugin tgz cssnano tgz cssnano preset default tgz postcss normalize url tgz x normalize url tgz vulnerable library found in head commit a href found in base branch master vulnerability details the normalize url package before x before and x before for node js has a redos regular expression denial of service issue because it has exponential performance for data urls 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 normalize url direct dependency fix resolution react scripts step up your open source security game with mend | 0 |
13,816 | 2,784,102,926 | IssuesEvent | 2015-05-07 07:14:43 | sylingd/phpsocks5 | https://api.github.com/repos/sylingd/phpsocks5 | closed | 发现另一款改良版的Gappproxy、Wallproxy 确实好用 | auto-migrated Priority-Medium Type-Defect | ```
亲测可用,速度给力,地址:http://code.google.com/p/ezproxy
```
Original issue reported on code.google.com by `Reginald...@gmail.com` on 14 May 2011 at 9:23 | 1.0 | 发现另一款改良版的Gappproxy、Wallproxy 确实好用 - ```
亲测可用,速度给力,地址:http://code.google.com/p/ezproxy
```
Original issue reported on code.google.com by `Reginald...@gmail.com` on 14 May 2011 at 9:23 | defect | 发现另一款改良版的gappproxy、wallproxy 确实好用 亲测可用,速度给力,地址: original issue reported on code google com by reginald gmail com on may at | 1 |
196,768 | 6,948,592,332 | IssuesEvent | 2017-12-06 01:11:12 | velinath/votefinder-web | https://api.github.com/repos/velinath/votefinder-web | opened | Implement caching | enhancement help wanted Priority-Low | - Elasticache instance
- http://www.ilian.io/caching-websites-with-django-and-memcached/
- Use this to speed up queries that we may not be able to improve | 1.0 | Implement caching - - Elasticache instance
- http://www.ilian.io/caching-websites-with-django-and-memcached/
- Use this to speed up queries that we may not be able to improve | non_defect | implement caching elasticache instance use this to speed up queries that we may not be able to improve | 0 |
18,046 | 3,022,089,247 | IssuesEvent | 2015-07-31 18:17:05 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | closed | [Char] Parse does not match .Net behaviour | defect | ```C#
using Bridge.Html5;
namespace Demo
{
public class App
{
[Ready]
public static void Main()
{
char.Parse("");
char.Parse("ab");
}
}
}
```
**Actual result**: `NaN` and `97`
**Expected result**: FormatException("String must be exactly one character long") | 1.0 | [Char] Parse does not match .Net behaviour - ```C#
using Bridge.Html5;
namespace Demo
{
public class App
{
[Ready]
public static void Main()
{
char.Parse("");
char.Parse("ab");
}
}
}
```
**Actual result**: `NaN` and `97`
**Expected result**: FormatException("String must be exactly one character long") | defect | parse does not match net behaviour c using bridge namespace demo public class app public static void main char parse char parse ab actual result nan and expected result formatexception string must be exactly one character long | 1 |
44,923 | 12,464,627,779 | IssuesEvent | 2020-05-28 12:48:23 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Calendar: java.lang.Object not supported | defect | **Describe the defect**
Evaluating PF8 I started to remove legacy LocalDateConverter for all Calendars, since it is not required anymore. It works so far. But if the the LocalDate value resides in a generic structure it causes the error mentioned above.
**Environment:**
- PF Version: _8.0_
- JSF + version: _MyFaces 2.2.10_
- Affected browsers: _ALL_
**To Reproduce**
Steps to reproduce the behavior:
1. Use a calendar that is connected to a LocalDate in a generic class
2. Do not use a custom converter
**Expected behavior**
LocalDate is written to the bean without an error or failed validation
**Example XHTML**
```xml
<p:calendar value="#{myView.rangeDate.min}"/>
```
**Example Bean**
```java
@Named
@WindowScoped
public class MyView implements Serializable {
Range<LocalDate> rangeDate = new Range<>();
public Range<LocalDate> getRangeDate() {
return rangeDate;
}
public void setRangeDate(final Range<LocalDate> rangeDate) {
this.rangeDate = rangeDate;
}
}
public class Range<T> implements Serializable {
private static final long serialVersionUID = 1L;
private transient T min;
private transient T max;
public T getMin() {
return min;
}
public void setMin(final T min) {
this.min = min;
}
public T getMax() {
return max;
}
public void setMax(final T max) {
this.max = max;
}
}
```
| 1.0 | Calendar: java.lang.Object not supported - **Describe the defect**
Evaluating PF8 I started to remove legacy LocalDateConverter for all Calendars, since it is not required anymore. It works so far. But if the the LocalDate value resides in a generic structure it causes the error mentioned above.
**Environment:**
- PF Version: _8.0_
- JSF + version: _MyFaces 2.2.10_
- Affected browsers: _ALL_
**To Reproduce**
Steps to reproduce the behavior:
1. Use a calendar that is connected to a LocalDate in a generic class
2. Do not use a custom converter
**Expected behavior**
LocalDate is written to the bean without an error or failed validation
**Example XHTML**
```xml
<p:calendar value="#{myView.rangeDate.min}"/>
```
**Example Bean**
```java
@Named
@WindowScoped
public class MyView implements Serializable {
Range<LocalDate> rangeDate = new Range<>();
public Range<LocalDate> getRangeDate() {
return rangeDate;
}
public void setRangeDate(final Range<LocalDate> rangeDate) {
this.rangeDate = rangeDate;
}
}
public class Range<T> implements Serializable {
private static final long serialVersionUID = 1L;
private transient T min;
private transient T max;
public T getMin() {
return min;
}
public void setMin(final T min) {
this.min = min;
}
public T getMax() {
return max;
}
public void setMax(final T max) {
this.max = max;
}
}
```
| defect | calendar java lang object not supported describe the defect evaluating i started to remove legacy localdateconverter for all calendars since it is not required anymore it works so far but if the the localdate value resides in a generic structure it causes the error mentioned above environment pf version jsf version myfaces affected browsers all to reproduce steps to reproduce the behavior use a calendar that is connected to a localdate in a generic class do not use a custom converter expected behavior localdate is written to the bean without an error or failed validation example xhtml xml example bean java named windowscoped public class myview implements serializable range rangedate new range public range getrangedate return rangedate public void setrangedate final range rangedate this rangedate rangedate public class range implements serializable private static final long serialversionuid private transient t min private transient t max public t getmin return min public void setmin final t min this min min public t getmax return max public void setmax final t max this max max | 1 |
5,240 | 2,610,183,947 | IssuesEvent | 2015-02-26 18:58:30 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 解读脸上色斑怎么祛掉 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
我不相信生活会无故地变得富裕而有情趣,那只是浪漫的妄想。因为我一生都充满动荡和不安。失败不会主动传授你知识,我通过芸芸众生的无知、胆怯和愚笨来获取真知。有了它们,生活会变得轻松,也更成功。因此,我要和大家分享一些姗姗来迟的道理,期待能让一些人避免重蹈我的覆辙。脸上色斑怎么祛掉,
《客户案例》
自从得了黄褐斑以后,我就开始过上受罪的日子,前一��
�时间我脸上陆续出现了很多黄褐斑,对于治疗黄褐斑的方法�
��一直关注这,可是一直没能找到好的改善方法,这个病也只
能一直拖着。公司项目多,不得不加班加点,还要在一定的��
�间内完成,工作压力可想而知。因为太忙没顾得上照顾自己�
��等忙完手里的工作,已经是两个月以后了,这时候我脸上的
斑块又有扩大的迹象,特别到了晚上还有失眠的症状,弄得��
�常整宿睡不好觉,白天上班也是力不从心。</br>
后来我听身边的朋友们说一种叫做黛芙薇尔的产品,是��
�常不错的祛斑产品,说是法国、美国、台湾三地的专家通力�
��作,通过生物高科技手段,全面修复老化、病变细胞,彻底
逆转受损基因,从而达到了激活肌肤细胞分裂再生、增强细��
�活性、强效美白的功效,特别是暗沉、干燥、暗黄、粗糙、�
��色不匀的肌肤,防止黑色素淤积,抑制和清除氧自由基,
消除色素瘀积,进而到达祛斑的效果。听朋友们这么说我就��
�放心的订购了2个周期的黛芙薇尔。</br>
大概用了一个月的时间吧,斑点明显褪下去了。毕竟斑��
�也不是一天两天就长成的,所以要斑点完全消退也需要一定�
��时间,祛斑贵在坚持吧!随着皮肤一天一天的改变,我每一��
�都过得很惊喜!因为斑点真的没有了,皮肤变得白白净净、水
水嫩嫩的了。我真心建议,所有长斑的朋友们都来试试这款��
�芙薇尔祛斑产品,效果真的很不错哦!祛斑后的自己一定会让
很多人感到惊艳!更觉得有些不可思议!
阅读了脸上色斑怎么祛掉,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
脸上色斑怎么祛掉,同时为您分享祛斑小方法
除面部色素斑:鲜西红柿汁\蜂蜜,按5:1混合,涂面部,过10分钟后�
��净,连用10-15日,能使黑色素分解,皮肤变白红润。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:12 | 1.0 | 解读脸上色斑怎么祛掉 - ```
《摘要》
我不相信生活会无故地变得富裕而有情趣,那只是浪漫的妄想。因为我一生都充满动荡和不安。失败不会主动传授你知识,我通过芸芸众生的无知、胆怯和愚笨来获取真知。有了它们,生活会变得轻松,也更成功。因此,我要和大家分享一些姗姗来迟的道理,期待能让一些人避免重蹈我的覆辙。脸上色斑怎么祛掉,
《客户案例》
自从得了黄褐斑以后,我就开始过上受罪的日子,前一��
�时间我脸上陆续出现了很多黄褐斑,对于治疗黄褐斑的方法�
��一直关注这,可是一直没能找到好的改善方法,这个病也只
能一直拖着。公司项目多,不得不加班加点,还要在一定的��
�间内完成,工作压力可想而知。因为太忙没顾得上照顾自己�
��等忙完手里的工作,已经是两个月以后了,这时候我脸上的
斑块又有扩大的迹象,特别到了晚上还有失眠的症状,弄得��
�常整宿睡不好觉,白天上班也是力不从心。</br>
后来我听身边的朋友们说一种叫做黛芙薇尔的产品,是��
�常不错的祛斑产品,说是法国、美国、台湾三地的专家通力�
��作,通过生物高科技手段,全面修复老化、病变细胞,彻底
逆转受损基因,从而达到了激活肌肤细胞分裂再生、增强细��
�活性、强效美白的功效,特别是暗沉、干燥、暗黄、粗糙、�
��色不匀的肌肤,防止黑色素淤积,抑制和清除氧自由基,
消除色素瘀积,进而到达祛斑的效果。听朋友们这么说我就��
�放心的订购了2个周期的黛芙薇尔。</br>
大概用了一个月的时间吧,斑点明显褪下去了。毕竟斑��
�也不是一天两天就长成的,所以要斑点完全消退也需要一定�
��时间,祛斑贵在坚持吧!随着皮肤一天一天的改变,我每一��
�都过得很惊喜!因为斑点真的没有了,皮肤变得白白净净、水
水嫩嫩的了。我真心建议,所有长斑的朋友们都来试试这款��
�芙薇尔祛斑产品,效果真的很不错哦!祛斑后的自己一定会让
很多人感到惊艳!更觉得有些不可思议!
阅读了脸上色斑怎么祛掉,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
脸上色斑怎么祛掉,同时为您分享祛斑小方法
除面部色素斑:鲜西红柿汁\蜂蜜,按5:1混合,涂面部,过10分钟后�
��净,连用10-15日,能使黑色素分解,皮肤变白红润。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:12 | defect | 解读脸上色斑怎么祛掉 《摘要》 我不相信生活会无故地变得富裕而有情趣,那只是浪漫的妄想。因为我一生都充满动荡和不安。失败不会主动传授你知识,我通过芸芸众生的无知、胆怯和愚笨来获取真知。有了它们,生活会变得轻松,也更成功。因此,我要和大家分享一些姗姗来迟的道理,期待能让一些人避免重蹈我的覆辙。脸上色斑怎么祛掉, 《客户案例》 自从得了黄褐斑以后,我就开始过上受罪的日子,前一�� �时间我脸上陆续出现了很多黄褐斑,对于治疗黄褐斑的方法� ��一直关注这,可是一直没能找到好的改善方法,这个病也只 能一直拖着。公司项目多,不得不加班加点,还要在一定的�� �间内完成,工作压力可想而知。因为太忙没顾得上照顾自己� ��等忙完手里的工作,已经是两个月以后了,这时候我脸上的 斑块又有扩大的迹象,特别到了晚上还有失眠的症状,弄得�� �常整宿睡不好觉,白天上班也是力不从心。 后来我听身边的朋友们说一种叫做黛芙薇尔的产品,是�� �常不错的祛斑产品,说是法国、美国、台湾三地的专家通力� ��作,通过生物高科技手段,全面修复老化、病变细胞,彻底 逆转受损基因,从而达到了激活肌肤细胞分裂再生、增强细�� �活性、强效美白的功效,特别是暗沉、干燥、暗黄、粗糙、� ��色不匀的肌肤,防止黑色素淤积,抑制和清除氧自由基, 消除色素瘀积,进而到达祛斑的效果。听朋友们这么说我就�� � 。 大概用了一个月的时间吧,斑点明显褪下去了。毕竟斑�� �也不是一天两天就长成的,所以要斑点完全消退也需要一定� ��时间,祛斑贵在坚持吧 随着皮肤一天一天的改变,我每一�� �都过得很惊喜 因为斑点真的没有了,皮肤变得白白净净、水 水嫩嫩的了。我真心建议,所有长斑的朋友们都来试试这款�� �芙薇尔祛斑产品,效果真的很不错哦 祛斑后的自己一定会让 很多人感到惊艳 更觉得有些不可思议 阅读了脸上色斑怎么祛掉,再看脸上容易长斑的原因: 《色斑形成原因》 内部因素 一、压力 当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。 二、荷尔蒙分泌失调 避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。 三、新陈代谢缓慢 肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。 四、错误的使用化妆品 使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。 外部因素 一、紫外线 照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。 二、不良的清洁习惯 因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。 三、遗传基因 父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》 黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗 答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来 ,服用黛芙薇尔美白,会伤身体吗 有副作用吗 答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖 ,去除黄褐斑之后,会反弹吗 答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗 ,你们的价格有点贵,能不能便宜一点 答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 ,我适合用黛芙薇尔精华液吗 答:黛芙薇尔适用人群: 、生理紊乱引起的黄褐斑人群 、生育引起的妊娠斑人群 、年纪增长引起的老年斑人群 、化妆品色素沉积、辐射斑人群 、长期日照引起的日晒斑人群 、肌肤暗淡急需美白的人群 《祛斑小方法》 脸上色斑怎么祛掉,同时为您分享祛斑小方法 除面部色素斑 鲜西红柿汁 蜂蜜 涂面部 � ��净 能使黑色素分解 皮肤变白红润。 original issue reported on code google com by additive gmail com on jul at | 1 |
15,332 | 2,850,632,761 | IssuesEvent | 2015-05-31 18:54:25 | damonkohler/sl4a | https://api.github.com/repos/damonkohler/sl4a | opened | Triggers still causing freeze | auto-migrated Priority-Medium Type-Defect | _From @GoogleCodeExporter on May 31, 2015 11:29_
```
What device(s) are you experiencing the problem on?
HTC Wildfire
What firmware version are you running on the device?
2.2.1
What steps will reproduce the problem?
1. Open SL4a
2. Add new trigger by selecting script
3. Click phone
What is the expected output? What do you see instead?
The phone triggers
What version of the product are you using?
SL4a v4
```
Original issue reported on code.google.com by `jkb...@gmail.com` on 21 May 2011 at 9:50
_Copied from original issue: damonkohler/android-scripting#547_ | 1.0 | Triggers still causing freeze - _From @GoogleCodeExporter on May 31, 2015 11:29_
```
What device(s) are you experiencing the problem on?
HTC Wildfire
What firmware version are you running on the device?
2.2.1
What steps will reproduce the problem?
1. Open SL4a
2. Add new trigger by selecting script
3. Click phone
What is the expected output? What do you see instead?
The phone triggers
What version of the product are you using?
SL4a v4
```
Original issue reported on code.google.com by `jkb...@gmail.com` on 21 May 2011 at 9:50
_Copied from original issue: damonkohler/android-scripting#547_ | defect | triggers still causing freeze from googlecodeexporter on may what device s are you experiencing the problem on htc wildfire what firmware version are you running on the device what steps will reproduce the problem open add new trigger by selecting script click phone what is the expected output what do you see instead the phone triggers what version of the product are you using original issue reported on code google com by jkb gmail com on may at copied from original issue damonkohler android scripting | 1 |
270,072 | 28,960,399,965 | IssuesEvent | 2023-05-10 01:38:48 | hshivhare67/kernel_v4.1.15_CVE-2019-10220 | https://api.github.com/repos/hshivhare67/kernel_v4.1.15_CVE-2019-10220 | reopened | CVE-2017-16911 (Medium) detected in multiple libraries | Mend: dependency security vulnerability | ## CVE-2017-16911 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.4.302</b>, <b>linux-stable-rtv4.1.33</b>, <b>linuxlinux-4.4.302</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
The vhci_hcd driver in the Linux Kernel before version 4.14.8 and 4.4.114 allows allows local attackers to disclose kernel memory addresses. Successful exploitation requires that a USB device is attached over IP.
<p>Publish Date: 2018-01-31
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-16911>CVE-2017-16911</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.7</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- 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://nvd.nist.gov/vuln/detail/CVE-2017-16911">https://nvd.nist.gov/vuln/detail/CVE-2017-16911</a></p>
<p>Release Date: 2018-01-31</p>
<p>Fix Resolution: 4.14.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2017-16911 (Medium) detected in multiple libraries - ## CVE-2017-16911 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.4.302</b>, <b>linux-stable-rtv4.1.33</b>, <b>linuxlinux-4.4.302</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
The vhci_hcd driver in the Linux Kernel before version 4.14.8 and 4.4.114 allows allows local attackers to disclose kernel memory addresses. Successful exploitation requires that a USB device is attached over IP.
<p>Publish Date: 2018-01-31
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-16911>CVE-2017-16911</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.7</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- 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://nvd.nist.gov/vuln/detail/CVE-2017-16911">https://nvd.nist.gov/vuln/detail/CVE-2017-16911</a></p>
<p>Release Date: 2018-01-31</p>
<p>Fix Resolution: 4.14.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries linuxlinux linux stable linuxlinux vulnerability details the vhci hcd driver in the linux kernel before version and allows allows local attackers to disclose kernel memory addresses successful exploitation requires that a usb device is attached over ip publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high 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 step up your open source security game with mend | 0 |
46,257 | 13,055,879,568 | IssuesEvent | 2020-07-30 03:00:27 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | Problem with fillratio and boost (Trac #865) | Incomplete Migration Migrated from Trac combo reconstruction defect | Migrated from https://code.icecube.wisc.edu/ticket/865
```json
{
"status": "closed",
"changetime": "2015-07-07T22:32:33",
"description": "I checked out V04-10-00 of icerec. CMake ran successfully. Running make gave this error message:\n{{{\n[ 22%] Building CXX object fill-ratio/CMakeFiles/fill-ratio.dir/private/fill-ratio/FastMinBall.cxx.o\n/Users/steven/IceCube/icerec/src/fill-ratio/private/fill-ratio/FastMinBall.cxx:54:9:\n error: use of undeclared identifier 'make_iterator_range'; did you mean\n 'boost::make_iterator_range'?\nreturn make_iterator_range(dom_begin, dom_end);\n^~~~~~~~~~~~~~~~~~~\nboost::make_iterator_range\n/usr/local/include/boost/range/iterator_range_core.hpp:745:9: note: 'boost\n ::make_iterator_range' declared here\nmake_iterator_range( IteratorT Begin, IteratorT End )\n^\n1 error generated.\nmake[2]: *** [fill-ratio/CMakeFiles/fill-ratio.dir/private/fill-ratio/FastMinBall.cxx.o] Error 1\nmake[1]: *** [fill-ratio/CMakeFiles/fill-ratio.dir/all] Error 2\nmake: *** [all] Error 2\n}}}\nFollowing the suggested change in the message fixed the problem",
"reporter": "steven.wren",
"cc": "",
"resolution": "fixed",
"_ts": "1436308353324715",
"component": "combo reconstruction",
"summary": "Problem with fillratio and boost",
"priority": "normal",
"keywords": "",
"time": "2015-02-03T14:41:04",
"milestone": "",
"owner": "",
"type": "defect"
}
```
| 1.0 | Problem with fillratio and boost (Trac #865) - Migrated from https://code.icecube.wisc.edu/ticket/865
```json
{
"status": "closed",
"changetime": "2015-07-07T22:32:33",
"description": "I checked out V04-10-00 of icerec. CMake ran successfully. Running make gave this error message:\n{{{\n[ 22%] Building CXX object fill-ratio/CMakeFiles/fill-ratio.dir/private/fill-ratio/FastMinBall.cxx.o\n/Users/steven/IceCube/icerec/src/fill-ratio/private/fill-ratio/FastMinBall.cxx:54:9:\n error: use of undeclared identifier 'make_iterator_range'; did you mean\n 'boost::make_iterator_range'?\nreturn make_iterator_range(dom_begin, dom_end);\n^~~~~~~~~~~~~~~~~~~\nboost::make_iterator_range\n/usr/local/include/boost/range/iterator_range_core.hpp:745:9: note: 'boost\n ::make_iterator_range' declared here\nmake_iterator_range( IteratorT Begin, IteratorT End )\n^\n1 error generated.\nmake[2]: *** [fill-ratio/CMakeFiles/fill-ratio.dir/private/fill-ratio/FastMinBall.cxx.o] Error 1\nmake[1]: *** [fill-ratio/CMakeFiles/fill-ratio.dir/all] Error 2\nmake: *** [all] Error 2\n}}}\nFollowing the suggested change in the message fixed the problem",
"reporter": "steven.wren",
"cc": "",
"resolution": "fixed",
"_ts": "1436308353324715",
"component": "combo reconstruction",
"summary": "Problem with fillratio and boost",
"priority": "normal",
"keywords": "",
"time": "2015-02-03T14:41:04",
"milestone": "",
"owner": "",
"type": "defect"
}
```
| defect | problem with fillratio and boost trac migrated from json status closed changetime description i checked out of icerec cmake ran successfully running make gave this error message n n building cxx object fill ratio cmakefiles fill ratio dir private fill ratio fastminball cxx o n users steven icecube icerec src fill ratio private fill ratio fastminball cxx n error use of undeclared identifier make iterator range did you mean n boost make iterator range nreturn make iterator range dom begin dom end n nboost make iterator range n usr local include boost range iterator range core hpp note boost n make iterator range declared here nmake iterator range iteratort begin iteratort end n error generated nmake error nmake error nmake error n nfollowing the suggested change in the message fixed the problem reporter steven wren cc resolution fixed ts component combo reconstruction summary problem with fillratio and boost priority normal keywords time milestone owner type defect | 1 |
19,479 | 3,211,621,972 | IssuesEvent | 2015-10-06 11:53:08 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | opened | Spec doesn't specify what happens to ??= with async expressions. | Area-Language Docs-LanguageSpec Type-Defect | The spec says
> `v ??= e` is equivalent to the evaluation of the expression `((x) => x == null ? v = e : x)(v)` ...
This translation is not correct if `e` contains an `await` expression.
In that case, the translation might want to not use a function expression, and be something like:
((x = v) == null ? v = e : x)
(`x` still fresh and declared somewhere.)
This retains the synchronous execution in the non-null case that the expression suggests (if `v` is not null, the expression, including the await, is not executed). | 1.0 | Spec doesn't specify what happens to ??= with async expressions. - The spec says
> `v ??= e` is equivalent to the evaluation of the expression `((x) => x == null ? v = e : x)(v)` ...
This translation is not correct if `e` contains an `await` expression.
In that case, the translation might want to not use a function expression, and be something like:
((x = v) == null ? v = e : x)
(`x` still fresh and declared somewhere.)
This retains the synchronous execution in the non-null case that the expression suggests (if `v` is not null, the expression, including the await, is not executed). | defect | spec doesn t specify what happens to with async expressions the spec says v e is equivalent to the evaluation of the expression x x null v e x v this translation is not correct if e contains an await expression in that case the translation might want to not use a function expression and be something like x v null v e x x still fresh and declared somewhere this retains the synchronous execution in the non null case that the expression suggests if v is not null the expression including the await is not executed | 1 |
389,983 | 26,841,887,464 | IssuesEvent | 2023-02-03 01:39:23 | wecodewithmichaelmccloskey/Smart_Breadboard | https://api.github.com/repos/wecodewithmichaelmccloskey/Smart_Breadboard | closed | Put a basic project description in the README | documentation | The project description should include
- [x] names and contact info of the team members
- [x] description of what the project does
- [x] inspiration for the project - why did we decide to do this? | 1.0 | Put a basic project description in the README - The project description should include
- [x] names and contact info of the team members
- [x] description of what the project does
- [x] inspiration for the project - why did we decide to do this? | non_defect | put a basic project description in the readme the project description should include names and contact info of the team members description of what the project does inspiration for the project why did we decide to do this | 0 |
263,469 | 19,912,339,162 | IssuesEvent | 2022-01-25 18:28:18 | SaKi1309/saki1309.github.io | https://api.github.com/repos/SaKi1309/saki1309.github.io | closed | Use custom APIs for Blog and other social media content | documentation | I'd like to show an overview of my Social media on my webpage.
E.g. all my medium blogs, My latests posts on Linkedin my latest tweet on twitter etc.
Medium API: https://github.com/Medium/medium-api-docs
Stack Exchange: https://api.stackexchange.com/docs
LinkedIn: https://docs.microsoft.com/en-us/linkedin/?context=linkedin/context
Twitter: https://developer.twitter.com/en/docs/twitter-api
GitHub: https://docs.github.com/en/rest
| 1.0 | Use custom APIs for Blog and other social media content - I'd like to show an overview of my Social media on my webpage.
E.g. all my medium blogs, My latests posts on Linkedin my latest tweet on twitter etc.
Medium API: https://github.com/Medium/medium-api-docs
Stack Exchange: https://api.stackexchange.com/docs
LinkedIn: https://docs.microsoft.com/en-us/linkedin/?context=linkedin/context
Twitter: https://developer.twitter.com/en/docs/twitter-api
GitHub: https://docs.github.com/en/rest
| non_defect | use custom apis for blog and other social media content i d like to show an overview of my social media on my webpage e g all my medium blogs my latests posts on linkedin my latest tweet on twitter etc medium api stack exchange linkedin twitter github | 0 |
656,159 | 21,722,205,877 | IssuesEvent | 2022-05-11 02:12:46 | pingcap/dumpling | https://api.github.com/repos/pingcap/dumpling | closed | dump failed due to wait timeout | priority/P3 type/bug severity/moderate | ## Bug Report
On production environment, we set wait_timeout=600, so if mysql connection pool has some connections idle longer than 600s, the dumping will fail.
> as we known, mysql driver support function `SetConnMaxIdleTime`, so I fixed it by add a `max-idle-time` variables on CLI.
### Dumpling & MySQL Version
```
Release version: v5.0.1
Git commit hash: 4cb115746bb658b6d1a12c0e49932bfd3a08afac
Git branch: heads/refs/tags/v5.0.1
Build timestamp: 2021-04-23 06:01:59Z
Go version: go version go1.13 linux/amd64
[2021/05/07 09:01:32.727 +08:00] [INFO] [versions.go:55] ["Welcome to dumpling"] ["Release Version"=v5.0.1] ["Git Commit Hash"=4cb115746bb658b6d1a12c0e49932bfd3a08afac] ["Git Branch"=heads/refs/tags/v5.0.1] ["Build timestamp"="2021-04-23 06:01:59"] ["Go Version"="go version go1.13 linux/amd64"]
[2021/05/07 09:01:32.738 +08:00] [INFO] [config.go:599] ["detect server type"] [type=MySQL]
[2021/05/07 09:01:32.738 +08:00] [INFO] [config.go:618] ["detect server version"] [version=5.7.18-log]
```
### Error Log
```
[2021/05/07 10:17:35.503 +08:00] [INFO] [collector.go:188] ["backup Failed summary : total backup ranges: 0, total success: 0, total failed: 0"]
[mysql] 2021/05/07 10:17:36 packets.go:122: closing bad idle connection: EOF
[2021/05/07 10:17:36.396 +08:00] [ERROR] [writer_util.go:199] ["fail to scan from sql.Row"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\tgithub.com/pingcap/errors@v0.11.5-0.20201126102027-b0a155152ca3/errors.go:174\ngithub.com/pingcap/errors.Trace\n\tgithub.com/pingcap/errors@v0.11.5-0.20201126102027-b0a155152ca3/juju_adaptor.go:15\ngithub.com/pingcap/dumpling/v4/export.decodeFromRows\n\tgithub.com/pingcap/dumpling@/v4/export/ir.go:68\ngithub.com/pingcap/dumpling/v4/export.(*rowIter).Decode\n\tgithub.com/pingcap/dumpling@/v4/export/ir_impl.go:39\ngithub.com/pingcap/dumpling/v4/export.WriteInsert\n\tgithub.com/pingcap/dumpling@/v4/export/writer_util.go:198\ngithub.com/pingcap/dumpling/v4/export.FileFormat.WriteInsert\n\tgithub.com/pingcap/dumpling@/v4/export/writer_util.go:600\ngithub.com/pingcap/dumpling/v4/export.(*Writer).tryToWriteTableData\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:204\ngithub.com/pingcap/dumpling/v4/export.(*Writer).WriteTableData.func1\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:189\ngithub.com/pingcap/br/pkg/utils.WithRetry\n\tgithub.com/pingcap/br@v4.0.0-beta.2.0.20210203034957-7bc483ab69d5+incompatible/pkg/utils/retry.go:34\ngithub.com/pingcap/dumpling/v4/export.(*Writer).WriteTableData\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:160\ngithub.com/pingcap/dumpling/v4/export.(*Writer).handleTask\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:103\ngithub.com/pingcap/dumpling/v4/export.(*Writer).run\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:85\ngithub.com/pingcap/dumpling/v4/export.(*Dumper).startWriters.func4\n\tgithub.com/pingcap/dumpling@/v4/export/dump.go:273\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\tgolang.org/x/sync@v0.0.0-20201020160332-67f06af15bc9/errgroup/errgroup.go:57\nruntime.goexit\n\truntime/asm_amd64.s:1357"]
[2021/05/07 10:17:36.396 +08:00] [ERROR] [writer_util.go:199] ["fail to scan from sql.Row"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\tgithub.com/pingcap/errors@v0.11.5-0.20201126102027-b0a155152ca3/errors.go:174\ngithub.com/pingcap/errors.Trace\n\tgithub.com/pingcap/errors@v0.11.5-0.20201126102027-b0a155152ca3/juju_adaptor.go:15\ngithub.com/pingcap/dumpling/v4/export.decodeFromRows\n\tgithub.com/pingcap/dumpling@/v4/export/ir.go:68\ngithub.com/pingcap/dumpling/v4/export.(*rowIter).Decode\n\tgithub.com/pingcap/dumpling@/v4/export/ir_impl.go:39\ngithub.com/pingcap/dumpling/v4/export.WriteInsert\n\tgithub.com/pingcap/dumpling@/v4/export/writer_util.go:198\ngithub.com/pingcap/dumpling/v4/export.FileFormat.WriteInsert\n\tgithub.com/pingcap/dumpling@/v4/export/writer_util.go:600\ngithub.com/pingcap/dumpling/v4/export.(*Writer).tryToWriteTableData\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:204\ngithub.com/pingcap/dumpling/v4/export.(*Writer).WriteTableData.func1\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:189\ngithub.com/pingcap/br/pkg/utils.WithRetry\n\tgithub.com/pingcap/br@v4.0.0-beta.2.0.20210203034957-7bc483ab69d5+incompatible/pkg/utils/retry.go:34\ngithub.com/pingcap/dumpling/v4/export.(*Writer).WriteTableData\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:160\ngithub.com/pingcap/dumpling/v4/export.(*Writer).handleTask\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:103\ngithub.com/pingcap/dumpling/v4/export.(*Writer).run\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:85\ngithub.com/pingcap/dumpling/v4/export.(*Dumper).startWriters.func4\n\tgithub.com/pingcap/dumpling@/v4/export/dump.go:273\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\tgolang.org/x/sync@v0.0.0-20201020160332-67f06af15bc9/errgroup/errgroup.go:57\nruntime.goexit\n\truntime/asm_amd64.s:1357"]
[2021/05/07 10:17:36.396 +08:00] [ERROR] [main.go:77] ["dump failed error stack info"] [error="sql: SELECT COLUMN_NAME,EXTRA FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA=? AND TABLE_NAME=? ORDER BY ORDINAL_POSITION;: driver: bad connection"] [errorVerbose="driver: bad connection\nsql: SELECT COLUMN_NAME,EXTRA FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA=? AND TABLE_NAME=? ORDER BY ORDINAL_POSITION;\ngithub.com/pingcap/dumpling/v4/export.buildSelectField\n\tgithub.com/pingcap/dumpling@/v4/export/sql.go:588\ngithub.com/pingcap/dumpling/v4/export.dumpTableMeta\n\tgithub.com/pingcap/dumpling@/v4/export/dump.go:686\ngithub.com/pingcap/dumpling/v4/export.(*Dumper).dumpDatabases\n\tgithub.com/pingcap/dumpling@/v4/export/dump.go:302\ngithub.com/pingcap/dumpling/v4/export.(*Dumper).Dump\n\tgithub.com/pingcap/dumpling@/v4/export/dump.go:223\nmain.main\n\tgithub.com/pingcap/dumpling@/cmd/dumpling/main.go:74\nruntime.main\n\truntime/proc.go:203\nruntime.goexit\n\truntime/asm_amd64.s:1357"]
dump failed: sql: SELECT COLUMN_NAME,EXTRA FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA=? AND TABLE_NAME=? ORDER BY ORDINAL_POSITION;: driver: bad connection
```
| 1.0 | dump failed due to wait timeout - ## Bug Report
On production environment, we set wait_timeout=600, so if mysql connection pool has some connections idle longer than 600s, the dumping will fail.
> as we known, mysql driver support function `SetConnMaxIdleTime`, so I fixed it by add a `max-idle-time` variables on CLI.
### Dumpling & MySQL Version
```
Release version: v5.0.1
Git commit hash: 4cb115746bb658b6d1a12c0e49932bfd3a08afac
Git branch: heads/refs/tags/v5.0.1
Build timestamp: 2021-04-23 06:01:59Z
Go version: go version go1.13 linux/amd64
[2021/05/07 09:01:32.727 +08:00] [INFO] [versions.go:55] ["Welcome to dumpling"] ["Release Version"=v5.0.1] ["Git Commit Hash"=4cb115746bb658b6d1a12c0e49932bfd3a08afac] ["Git Branch"=heads/refs/tags/v5.0.1] ["Build timestamp"="2021-04-23 06:01:59"] ["Go Version"="go version go1.13 linux/amd64"]
[2021/05/07 09:01:32.738 +08:00] [INFO] [config.go:599] ["detect server type"] [type=MySQL]
[2021/05/07 09:01:32.738 +08:00] [INFO] [config.go:618] ["detect server version"] [version=5.7.18-log]
```
### Error Log
```
[2021/05/07 10:17:35.503 +08:00] [INFO] [collector.go:188] ["backup Failed summary : total backup ranges: 0, total success: 0, total failed: 0"]
[mysql] 2021/05/07 10:17:36 packets.go:122: closing bad idle connection: EOF
[2021/05/07 10:17:36.396 +08:00] [ERROR] [writer_util.go:199] ["fail to scan from sql.Row"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\tgithub.com/pingcap/errors@v0.11.5-0.20201126102027-b0a155152ca3/errors.go:174\ngithub.com/pingcap/errors.Trace\n\tgithub.com/pingcap/errors@v0.11.5-0.20201126102027-b0a155152ca3/juju_adaptor.go:15\ngithub.com/pingcap/dumpling/v4/export.decodeFromRows\n\tgithub.com/pingcap/dumpling@/v4/export/ir.go:68\ngithub.com/pingcap/dumpling/v4/export.(*rowIter).Decode\n\tgithub.com/pingcap/dumpling@/v4/export/ir_impl.go:39\ngithub.com/pingcap/dumpling/v4/export.WriteInsert\n\tgithub.com/pingcap/dumpling@/v4/export/writer_util.go:198\ngithub.com/pingcap/dumpling/v4/export.FileFormat.WriteInsert\n\tgithub.com/pingcap/dumpling@/v4/export/writer_util.go:600\ngithub.com/pingcap/dumpling/v4/export.(*Writer).tryToWriteTableData\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:204\ngithub.com/pingcap/dumpling/v4/export.(*Writer).WriteTableData.func1\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:189\ngithub.com/pingcap/br/pkg/utils.WithRetry\n\tgithub.com/pingcap/br@v4.0.0-beta.2.0.20210203034957-7bc483ab69d5+incompatible/pkg/utils/retry.go:34\ngithub.com/pingcap/dumpling/v4/export.(*Writer).WriteTableData\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:160\ngithub.com/pingcap/dumpling/v4/export.(*Writer).handleTask\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:103\ngithub.com/pingcap/dumpling/v4/export.(*Writer).run\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:85\ngithub.com/pingcap/dumpling/v4/export.(*Dumper).startWriters.func4\n\tgithub.com/pingcap/dumpling@/v4/export/dump.go:273\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\tgolang.org/x/sync@v0.0.0-20201020160332-67f06af15bc9/errgroup/errgroup.go:57\nruntime.goexit\n\truntime/asm_amd64.s:1357"]
[2021/05/07 10:17:36.396 +08:00] [ERROR] [writer_util.go:199] ["fail to scan from sql.Row"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\tgithub.com/pingcap/errors@v0.11.5-0.20201126102027-b0a155152ca3/errors.go:174\ngithub.com/pingcap/errors.Trace\n\tgithub.com/pingcap/errors@v0.11.5-0.20201126102027-b0a155152ca3/juju_adaptor.go:15\ngithub.com/pingcap/dumpling/v4/export.decodeFromRows\n\tgithub.com/pingcap/dumpling@/v4/export/ir.go:68\ngithub.com/pingcap/dumpling/v4/export.(*rowIter).Decode\n\tgithub.com/pingcap/dumpling@/v4/export/ir_impl.go:39\ngithub.com/pingcap/dumpling/v4/export.WriteInsert\n\tgithub.com/pingcap/dumpling@/v4/export/writer_util.go:198\ngithub.com/pingcap/dumpling/v4/export.FileFormat.WriteInsert\n\tgithub.com/pingcap/dumpling@/v4/export/writer_util.go:600\ngithub.com/pingcap/dumpling/v4/export.(*Writer).tryToWriteTableData\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:204\ngithub.com/pingcap/dumpling/v4/export.(*Writer).WriteTableData.func1\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:189\ngithub.com/pingcap/br/pkg/utils.WithRetry\n\tgithub.com/pingcap/br@v4.0.0-beta.2.0.20210203034957-7bc483ab69d5+incompatible/pkg/utils/retry.go:34\ngithub.com/pingcap/dumpling/v4/export.(*Writer).WriteTableData\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:160\ngithub.com/pingcap/dumpling/v4/export.(*Writer).handleTask\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:103\ngithub.com/pingcap/dumpling/v4/export.(*Writer).run\n\tgithub.com/pingcap/dumpling@/v4/export/writer.go:85\ngithub.com/pingcap/dumpling/v4/export.(*Dumper).startWriters.func4\n\tgithub.com/pingcap/dumpling@/v4/export/dump.go:273\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\tgolang.org/x/sync@v0.0.0-20201020160332-67f06af15bc9/errgroup/errgroup.go:57\nruntime.goexit\n\truntime/asm_amd64.s:1357"]
[2021/05/07 10:17:36.396 +08:00] [ERROR] [main.go:77] ["dump failed error stack info"] [error="sql: SELECT COLUMN_NAME,EXTRA FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA=? AND TABLE_NAME=? ORDER BY ORDINAL_POSITION;: driver: bad connection"] [errorVerbose="driver: bad connection\nsql: SELECT COLUMN_NAME,EXTRA FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA=? AND TABLE_NAME=? ORDER BY ORDINAL_POSITION;\ngithub.com/pingcap/dumpling/v4/export.buildSelectField\n\tgithub.com/pingcap/dumpling@/v4/export/sql.go:588\ngithub.com/pingcap/dumpling/v4/export.dumpTableMeta\n\tgithub.com/pingcap/dumpling@/v4/export/dump.go:686\ngithub.com/pingcap/dumpling/v4/export.(*Dumper).dumpDatabases\n\tgithub.com/pingcap/dumpling@/v4/export/dump.go:302\ngithub.com/pingcap/dumpling/v4/export.(*Dumper).Dump\n\tgithub.com/pingcap/dumpling@/v4/export/dump.go:223\nmain.main\n\tgithub.com/pingcap/dumpling@/cmd/dumpling/main.go:74\nruntime.main\n\truntime/proc.go:203\nruntime.goexit\n\truntime/asm_amd64.s:1357"]
dump failed: sql: SELECT COLUMN_NAME,EXTRA FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA=? AND TABLE_NAME=? ORDER BY ORDINAL_POSITION;: driver: bad connection
```
| non_defect | dump failed due to wait timeout bug report on production environment we set wait timeout so if mysql connection pool has some connections idle longer than the dumping will fail as we known mysql driver support function setconnmaxidletime so i fixed it by add a max idle time variables on cli dumpling mysql version release version git commit hash git branch heads refs tags build timestamp go version go version linux error log packets go closing bad idle connection eof dump failed sql select column name extra from information schema columns where table schema and table name order by ordinal position driver bad connection | 0 |
410,052 | 11,982,419,985 | IssuesEvent | 2020-04-07 12:56:07 | AugurProject/augur | https://api.github.com/repos/AugurProject/augur | closed | MC: Scalar market pre-liquidity doesn't pass liquidity ranking | Bug Needed for V2 launch Priority: High | Used Scalar baseball template and set bids to 12.5 and asks to 12.7 with roughly 2000 DAI on each side and liquidity ranking said failed. After creation with liquidity it passed default liquidity filter.


| 1.0 | MC: Scalar market pre-liquidity doesn't pass liquidity ranking - Used Scalar baseball template and set bids to 12.5 and asks to 12.7 with roughly 2000 DAI on each side and liquidity ranking said failed. After creation with liquidity it passed default liquidity filter.


| non_defect | mc scalar market pre liquidity doesn t pass liquidity ranking used scalar baseball template and set bids to and asks to with roughly dai on each side and liquidity ranking said failed after creation with liquidity it passed default liquidity filter | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.