Unnamed: 0
int64
3
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
2
430
labels
stringlengths
4
347
body
stringlengths
5
237k
index
stringclasses
7 values
text_combine
stringlengths
96
237k
label
stringclasses
2 values
text
stringlengths
96
219k
binary_label
int64
0
1
105,097
13,162,397,521
IssuesEvent
2020-08-10 21:30:40
dart-lang/dart_style
https://api.github.com/repos/dart-lang/dart_style
closed
add newline between member methods.
as designed
``` class A { void hello() { } void world() { } } ``` to ``` class A { void hello() { } void world() { } } ```
1.0
add newline between member methods. - ``` class A { void hello() { } void world() { } } ``` to ``` class A { void hello() { } void world() { } } ```
non_comp
add newline between member methods class a void hello void world to class a void hello void world
0
13,787
16,512,561,199
IssuesEvent
2021-05-26 06:50:52
zellij-org/zellij
https://api.github.com/repos/zellij-org/zellij
closed
"your terminal doesn't support cursor position requests (CPR)" message when running pgcli
bug compatibility
First of all, thank you very much for the very promising software. Have been using it for a few days and very much looking forward for detach support so I can replace tmux with it 🙂 In my tests I've noticed an issue when running [pgcli](https://github.com/dbcli/pgcli) under Zellij. Right after connecting to a database, I get the message: > WARNING: your terminal doesn't support cursor position requests (CPR). I'm guessing because of this, I can't paste a multiline SQL query into pgcli because it'll be interpreted line by line. Please let me know if I can provide further info, and thanks again.
True
"your terminal doesn't support cursor position requests (CPR)" message when running pgcli - First of all, thank you very much for the very promising software. Have been using it for a few days and very much looking forward for detach support so I can replace tmux with it 🙂 In my tests I've noticed an issue when running [pgcli](https://github.com/dbcli/pgcli) under Zellij. Right after connecting to a database, I get the message: > WARNING: your terminal doesn't support cursor position requests (CPR). I'm guessing because of this, I can't paste a multiline SQL query into pgcli because it'll be interpreted line by line. Please let me know if I can provide further info, and thanks again.
comp
your terminal doesn t support cursor position requests cpr message when running pgcli first of all thank you very much for the very promising software have been using it for a few days and very much looking forward for detach support so i can replace tmux with it 🙂 in my tests i ve noticed an issue when running under zellij right after connecting to a database i get the message warning your terminal doesn t support cursor position requests cpr i m guessing because of this i can t paste a multiline sql query into pgcli because it ll be interpreted line by line please let me know if i can provide further info and thanks again
1
155,813
5,961,260,905
IssuesEvent
2017-05-29 16:38:39
mkdo/kapow-setup
https://api.github.com/repos/mkdo/kapow-setup
closed
Add a flag to allow develop branch pulls
Priority: Medium Status: Pending Type: Enhancement
It would be useful for ongoing R&D and maintenance if the new Kapow! instance could be created using `develop` branches of the various modules and not `master`.
1.0
Add a flag to allow develop branch pulls - It would be useful for ongoing R&D and maintenance if the new Kapow! instance could be created using `develop` branches of the various modules and not `master`.
non_comp
add a flag to allow develop branch pulls it would be useful for ongoing r d and maintenance if the new kapow instance could be created using develop branches of the various modules and not master
0
14,889
18,544,767,931
IssuesEvent
2021-10-21 20:31:08
jenkinsci/dark-theme-plugin
https://api.github.com/repos/jenkinsci/dark-theme-plugin
closed
Build scheduled - needs improving
core-compatibility
Appears when clicking build now on a job Colour contrast isn't good ![image](https://user-images.githubusercontent.com/21194782/83921250-dd0f4880-a775-11ea-8d25-641505143f12.png)
True
Build scheduled - needs improving - Appears when clicking build now on a job Colour contrast isn't good ![image](https://user-images.githubusercontent.com/21194782/83921250-dd0f4880-a775-11ea-8d25-641505143f12.png)
comp
build scheduled needs improving appears when clicking build now on a job colour contrast isn t good
1
16,798
10,569,188,893
IssuesEvent
2019-10-06 17:57:14
terraform-providers/terraform-provider-aws
https://api.github.com/repos/terraform-providers/terraform-provider-aws
closed
aws_ecs_service InvalidParameterException: You cannot specify an IAM role for services that require a service linked role when using multiple loadbalancers
service/ecs
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform Version `Terraform v0.11.14` We cannot upgrade terraform at the moment due to breaking changes between 0.11 and 0.12. But I think this is a bug in the AWS provider, not terraform. ``` * provider.aws: version = "~> 2.30" * provider.random: version = "~> 2.2" * provider.template: version = "~> 2.1" ``` ### Affected Resource(s) * aws_ecs_service ### Terraform Configuration Files <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl resource "aws_ecs_service" "foo" { name = "foo" task_definition = "${aws_ecs_task_definition.foo.family}:${max("${aws_ecs_task_definition.foo.revision}", "${data.aws_ecs_task_definition.foo.revision}")}" desired_count = 0 cluster = "${var.ecs_cluster_id}" iam_role = "${var.ecs_service_role_arn}" health_check_grace_period_seconds = 300 ordered_placement_strategy { field = "attribute:ecs.availability-zone" type = "spread" } ordered_placement_strategy { field = "cpu" type = "binpack" } load_balancer { target_group_arn = "${aws_alb_target_group.foo.arn}" container_name = "foo" container_port = 80 } load_balancer { target_group_arn = "${aws_alb_target_group.bar.arn}" container_name = "foo" container_port = 80 } lifecycle { ignore_changes = ["task_definition", "desired_count"] } } ``` ### Debug Output <!--- Please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist. To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html). ---> I'm currently not comfortable providing the debug output at this time, but I can provide specific information when appropriate ### Panic Output N/A ### Expected Behavior Service is destroyed and recreated ### Actual Behavior ``` Error: Error applying plan: 1 error occurred: * module.containers.module.foo.aws_ecs_service.foo: 1 error occurred: * aws_ecs_service.foo: InvalidParameterException: You cannot specify an IAM role for services that require a service linked role. status code: 400, request id: <REDACTED> "foo" ``` ### Steps to Reproduce 1. Create an `aws_ecs_service` with the following attributes: * 2 Loadbalancers * `iam_role` not empty 2. `terraform apply` ### Important Factoids Commenting out the 2nd loadbalancer block results in a successful creating of the ECS service Commenting out the `iam_role` results in a successful apply, however, it has the undesired effect of being assigned the wrong role. ### References * #4657 * #4673
1.0
aws_ecs_service InvalidParameterException: You cannot specify an IAM role for services that require a service linked role when using multiple loadbalancers - ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform Version `Terraform v0.11.14` We cannot upgrade terraform at the moment due to breaking changes between 0.11 and 0.12. But I think this is a bug in the AWS provider, not terraform. ``` * provider.aws: version = "~> 2.30" * provider.random: version = "~> 2.2" * provider.template: version = "~> 2.1" ``` ### Affected Resource(s) * aws_ecs_service ### Terraform Configuration Files <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl resource "aws_ecs_service" "foo" { name = "foo" task_definition = "${aws_ecs_task_definition.foo.family}:${max("${aws_ecs_task_definition.foo.revision}", "${data.aws_ecs_task_definition.foo.revision}")}" desired_count = 0 cluster = "${var.ecs_cluster_id}" iam_role = "${var.ecs_service_role_arn}" health_check_grace_period_seconds = 300 ordered_placement_strategy { field = "attribute:ecs.availability-zone" type = "spread" } ordered_placement_strategy { field = "cpu" type = "binpack" } load_balancer { target_group_arn = "${aws_alb_target_group.foo.arn}" container_name = "foo" container_port = 80 } load_balancer { target_group_arn = "${aws_alb_target_group.bar.arn}" container_name = "foo" container_port = 80 } lifecycle { ignore_changes = ["task_definition", "desired_count"] } } ``` ### Debug Output <!--- Please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist. To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html). ---> I'm currently not comfortable providing the debug output at this time, but I can provide specific information when appropriate ### Panic Output N/A ### Expected Behavior Service is destroyed and recreated ### Actual Behavior ``` Error: Error applying plan: 1 error occurred: * module.containers.module.foo.aws_ecs_service.foo: 1 error occurred: * aws_ecs_service.foo: InvalidParameterException: You cannot specify an IAM role for services that require a service linked role. status code: 400, request id: <REDACTED> "foo" ``` ### Steps to Reproduce 1. Create an `aws_ecs_service` with the following attributes: * 2 Loadbalancers * `iam_role` not empty 2. `terraform apply` ### Important Factoids Commenting out the 2nd loadbalancer block results in a successful creating of the ECS service Commenting out the `iam_role` results in a successful apply, however, it has the undesired effect of being assigned the wrong role. ### References * #4657 * #4673
non_comp
aws ecs service invalidparameterexception you cannot specify an iam role for services that require a service linked role when using multiple loadbalancers community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment terraform version terraform we cannot upgrade terraform at the moment due to breaking changes between and but i think this is a bug in the aws provider not terraform provider aws version provider random version provider template version affected resource s aws ecs service terraform configuration files hcl resource aws ecs service foo name foo task definition aws ecs task definition foo family max aws ecs task definition foo revision data aws ecs task definition foo revision desired count cluster var ecs cluster id iam role var ecs service role arn health check grace period seconds ordered placement strategy field attribute ecs availability zone type spread ordered placement strategy field cpu type binpack load balancer target group arn aws alb target group foo arn container name foo container port load balancer target group arn aws alb target group bar arn container name foo container port lifecycle ignore changes debug output please provide a link to a github gist containing the complete debug output please do not paste the debug output in the issue just paste a link to the gist to obtain the debug output see the i m currently not comfortable providing the debug output at this time but i can provide specific information when appropriate panic output n a expected behavior service is destroyed and recreated actual behavior error error applying plan error occurred module containers module foo aws ecs service foo error occurred aws ecs service foo invalidparameterexception you cannot specify an iam role for services that require a service linked role status code request id foo steps to reproduce create an aws ecs service with the following attributes loadbalancers iam role not empty terraform apply important factoids commenting out the loadbalancer block results in a successful creating of the ecs service commenting out the iam role results in a successful apply however it has the undesired effect of being assigned the wrong role references
0
311,587
9,535,854,763
IssuesEvent
2019-04-30 08:11:48
Fachschaft07/Guide7
https://api.github.com/repos/Fachschaft07/Guide7
closed
Scroll to current day
approved enhancement feature_request priority: high
When using the week plan it automatically scrolls to the monday of the current week. It would be better if we could scroll to the current day of the current week and show the next week on, e.g. Sunday or Saturday
1.0
Scroll to current day - When using the week plan it automatically scrolls to the monday of the current week. It would be better if we could scroll to the current day of the current week and show the next week on, e.g. Sunday or Saturday
non_comp
scroll to current day when using the week plan it automatically scrolls to the monday of the current week it would be better if we could scroll to the current day of the current week and show the next week on e g sunday or saturday
0
545,540
15,952,688,102
IssuesEvent
2021-04-15 11:28:27
jina-ai/dashboard
https://api.github.com/repos/jina-ai/dashboard
closed
Homepage implementation
area/homepage priority/important-longterm status/available type/feature-request
## **Acceptance Criteria** Using the [react-grid-layout](https://github.com/STRML/react-grid-layout) implement a homepage where: 1. User can move elements by dragging and dropping 2. User can add new elements 3. User can resize existing elements <p></p> **TODOs:** - UX design around drag-drop (PM team) <p></p> Ticket **does not** include testing
1.0
Homepage implementation - ## **Acceptance Criteria** Using the [react-grid-layout](https://github.com/STRML/react-grid-layout) implement a homepage where: 1. User can move elements by dragging and dropping 2. User can add new elements 3. User can resize existing elements <p></p> **TODOs:** - UX design around drag-drop (PM team) <p></p> Ticket **does not** include testing
non_comp
homepage implementation acceptance criteria using the implement a homepage where user can move elements by dragging and dropping user can add new elements user can resize existing elements todos ux design around drag drop pm team ticket does not include testing
0
18,432
10,114,644,819
IssuesEvent
2019-07-30 19:42:43
influxdata/influxdb
https://api.github.com/repos/influxdata/influxdb
closed
Avoid re-reading tombstone data when writing tombstones
1.x area/tsm performance wontfix
Deletes read and re-write a tombstone file for a given tsm file containing series keys that are deleted. This could be improved to only write new files allow the tombstone to be immutable. Original issue from #4977.
True
Avoid re-reading tombstone data when writing tombstones - Deletes read and re-write a tombstone file for a given tsm file containing series keys that are deleted. This could be improved to only write new files allow the tombstone to be immutable. Original issue from #4977.
non_comp
avoid re reading tombstone data when writing tombstones deletes read and re write a tombstone file for a given tsm file containing series keys that are deleted this could be improved to only write new files allow the tombstone to be immutable original issue from
0
69,197
9,275,900,749
IssuesEvent
2019-03-20 00:27:13
python-cmd2/cmd2
https://api.github.com/repos/python-cmd2/cmd2
closed
Document expected behavior when output of load command is redirected or piped
documentation
Given the way that the ``load`` command for running simple ASCII-text scripts is implemented, redirecting or piping the output of this command has no effect since each command within this script is appended to an internal command-queue, then the ``load`` command finishes and ``cmd2`` resumes its REPL loop and begins running the commands in the queue. We either need to sufficiently document that this is expected behavior or to make redirection and piping work in this situation.
1.0
Document expected behavior when output of load command is redirected or piped - Given the way that the ``load`` command for running simple ASCII-text scripts is implemented, redirecting or piping the output of this command has no effect since each command within this script is appended to an internal command-queue, then the ``load`` command finishes and ``cmd2`` resumes its REPL loop and begins running the commands in the queue. We either need to sufficiently document that this is expected behavior or to make redirection and piping work in this situation.
non_comp
document expected behavior when output of load command is redirected or piped given the way that the load command for running simple ascii text scripts is implemented redirecting or piping the output of this command has no effect since each command within this script is appended to an internal command queue then the load command finishes and resumes its repl loop and begins running the commands in the queue we either need to sufficiently document that this is expected behavior or to make redirection and piping work in this situation
0
201,143
22,946,810,619
IssuesEvent
2022-07-19 01:23:25
Chiencc/Spring5-Login_Prioritize-Sample
https://api.github.com/repos/Chiencc/Spring5-Login_Prioritize-Sample
opened
spring-security-oauth2-client-5.0.6.RELEASE.jar: 5 vulnerabilities (highest severity is: 9.1)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-security-oauth2-client-5.0.6.RELEASE.jar</b></p></summary> <p></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-core/5.0.6.RELEASE/spring-security-core-5.0.6.RELEASE.jar</p> <p> </details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [CVE-2021-27568](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27568) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.1 | json-smart-2.3.jar | Transitive | 5.5.0 | &#10060; | | [CVE-2020-5408](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5408) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.5 | spring-security-core-5.0.6.RELEASE.jar | Transitive | 5.0.16.RELEASE | &#10060; | | [CVE-2022-22970](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22970) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | spring-core-5.0.7.RELEASE.jar | Transitive | 5.1.0.RELEASE | &#10060; | | [CVE-2019-3795](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-3795) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | spring-security-core-5.0.6.RELEASE.jar | Transitive | 5.0.12.RELEASE | &#10060; | | [CVE-2021-22096](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22096) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 4.3 | spring-core-5.0.7.RELEASE.jar | Transitive | 5.1.0.RELEASE | &#10060; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-27568</summary> ### Vulnerable Library - <b>json-smart-2.3.jar</b></p> <p>JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.</p> <p>Library home page: <a href="http://www.minidev.net/">http://www.minidev.net/</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/net/minidev/json-smart/2.3/json-smart-2.3.jar</p> <p> Dependency Hierarchy: - spring-security-oauth2-client-5.0.6.RELEASE.jar (Root Library) - oauth2-oidc-sdk-5.62.jar - :x: **json-smart-2.3.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> An issue was discovered in netplex json-smart-v1 through 2015-10-23 and json-smart-v2 through 2.4. An exception is thrown from a function, but it is not caught, as demonstrated by NumberFormatException. When it is not caught, it may cause programs using the library to crash or expose sensitive information. <p>Publish Date: 2021-02-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27568>CVE-2021-27568</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.1</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Release Date: 2021-02-23</p> <p>Fix Resolution (net.minidev:json-smart): 2.3.1</p> <p>Direct dependency fix Resolution (org.springframework.security:spring-security-oauth2-client): 5.5.0</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2020-5408</summary> ### Vulnerable Library - <b>spring-security-core-5.0.6.RELEASE.jar</b></p> <p>spring-security-core</p> <p>Library home page: <a href="http://spring.io/spring-security">http://spring.io/spring-security</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-core/5.0.6.RELEASE/spring-security-core-5.0.6.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-security-oauth2-client-5.0.6.RELEASE.jar (Root Library) - :x: **spring-security-core-5.0.6.RELEASE.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> Spring Security versions 5.3.x prior to 5.3.2, 5.2.x prior to 5.2.4, 5.1.x prior to 5.1.10, 5.0.x prior to 5.0.16 and 4.2.x prior to 4.2.16 use a fixed null initialization vector with CBC Mode in the implementation of the queryable text encryptor. A malicious user with access to the data that has been encrypted using such an encryptor may be able to derive the unencrypted values using a dictionary attack. <p>Publish Date: 2020-05-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5408>CVE-2020-5408</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>6.5</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5408">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5408</a></p> <p>Release Date: 2020-05-14</p> <p>Fix Resolution (org.springframework.security:spring-security-core): 5.0.16.RELEASE</p> <p>Direct dependency fix Resolution (org.springframework.security:spring-security-oauth2-client): 5.0.16.RELEASE</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2022-22970</summary> ### Vulnerable Library - <b>spring-core-5.0.7.RELEASE.jar</b></p> <p>Spring Core</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-core/5.0.7.RELEASE/spring-core-5.0.7.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-security-oauth2-client-5.0.6.RELEASE.jar (Root Library) - :x: **spring-core-5.0.7.RELEASE.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> In spring framework versions prior to 5.3.20+ , 5.2.22+ and old unsupported versions, applications that handle file uploads are vulnerable to DoS attack if they rely on data binding to set a MultipartFile or javax.servlet.Part to a field in a model object. <p>Publish Date: 2022-05-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22970>CVE-2022-22970</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.3</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://tanzu.vmware.com/security/cve-2022-22970">https://tanzu.vmware.com/security/cve-2022-22970</a></p> <p>Release Date: 2022-05-12</p> <p>Fix Resolution (org.springframework:spring-core): 5.3.20</p> <p>Direct dependency fix Resolution (org.springframework.security:spring-security-oauth2-client): 5.1.0.RELEASE</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2019-3795</summary> ### Vulnerable Library - <b>spring-security-core-5.0.6.RELEASE.jar</b></p> <p>spring-security-core</p> <p>Library home page: <a href="http://spring.io/spring-security">http://spring.io/spring-security</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-core/5.0.6.RELEASE/spring-security-core-5.0.6.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-security-oauth2-client-5.0.6.RELEASE.jar (Root Library) - :x: **spring-security-core-5.0.6.RELEASE.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> Spring Security versions 4.2.x prior to 4.2.12, 5.0.x prior to 5.0.12, and 5.1.x prior to 5.1.5 contain an insecure randomness vulnerability when using SecureRandomFactoryBean#setSeed to configure a SecureRandom instance. In order to be impacted, an honest application must provide a seed and make the resulting random material available to an attacker for inspection. <p>Publish Date: 2019-04-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-3795>CVE-2019-3795</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.3</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://pivotal.io/security/cve-2019-3795">https://pivotal.io/security/cve-2019-3795</a></p> <p>Release Date: 2019-04-09</p> <p>Fix Resolution (org.springframework.security:spring-security-core): 5.0.12.RELEASE</p> <p>Direct dependency fix Resolution (org.springframework.security:spring-security-oauth2-client): 5.0.12.RELEASE</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2021-22096</summary> ### Vulnerable Library - <b>spring-core-5.0.7.RELEASE.jar</b></p> <p>Spring Core</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-core/5.0.7.RELEASE/spring-core-5.0.7.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-security-oauth2-client-5.0.6.RELEASE.jar (Root Library) - :x: **spring-core-5.0.7.RELEASE.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> In Spring Framework versions 5.3.0 - 5.3.10, 5.2.0 - 5.2.17, and older unsupported versions, it is possible for a user to provide malicious input to cause the insertion of additional log entries. <p>Publish Date: 2021-10-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22096>CVE-2021-22096</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>4.3</b>) <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: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://tanzu.vmware.com/security/cve-2021-22096">https://tanzu.vmware.com/security/cve-2021-22096</a></p> <p>Release Date: 2021-10-28</p> <p>Fix Resolution (org.springframework:spring-core): 5.2.18.RELEASE</p> <p>Direct dependency fix Resolution (org.springframework.security:spring-security-oauth2-client): 5.1.0.RELEASE</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details>
True
spring-security-oauth2-client-5.0.6.RELEASE.jar: 5 vulnerabilities (highest severity is: 9.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-security-oauth2-client-5.0.6.RELEASE.jar</b></p></summary> <p></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-core/5.0.6.RELEASE/spring-security-core-5.0.6.RELEASE.jar</p> <p> </details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [CVE-2021-27568](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27568) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.1 | json-smart-2.3.jar | Transitive | 5.5.0 | &#10060; | | [CVE-2020-5408](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5408) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.5 | spring-security-core-5.0.6.RELEASE.jar | Transitive | 5.0.16.RELEASE | &#10060; | | [CVE-2022-22970](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22970) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | spring-core-5.0.7.RELEASE.jar | Transitive | 5.1.0.RELEASE | &#10060; | | [CVE-2019-3795](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-3795) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | spring-security-core-5.0.6.RELEASE.jar | Transitive | 5.0.12.RELEASE | &#10060; | | [CVE-2021-22096](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22096) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 4.3 | spring-core-5.0.7.RELEASE.jar | Transitive | 5.1.0.RELEASE | &#10060; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-27568</summary> ### Vulnerable Library - <b>json-smart-2.3.jar</b></p> <p>JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.</p> <p>Library home page: <a href="http://www.minidev.net/">http://www.minidev.net/</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/net/minidev/json-smart/2.3/json-smart-2.3.jar</p> <p> Dependency Hierarchy: - spring-security-oauth2-client-5.0.6.RELEASE.jar (Root Library) - oauth2-oidc-sdk-5.62.jar - :x: **json-smart-2.3.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> An issue was discovered in netplex json-smart-v1 through 2015-10-23 and json-smart-v2 through 2.4. An exception is thrown from a function, but it is not caught, as demonstrated by NumberFormatException. When it is not caught, it may cause programs using the library to crash or expose sensitive information. <p>Publish Date: 2021-02-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27568>CVE-2021-27568</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.1</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Release Date: 2021-02-23</p> <p>Fix Resolution (net.minidev:json-smart): 2.3.1</p> <p>Direct dependency fix Resolution (org.springframework.security:spring-security-oauth2-client): 5.5.0</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2020-5408</summary> ### Vulnerable Library - <b>spring-security-core-5.0.6.RELEASE.jar</b></p> <p>spring-security-core</p> <p>Library home page: <a href="http://spring.io/spring-security">http://spring.io/spring-security</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-core/5.0.6.RELEASE/spring-security-core-5.0.6.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-security-oauth2-client-5.0.6.RELEASE.jar (Root Library) - :x: **spring-security-core-5.0.6.RELEASE.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> Spring Security versions 5.3.x prior to 5.3.2, 5.2.x prior to 5.2.4, 5.1.x prior to 5.1.10, 5.0.x prior to 5.0.16 and 4.2.x prior to 4.2.16 use a fixed null initialization vector with CBC Mode in the implementation of the queryable text encryptor. A malicious user with access to the data that has been encrypted using such an encryptor may be able to derive the unencrypted values using a dictionary attack. <p>Publish Date: 2020-05-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5408>CVE-2020-5408</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>6.5</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5408">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5408</a></p> <p>Release Date: 2020-05-14</p> <p>Fix Resolution (org.springframework.security:spring-security-core): 5.0.16.RELEASE</p> <p>Direct dependency fix Resolution (org.springframework.security:spring-security-oauth2-client): 5.0.16.RELEASE</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2022-22970</summary> ### Vulnerable Library - <b>spring-core-5.0.7.RELEASE.jar</b></p> <p>Spring Core</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-core/5.0.7.RELEASE/spring-core-5.0.7.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-security-oauth2-client-5.0.6.RELEASE.jar (Root Library) - :x: **spring-core-5.0.7.RELEASE.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> In spring framework versions prior to 5.3.20+ , 5.2.22+ and old unsupported versions, applications that handle file uploads are vulnerable to DoS attack if they rely on data binding to set a MultipartFile or javax.servlet.Part to a field in a model object. <p>Publish Date: 2022-05-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22970>CVE-2022-22970</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.3</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://tanzu.vmware.com/security/cve-2022-22970">https://tanzu.vmware.com/security/cve-2022-22970</a></p> <p>Release Date: 2022-05-12</p> <p>Fix Resolution (org.springframework:spring-core): 5.3.20</p> <p>Direct dependency fix Resolution (org.springframework.security:spring-security-oauth2-client): 5.1.0.RELEASE</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2019-3795</summary> ### Vulnerable Library - <b>spring-security-core-5.0.6.RELEASE.jar</b></p> <p>spring-security-core</p> <p>Library home page: <a href="http://spring.io/spring-security">http://spring.io/spring-security</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-core/5.0.6.RELEASE/spring-security-core-5.0.6.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-security-oauth2-client-5.0.6.RELEASE.jar (Root Library) - :x: **spring-security-core-5.0.6.RELEASE.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> Spring Security versions 4.2.x prior to 4.2.12, 5.0.x prior to 5.0.12, and 5.1.x prior to 5.1.5 contain an insecure randomness vulnerability when using SecureRandomFactoryBean#setSeed to configure a SecureRandom instance. In order to be impacted, an honest application must provide a seed and make the resulting random material available to an attacker for inspection. <p>Publish Date: 2019-04-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-3795>CVE-2019-3795</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.3</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://pivotal.io/security/cve-2019-3795">https://pivotal.io/security/cve-2019-3795</a></p> <p>Release Date: 2019-04-09</p> <p>Fix Resolution (org.springframework.security:spring-security-core): 5.0.12.RELEASE</p> <p>Direct dependency fix Resolution (org.springframework.security:spring-security-oauth2-client): 5.0.12.RELEASE</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2021-22096</summary> ### Vulnerable Library - <b>spring-core-5.0.7.RELEASE.jar</b></p> <p>Spring Core</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-core/5.0.7.RELEASE/spring-core-5.0.7.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-security-oauth2-client-5.0.6.RELEASE.jar (Root Library) - :x: **spring-core-5.0.7.RELEASE.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> In Spring Framework versions 5.3.0 - 5.3.10, 5.2.0 - 5.2.17, and older unsupported versions, it is possible for a user to provide malicious input to cause the insertion of additional log entries. <p>Publish Date: 2021-10-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22096>CVE-2021-22096</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>4.3</b>) <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: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://tanzu.vmware.com/security/cve-2021-22096">https://tanzu.vmware.com/security/cve-2021-22096</a></p> <p>Release Date: 2021-10-28</p> <p>Fix Resolution (org.springframework:spring-core): 5.2.18.RELEASE</p> <p>Direct dependency fix Resolution (org.springframework.security:spring-security-oauth2-client): 5.1.0.RELEASE</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details>
non_comp
spring security client release jar vulnerabilities highest severity is vulnerable library spring security client release jar path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework security spring security core release spring security core release jar vulnerabilities cve severity cvss dependency type fixed in remediation available high json smart jar transitive medium spring security core release jar transitive release medium spring core release jar transitive release medium spring security core release jar transitive release medium spring core release jar transitive release details cve vulnerable library json smart jar json javascript object notation is a lightweight data interchange format it is easy for humans to read and write it is easy for machines to parse and generate it is based on a subset of the javascript programming language standard ecma edition december json is a text format that is completely language independent but uses conventions that are familiar to programmers of the c family of languages including c c c java javascript perl python and many others these properties make json an ideal data interchange language library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository net minidev json smart json smart jar dependency hierarchy spring security client release jar root library oidc sdk jar x json smart jar vulnerable library found in base branch master vulnerability details an issue was discovered in netplex json smart through and json smart through an exception is thrown from a function but it is not caught as demonstrated by numberformatexception when it is not caught it may cause programs using the library to crash or expose sensitive information publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution net minidev json smart direct dependency fix resolution org springframework security spring security client step up your open source security game with mend cve vulnerable library spring security core release jar spring security core library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework security spring security core release spring security core release jar dependency hierarchy spring security client release jar root library x spring security core release jar vulnerable library found in base branch master vulnerability details spring security versions x prior to x prior to x prior to x prior to and x prior to use a fixed null initialization vector with cbc mode in the implementation of the queryable text encryptor a malicious user with access to the data that has been encrypted using such an encryptor may be able to derive the unencrypted values using a dictionary attack 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 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 org springframework security spring security core release direct dependency fix resolution org springframework security spring security client release step up your open source security game with mend cve vulnerable library spring core release jar spring core library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework spring core release spring core release jar dependency hierarchy spring security client release jar root library x spring core release jar vulnerable library found in base branch master vulnerability details in spring framework versions prior to and old unsupported versions applications that handle file uploads are vulnerable to dos attack if they rely on data binding to set a multipartfile or javax servlet part to a field in a model object publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact 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 org springframework spring core direct dependency fix resolution org springframework security spring security client release step up your open source security game with mend cve vulnerable library spring security core release jar spring security core library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework security spring security core release spring security core release jar dependency hierarchy spring security client release jar root library x spring security core release jar vulnerable library found in base branch master vulnerability details spring security versions x prior to x prior to and x prior to contain an insecure randomness vulnerability when using securerandomfactorybean setseed to configure a securerandom instance in order to be impacted an honest application must provide a seed and make the resulting random material available to an attacker for inspection publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org springframework security spring security core release direct dependency fix resolution org springframework security spring security client release step up your open source security game with mend cve vulnerable library spring core release jar spring core library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework spring core release spring core release jar dependency hierarchy spring security client release jar root library x spring core release jar vulnerable library found in base branch master vulnerability details in spring framework versions and older unsupported versions it is possible for a user to provide malicious input to cause the insertion of additional log entries 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 low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org springframework spring core release direct dependency fix resolution org springframework security spring security client release step up your open source security game with mend
0
180,267
6,647,775,766
IssuesEvent
2017-09-28 06:31:06
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
blogs.scientificamerican.com - see bug description
browser-firefox-mobile priority-normal status-worksforme
<!-- @browser: Firefox Mobile 58.0 --> <!-- @ua_header: Mozilla/5.0 (Android 7.1.1; Mobile; rv:58.0) Gecko/58.0 Firefox/58.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://blogs.scientificamerican.com/tetrapod-zoology/darin-crofts-horned-armadillos-and-rafting-monkeys/ **Browser / Version**: Firefox Mobile 58.0 **Operating System**: Android 7.1.1 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: Site loading stalls,page renders then progress bar stalls, works ok on ff beta **Steps to Reproduce**: Bookmark [![Screenshot Description](https://webcompat.com/uploads/2017/9/68ce42cf-597f-4810-b496-ea02d2340015-thumb.jpg)](https://webcompat.com/uploads/2017/9/68ce42cf-597f-4810-b496-ea02d2340015.jpg) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
blogs.scientificamerican.com - see bug description - <!-- @browser: Firefox Mobile 58.0 --> <!-- @ua_header: Mozilla/5.0 (Android 7.1.1; Mobile; rv:58.0) Gecko/58.0 Firefox/58.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://blogs.scientificamerican.com/tetrapod-zoology/darin-crofts-horned-armadillos-and-rafting-monkeys/ **Browser / Version**: Firefox Mobile 58.0 **Operating System**: Android 7.1.1 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: Site loading stalls,page renders then progress bar stalls, works ok on ff beta **Steps to Reproduce**: Bookmark [![Screenshot Description](https://webcompat.com/uploads/2017/9/68ce42cf-597f-4810-b496-ea02d2340015-thumb.jpg)](https://webcompat.com/uploads/2017/9/68ce42cf-597f-4810-b496-ea02d2340015.jpg) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_comp
blogs scientificamerican com see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description site loading stalls page renders then progress bar stalls works ok on ff beta steps to reproduce bookmark from with ❤️
0
691,687
23,707,247,379
IssuesEvent
2022-08-30 03:14:48
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
opened
[DST] - Backups failing when there are two same namespace, one RUNNING and another DELETED state
kind/bug priority/high status/awaiting-triage jira-originated
Jira Link: [DB-3321](https://yugabyte.atlassian.net/browse/DB-3321)
1.0
[DST] - Backups failing when there are two same namespace, one RUNNING and another DELETED state - Jira Link: [DB-3321](https://yugabyte.atlassian.net/browse/DB-3321)
non_comp
backups failing when there are two same namespace one running and another deleted state jira link
0
286,184
21,565,929,509
IssuesEvent
2022-05-01 21:21:02
marmelab/react-admin
https://api.github.com/repos/marmelab/react-admin
closed
"Using React-Admin In A Sub Path" does not work
enhancement documentation
**What you were expecting:** Following the instructions for [Using React-Admin In A Sub Path](https://marmelab.com/react-admin/Routing.html#using-react-admin-in-a-sub-path), I expected my react-admin application to be served under the http://localhost:3000/admin. I also expected the links in menu to include "/admin" as a prefix. **What happened instead:** My react-admin application shows the Not Found page when browsing to http://localhost:3000/admin. The links in the menu do not include the "/admin" prefix. **Steps to reproduce:** Start from my modified demo app that includes BrowserRouter and basename: https://github.com/marmelab/react-admin/compare/master...hjr3:basename-broken ```bash $ cd /path/to/your/react-admin/examples/demo $ npm run start ``` Go to http://localhost:3000/admin and you will see the Not Found page instead of the dashboard UI. **Other information:** I also tried using the deprecated [history](https://marmelab.com/react-admin/Admin.html#history) approach and that did not work either. **Environment** * React-admin version: v4 * Last version that did not exhibit the issue (if applicable): v3 * React version: ^17.0.0 * Browser: Chrome (latest)
1.0
"Using React-Admin In A Sub Path" does not work - **What you were expecting:** Following the instructions for [Using React-Admin In A Sub Path](https://marmelab.com/react-admin/Routing.html#using-react-admin-in-a-sub-path), I expected my react-admin application to be served under the http://localhost:3000/admin. I also expected the links in menu to include "/admin" as a prefix. **What happened instead:** My react-admin application shows the Not Found page when browsing to http://localhost:3000/admin. The links in the menu do not include the "/admin" prefix. **Steps to reproduce:** Start from my modified demo app that includes BrowserRouter and basename: https://github.com/marmelab/react-admin/compare/master...hjr3:basename-broken ```bash $ cd /path/to/your/react-admin/examples/demo $ npm run start ``` Go to http://localhost:3000/admin and you will see the Not Found page instead of the dashboard UI. **Other information:** I also tried using the deprecated [history](https://marmelab.com/react-admin/Admin.html#history) approach and that did not work either. **Environment** * React-admin version: v4 * Last version that did not exhibit the issue (if applicable): v3 * React version: ^17.0.0 * Browser: Chrome (latest)
non_comp
using react admin in a sub path does not work what you were expecting following the instructions for i expected my react admin application to be served under the i also expected the links in menu to include admin as a prefix what happened instead my react admin application shows the not found page when browsing to the links in the menu do not include the admin prefix steps to reproduce start from my modified demo app that includes browserrouter and basename bash cd path to your react admin examples demo npm run start go to and you will see the not found page instead of the dashboard ui other information i also tried using the deprecated approach and that did not work either environment react admin version last version that did not exhibit the issue if applicable react version browser chrome latest
0
10,136
12,146,991,549
IssuesEvent
2020-04-24 12:14:18
mdhiggins/ESP8266-HTTP-IR-Blaster
https://api.github.com/repos/mdhiggins/ESP8266-HTTP-IR-Blaster
closed
Compatible Device "Orvibo CT10W"
compatible device
Hello, just a short Info about a compatible device. This device is using the ESP8266 and looks realy nice: https://www.orvibo.com/en/product/xiaofang.html The PIN-Out is: // 0 = fw update // 2 = ? // 4 = button (input) // 5 = IR Rx (input) // 12 = blue LED (output) // 13 = ? // 14 = IR Tx (output) // 15 = red LED (output) Picture of PCB: http://bplagens.bplaced.net/ESP8266/Top.PNG http://bplagens.bplaced.net/ESP8266/Bottom.PNG My ArduinoIDE settings: http://bplagens.bplaced.net/ESP8266/ArduinoIDE.PNG At Aliexpress the price is aprox 16€. At Amazon i payed ~30€ BR Bernd
True
Compatible Device "Orvibo CT10W" - Hello, just a short Info about a compatible device. This device is using the ESP8266 and looks realy nice: https://www.orvibo.com/en/product/xiaofang.html The PIN-Out is: // 0 = fw update // 2 = ? // 4 = button (input) // 5 = IR Rx (input) // 12 = blue LED (output) // 13 = ? // 14 = IR Tx (output) // 15 = red LED (output) Picture of PCB: http://bplagens.bplaced.net/ESP8266/Top.PNG http://bplagens.bplaced.net/ESP8266/Bottom.PNG My ArduinoIDE settings: http://bplagens.bplaced.net/ESP8266/ArduinoIDE.PNG At Aliexpress the price is aprox 16€. At Amazon i payed ~30€ BR Bernd
comp
compatible device orvibo hello just a short info about a compatible device this device is using the and looks realy nice the pin out is fw update button input ir rx input blue led output ir tx output red led output picture of pcb my arduinoide settings at aliexpress the price is aprox € at amazon i payed € br bernd
1
18,838
26,182,698,691
IssuesEvent
2023-01-02 17:57:18
Armourers-Workshop/Armourers-Workshop
https://api.github.com/repos/Armourers-Workshop/Armourers-Workshop
closed
[BUG] Shields from "M&B Battlegear 2 - Bullseye" render bug
compatibility investigating 1.12.2
I have added a wooden shield as a sword type (sword:battlegear2:shield.wood), made a model and found out that in f5 mode, the shield model renders the "supposedly unseen" sides of the model and doesn't render the "camera facing" sides of the model. In other words, the rendering of the faces is "inverted" in f5 mode. MC version: _ForgeOptiFine 1.7.10_ Armourer's Workshop version: _1.7.10-0.48.3_ Mine & Blade Battlegear 2 - Bullseye version: _1.0.8.2 (1.7.10)_
True
[BUG] Shields from "M&B Battlegear 2 - Bullseye" render bug - I have added a wooden shield as a sword type (sword:battlegear2:shield.wood), made a model and found out that in f5 mode, the shield model renders the "supposedly unseen" sides of the model and doesn't render the "camera facing" sides of the model. In other words, the rendering of the faces is "inverted" in f5 mode. MC version: _ForgeOptiFine 1.7.10_ Armourer's Workshop version: _1.7.10-0.48.3_ Mine & Blade Battlegear 2 - Bullseye version: _1.0.8.2 (1.7.10)_
comp
shields from m b battlegear bullseye render bug i have added a wooden shield as a sword type sword shield wood made a model and found out that in mode the shield model renders the supposedly unseen sides of the model and doesn t render the camera facing sides of the model in other words the rendering of the faces is inverted in mode mc version forgeoptifine armourer s workshop version mine blade battlegear bullseye version
1
1,764
4,318,846,917
IssuesEvent
2016-07-24 09:17:48
agrafix/Spock
https://api.github.com/repos/agrafix/Spock
closed
crash in clearAllSessions and impossible to disconnect users
bug compatibility ZuriHac16
Hi, I'm using Spock on Windows and it crashes when I call clearAllSessions at line 144 of SessionManager.hs. Also I don't manage to disconnect a user with sessionRegenerateId. Subsequent calls to withBasicAuthData still arrive with the previous username and password. When I delete the cookies on the browser side, withBasicAuthData then comes with Nothing as its argument. Thanks, Vincent
True
crash in clearAllSessions and impossible to disconnect users - Hi, I'm using Spock on Windows and it crashes when I call clearAllSessions at line 144 of SessionManager.hs. Also I don't manage to disconnect a user with sessionRegenerateId. Subsequent calls to withBasicAuthData still arrive with the previous username and password. When I delete the cookies on the browser side, withBasicAuthData then comes with Nothing as its argument. Thanks, Vincent
comp
crash in clearallsessions and impossible to disconnect users hi i m using spock on windows and it crashes when i call clearallsessions at line of sessionmanager hs also i don t manage to disconnect a user with sessionregenerateid subsequent calls to withbasicauthdata still arrive with the previous username and password when i delete the cookies on the browser side withbasicauthdata then comes with nothing as its argument thanks vincent
1
1,657
4,214,840,430
IssuesEvent
2016-06-30 00:12:52
MJRLegends/Space-Astronomy-Feedback-
https://api.github.com/repos/MJRLegends/Space-Astronomy-Feedback-
closed
Using Tinkers LumberAxe crashes client
compatibility issue fixed in next update/version/on the server mod bug MUST SEE
If you use the Tinkers LumberAxe the client crashes as soon as the "Chopping" is done, and the tree is disappearing. Stacktrace from Client crash `Stacktrace: at portablejim.veinminer.core.CoreEvents.blockBreakEvent(CoreEvents.java:25) at cpw.mods.fml.common.eventhandler.ASMEventHandler_624_CoreEvents_blockBreakEvent_BreakEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at tconstruct.items.tools.LumberAxe.breakTree(LumberAxe.java:173) at tconstruct.items.tools.LumberAxe.onBlockStartBreak(LumberAxe.java:101) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78751_a(PlayerControllerMP.java:96) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78759_c(PlayerControllerMP.java:247) at net.minecraft.client.Minecraft.func_147115_a(Minecraft.java:1357)` Full crash report attached [crash-2016-06-29_16.52.59-client.txt](https://github.com/MJRLegends/Space-Astronomy-Feedback-/files/339634/crash-2016-06-29_16.52.59-client.txt)
True
Using Tinkers LumberAxe crashes client - If you use the Tinkers LumberAxe the client crashes as soon as the "Chopping" is done, and the tree is disappearing. Stacktrace from Client crash `Stacktrace: at portablejim.veinminer.core.CoreEvents.blockBreakEvent(CoreEvents.java:25) at cpw.mods.fml.common.eventhandler.ASMEventHandler_624_CoreEvents_blockBreakEvent_BreakEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at tconstruct.items.tools.LumberAxe.breakTree(LumberAxe.java:173) at tconstruct.items.tools.LumberAxe.onBlockStartBreak(LumberAxe.java:101) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78751_a(PlayerControllerMP.java:96) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78759_c(PlayerControllerMP.java:247) at net.minecraft.client.Minecraft.func_147115_a(Minecraft.java:1357)` Full crash report attached [crash-2016-06-29_16.52.59-client.txt](https://github.com/MJRLegends/Space-Astronomy-Feedback-/files/339634/crash-2016-06-29_16.52.59-client.txt)
comp
using tinkers lumberaxe crashes client if you use the tinkers lumberaxe the client crashes as soon as the chopping is done and the tree is disappearing stacktrace from client crash stacktrace at portablejim veinminer core coreevents blockbreakevent coreevents java at cpw mods fml common eventhandler asmeventhandler coreevents blockbreakevent breakevent invoke dynamic at cpw mods fml common eventhandler asmeventhandler invoke asmeventhandler java at cpw mods fml common eventhandler eventbus post eventbus java at tconstruct items tools lumberaxe breaktree lumberaxe java at tconstruct items tools lumberaxe onblockstartbreak lumberaxe java at net minecraft client multiplayer playercontrollermp func a playercontrollermp java at net minecraft client multiplayer playercontrollermp func c playercontrollermp java at net minecraft client minecraft func a minecraft java full crash report attached
1
23,139
4,889,591,734
IssuesEvent
2016-11-18 10:44:54
torognes/vsearch
https://api.github.com/repos/torognes/vsearch
closed
Use cluster number in column 2 on H-lines in uc files
bug Documentation
Hi, I have trouble with the uclust output from `vsearch --cluster_fast`. The second column should contain the cluster number (ID). In my run of `vsearch` it had found 240,511 clusters. Accordingly, the highest ID in lines containing cluster records (C) is 240,510. The highest number in lines for cluster centroids (S) is also 240,510. However, the cluster id numbers for matching sequences (H) are much higher. The highest number - 9,176,669 - is just a little less than the total number of input sequences. I hope that's a quick fix :-) Below is the vsearch log from the run: > vsearch v2.3.0_linux_x86_64, 94.4GB RAM, 24 cores > vsearch --cluster_fast totaluniqseq.SE.fasta.gz --consout /dev/fd/63 --clusterout_id --clusterout_sort --id 0.8 --qmask dust --centroids /dev/fd/62 --uc /dev/fd/61 --log totaluniqseq.SE.log > Started Wed Oct 19 17:12:42 2016422257966 nt in 9179521 seqs, min 46, max 46, avg 46 ``` Alphabet nt Word width 8 Word ones 8 Spaced No Hashed No Coded No Stepped No Slots 65536 (65.5k) DBAccel 100% ``` > Clusters: 240511 Size min 1, max 152808, avg 38.2 > Singletons: 56552, 0.6% of seqs, 23.5% of clusters > > Finished Wed Oct 19 17:21:58 2016 > Elapsed time 09:16 > Max memory 2.9GB
1.0
Use cluster number in column 2 on H-lines in uc files - Hi, I have trouble with the uclust output from `vsearch --cluster_fast`. The second column should contain the cluster number (ID). In my run of `vsearch` it had found 240,511 clusters. Accordingly, the highest ID in lines containing cluster records (C) is 240,510. The highest number in lines for cluster centroids (S) is also 240,510. However, the cluster id numbers for matching sequences (H) are much higher. The highest number - 9,176,669 - is just a little less than the total number of input sequences. I hope that's a quick fix :-) Below is the vsearch log from the run: > vsearch v2.3.0_linux_x86_64, 94.4GB RAM, 24 cores > vsearch --cluster_fast totaluniqseq.SE.fasta.gz --consout /dev/fd/63 --clusterout_id --clusterout_sort --id 0.8 --qmask dust --centroids /dev/fd/62 --uc /dev/fd/61 --log totaluniqseq.SE.log > Started Wed Oct 19 17:12:42 2016422257966 nt in 9179521 seqs, min 46, max 46, avg 46 ``` Alphabet nt Word width 8 Word ones 8 Spaced No Hashed No Coded No Stepped No Slots 65536 (65.5k) DBAccel 100% ``` > Clusters: 240511 Size min 1, max 152808, avg 38.2 > Singletons: 56552, 0.6% of seqs, 23.5% of clusters > > Finished Wed Oct 19 17:21:58 2016 > Elapsed time 09:16 > Max memory 2.9GB
non_comp
use cluster number in column on h lines in uc files hi i have trouble with the uclust output from vsearch cluster fast the second column should contain the cluster number id in my run of vsearch it had found clusters accordingly the highest id in lines containing cluster records c is the highest number in lines for cluster centroids s is also however the cluster id numbers for matching sequences h are much higher the highest number is just a little less than the total number of input sequences i hope that s a quick fix below is the vsearch log from the run vsearch linux ram cores vsearch cluster fast totaluniqseq se fasta gz consout dev fd clusterout id clusterout sort id qmask dust centroids dev fd uc dev fd log totaluniqseq se log started wed oct nt in seqs min max avg alphabet nt word width word ones spaced no hashed no coded no stepped no slots dbaccel clusters size min max avg singletons of seqs of clusters finished wed oct elapsed time max memory
0
117
2,581,600,961
IssuesEvent
2015-02-14 06:43:49
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
session_unset() and session_destroy() set $_SESSION to null, should be []
php5 incompatibility probably easy
Repro: https://github.com/auraphp/Aura.Session/blob/develop-2/tests/unit/src/SessionTest.php; test will fail on lines 75 and 105. Zend runtime returns array() for a session that has been destroyed or unset, whereas HHVM returns null. @sgolemon This might be one of the bugged areas? https://github.com/facebook/hhvm/blob/master/hphp/runtime/ext/session/ext_session.cpp#L1835
True
session_unset() and session_destroy() set $_SESSION to null, should be [] - Repro: https://github.com/auraphp/Aura.Session/blob/develop-2/tests/unit/src/SessionTest.php; test will fail on lines 75 and 105. Zend runtime returns array() for a session that has been destroyed or unset, whereas HHVM returns null. @sgolemon This might be one of the bugged areas? https://github.com/facebook/hhvm/blob/master/hphp/runtime/ext/session/ext_session.cpp#L1835
comp
session unset and session destroy set session to null should be repro test will fail on lines and zend runtime returns array for a session that has been destroyed or unset whereas hhvm returns null sgolemon this might be one of the bugged areas
1
387,406
11,460,842,307
IssuesEvent
2020-02-07 10:34:41
robotology/human-dynamics-estimation
https://api.github.com/repos/robotology/human-dynamics-estimation
closed
Bug: Fix wrong number of channels exposed through IAnalogSensor interface from HumanDynamicsEstimator
complexity:medium component:HumanDynamicsEstimation priority:high type:bug
In the implementation of of [IAnalogSensor](https://github.com/robotology/human-dynamics-estimation/blob/6eeadb592cfc63f795efd2d6410d926b2e284dbd/devices/HumanDynamicsEstimator/HumanDynamicsEstimator.cpp#L2555) interface in `HumanDynamicsEstimator` device, the [number of channels](https://github.com/robotology/human-dynamics-estimation/blob/6eeadb592cfc63f795efd2d6410d926b2e284dbd/devices/HumanDynamicsEstimator/HumanDynamicsEstimator.cpp#L2581) exposed are incorrect i.e. is exposes only estimated wrench channels which is `24`. The `IAnalogSensor` implemented in `HumanDynamicsEstimator` device is designed to exposed both the offset removed wrench measurements (i.e., 4 wrench sources * 6 = 24 Channels) + estimated wrenches (4 links * 6 = 24 Channels). CC @lrapetti
1.0
Bug: Fix wrong number of channels exposed through IAnalogSensor interface from HumanDynamicsEstimator - In the implementation of of [IAnalogSensor](https://github.com/robotology/human-dynamics-estimation/blob/6eeadb592cfc63f795efd2d6410d926b2e284dbd/devices/HumanDynamicsEstimator/HumanDynamicsEstimator.cpp#L2555) interface in `HumanDynamicsEstimator` device, the [number of channels](https://github.com/robotology/human-dynamics-estimation/blob/6eeadb592cfc63f795efd2d6410d926b2e284dbd/devices/HumanDynamicsEstimator/HumanDynamicsEstimator.cpp#L2581) exposed are incorrect i.e. is exposes only estimated wrench channels which is `24`. The `IAnalogSensor` implemented in `HumanDynamicsEstimator` device is designed to exposed both the offset removed wrench measurements (i.e., 4 wrench sources * 6 = 24 Channels) + estimated wrenches (4 links * 6 = 24 Channels). CC @lrapetti
non_comp
bug fix wrong number of channels exposed through ianalogsensor interface from humandynamicsestimator in the implementation of of interface in humandynamicsestimator device the exposed are incorrect i e is exposes only estimated wrench channels which is the ianalogsensor implemented in humandynamicsestimator device is designed to exposed both the offset removed wrench measurements i e wrench sources channels estimated wrenches links channels cc lrapetti
0
10,752
12,732,240,191
IssuesEvent
2020-06-25 10:01:56
lsds/sgx-lkl
https://api.github.com/repos/lsds/sgx-lkl
opened
GCC OpenMP applications fail due to direct futex syscall instructions
area: compatibility enhancement p1
When running the OpenMP sample application from [here](https://github.com/lsds/sgx-lkl/tree/master/apps/languages/openmp), it only runs correctly in sw mode. This is caused by a `syscall` instruction executed inside of the enclave: ``` t-pepiet@msrc-cc06:~/devel/sgx-lkl-oe.git/apps/languages/openmp$ make run-hw SGXLKL_GETTIME_VDSO=0 SGXLKL_VERBOSE=1 SGXLKL_KERNEL_VERBOSE=0 SGXLKL_TRACE_SIGNAL=0 SGXLKL_TRACE_HOST_SYSCALL=0 SGXLKL_TRACE_LKL_SYSCALL=0 SGXLKL_TRACE_MMAP=0 SGXLKL_TRACE_THREAD=0 ../../../build/sgx-lkl-run-oe --hw-debug sgxlkl-openmp.img app/openmp-test [ SGX-LKL ] SGX-LKL (OE) Git version 679cb50-dirty [DEBUG build (-O0)] [HARDWARE DEBUG] [ SGX-LKL ] nproc=8 ETHREADS=8 CMDLINE="mem=32M" GETTIME_VDSO=0 [ SGX-LKL ] HW TLS support: conf->fsgsbase=1 [ SGX-LKL ] Registering disk 0 (path='sgxlkl-openmp.img', mnt='/', [RW ]) [ SGX-LKL ] No tap device specified, networking will not be available. [ SGX-LKL ] get_signed_libsgxlkl_path... result=/home/t-pepiet/devel/sgx-lkl-oe.git/build_musl/./libsgxlkl.so.signed [ SGX-LKL ] oe_create_enclave... result=0 (OE_OK) [ SGX-LKL ] sgxlkl_enclave_init(ethread_id=0) [[ SGX-LKL ]] sgxlkl_enclave_show_attribute(): enclave base=0x7ff980000000 size=1.043 GB [[ SGX-LKL ]] sgxlkl_enclave_show_attribute(): enclave heap base=0x7ff980b62000 size=1024.00 M end=0x7ff9c0b62000 [[ SGX-LKL ]] _register_enclave_signal_handlers(): Registering OE exception handler... [[ SGX-LKL ]] lkl_start_init(): kernel command line: 'mem=32M console=hvc0 quiet' [[ SGX-LKL ]] lkl_start_init(): lkl_start_kernel() called [[ SGX-LKL ]] lkl_start_init(): lkl_start_kernel() finished [[ SGX-LKL ]] init_random(): Adding entropy to entropy pool [[ SGX-LKL ]] wg0 has public key BaCecg+GExs6wJWECCYfwgtoXidxxSKlPa85U8r/whA= [[ SGX-LKL ]] aas_release_resources(): aas_release_resources: deallocate all resources [[ SGX-LKL ]] lkl_mount_disk(): lkl_mount_disk(dev="/dev/vda", mnt="/mnt/vda", ro=0) [[ SGX-LKL ]] lkl_mount_disks(): Set working directory: / [[ SGX-LKL ]] libc_start_main_stage2(): Calling app main: app/openmp-test Running with following number of threads: 8 [[ SGX-LKL ]] FAIL: [[ SGX-LKL ]] FAIL: Encountered an illegal instruction inside enclave (opcode=0x50f) 2020-03-18T15:40:26.707203Z [(H)ERROR] tid(0x7ffa489b7700) | :OE_ENCLAVE_ABORTING [../host/calls.c:oe_call_enclave_function_by_table_id:91] [ SGX-LKL ] FAIL: 2020-03-18T15:40:26.707209Z [(H)ERROR] tid(0x7ffa471b4700) | :OE_ENCLAVE_ABORTING [../host/calls.c:oe_call_enclave_function_by_table_id:91] sgxlkl_ethread_init() failed (ethread_id=1 result=19 (OE_ENCLAVE_ABORTING)) [ SGX-LKL ] FAIL: Segmentation fault (core dumped) Makefile:41: recipe for target 'run-hw' failed make: *** [run-hw] Error 139 ``` OpenMP (at least under gcc) is directly making futex syscalls: > https://github.com/atgreen/gcc/blob/master/libgomp/config/linux/x86/futex.h The same problem occurs when running certain version of PyTorch, probably also due to OpenMP. We have two options here: 1. Emulate the syscall inside of the enclave. This is possible but would carry a (significant) performance penalty. 2. Change OpenMP/gcc to use the futex libc wrapper instead of using the syscall directly. This would require changing libgomp unless there is a command line flag to change its behaviour during compile time or runtime? (Related to https://github.com/lsds/sgx-lkl/issues/131)
True
GCC OpenMP applications fail due to direct futex syscall instructions - When running the OpenMP sample application from [here](https://github.com/lsds/sgx-lkl/tree/master/apps/languages/openmp), it only runs correctly in sw mode. This is caused by a `syscall` instruction executed inside of the enclave: ``` t-pepiet@msrc-cc06:~/devel/sgx-lkl-oe.git/apps/languages/openmp$ make run-hw SGXLKL_GETTIME_VDSO=0 SGXLKL_VERBOSE=1 SGXLKL_KERNEL_VERBOSE=0 SGXLKL_TRACE_SIGNAL=0 SGXLKL_TRACE_HOST_SYSCALL=0 SGXLKL_TRACE_LKL_SYSCALL=0 SGXLKL_TRACE_MMAP=0 SGXLKL_TRACE_THREAD=0 ../../../build/sgx-lkl-run-oe --hw-debug sgxlkl-openmp.img app/openmp-test [ SGX-LKL ] SGX-LKL (OE) Git version 679cb50-dirty [DEBUG build (-O0)] [HARDWARE DEBUG] [ SGX-LKL ] nproc=8 ETHREADS=8 CMDLINE="mem=32M" GETTIME_VDSO=0 [ SGX-LKL ] HW TLS support: conf->fsgsbase=1 [ SGX-LKL ] Registering disk 0 (path='sgxlkl-openmp.img', mnt='/', [RW ]) [ SGX-LKL ] No tap device specified, networking will not be available. [ SGX-LKL ] get_signed_libsgxlkl_path... result=/home/t-pepiet/devel/sgx-lkl-oe.git/build_musl/./libsgxlkl.so.signed [ SGX-LKL ] oe_create_enclave... result=0 (OE_OK) [ SGX-LKL ] sgxlkl_enclave_init(ethread_id=0) [[ SGX-LKL ]] sgxlkl_enclave_show_attribute(): enclave base=0x7ff980000000 size=1.043 GB [[ SGX-LKL ]] sgxlkl_enclave_show_attribute(): enclave heap base=0x7ff980b62000 size=1024.00 M end=0x7ff9c0b62000 [[ SGX-LKL ]] _register_enclave_signal_handlers(): Registering OE exception handler... [[ SGX-LKL ]] lkl_start_init(): kernel command line: 'mem=32M console=hvc0 quiet' [[ SGX-LKL ]] lkl_start_init(): lkl_start_kernel() called [[ SGX-LKL ]] lkl_start_init(): lkl_start_kernel() finished [[ SGX-LKL ]] init_random(): Adding entropy to entropy pool [[ SGX-LKL ]] wg0 has public key BaCecg+GExs6wJWECCYfwgtoXidxxSKlPa85U8r/whA= [[ SGX-LKL ]] aas_release_resources(): aas_release_resources: deallocate all resources [[ SGX-LKL ]] lkl_mount_disk(): lkl_mount_disk(dev="/dev/vda", mnt="/mnt/vda", ro=0) [[ SGX-LKL ]] lkl_mount_disks(): Set working directory: / [[ SGX-LKL ]] libc_start_main_stage2(): Calling app main: app/openmp-test Running with following number of threads: 8 [[ SGX-LKL ]] FAIL: [[ SGX-LKL ]] FAIL: Encountered an illegal instruction inside enclave (opcode=0x50f) 2020-03-18T15:40:26.707203Z [(H)ERROR] tid(0x7ffa489b7700) | :OE_ENCLAVE_ABORTING [../host/calls.c:oe_call_enclave_function_by_table_id:91] [ SGX-LKL ] FAIL: 2020-03-18T15:40:26.707209Z [(H)ERROR] tid(0x7ffa471b4700) | :OE_ENCLAVE_ABORTING [../host/calls.c:oe_call_enclave_function_by_table_id:91] sgxlkl_ethread_init() failed (ethread_id=1 result=19 (OE_ENCLAVE_ABORTING)) [ SGX-LKL ] FAIL: Segmentation fault (core dumped) Makefile:41: recipe for target 'run-hw' failed make: *** [run-hw] Error 139 ``` OpenMP (at least under gcc) is directly making futex syscalls: > https://github.com/atgreen/gcc/blob/master/libgomp/config/linux/x86/futex.h The same problem occurs when running certain version of PyTorch, probably also due to OpenMP. We have two options here: 1. Emulate the syscall inside of the enclave. This is possible but would carry a (significant) performance penalty. 2. Change OpenMP/gcc to use the futex libc wrapper instead of using the syscall directly. This would require changing libgomp unless there is a command line flag to change its behaviour during compile time or runtime? (Related to https://github.com/lsds/sgx-lkl/issues/131)
comp
gcc openmp applications fail due to direct futex syscall instructions when running the openmp sample application from it only runs correctly in sw mode this is caused by a syscall instruction executed inside of the enclave t pepiet msrc devel sgx lkl oe git apps languages openmp make run hw sgxlkl gettime vdso sgxlkl verbose sgxlkl kernel verbose sgxlkl trace signal sgxlkl trace host syscall sgxlkl trace lkl syscall sgxlkl trace mmap sgxlkl trace thread build sgx lkl run oe hw debug sgxlkl openmp img app openmp test sgx lkl oe git version dirty nproc ethreads cmdline mem gettime vdso hw tls support conf fsgsbase registering disk path sgxlkl openmp img mnt no tap device specified networking will not be available get signed libsgxlkl path result home t pepiet devel sgx lkl oe git build musl libsgxlkl so signed oe create enclave result oe ok sgxlkl enclave init ethread id sgxlkl enclave show attribute enclave base size gb sgxlkl enclave show attribute enclave heap base size m end register enclave signal handlers registering oe exception handler lkl start init kernel command line mem console quiet lkl start init lkl start kernel called lkl start init lkl start kernel finished init random adding entropy to entropy pool has public key bacecg wha aas release resources aas release resources deallocate all resources lkl mount disk lkl mount disk dev dev vda mnt mnt vda ro lkl mount disks set working directory libc start main calling app main app openmp test running with following number of threads fail fail encountered an illegal instruction inside enclave opcode tid oe enclave aborting fail tid oe enclave aborting sgxlkl ethread init failed ethread id result oe enclave aborting fail segmentation fault core dumped makefile recipe for target run hw failed make error openmp at least under gcc is directly making futex syscalls the same problem occurs when running certain version of pytorch probably also due to openmp we have two options here emulate the syscall inside of the enclave this is possible but would carry a significant performance penalty change openmp gcc to use the futex libc wrapper instead of using the syscall directly this would require changing libgomp unless there is a command line flag to change its behaviour during compile time or runtime related to
1
255,001
27,484,694,026
IssuesEvent
2023-03-04 01:08:58
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
opened
CVE-2018-14611 (Medium) detected in linux-yocto-4.1v4.1.17
security vulnerability
## CVE-2018-14611 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-4.1v4.1.17</b></p></summary> <p> <p>[no description]</p> <p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto-4.1>https://git.yoctoproject.org/git/linux-yocto-4.1</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 (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/btrfs/volumes.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/btrfs/volumes.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in the Linux kernel through 4.17.10. There is a use-after-free in try_merge_free_space() when mounting a crafted btrfs image, because of a lack of chunk type flag checks in btrfs_check_chunk_valid in fs/btrfs/volumes.c. <p>Publish Date: 2018-07-27 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-14611>CVE-2018-14611</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-14611">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-14611</a></p> <p>Release Date: 2018-07-27</p> <p>Fix Resolution: v4.19-rc1</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-2018-14611 (Medium) detected in linux-yocto-4.1v4.1.17 - ## CVE-2018-14611 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-4.1v4.1.17</b></p></summary> <p> <p>[no description]</p> <p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto-4.1>https://git.yoctoproject.org/git/linux-yocto-4.1</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 (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/btrfs/volumes.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/btrfs/volumes.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in the Linux kernel through 4.17.10. There is a use-after-free in try_merge_free_space() when mounting a crafted btrfs image, because of a lack of chunk type flag checks in btrfs_check_chunk_valid in fs/btrfs/volumes.c. <p>Publish Date: 2018-07-27 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-14611>CVE-2018-14611</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-14611">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-14611</a></p> <p>Release Date: 2018-07-27</p> <p>Fix Resolution: v4.19-rc1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve medium detected in linux yocto cve medium severity vulnerability vulnerable library linux yocto library home page a href found in base branch master vulnerable source files fs btrfs volumes c fs btrfs volumes c vulnerability details an issue was discovered in the linux kernel through there is a use after free in try merge free space when mounting a crafted btrfs image because of a lack of chunk type flag checks in btrfs check chunk valid in fs btrfs volumes c publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
91,972
15,856,789,331
IssuesEvent
2021-04-08 03:11:27
blakenick77/laravel
https://api.github.com/repos/blakenick77/laravel
opened
CVE-2020-11023 (Medium) detected in jquery-3.4.0.tgz
security vulnerability
## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.4.0.tgz</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz">https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz</a></p> <p>Path to dependency file: /laravel/package.json</p> <p>Path to vulnerable library: laravel/node_modules/jquery/package.json</p> <p> Dependency Hierarchy: - :x: **jquery-3.4.0.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</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-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jquery - 3.5.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-11023 (Medium) detected in jquery-3.4.0.tgz - ## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.4.0.tgz</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz">https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz</a></p> <p>Path to dependency file: /laravel/package.json</p> <p>Path to vulnerable library: laravel/node_modules/jquery/package.json</p> <p> Dependency Hierarchy: - :x: **jquery-3.4.0.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</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-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jquery - 3.5.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve medium detected in jquery tgz cve medium severity vulnerability vulnerable library jquery tgz javascript library for dom operations library home page a href path to dependency file laravel package json path to vulnerable library laravel node modules jquery package json dependency hierarchy x jquery tgz vulnerable library vulnerability details in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery 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 jquery step up your open source security game with whitesource
0
52,753
13,225,006,841
IssuesEvent
2020-08-17 20:18:02
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
Seg fault in global trigger when no triggers (Trac #285)
Migrated from Trac combo simulation defect
Hi simulation experts, " I tried to retrigger some neutrino simulation (dataset 4337) with the trunk of trigger-sim to study the effect of the new SMT trigger. However I get a segfault in I3GlobalTriggerSim line 152. The problem seems to be that the particular event has no hits and no triggers and thus the start_times vector is empty. Earlier versions of trigger-sim where able to handle that gracefully. " (Robert Franke) This seems to have happened in this phase : http://code.icecube.wisc.edu/projects/icecube/changeset/74677/projects/trigger-sim/trunk/private/trigger-sim/I3GlobalTriggerSim.cxx Hope this helps, Tom <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/285">https://code.icecube.wisc.edu/projects/icecube/ticket/285</a>, reported by icecubeand owned by olivas, toale</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-22T18:26:38", "_ts": "1416680798919976", "description": "Hi simulation experts,\n\n\"\nI tried to retrigger some neutrino simulation (dataset 4337) with the\ntrunk of trigger-sim to study the effect of the new SMT trigger.\nHowever I get a segfault in I3GlobalTriggerSim line 152. The problem\nseems to be that the particular event has no hits and no triggers and\nthus the start_times vector is empty. Earlier versions of trigger-sim\nwhere able to handle that gracefully.\n\" (Robert Franke)\n\nThis seems to have happened in this phase :\nhttp://code.icecube.wisc.edu/projects/icecube/changeset/74677/projects/trigger-sim/trunk/private/trigger-sim/I3GlobalTriggerSim.cxx\n\nHope this helps,\nTom", "reporter": "icecube", "cc": "", "resolution": "fixed", "time": "2011-06-14T20:20:54", "component": "combo simulation", "summary": "Seg fault in global trigger when no triggers", "priority": "normal", "keywords": "", "milestone": "", "owner": "olivas, toale", "type": "defect" } ``` </p> </details>
1.0
Seg fault in global trigger when no triggers (Trac #285) - Hi simulation experts, " I tried to retrigger some neutrino simulation (dataset 4337) with the trunk of trigger-sim to study the effect of the new SMT trigger. However I get a segfault in I3GlobalTriggerSim line 152. The problem seems to be that the particular event has no hits and no triggers and thus the start_times vector is empty. Earlier versions of trigger-sim where able to handle that gracefully. " (Robert Franke) This seems to have happened in this phase : http://code.icecube.wisc.edu/projects/icecube/changeset/74677/projects/trigger-sim/trunk/private/trigger-sim/I3GlobalTriggerSim.cxx Hope this helps, Tom <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/285">https://code.icecube.wisc.edu/projects/icecube/ticket/285</a>, reported by icecubeand owned by olivas, toale</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-22T18:26:38", "_ts": "1416680798919976", "description": "Hi simulation experts,\n\n\"\nI tried to retrigger some neutrino simulation (dataset 4337) with the\ntrunk of trigger-sim to study the effect of the new SMT trigger.\nHowever I get a segfault in I3GlobalTriggerSim line 152. The problem\nseems to be that the particular event has no hits and no triggers and\nthus the start_times vector is empty. Earlier versions of trigger-sim\nwhere able to handle that gracefully.\n\" (Robert Franke)\n\nThis seems to have happened in this phase :\nhttp://code.icecube.wisc.edu/projects/icecube/changeset/74677/projects/trigger-sim/trunk/private/trigger-sim/I3GlobalTriggerSim.cxx\n\nHope this helps,\nTom", "reporter": "icecube", "cc": "", "resolution": "fixed", "time": "2011-06-14T20:20:54", "component": "combo simulation", "summary": "Seg fault in global trigger when no triggers", "priority": "normal", "keywords": "", "milestone": "", "owner": "olivas, toale", "type": "defect" } ``` </p> </details>
non_comp
seg fault in global trigger when no triggers trac hi simulation experts i tried to retrigger some neutrino simulation dataset with the trunk of trigger sim to study the effect of the new smt trigger however i get a segfault in line the problem seems to be that the particular event has no hits and no triggers and thus the start times vector is empty earlier versions of trigger sim where able to handle that gracefully robert franke this seems to have happened in this phase hope this helps tom migrated from json status closed changetime ts description hi simulation experts n n ni tried to retrigger some neutrino simulation dataset with the ntrunk of trigger sim to study the effect of the new smt trigger nhowever i get a segfault in line the problem nseems to be that the particular event has no hits and no triggers and nthus the start times vector is empty earlier versions of trigger sim nwhere able to handle that gracefully n robert franke n nthis seems to have happened in this phase n this helps ntom reporter icecube cc resolution fixed time component combo simulation summary seg fault in global trigger when no triggers priority normal keywords milestone owner olivas toale type defect
0
6,507
8,788,088,058
IssuesEvent
2018-12-20 20:54:50
MozillaReality/FirefoxReality
https://api.github.com/repos/MozillaReality/FirefoxReality
closed
Implement UI for browser-level `alert`/`prompt`/`confirm`
P1 backlog bug compatibility in progress
Hardware: All Steps to Reproduce: Go to: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select Scroll to Examples. Click on selection drop down list. Actual Behavior: Nothing happens. Expected Behavior: A selection list is presented and the user may select an item in the list. Recommendation: FxR need to implement UI for the various selection types a web page may present.
True
Implement UI for browser-level `alert`/`prompt`/`confirm` - Hardware: All Steps to Reproduce: Go to: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select Scroll to Examples. Click on selection drop down list. Actual Behavior: Nothing happens. Expected Behavior: A selection list is presented and the user may select an item in the list. Recommendation: FxR need to implement UI for the various selection types a web page may present.
comp
implement ui for browser level alert prompt confirm hardware all steps to reproduce go to scroll to examples click on selection drop down list actual behavior nothing happens expected behavior a selection list is presented and the user may select an item in the list recommendation fxr need to implement ui for the various selection types a web page may present
1
6,264
8,644,171,062
IssuesEvent
2018-11-26 00:53:55
PrinceOfAmber/Cyclic
https://api.github.com/repos/PrinceOfAmber/Cyclic
closed
Power drain when looking in UI of
bug: gameplay bug: visual done [pending release] mod compatibility
Minecraft version & Mod Version: MC: 1.12.2 Mod: 1.12.2-1.17.7 Single player or Server: Single player Describe problem (what you were doing / what happened): I have a harvester hooked up to Thermal Expansion Leadstone Conduits and when you are in the GUI the power seams to drop to 0. When you leave the GUI it instantly fills back up.
True
Power drain when looking in UI of - Minecraft version & Mod Version: MC: 1.12.2 Mod: 1.12.2-1.17.7 Single player or Server: Single player Describe problem (what you were doing / what happened): I have a harvester hooked up to Thermal Expansion Leadstone Conduits and when you are in the GUI the power seams to drop to 0. When you leave the GUI it instantly fills back up.
comp
power drain when looking in ui of minecraft version mod version mc mod single player or server single player describe problem what you were doing what happened i have a harvester hooked up to thermal expansion leadstone conduits and when you are in the gui the power seams to drop to when you leave the gui it instantly fills back up
1
63,651
14,656,753,848
IssuesEvent
2020-12-28 14:07:23
fu1771695yongxie/immer
https://api.github.com/repos/fu1771695yongxie/immer
opened
CVE-2020-8203 (High) detected in lodash-4.17.15.tgz
security vulnerability
## CVE-2020-8203 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.15.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz</a></p> <p>Path to dependency file: immer/node_modules/lodash/package.json</p> <p>Path to vulnerable library: immer/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - tsdx-0.12.3.tgz (Root Library) - chokidar-cli-1.2.3.tgz - :x: **lodash-4.17.15.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/immer/commit/ae762c002faf3a0be2a51ec596e73377f9a62463">ae762c002faf3a0be2a51ec596e73377f9a62463</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20. <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p> <p>Release Date: 2020-07-23</p> <p>Fix Resolution: lodash - 4.17.19</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-8203 (High) detected in lodash-4.17.15.tgz - ## CVE-2020-8203 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.15.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz</a></p> <p>Path to dependency file: immer/node_modules/lodash/package.json</p> <p>Path to vulnerable library: immer/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - tsdx-0.12.3.tgz (Root Library) - chokidar-cli-1.2.3.tgz - :x: **lodash-4.17.15.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/immer/commit/ae762c002faf3a0be2a51ec596e73377f9a62463">ae762c002faf3a0be2a51ec596e73377f9a62463</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20. <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p> <p>Release Date: 2020-07-23</p> <p>Fix Resolution: lodash - 4.17.19</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve high detected in lodash tgz cve high severity vulnerability vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file immer node modules lodash package json path to vulnerable library immer node modules lodash package json dependency hierarchy tsdx tgz root library chokidar cli tgz x lodash tgz vulnerable library found in head commit a href found in base branch master vulnerability details prototype pollution attack when using zipobjectdeep in lodash before publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution lodash step up your open source security game with whitesource
0
8,298
10,331,071,411
IssuesEvent
2019-09-02 16:29:15
microsoft/eEVM
https://api.github.com/repos/microsoft/eEVM
opened
Improve general test coverage
compatibility enhancement
We use 3rd party test cases through `harness.cpp`, but many are disabled. Some for good reasons - gas tracking, oversized exponents - but others fail for unknown reasons. We should investigate these remaining failures, and also see if there's anything to gain from pulling in more recent test cases. If we find significant untested holes, we should add our own test scenarios to cover these validated against another implementation.
True
Improve general test coverage - We use 3rd party test cases through `harness.cpp`, but many are disabled. Some for good reasons - gas tracking, oversized exponents - but others fail for unknown reasons. We should investigate these remaining failures, and also see if there's anything to gain from pulling in more recent test cases. If we find significant untested holes, we should add our own test scenarios to cover these validated against another implementation.
comp
improve general test coverage we use party test cases through harness cpp but many are disabled some for good reasons gas tracking oversized exponents but others fail for unknown reasons we should investigate these remaining failures and also see if there s anything to gain from pulling in more recent test cases if we find significant untested holes we should add our own test scenarios to cover these validated against another implementation
1
8,754
10,710,427,469
IssuesEvent
2019-10-25 02:11:18
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
opened
[313980] Proxy Blade Zero
.NET-XNA Game compatibility - Unofficial
# Compatibility Report - Name of the game with compatibility issues: Proxy Blade Zero - Steam AppID of the game: 313980 ## System Information - GPU: GTX 770 - Driver/LLVM version: 435.21 - Distro version: Fedora 30 - [Link to full system information report as Gist](https://gist.github.com/flibitijibibo/fd1f05c11c3d0e6f383480decf5c603b) - Proton version: 4.11-7 ## I confirm: - [x] that I haven't found an existing compatibility report for this game. - [x] that I have checked whether there are updates for my system available. [steam-313980.log](https://github.com/ValveSoftware/Proton/files/3770099/steam-313980.log) ## Symptoms <!-- What's the problem? --> The game will fail to start with the following message: >System.UnauthorizedAccessException: Access to the path "SNIP\steamapps\common\Proxy Blade Zero\[Unknown]" is denied. Where `[Unknown]` is coming from I'm not sure, but it seems to be okay otherwise (including the Forms launcher). ## Reproduction 1. Start game with default settings 2. Messagebox 3. Exit
True
[313980] Proxy Blade Zero - # Compatibility Report - Name of the game with compatibility issues: Proxy Blade Zero - Steam AppID of the game: 313980 ## System Information - GPU: GTX 770 - Driver/LLVM version: 435.21 - Distro version: Fedora 30 - [Link to full system information report as Gist](https://gist.github.com/flibitijibibo/fd1f05c11c3d0e6f383480decf5c603b) - Proton version: 4.11-7 ## I confirm: - [x] that I haven't found an existing compatibility report for this game. - [x] that I have checked whether there are updates for my system available. [steam-313980.log](https://github.com/ValveSoftware/Proton/files/3770099/steam-313980.log) ## Symptoms <!-- What's the problem? --> The game will fail to start with the following message: >System.UnauthorizedAccessException: Access to the path "SNIP\steamapps\common\Proxy Blade Zero\[Unknown]" is denied. Where `[Unknown]` is coming from I'm not sure, but it seems to be okay otherwise (including the Forms launcher). ## Reproduction 1. Start game with default settings 2. Messagebox 3. Exit
comp
proxy blade zero compatibility report name of the game with compatibility issues proxy blade zero steam appid of the game system information gpu gtx driver llvm version distro version fedora proton version i confirm that i haven t found an existing compatibility report for this game that i have checked whether there are updates for my system available symptoms the game will fail to start with the following message system unauthorizedaccessexception access to the path snip steamapps common proxy blade zero is denied where is coming from i m not sure but it seems to be okay otherwise including the forms launcher reproduction start game with default settings messagebox exit
1
9,062
11,096,882,780
IssuesEvent
2019-12-16 12:10:03
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Add support for H2's data change delta tables
C: DB: H2 C: Functionality E: All Editions P: Medium T: Enhancement T: Incompatible change
H2 1.4.200 now has support for SQL standard data change delta tables: https://github.com/jOOQ/jOOQ/issues/9664#issuecomment-564964364 We should support those in jOOQ 3.13, as we're now supporting H2 1.4.200
True
Add support for H2's data change delta tables - H2 1.4.200 now has support for SQL standard data change delta tables: https://github.com/jOOQ/jOOQ/issues/9664#issuecomment-564964364 We should support those in jOOQ 3.13, as we're now supporting H2 1.4.200
comp
add support for s data change delta tables now has support for sql standard data change delta tables we should support those in jooq as we re now supporting
1
16,178
21,690,301,737
IssuesEvent
2022-05-09 14:49:48
safing/portmaster
https://api.github.com/repos/safing/portmaster
opened
NordVPN Linux App V.3.12.5 Incompatible with Portmaster on LM 20.
in/compatibility
### What worked? NordVPN app reports it is connected successfully, Portmaster reports no issues. Stopping Portmaster or Nordvpn services works to re-establish internet connectivity. ### What did not work? No internet. DNS resolution seems to fail, Portmaster only reports DNS issues when I try to disconnect NordVPN, then it reports something is interfering with it's secure dns resolvers. ### Additional information All these issues started with the latest NordVPN upgrade. Version 3.12.4 works with Portmaster on my current settings, but as soon as I upgraded to NordVPN 3.12.5 (Linux App), I can no longer run both at the same time regardless of the settings switched on and off in either Portmaster or NordVPN app. On NordVPN's website, under 'Blogs', 'Service Updates', 'Linux', they metion this about Version 3.12.5 "We switched from destination-based to policy-based traffic routing.". I am wondering if this is the reason the Nord app is no longer working with Portmaster, or perhaps they changed other things which now conflict with Portmaster's settings. Any help to get both working together is appreciated. **Debug-Info**: https://support.safing.io/privatebin/?d50fb00b95988bdd#GGSWTnxBfGR414P1awZqgPu96PToMWBjKrsLBTTvnHxy
True
NordVPN Linux App V.3.12.5 Incompatible with Portmaster on LM 20. - ### What worked? NordVPN app reports it is connected successfully, Portmaster reports no issues. Stopping Portmaster or Nordvpn services works to re-establish internet connectivity. ### What did not work? No internet. DNS resolution seems to fail, Portmaster only reports DNS issues when I try to disconnect NordVPN, then it reports something is interfering with it's secure dns resolvers. ### Additional information All these issues started with the latest NordVPN upgrade. Version 3.12.4 works with Portmaster on my current settings, but as soon as I upgraded to NordVPN 3.12.5 (Linux App), I can no longer run both at the same time regardless of the settings switched on and off in either Portmaster or NordVPN app. On NordVPN's website, under 'Blogs', 'Service Updates', 'Linux', they metion this about Version 3.12.5 "We switched from destination-based to policy-based traffic routing.". I am wondering if this is the reason the Nord app is no longer working with Portmaster, or perhaps they changed other things which now conflict with Portmaster's settings. Any help to get both working together is appreciated. **Debug-Info**: https://support.safing.io/privatebin/?d50fb00b95988bdd#GGSWTnxBfGR414P1awZqgPu96PToMWBjKrsLBTTvnHxy
comp
nordvpn linux app v incompatible with portmaster on lm what worked nordvpn app reports it is connected successfully portmaster reports no issues stopping portmaster or nordvpn services works to re establish internet connectivity what did not work no internet dns resolution seems to fail portmaster only reports dns issues when i try to disconnect nordvpn then it reports something is interfering with it s secure dns resolvers additional information all these issues started with the latest nordvpn upgrade version works with portmaster on my current settings but as soon as i upgraded to nordvpn linux app i can no longer run both at the same time regardless of the settings switched on and off in either portmaster or nordvpn app on nordvpn s website under blogs service updates linux they metion this about version we switched from destination based to policy based traffic routing i am wondering if this is the reason the nord app is no longer working with portmaster or perhaps they changed other things which now conflict with portmaster s settings any help to get both working together is appreciated debug info
1
20,972
31,838,051,419
IssuesEvent
2023-09-14 14:36:55
alphapapa/ement.el
https://api.github.com/repos/alphapapa/ement.el
closed
Preventing `savehist` from serializing large data structures which are arguments in `command-history`
enhancement help wanted compatibility
@phil-s discovered that `savehist` serializes `command-history`, which includes the arguments to interactive commands. So when it contains some Ement commands like `ement-connect` which receive an `ement-session` struct as an argument--a structure that encompasses all of a session's rooms, events, etc--it can become very large. And `savehist-printable` is [extremely inefficient](https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/savehist.el?id=dfaaedfba8c9b34143fb793a2f6d32b3ae47c7e7#n334) when writing hash tables, which slows down the process even further. And the session struct should never be serialized! (It was already tried in the past, and while it might be done in the future, it would be done *carefully* with regard to how much and which data is saved, and would ensure that everything still works after reading it back in.) Lacking a good solution to this problem, it seems the best we can do is a workaround like this: ``` emacs-lisp (with-eval-after-load 'savehist (defun ement--savehist-save-hook () "Remove all `ement-' commands from `command-history'. Because when `savehist' saves `command-history', it includes the interactive arguments passed to the command, which in our case includes large data structures that should never be persisted!" (setf command-history (cl-remove-if (pcase-lambda (`(,command . ,_)) (string-match-p (rx bos "ement-") (symbol-name command))) command-history))) (cl-pushnew 'ement--savehist-save-hook savehist-save-hook)) ``` I don't know if other variables might also cause a problem in this regard. For example, if a string with a text property pointing to one of our structs were to end up in `minibuffer-history`... ISTM that text properties should not be serialized by `savehist` for such variables, on principle. There are some bugs on the tracker related to `savehist` and large data structures, but not specifically due to arguments in `command-history`. Anyway, this finally explains the "pauses" that some users--only those using `savehist`--have noticed. When this manifests, `savehist` may write the file often (like every minute, and on Emacs exit), and end up writing hundreds of MB to a buffer, then reading it back in, just to test whether the value is readable, and then writing it out to disk--only to be uselessly read back in when Emacs starts again. And, if it does successfully read it back in--which I'm not sure about--who knows what chaos might ensue if `ement-connect` received a read-back-in `ement-session` struct as its argument! The only other workaround I can think of would be to only pass, e.g. strings as arguments to our interactive commands, which would mean a lot of extra, ugly code having to look up objects in maps by key. And I don't consider that acceptable at all. Well, hopefully we can have this workaround present in v0.12. Just need some users who have actually experienced this problem to report whether it solves it... P.S. According to [this](https://emacs.stackexchange.com/a/4200), it already strips text properties from strings.
True
Preventing `savehist` from serializing large data structures which are arguments in `command-history` - @phil-s discovered that `savehist` serializes `command-history`, which includes the arguments to interactive commands. So when it contains some Ement commands like `ement-connect` which receive an `ement-session` struct as an argument--a structure that encompasses all of a session's rooms, events, etc--it can become very large. And `savehist-printable` is [extremely inefficient](https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/savehist.el?id=dfaaedfba8c9b34143fb793a2f6d32b3ae47c7e7#n334) when writing hash tables, which slows down the process even further. And the session struct should never be serialized! (It was already tried in the past, and while it might be done in the future, it would be done *carefully* with regard to how much and which data is saved, and would ensure that everything still works after reading it back in.) Lacking a good solution to this problem, it seems the best we can do is a workaround like this: ``` emacs-lisp (with-eval-after-load 'savehist (defun ement--savehist-save-hook () "Remove all `ement-' commands from `command-history'. Because when `savehist' saves `command-history', it includes the interactive arguments passed to the command, which in our case includes large data structures that should never be persisted!" (setf command-history (cl-remove-if (pcase-lambda (`(,command . ,_)) (string-match-p (rx bos "ement-") (symbol-name command))) command-history))) (cl-pushnew 'ement--savehist-save-hook savehist-save-hook)) ``` I don't know if other variables might also cause a problem in this regard. For example, if a string with a text property pointing to one of our structs were to end up in `minibuffer-history`... ISTM that text properties should not be serialized by `savehist` for such variables, on principle. There are some bugs on the tracker related to `savehist` and large data structures, but not specifically due to arguments in `command-history`. Anyway, this finally explains the "pauses" that some users--only those using `savehist`--have noticed. When this manifests, `savehist` may write the file often (like every minute, and on Emacs exit), and end up writing hundreds of MB to a buffer, then reading it back in, just to test whether the value is readable, and then writing it out to disk--only to be uselessly read back in when Emacs starts again. And, if it does successfully read it back in--which I'm not sure about--who knows what chaos might ensue if `ement-connect` received a read-back-in `ement-session` struct as its argument! The only other workaround I can think of would be to only pass, e.g. strings as arguments to our interactive commands, which would mean a lot of extra, ugly code having to look up objects in maps by key. And I don't consider that acceptable at all. Well, hopefully we can have this workaround present in v0.12. Just need some users who have actually experienced this problem to report whether it solves it... P.S. According to [this](https://emacs.stackexchange.com/a/4200), it already strips text properties from strings.
comp
preventing savehist from serializing large data structures which are arguments in command history phil s discovered that savehist serializes command history which includes the arguments to interactive commands so when it contains some ement commands like ement connect which receive an ement session struct as an argument a structure that encompasses all of a session s rooms events etc it can become very large and savehist printable is when writing hash tables which slows down the process even further and the session struct should never be serialized it was already tried in the past and while it might be done in the future it would be done carefully with regard to how much and which data is saved and would ensure that everything still works after reading it back in lacking a good solution to this problem it seems the best we can do is a workaround like this emacs lisp with eval after load savehist defun ement savehist save hook remove all ement commands from command history because when savehist saves command history it includes the interactive arguments passed to the command which in our case includes large data structures that should never be persisted setf command history cl remove if pcase lambda command string match p rx bos ement symbol name command command history cl pushnew ement savehist save hook savehist save hook i don t know if other variables might also cause a problem in this regard for example if a string with a text property pointing to one of our structs were to end up in minibuffer history istm that text properties should not be serialized by savehist for such variables on principle there are some bugs on the tracker related to savehist and large data structures but not specifically due to arguments in command history anyway this finally explains the pauses that some users only those using savehist have noticed when this manifests savehist may write the file often like every minute and on emacs exit and end up writing hundreds of mb to a buffer then reading it back in just to test whether the value is readable and then writing it out to disk only to be uselessly read back in when emacs starts again and if it does successfully read it back in which i m not sure about who knows what chaos might ensue if ement connect received a read back in ement session struct as its argument the only other workaround i can think of would be to only pass e g strings as arguments to our interactive commands which would mean a lot of extra ugly code having to look up objects in maps by key and i don t consider that acceptable at all well hopefully we can have this workaround present in just need some users who have actually experienced this problem to report whether it solves it p s according to it already strips text properties from strings
1
3,608
6,515,216,826
IssuesEvent
2017-08-26 12:44:15
jstedfast/MailKit
https://api.github.com/repos/jstedfast/MailKit
closed
Unexpected token in IMAP response: ']' from imap-mail.outlook.com
compatibility
Hi, I am seeing an error parsing this response: Unexpected token in IMAP response: ']' Snippet from protocol log: C: B00000011 UID MOVE 3210 Inbox S: * OK [COPYUID 14 ] S: B00000011 OK MOVE completed. I think the space before the ] is tripping it up. Server is Microsoft Exchange IMAP4 at imaps://imap-mail.outlook.com:993/ I am on MailKit 1.2.12 so not sure if fixed already but doesn't look like it to me.
True
Unexpected token in IMAP response: ']' from imap-mail.outlook.com - Hi, I am seeing an error parsing this response: Unexpected token in IMAP response: ']' Snippet from protocol log: C: B00000011 UID MOVE 3210 Inbox S: * OK [COPYUID 14 ] S: B00000011 OK MOVE completed. I think the space before the ] is tripping it up. Server is Microsoft Exchange IMAP4 at imaps://imap-mail.outlook.com:993/ I am on MailKit 1.2.12 so not sure if fixed already but doesn't look like it to me.
comp
unexpected token in imap response from imap mail outlook com hi i am seeing an error parsing this response unexpected token in imap response snippet from protocol log c uid move inbox s ok s ok move completed i think the space before the is tripping it up server is microsoft exchange at imaps imap mail outlook com i am on mailkit so not sure if fixed already but doesn t look like it to me
1
14,730
18,091,150,052
IssuesEvent
2021-09-22 01:51:21
dosbox-staging/dosbox-staging
https://api.github.com/repos/dosbox-staging/dosbox-staging
closed
Add DEBUG stub or bundle FreeDOS debug
enhancement game compatibility
from @Burrito78: I have come across one real-world example where a missing DOS program prevents the correct installation of a game: Tie Fighter floppy version needs debug. In that case I'd suggest we either need: 1. A little debug program shipped inside Dosbox-Staging that gets the job done regarding Tie Fighter. 2. A debug stub that outputs "This program needs debug to work properly! Get it here: ..." and pause the screen. Could be that this message isn't seen however because it would be executed in the background without output maybe. Would need to test that.
True
Add DEBUG stub or bundle FreeDOS debug - from @Burrito78: I have come across one real-world example where a missing DOS program prevents the correct installation of a game: Tie Fighter floppy version needs debug. In that case I'd suggest we either need: 1. A little debug program shipped inside Dosbox-Staging that gets the job done regarding Tie Fighter. 2. A debug stub that outputs "This program needs debug to work properly! Get it here: ..." and pause the screen. Could be that this message isn't seen however because it would be executed in the background without output maybe. Would need to test that.
comp
add debug stub or bundle freedos debug from i have come across one real world example where a missing dos program prevents the correct installation of a game tie fighter floppy version needs debug in that case i d suggest we either need a little debug program shipped inside dosbox staging that gets the job done regarding tie fighter a debug stub that outputs this program needs debug to work properly get it here and pause the screen could be that this message isn t seen however because it would be executed in the background without output maybe would need to test that
1
14,113
16,980,090,939
IssuesEvent
2021-06-30 07:43:44
Tslat/Advent-Of-Ascension
https://api.github.com/repos/Tslat/Advent-Of-Ascension
closed
Add Dynamic Trees Support for Logging Skill
Third Party Mod Compatibility
**Describe/name the existing feature this suggestion relates to** Provide the specific, exact name if applicable, and a brief description as necessary. Logging skill doesn't recognize Dynamic trees for xp gains. **Describe the change or feature you think would be good to see** A specific and detailed description of what you want to see changed. would like to see compatibility added, possibly need to change xp amounts given how dynamic trees works. **Add any alternative implementations you think might work** Is there a slightly different way you think might work as well? I mean placing and breaking logs could work but seems counter to the idea of the skill **Include any additional background information** Does this suggestion relate to any other suggestions or bugs? Has it been talked about previously? doesn't appear to be.
True
Add Dynamic Trees Support for Logging Skill - **Describe/name the existing feature this suggestion relates to** Provide the specific, exact name if applicable, and a brief description as necessary. Logging skill doesn't recognize Dynamic trees for xp gains. **Describe the change or feature you think would be good to see** A specific and detailed description of what you want to see changed. would like to see compatibility added, possibly need to change xp amounts given how dynamic trees works. **Add any alternative implementations you think might work** Is there a slightly different way you think might work as well? I mean placing and breaking logs could work but seems counter to the idea of the skill **Include any additional background information** Does this suggestion relate to any other suggestions or bugs? Has it been talked about previously? doesn't appear to be.
comp
add dynamic trees support for logging skill describe name the existing feature this suggestion relates to provide the specific exact name if applicable and a brief description as necessary logging skill doesn t recognize dynamic trees for xp gains describe the change or feature you think would be good to see a specific and detailed description of what you want to see changed would like to see compatibility added possibly need to change xp amounts given how dynamic trees works add any alternative implementations you think might work is there a slightly different way you think might work as well i mean placing and breaking logs could work but seems counter to the idea of the skill include any additional background information does this suggestion relate to any other suggestions or bugs has it been talked about previously doesn t appear to be
1
216,856
7,312,229,571
IssuesEvent
2018-02-28 20:17:17
MichaelClerx/myokit
https://api.github.com/repos/MichaelClerx/myokit
opened
Make sure setup.py copies all the files Myokit needs
infra priority
Travis tests fail with `pip install .` because lots of files (e.g. C files, example mmt) can't be found. Works when I install with developer switch `pip install -e .`
1.0
Make sure setup.py copies all the files Myokit needs - Travis tests fail with `pip install .` because lots of files (e.g. C files, example mmt) can't be found. Works when I install with developer switch `pip install -e .`
non_comp
make sure setup py copies all the files myokit needs travis tests fail with pip install because lots of files e g c files example mmt can t be found works when i install with developer switch pip install e
0
12,118
14,283,056,120
IssuesEvent
2020-11-23 10:28:05
woocommerce/woocommerce-google-analytics-integration
https://api.github.com/repos/woocommerce/woocommerce-google-analytics-integration
closed
WordPress 5.6 & PHP 8 Compatibility
[Type] Compatibility
WordPress 5.6 is currently scheduled for release on [December 8th](https://make.wordpress.org/core/5-6/) - and one of its goals is supporting the newest version of PHP (8). We should check compatibility with both WordPress 5.6 and PHP 8 to ensure the extension is ready for the December release. See main Woo Core issue for PHP8 support in Woo Core: https://github.com/woocommerce/woocommerce/issues/27674 [Some of the changes in WP 5.6 (apart from PHP8 support) include](https://make.wordpress.org/core/2020/08/13/wordpress-5-6-release-planning/): * Navigation menus block and screen in Core. * Automatic updates for major WordPress Core releases (opt-in). * New features from the block editor upgrades. *** Widgets-editing and Customizer support in Core.** * New Default theme, including an FSE compatible version. * Public beta of Full Site Editing. For the most part I think we'll be focusing on the PHP 8 support and whether there are any JS or CSS changes that affect things. All up I believe there are 7 gutenburg release being bundled - so based on [issues like this](https://github.com/woocommerce/storefront-mega-menus/issues/116) I would recommend testing any features that rely heavily on the customizer. At a minimum, we'll want to look at * [x] General smoke test of functionality (review docs for functionality and intended usage) * [x] Check for PHP 8 warnings and errors during usage * [ ] Increase tested up to / compatible with tags * [ ] Create follow-up issues for anything that needs to be fixed/investigated (or simply fix)
True
WordPress 5.6 & PHP 8 Compatibility - WordPress 5.6 is currently scheduled for release on [December 8th](https://make.wordpress.org/core/5-6/) - and one of its goals is supporting the newest version of PHP (8). We should check compatibility with both WordPress 5.6 and PHP 8 to ensure the extension is ready for the December release. See main Woo Core issue for PHP8 support in Woo Core: https://github.com/woocommerce/woocommerce/issues/27674 [Some of the changes in WP 5.6 (apart from PHP8 support) include](https://make.wordpress.org/core/2020/08/13/wordpress-5-6-release-planning/): * Navigation menus block and screen in Core. * Automatic updates for major WordPress Core releases (opt-in). * New features from the block editor upgrades. *** Widgets-editing and Customizer support in Core.** * New Default theme, including an FSE compatible version. * Public beta of Full Site Editing. For the most part I think we'll be focusing on the PHP 8 support and whether there are any JS or CSS changes that affect things. All up I believe there are 7 gutenburg release being bundled - so based on [issues like this](https://github.com/woocommerce/storefront-mega-menus/issues/116) I would recommend testing any features that rely heavily on the customizer. At a minimum, we'll want to look at * [x] General smoke test of functionality (review docs for functionality and intended usage) * [x] Check for PHP 8 warnings and errors during usage * [ ] Increase tested up to / compatible with tags * [ ] Create follow-up issues for anything that needs to be fixed/investigated (or simply fix)
comp
wordpress php compatibility wordpress is currently scheduled for release on and one of its goals is supporting the newest version of php we should check compatibility with both wordpress and php to ensure the extension is ready for the december release see main woo core issue for support in woo core navigation menus block and screen in core automatic updates for major wordpress core releases opt in new features from the block editor upgrades widgets editing and customizer support in core new default theme including an fse compatible version public beta of full site editing for the most part i think we ll be focusing on the php support and whether there are any js or css changes that affect things all up i believe there are gutenburg release being bundled so based on i would recommend testing any features that rely heavily on the customizer at a minimum we ll want to look at general smoke test of functionality review docs for functionality and intended usage check for php warnings and errors during usage increase tested up to compatible with tags create follow up issues for anything that needs to be fixed investigated or simply fix
1
28,697
13,784,988,234
IssuesEvent
2020-10-08 21:53:13
friendica/friendica
https://api.github.com/repos/friendica/friendica
opened
Worker queue is steadily increasing, delivery are delayed several hours
Performance Sup­port Request
Since I pulled the latest `develop` branch yesterday, my worker queue has been increasingly steadily over time, reaching over 8,000 when I last checked before opening this support request. I didn't post to the helpers forum because right now the delivery of my interaction are delayed about 7-8 hours from the time I initiated them. Everything else works snappily, my server load is under control, hovering just below 4 which is the nominal value. Whenever I monitor the worker queue for a while, it seems to be decreasing (7,500 items now) but a few hours ago it was only 4,000, so it must be increasing at some point, possibly with each new comment or like I'm submitting. If I try to run manually `bin/worker.php`, this is the output: ``` 2020-10-08T21:49:50Z worker [NOTICE]: Load: 3.77/10 - processes: 3521/5/7230 (0:1, 20:2, 40:1, 50:1) - maximum: 4/15 [] - {"file":"Worker.php","line":757,"function":"tooMuchWorkers","uid":"dfd25c","process_id":22418} 2020-10-08T21:49:50Z worker [INFO]: Active worker limit reached, quitting. [] - {"file":"Worker.php","line":173,"function":"isReady","uid":"dfd25c","process_id":22418} 2020-10-08T21:49:50Z worker [INFO]: DELETE FROM `process` WHERE `pid` IN (22418); {"callstack":"Process::deleteByPid, Process::end","internal_callstack":{"process:{\"pid\":22418}":true}} - {"file":"Database.php","line":1363,"function":"delete","uid":"dfd25c","process_id":22418} ``` I assume the string of performance number must make sense to someone because it doesn't to me. What am I doing wrong? Do I need to fiddle with the worker spawn configuration?
True
Worker queue is steadily increasing, delivery are delayed several hours - Since I pulled the latest `develop` branch yesterday, my worker queue has been increasingly steadily over time, reaching over 8,000 when I last checked before opening this support request. I didn't post to the helpers forum because right now the delivery of my interaction are delayed about 7-8 hours from the time I initiated them. Everything else works snappily, my server load is under control, hovering just below 4 which is the nominal value. Whenever I monitor the worker queue for a while, it seems to be decreasing (7,500 items now) but a few hours ago it was only 4,000, so it must be increasing at some point, possibly with each new comment or like I'm submitting. If I try to run manually `bin/worker.php`, this is the output: ``` 2020-10-08T21:49:50Z worker [NOTICE]: Load: 3.77/10 - processes: 3521/5/7230 (0:1, 20:2, 40:1, 50:1) - maximum: 4/15 [] - {"file":"Worker.php","line":757,"function":"tooMuchWorkers","uid":"dfd25c","process_id":22418} 2020-10-08T21:49:50Z worker [INFO]: Active worker limit reached, quitting. [] - {"file":"Worker.php","line":173,"function":"isReady","uid":"dfd25c","process_id":22418} 2020-10-08T21:49:50Z worker [INFO]: DELETE FROM `process` WHERE `pid` IN (22418); {"callstack":"Process::deleteByPid, Process::end","internal_callstack":{"process:{\"pid\":22418}":true}} - {"file":"Database.php","line":1363,"function":"delete","uid":"dfd25c","process_id":22418} ``` I assume the string of performance number must make sense to someone because it doesn't to me. What am I doing wrong? Do I need to fiddle with the worker spawn configuration?
non_comp
worker queue is steadily increasing delivery are delayed several hours since i pulled the latest develop branch yesterday my worker queue has been increasingly steadily over time reaching over when i last checked before opening this support request i didn t post to the helpers forum because right now the delivery of my interaction are delayed about hours from the time i initiated them everything else works snappily my server load is under control hovering just below which is the nominal value whenever i monitor the worker queue for a while it seems to be decreasing items now but a few hours ago it was only so it must be increasing at some point possibly with each new comment or like i m submitting if i try to run manually bin worker php this is the output worker load processes maximum file worker php line function toomuchworkers uid process id worker active worker limit reached quitting file worker php line function isready uid process id worker delete from process where pid in callstack process deletebypid process end internal callstack process pid true file database php line function delete uid process id i assume the string of performance number must make sense to someone because it doesn t to me what am i doing wrong do i need to fiddle with the worker spawn configuration
0
3,828
6,688,073,681
IssuesEvent
2017-10-08 10:05:14
scylladb/scylla
https://api.github.com/repos/scylladb/scylla
closed
Support type casting in selection clause
cassandra 3.x compatibility enhancement n00b
*Installation details* Scylla version (or git commit hash): 1.7 reproduce ``` CREATE TABLE air_quality_data (sensor_id text,time timestamp, co_ppm int,PRIMARY KEY (sensor_id, time)); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:00', 17); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:01', 18); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:02', 19); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:03', 20); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:04', 30); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:04', 31); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:10', 20); select avg(co_ppm) from air_quality_data; system.avg(co_ppm) -------------------- 20 ``` The non cast avg is ~22.14 Correlating C* ticket: https://issues.apache.org/jira/browse/CASSANDRA-10310
True
Support type casting in selection clause - *Installation details* Scylla version (or git commit hash): 1.7 reproduce ``` CREATE TABLE air_quality_data (sensor_id text,time timestamp, co_ppm int,PRIMARY KEY (sensor_id, time)); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:00', 17); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:01', 18); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:02', 19); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:03', 20); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:04', 30); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:04', 31); INSERT INTO air_quality_data(sensor_id, time, co_ppm) VALUES ('my_home', '2016-08-30 07:01:10', 20); select avg(co_ppm) from air_quality_data; system.avg(co_ppm) -------------------- 20 ``` The non cast avg is ~22.14 Correlating C* ticket: https://issues.apache.org/jira/browse/CASSANDRA-10310
comp
support type casting in selection clause installation details scylla version or git commit hash reproduce create table air quality data sensor id text time timestamp co ppm int primary key sensor id time insert into air quality data sensor id time co ppm values my home insert into air quality data sensor id time co ppm values my home insert into air quality data sensor id time co ppm values my home insert into air quality data sensor id time co ppm values my home insert into air quality data sensor id time co ppm values my home insert into air quality data sensor id time co ppm values my home insert into air quality data sensor id time co ppm values my home select avg co ppm from air quality data system avg co ppm the non cast avg is correlating c ticket
1
8,885
10,878,118,201
IssuesEvent
2019-11-16 15:28:32
ProtocolSupport/ProtocolSupport
https://api.github.com/repos/ProtocolSupport/ProtocolSupport
closed
LibsDisguises Error with self viewing disguise
plugin incompatibility
paper build 209 (1.14.4) protocolsupport build 437 the following occurs only with protocolsupport enabled, if protocolsupport is removed LibsDisguises works fine ``` [16:05:41 INFO]: PhanaticD issued server command: /d cow [16:05:41 WARN]: java.lang.NullPointerException [16:05:41 WARN]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.sendSelfDisguise(DisguiseUtilities.java:1554) [16:05:41 WARN]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.setupFakeDisguise(DisguiseUtilities.java:1727) [16:05:41 WARN]: at me.libraryaddict.disguise.disguisetypes.Disguise$2.run(Disguise.java:836) [16:05:41 WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) [16:05:41 WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) [16:05:41 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1178) [16:05:41 WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:426) [16:05:41 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1105) [16:05:41 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:932) [16:05:41 WARN]: at java.lang.Thread.run(Thread.java:748) [16:05:42 INFO]: PhanaticD issued server command: /u [16:05:42 WARN]: java.lang.NullPointerException [16:05:42 WARN]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.removeSelfDisguise(DisguiseUtilities.java:1263) [16:05:42 WARN]: at me.libraryaddict.disguise.disguisetypes.Disguise.removeDisguise(Disguise.java:539) [16:05:42 WARN]: at me.libraryaddict.disguise.disguisetypes.Disguise.removeDisguise(Disguise.java:480) [16:05:42 WARN]: at me.libraryaddict.disguise.DisguiseAPI.undisguiseToAll(DisguiseAPI.java:408) [16:05:42 WARN]: at me.libraryaddict.disguise.commands.UndisguiseCommand.onCommand(UndisguiseCommand.java:22) [16:05:42 WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [16:05:42 WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) [16:05:42 WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:740) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1864) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1672) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1036) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1029) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1013) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:936) [16:05:42 WARN]: at java.lang.Thread.run(Thread.java:748) ```
True
LibsDisguises Error with self viewing disguise - paper build 209 (1.14.4) protocolsupport build 437 the following occurs only with protocolsupport enabled, if protocolsupport is removed LibsDisguises works fine ``` [16:05:41 INFO]: PhanaticD issued server command: /d cow [16:05:41 WARN]: java.lang.NullPointerException [16:05:41 WARN]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.sendSelfDisguise(DisguiseUtilities.java:1554) [16:05:41 WARN]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.setupFakeDisguise(DisguiseUtilities.java:1727) [16:05:41 WARN]: at me.libraryaddict.disguise.disguisetypes.Disguise$2.run(Disguise.java:836) [16:05:41 WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) [16:05:41 WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) [16:05:41 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1178) [16:05:41 WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:426) [16:05:41 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1105) [16:05:41 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:932) [16:05:41 WARN]: at java.lang.Thread.run(Thread.java:748) [16:05:42 INFO]: PhanaticD issued server command: /u [16:05:42 WARN]: java.lang.NullPointerException [16:05:42 WARN]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.removeSelfDisguise(DisguiseUtilities.java:1263) [16:05:42 WARN]: at me.libraryaddict.disguise.disguisetypes.Disguise.removeDisguise(Disguise.java:539) [16:05:42 WARN]: at me.libraryaddict.disguise.disguisetypes.Disguise.removeDisguise(Disguise.java:480) [16:05:42 WARN]: at me.libraryaddict.disguise.DisguiseAPI.undisguiseToAll(DisguiseAPI.java:408) [16:05:42 WARN]: at me.libraryaddict.disguise.commands.UndisguiseCommand.onCommand(UndisguiseCommand.java:22) [16:05:42 WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [16:05:42 WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) [16:05:42 WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:740) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1864) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1672) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1036) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1029) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1013) [16:05:42 WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:936) [16:05:42 WARN]: at java.lang.Thread.run(Thread.java:748) ```
comp
libsdisguises error with self viewing disguise paper build protocolsupport build the following occurs only with protocolsupport enabled if protocolsupport is removed libsdisguises works fine phanaticd issued server command d cow java lang nullpointerexception at me libraryaddict disguise utilities disguiseutilities sendselfdisguise disguiseutilities java at me libraryaddict disguise utilities disguiseutilities setupfakedisguise disguiseutilities java at me libraryaddict disguise disguisetypes disguise run disguise java at org bukkit craftbukkit scheduler crafttask run crafttask java at org bukkit craftbukkit scheduler craftscheduler mainthreadheartbeat craftscheduler java at net minecraft server minecraftserver b minecraftserver java at net minecraft server dedicatedserver b dedicatedserver java at net minecraft server minecraftserver a minecraftserver java at net minecraft server minecraftserver run minecraftserver java at java lang thread run thread java phanaticd issued server command u java lang nullpointerexception at me libraryaddict disguise utilities disguiseutilities removeselfdisguise disguiseutilities java at me libraryaddict disguise disguisetypes disguise removedisguise disguise java at me libraryaddict disguise disguisetypes disguise removedisguise disguise java at me libraryaddict disguise disguiseapi undisguisetoall disguiseapi java at me libraryaddict disguise commands undisguisecommand oncommand undisguisecommand java at org bukkit command plugincommand execute plugincommand java at org bukkit command simplecommandmap dispatch simplecommandmap java at org bukkit craftbukkit craftserver dispatchcommand craftserver java at net minecraft server playerconnection handlecommand playerconnection java at net minecraft server playerconnection a playerconnection java at net minecraft server packetplayinchat a packetplayinchat java at net minecraft server packetplayinchat a packetplayinchat java at net minecraft server playerconnectionutils lambda ensuremainthread playerconnectionutils java at net minecraft server ticktask run sourcefile at net minecraft server iasynctaskhandler executetask iasynctaskhandler java at net minecraft server iasynctaskhandlerreentrant executetask sourcefile at net minecraft server iasynctaskhandler executenext iasynctaskhandler java at net minecraft server minecraftserver ax minecraftserver java at net minecraft server minecraftserver executenext minecraftserver java at net minecraft server iasynctaskhandler awaittasks iasynctaskhandler java at net minecraft server minecraftserver sleepfortick minecraftserver java at net minecraft server minecraftserver run minecraftserver java at java lang thread run thread java
1
10,708
12,681,272,839
IssuesEvent
2020-06-19 15:06:42
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
reopened
Implement non-ℕ line numbers
compatibility
I'm not sure how to describe it exactly, but this test fails due to it: https://github.com/rack/rack/blob/master/test/spec_builder.rb#L257 **config.ru** ```ruby # frozen_string_literal: true run lambda{ |env| [200, { 'Content-Type' => 'text/plain' }, [__LINE__.to_s]] } ``` To reproduce: ```ruby require 'rack' app, _ = Rack::Builder.parse_file('./config.ru') puts Rack::MockRequest.new(app).get("/").body ``` It returns **3** under MRI (correct), but it returns **4** under Truffleruby.
True
Implement non-ℕ line numbers - I'm not sure how to describe it exactly, but this test fails due to it: https://github.com/rack/rack/blob/master/test/spec_builder.rb#L257 **config.ru** ```ruby # frozen_string_literal: true run lambda{ |env| [200, { 'Content-Type' => 'text/plain' }, [__LINE__.to_s]] } ``` To reproduce: ```ruby require 'rack' app, _ = Rack::Builder.parse_file('./config.ru') puts Rack::MockRequest.new(app).get("/").body ``` It returns **3** under MRI (correct), but it returns **4** under Truffleruby.
comp
implement non ℕ line numbers i m not sure how to describe it exactly but this test fails due to it config ru ruby frozen string literal true run lambda env to reproduce ruby require rack app rack builder parse file config ru puts rack mockrequest new app get body it returns under mri correct but it returns under truffleruby
1
3,636
6,523,228,407
IssuesEvent
2017-08-29 07:49:46
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
Bixby app - HTTPS filtering compatibility
compatibility SSL
<!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one--> http://www.samsung.com/global/galaxy/apps/bixby/voice/ When Adguard is filtering the traffic of Bixby Voice, Bixby doesn't work when I am holding Bixby button to talk to her. It says that there is a connection problem. <!--- If you are requesting a new feature, tell us how it should work in free form--> <!--- If you are reporting a bug, submit the detailed description using the template below--> <details><summary>Screenshot:</summary> ![image](https://user-images.githubusercontent.com/15856304/29663199-b68aebc0-88d2-11e7-9610-bd2f1b8111ae.png) ![image](https://user-images.githubusercontent.com/15856304/29663214-c30cb09a-88d2-11e7-880b-005e6c1274e6.png) </details> ### Customer ID 1539797 <!--- Send us a diagnostic report through the application, choose "Send Feedback" in the side menu of the app--> <!--- You will get an autoreply with you Customer ID after sending a report --> ### Your environment <!--- Please include all relevant details about the environment you experienced the bug in --> * Adguard version: 2.9 * Adguard filtering mode: VPN * Device model: Samsung SM-G955F * Operating system and version 7.0 * Rooted or not? Not * Any other apps that can start VPN/Antiviruses/Cleaners etc. installed? None
True
Bixby app - HTTPS filtering compatibility - <!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one--> http://www.samsung.com/global/galaxy/apps/bixby/voice/ When Adguard is filtering the traffic of Bixby Voice, Bixby doesn't work when I am holding Bixby button to talk to her. It says that there is a connection problem. <!--- If you are requesting a new feature, tell us how it should work in free form--> <!--- If you are reporting a bug, submit the detailed description using the template below--> <details><summary>Screenshot:</summary> ![image](https://user-images.githubusercontent.com/15856304/29663199-b68aebc0-88d2-11e7-9610-bd2f1b8111ae.png) ![image](https://user-images.githubusercontent.com/15856304/29663214-c30cb09a-88d2-11e7-880b-005e6c1274e6.png) </details> ### Customer ID 1539797 <!--- Send us a diagnostic report through the application, choose "Send Feedback" in the side menu of the app--> <!--- You will get an autoreply with you Customer ID after sending a report --> ### Your environment <!--- Please include all relevant details about the environment you experienced the bug in --> * Adguard version: 2.9 * Adguard filtering mode: VPN * Device model: Samsung SM-G955F * Operating system and version 7.0 * Rooted or not? Not * Any other apps that can start VPN/Antiviruses/Cleaners etc. installed? None
comp
bixby app https filtering compatibility when adguard is filtering the traffic of bixby voice bixby doesn t work when i am holding bixby button to talk to her it says that there is a connection problem screenshot customer id your environment adguard version adguard filtering mode vpn device model samsung sm operating system and version rooted or not not any other apps that can start vpn antiviruses cleaners etc installed none
1
87,190
17,172,418,617
IssuesEvent
2021-07-15 07:08:51
CARTAvis/carta-frontend
https://api.github.com/repos/CARTAvis/carta-frontend
closed
v3.0-beta.1 package maintenace
chore code maintenance
Easier to perform package updates for each beta cycle, rather than all at once, as there will be fewer breaking changes. Updates should be done well before code freeze
1.0
v3.0-beta.1 package maintenace - Easier to perform package updates for each beta cycle, rather than all at once, as there will be fewer breaking changes. Updates should be done well before code freeze
non_comp
beta package maintenace easier to perform package updates for each beta cycle rather than all at once as there will be fewer breaking changes updates should be done well before code freeze
0
2,284
5,047,242,544
IssuesEvent
2016-12-20 08:42:24
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
reopened
Import All In One SEO Settings - Permission error
bug compatibility wait for feedback
### What did you expect to happen? I want to import settings from All In One Seo to Yoast. ### What happened instead? An error permission occurred. My user is admin. ### How can we reproduce this behavior? I'va tried in a new installation and the same has occurred. You can reproduce it on any updated wordpress. ### Technical info - WordPress version: 4.6.1 - Yoast SEO version: 3.7.0 - All In One SEO version: 2.3.10.2
True
Import All In One SEO Settings - Permission error - ### What did you expect to happen? I want to import settings from All In One Seo to Yoast. ### What happened instead? An error permission occurred. My user is admin. ### How can we reproduce this behavior? I'va tried in a new installation and the same has occurred. You can reproduce it on any updated wordpress. ### Technical info - WordPress version: 4.6.1 - Yoast SEO version: 3.7.0 - All In One SEO version: 2.3.10.2
comp
import all in one seo settings permission error what did you expect to happen i want to import settings from all in one seo to yoast what happened instead an error permission occurred my user is admin how can we reproduce this behavior i va tried in a new installation and the same has occurred you can reproduce it on any updated wordpress technical info wordpress version yoast seo version all in one seo version
1
392,554
26,947,255,912
IssuesEvent
2023-02-08 09:05:53
jhabaa/test-pylon
https://api.github.com/repos/jhabaa/test-pylon
closed
Code pour détecter la première caméra connectée et prendre une image
bug documentation learning
> Mission 1 Here we have to write a code for first detect the first camera connected and then take a picture
1.0
Code pour détecter la première caméra connectée et prendre une image - > Mission 1 Here we have to write a code for first detect the first camera connected and then take a picture
non_comp
code pour détecter la première caméra connectée et prendre une image mission here we have to write a code for first detect the first camera connected and then take a picture
0
82,209
23,707,642,230
IssuesEvent
2022-08-30 03:54:00
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
torch is not compiled with CUDA support
needs reproduction module: build module: cuda triaged
### 🐛 Describe the bug when I compiled pytorch source code according to official docs, I found that I cannot run torch inference on GPU. How can I manually control the compiling flags ### Versions The latest torch version:1.13 cc @malfet @seemethere @ngimel
1.0
torch is not compiled with CUDA support - ### 🐛 Describe the bug when I compiled pytorch source code according to official docs, I found that I cannot run torch inference on GPU. How can I manually control the compiling flags ### Versions The latest torch version:1.13 cc @malfet @seemethere @ngimel
non_comp
torch is not compiled with cuda support 🐛 describe the bug when i compiled pytorch source code according to official docs i found that i cannot run torch inference on gpu how can i manually control the compiling flags versions the latest torch version cc malfet seemethere ngimel
0
17,963
24,799,546,698
IssuesEvent
2022-10-24 20:22:20
Uraneptus/Sullys-Mod
https://api.github.com/repos/Uraneptus/Sullys-Mod
closed
Lanternfish glow doesn't work with Shaders installed
Bug Compatibility
![2022-08-10_15 26 42](https://user-images.githubusercontent.com/50745606/183913102-f5c3e5dc-46ef-4b0e-895c-c82d4a9ac777.png) This basically, perhaps caused by `BlueprintRenderTypes#getUnshadedCutoutEntity`
True
Lanternfish glow doesn't work with Shaders installed - ![2022-08-10_15 26 42](https://user-images.githubusercontent.com/50745606/183913102-f5c3e5dc-46ef-4b0e-895c-c82d4a9ac777.png) This basically, perhaps caused by `BlueprintRenderTypes#getUnshadedCutoutEntity`
comp
lanternfish glow doesn t work with shaders installed this basically perhaps caused by blueprintrendertypes getunshadedcutoutentity
1
26,646
5,279,466,773
IssuesEvent
2017-02-07 11:21:36
hybridgroup/gobot
https://api.github.com/repos/hybridgroup/gobot
closed
Data races in example
documentation-needed
I've seen a pattern used in this example: https://github.com/hybridgroup/gobot/blob/3daa17dd99916c36bc29018d8f985da1e19321d6/examples/ardrone_ps3.go Which is to use a variable to share the current state of sensor (here rightStick and leftStick). This is a data-race when you copy the variable. I've wrote a simple test that reproduces the same pattern: ```go func TestEventerDataRace(t *testing.T) { var r int e := NewEventer() e.On("test", func(data interface{}) { r++ }) Every(10*time.Microsecond, func() { x := r // this should be a race t.Logf("%d ...", x) }) for i := 0; i < 10000; i++ { e.Publish("test", true) } } ``` Running this `go test -race -run DataRace` detects the issue. It would be better to communicate using channels instead of shared memory, or even use a mutex. I haven't looked at all the examples, but it might be good to do a sweep to ensure this isn't a common pattern.
1.0
Data races in example - I've seen a pattern used in this example: https://github.com/hybridgroup/gobot/blob/3daa17dd99916c36bc29018d8f985da1e19321d6/examples/ardrone_ps3.go Which is to use a variable to share the current state of sensor (here rightStick and leftStick). This is a data-race when you copy the variable. I've wrote a simple test that reproduces the same pattern: ```go func TestEventerDataRace(t *testing.T) { var r int e := NewEventer() e.On("test", func(data interface{}) { r++ }) Every(10*time.Microsecond, func() { x := r // this should be a race t.Logf("%d ...", x) }) for i := 0; i < 10000; i++ { e.Publish("test", true) } } ``` Running this `go test -race -run DataRace` detects the issue. It would be better to communicate using channels instead of shared memory, or even use a mutex. I haven't looked at all the examples, but it might be good to do a sweep to ensure this isn't a common pattern.
non_comp
data races in example i ve seen a pattern used in this example which is to use a variable to share the current state of sensor here rightstick and leftstick this is a data race when you copy the variable i ve wrote a simple test that reproduces the same pattern go func testeventerdatarace t testing t var r int e neweventer e on test func data interface r every time microsecond func x r this should be a race t logf d x for i i i e publish test true running this go test race run datarace detects the issue it would be better to communicate using channels instead of shared memory or even use a mutex i haven t looked at all the examples but it might be good to do a sweep to ensure this isn t a common pattern
0
1,779
4,328,124,387
IssuesEvent
2016-07-26 13:07:50
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Yoast SEO Plugin crashes text editor in wordpress
compatibility javascript visual composer wait for feedback
### What did you expect to happen? When open a page/post editor in wordpress i can work with full text or via Visual Composer plugin to make a post in my website ### What happened instead? After update to Yoast Seo 3.4 when i need create or edit a post / page your plugin generate conflicts with Bakery Visual Composer 1.- When open a pages editor Chrome console give me this error <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 31 06 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118209/a6db1cee-528d-11e6-8803-950a7b02c7f8.png"> 2.- next, when your open a post or page to edit, this error freezes another plugins like Bakery Visual Composer and can't load content in the box <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 25 48 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118482/c3991146-528e-11e6-90ef-ae95daf2af59.png"> <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 26 09 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118497/d1d7eebc-528e-11e6-9f51-e1bf29887aad.png"> 3.- after many seconds wordpress are trying connect without results with the same error <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 25 51 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118537/f6f2300e-528e-11e6-8858-41f83f43ea7d.png"> 4.- when i deactivate SEO Plugin post editor (in Visual Composer) open normal without problems <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 41 48 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118620/5e08d31a-528f-11e6-9a4d-8c77b2fd1065.png"> <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 42 32 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118694/c474df9a-528f-11e6-9e9e-e5a3dca743a8.png"> ### How can we reproduce this behavior? Repeat previous steps. ### Temporal solution Deactivating plugin with i need create or edit post in wordpress, and activating when i finish all edits. Can you provide a link to a page which shows this issue? Any page or post in editor mode from www.vyvelevadores.cl ### Technical info * WordPress version: 4.5.3 * Yoast SEO version: 3.4 * Theme: Sanabel
True
Yoast SEO Plugin crashes text editor in wordpress - ### What did you expect to happen? When open a page/post editor in wordpress i can work with full text or via Visual Composer plugin to make a post in my website ### What happened instead? After update to Yoast Seo 3.4 when i need create or edit a post / page your plugin generate conflicts with Bakery Visual Composer 1.- When open a pages editor Chrome console give me this error <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 31 06 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118209/a6db1cee-528d-11e6-8803-950a7b02c7f8.png"> 2.- next, when your open a post or page to edit, this error freezes another plugins like Bakery Visual Composer and can't load content in the box <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 25 48 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118482/c3991146-528e-11e6-90ef-ae95daf2af59.png"> <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 26 09 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118497/d1d7eebc-528e-11e6-9f51-e1bf29887aad.png"> 3.- after many seconds wordpress are trying connect without results with the same error <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 25 51 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118537/f6f2300e-528e-11e6-8858-41f83f43ea7d.png"> 4.- when i deactivate SEO Plugin post editor (in Visual Composer) open normal without problems <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 41 48 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118620/5e08d31a-528f-11e6-9a4d-8c77b2fd1065.png"> <img width="1440" alt="captura de pantalla 2016-07-25 a las 5 42 32 p m" src="https://cloud.githubusercontent.com/assets/12687007/17118694/c474df9a-528f-11e6-9e9e-e5a3dca743a8.png"> ### How can we reproduce this behavior? Repeat previous steps. ### Temporal solution Deactivating plugin with i need create or edit post in wordpress, and activating when i finish all edits. Can you provide a link to a page which shows this issue? Any page or post in editor mode from www.vyvelevadores.cl ### Technical info * WordPress version: 4.5.3 * Yoast SEO version: 3.4 * Theme: Sanabel
comp
yoast seo plugin crashes text editor in wordpress what did you expect to happen when open a page post editor in wordpress i can work with full text or via visual composer plugin to make a post in my website what happened instead after update to yoast seo when i need create or edit a post page your plugin generate conflicts with bakery visual composer when open a pages editor chrome console give me this error img width alt captura de pantalla a las p m src next when your open a post or page to edit this error freezes another plugins like bakery visual composer and can t load content in the box img width alt captura de pantalla a las p m src img width alt captura de pantalla a las p m src after many seconds wordpress are trying connect without results with the same error img width alt captura de pantalla a las p m src when i deactivate seo plugin post editor in visual composer open normal without problems img width alt captura de pantalla a las p m src img width alt captura de pantalla a las p m src how can we reproduce this behavior repeat previous steps temporal solution deactivating plugin with i need create or edit post in wordpress and activating when i finish all edits can you provide a link to a page which shows this issue any page or post in editor mode from technical info wordpress version yoast seo version theme sanabel
1
132,379
12,505,916,459
IssuesEvent
2020-06-02 11:38:09
netwerk-digitaal-erfgoed/LDWizard
https://api.github.com/repos/netwerk-digitaal-erfgoed/LDWizard
opened
Specificeer mappings naar ETL talen
documentation
Het vastleggen en documenteren van de te gebruiken formaten en transformaties: Het specificeren van mappings naar ten minste twee bestaande ETL talen: - [ ] COW - [ ] RML - [ ] RATT
1.0
Specificeer mappings naar ETL talen - Het vastleggen en documenteren van de te gebruiken formaten en transformaties: Het specificeren van mappings naar ten minste twee bestaande ETL talen: - [ ] COW - [ ] RML - [ ] RATT
non_comp
specificeer mappings naar etl talen het vastleggen en documenteren van de te gebruiken formaten en transformaties het specificeren van mappings naar ten minste twee bestaande etl talen cow rml ratt
0
8,645
10,588,923,096
IssuesEvent
2019-10-09 04:00:07
arcticicestudio/nord-visual-studio-code
https://api.github.com/repos/arcticicestudio/nord-visual-studio-code
closed
`descriptionForeground` workbench theme key
context-ui scope-compatibility scope-ux type-feature
The `descriptionForeground` workbench theme key was introduced almost 2 years ago in [microsoft/vscode@f450e0b1fe3][c] for https://github.com/microsoft/vscode/issues/26298, but not mentioned in a changelog so there's currently no support for it in Nord. The key will be added using `nord4` with a opacity of 90% as color value (`#d8dee9e6`). [c]: https://github.com/microsoft/vscode/blame/f450e0b1fe3ac26ce6bf8367ff1bd60fb1387a7d/src/vs/platform/theme/common/colorRegistry.ts#L154
True
`descriptionForeground` workbench theme key - The `descriptionForeground` workbench theme key was introduced almost 2 years ago in [microsoft/vscode@f450e0b1fe3][c] for https://github.com/microsoft/vscode/issues/26298, but not mentioned in a changelog so there's currently no support for it in Nord. The key will be added using `nord4` with a opacity of 90% as color value (`#d8dee9e6`). [c]: https://github.com/microsoft/vscode/blame/f450e0b1fe3ac26ce6bf8367ff1bd60fb1387a7d/src/vs/platform/theme/common/colorRegistry.ts#L154
comp
descriptionforeground workbench theme key the descriptionforeground workbench theme key was introduced almost years ago in for but not mentioned in a changelog so there s currently no support for it in nord the key will be added using with a opacity of as color value
1
1,993
4,710,240,127
IssuesEvent
2016-10-14 09:27:22
mirage/mirage
https://api.github.com/repos/mirage/mirage
opened
V1_LWT.CHANNEL
breaks compatibility
The mirage-channel packages adds a `read_exactly` which could move into V1_LWT.CHANNEL http://docs.mirage.io/channel/Channel.Make.html This is used by @djs55 in protocols where there are fixed length headers to read (binary protocols like those used in docker/vpnkit)
True
V1_LWT.CHANNEL - The mirage-channel packages adds a `read_exactly` which could move into V1_LWT.CHANNEL http://docs.mirage.io/channel/Channel.Make.html This is used by @djs55 in protocols where there are fixed length headers to read (binary protocols like those used in docker/vpnkit)
comp
lwt channel the mirage channel packages adds a read exactly which could move into lwt channel this is used by in protocols where there are fixed length headers to read binary protocols like those used in docker vpnkit
1
9,823
11,862,772,200
IssuesEvent
2020-03-25 18:30:29
ldtteam/minecolonies
https://api.github.com/repos/ldtteam/minecolonies
closed
Suggestion: /dank/null Builder Integration
Compatibility: Mod
I was thinking that a sweet feature would be having the ability to just toss a /dank/null into the builder's hut or inventory and have the builder use the /dank/null to build with. Here is kind of a layout of different ideas that I have with this: - Each /dank/null needs the respective builder level, for example a builder hut 2 could use a tier 2 /dank/null - The builder would refrain from using the last block in the /dank/null so that it will stay partitioned. - Have the blocks inside of the /dank/null register as blocks for the reuqirements (so you can see how much more you still need even with the /dank/null in the hut) - Have the builder deposit blocks into the /dank/null if able to (if the /dank/null is allocated to take the block then have it add it to it) so that you dont need to empty the hut as often after they clear a build area - maybe include some kind of debug notices about the /dank/null, a single message anytime: > A /dank/null is empty (exept for the single block mentioned earlier) > A /dank/null is filled fully (still have it delete items from the inventory if the /dank/null is full) These are just a few ideas that I could think of, feel free to change them around to fit what is possible and what would fit the mod best. If I can think of any other ideas relating to this I will comment again. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/72666363-suggestion-dank-null-builder-integration?utm_campaign=plugin&utm_content=tracker%2F43175463&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F43175463&utm_medium=issues&utm_source=github). </bountysource-plugin>
True
Suggestion: /dank/null Builder Integration - I was thinking that a sweet feature would be having the ability to just toss a /dank/null into the builder's hut or inventory and have the builder use the /dank/null to build with. Here is kind of a layout of different ideas that I have with this: - Each /dank/null needs the respective builder level, for example a builder hut 2 could use a tier 2 /dank/null - The builder would refrain from using the last block in the /dank/null so that it will stay partitioned. - Have the blocks inside of the /dank/null register as blocks for the reuqirements (so you can see how much more you still need even with the /dank/null in the hut) - Have the builder deposit blocks into the /dank/null if able to (if the /dank/null is allocated to take the block then have it add it to it) so that you dont need to empty the hut as often after they clear a build area - maybe include some kind of debug notices about the /dank/null, a single message anytime: > A /dank/null is empty (exept for the single block mentioned earlier) > A /dank/null is filled fully (still have it delete items from the inventory if the /dank/null is full) These are just a few ideas that I could think of, feel free to change them around to fit what is possible and what would fit the mod best. If I can think of any other ideas relating to this I will comment again. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/72666363-suggestion-dank-null-builder-integration?utm_campaign=plugin&utm_content=tracker%2F43175463&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F43175463&utm_medium=issues&utm_source=github). </bountysource-plugin>
comp
suggestion dank null builder integration i was thinking that a sweet feature would be having the ability to just toss a dank null into the builder s hut or inventory and have the builder use the dank null to build with here is kind of a layout of different ideas that i have with this each dank null needs the respective builder level for example a builder hut could use a tier dank null the builder would refrain from using the last block in the dank null so that it will stay partitioned have the blocks inside of the dank null register as blocks for the reuqirements so you can see how much more you still need even with the dank null in the hut have the builder deposit blocks into the dank null if able to if the dank null is allocated to take the block then have it add it to it so that you dont need to empty the hut as often after they clear a build area maybe include some kind of debug notices about the dank null a single message anytime a dank null is empty exept for the single block mentioned earlier a dank null is filled fully still have it delete items from the inventory if the dank null is full these are just a few ideas that i could think of feel free to change them around to fit what is possible and what would fit the mod best if i can think of any other ideas relating to this i will comment again want to back this issue we accept bounties via
1
358,903
25,207,904,555
IssuesEvent
2022-11-13 22:17:14
david3214/Team_2_CS_2450-601
https://api.github.com/repos/david3214/Team_2_CS_2450-601
closed
Use case diagrams with screenshots and code snippets
documentation
**Prepare and submit demonstrative components of all the debugged code of your solution. Include use case diagrams with supporting code snippets, and screenshots that represent these features so that someone reading this document could begin to prepare a sales brochure and user manual. Include a readme.txt file for a fresh, moderate computer-literate user installation.**
1.0
Use case diagrams with screenshots and code snippets - **Prepare and submit demonstrative components of all the debugged code of your solution. Include use case diagrams with supporting code snippets, and screenshots that represent these features so that someone reading this document could begin to prepare a sales brochure and user manual. Include a readme.txt file for a fresh, moderate computer-literate user installation.**
non_comp
use case diagrams with screenshots and code snippets prepare and submit demonstrative components of all the debugged code of your solution include use case diagrams with supporting code snippets and screenshots that represent these features so that someone reading this document could begin to prepare a sales brochure and user manual include a readme txt file for a fresh moderate computer literate user installation
0
3,172
6,088,930,192
IssuesEvent
2017-06-19 02:01:28
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
[netfx compat] CompareAttribute throws InvalidOperationException for multi-cased properties
area-System.ComponentModel.DataAnnotations bug tenet-compatibility
The following code example passes with netfx: ```cs [Fact] public static void Validate_LowerAndUpperPropertyName_ThrowsInvalidOperationException() { CompareAttribute attribute = new CompareAttribute(nameof(CompareObject.comparepropertycased)); Assert.Equal("'CurrentProperty' and 'comparepropertycased' do not match.", attribute.GetValidationResult("b", s_context).ErrorMessage); Assert.Equal(ValidationResult.Success, attribute.GetValidationResult(null, s_context)); } ``` In netcoreapp, this throws an InvalidOperationException: ``` System.ComponentModel.DataAnnotations.Tests.CompareAttributeTests.Validate_LowerAndUpperPropertyName_Success [FAIL ] System.InvalidOperationException : Sequence contains more than one matching element Stack Trace: at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) at System.ComponentModel.DataAnnotations.CompareAttribute.GetDisplayNameForProperty(Type containerType, S tring propertyName) at System.ComponentModel.DataAnnotations.CompareAttribute.IsValid(Object value, ValidationContext validat ionContext) at System.ComponentModel.DataAnnotations.ValidationAttribute.GetValidationResult(Object value, Validation Context validationContext) at System.ComponentModel.DataAnnotations.Tests.CompareAttributeTests.Validate_LowerAndUpperPropertyName_S uccess() ```
True
[netfx compat] CompareAttribute throws InvalidOperationException for multi-cased properties - The following code example passes with netfx: ```cs [Fact] public static void Validate_LowerAndUpperPropertyName_ThrowsInvalidOperationException() { CompareAttribute attribute = new CompareAttribute(nameof(CompareObject.comparepropertycased)); Assert.Equal("'CurrentProperty' and 'comparepropertycased' do not match.", attribute.GetValidationResult("b", s_context).ErrorMessage); Assert.Equal(ValidationResult.Success, attribute.GetValidationResult(null, s_context)); } ``` In netcoreapp, this throws an InvalidOperationException: ``` System.ComponentModel.DataAnnotations.Tests.CompareAttributeTests.Validate_LowerAndUpperPropertyName_Success [FAIL ] System.InvalidOperationException : Sequence contains more than one matching element Stack Trace: at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) at System.ComponentModel.DataAnnotations.CompareAttribute.GetDisplayNameForProperty(Type containerType, S tring propertyName) at System.ComponentModel.DataAnnotations.CompareAttribute.IsValid(Object value, ValidationContext validat ionContext) at System.ComponentModel.DataAnnotations.ValidationAttribute.GetValidationResult(Object value, Validation Context validationContext) at System.ComponentModel.DataAnnotations.Tests.CompareAttributeTests.Validate_LowerAndUpperPropertyName_S uccess() ```
comp
compareattribute throws invalidoperationexception for multi cased properties the following code example passes with netfx cs public static void validate lowerandupperpropertyname throwsinvalidoperationexception compareattribute attribute new compareattribute nameof compareobject comparepropertycased assert equal currentproperty and comparepropertycased do not match attribute getvalidationresult b s context errormessage assert equal validationresult success attribute getvalidationresult null s context in netcoreapp this throws an invalidoperationexception system componentmodel dataannotations tests compareattributetests validate lowerandupperpropertyname success fail system invalidoperationexception sequence contains more than one matching element stack trace at system linq enumerable singleordefault ienumerable source func predicate at system componentmodel dataannotations compareattribute getdisplaynameforproperty type containertype s tring propertyname at system componentmodel dataannotations compareattribute isvalid object value validationcontext validat ioncontext at system componentmodel dataannotations validationattribute getvalidationresult object value validation context validationcontext at system componentmodel dataannotations tests compareattributetests validate lowerandupperpropertyname s uccess
1
21,085
32,062,656,198
IssuesEvent
2023-09-24 20:46:43
elementor/elementor
https://api.github.com/repos/elementor/elementor
closed
✅ 📊 🐞 Bug Report: Elementor PRO Form "Step Function" breaks form formatting if used in the POPUP when Improved CSS Loading experimental feature is ACTIVE.
bug product/pro component/forms component/popup type/performance compatibility/assets type/experiment
### Prerequisites - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [X] The issue still exists against the latest stable version of Elementor. ### Description The form STEP option inside the form placed in the popup breaks the form formatting when the Improved CSS Loading experimental feature is ACTIVE. ### Steps to reproduce Turn on the Improved CSS Loading experimental feature to Active. Create the form inside the popup and add steps to the form. Call popup containing the form in the front end. ### Isolating the problem - [ ] This bug happens with only Elementor plugin active (and Elementor Pro). - [X] This bug happens with a Blank WordPress theme active ([Hello theme](https://wordpress.org/themes/hello-elementor/)). - [X] I can reproduce this bug consistently following the steps above. ### System Info <details> <summary>Click to reveal</summary> ````txt == Server Environment == Operating System: Linux Software: Apache MySQL version: Source distribution v5.7.39-42 PHP Version: 7.4.33 PHP Memory Limit: 768M PHP Max Input Vars: 3000 PHP Max Post Size: 256M GD Installed: Yes ZIP Installed: Yes Write Permissions: All right Elementor Library: Connected == WordPress Environment == Version: 6.2 Site URL: https://www.biotherapy.asia Home URL: https://www.biotherapy.asia WP Multisite: No Max Upload Size: 256 MB Memory limit: 768M Max Memory limit: 768M Permalink Structure: /%postname%/ Language: en-US Timezone: Asia/Bangkok Debug Mode: Inactive == Theme == Name: Hello Elementor Version: 2.7.1 Author: Elementor Team Child Theme: No == User == Role: administrator WP Profile lang: en_US User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0 == Active Plugins == ACF Photo Gallery Field Version: 1.8.1 Author: Navneil Naicker Advanced Custom Fields Version: 6.1.4 Author: WP Engine Advanced Custom Fields Multilingual Version: 2.0.4 Author: OnTheGoSystems Change Mail Sender Version: 1.3.0 Author: WP Mail SMTP Change WordPress Login Logo Version: 1.1.9 Author: Boopathi Rajan Classic Editor Version: 1.6.3 Author: WordPress Contributors Code Snippets Version: 3.3.0 Author: Code Snippets Pro Custom Post Type UI Version: 1.13.5 Author: WebDevStudios Duplicate Menu Version: 0.2.2 Author: Jonathan Christopher Duplicate Page Version: 4.5.1 Author: mndpsingh287 e-addons DISPLAY Version: 2.1.3 Author: Nerds Farm e-addons EXTENDED Version: 2.4 Author: Nerds Farm e-addons for Elementor Version: 3.3.1 Author: Nerds Farm e-addons MAPS Version: 2.0.2 Author: Nerds Farm e-addons PRO FORM ACTIONS Version: 2.2.2 Author: Nerds Farm e-addons PRO FORM CONDITIONS Version: 2.2.1 Author: Nerds Farm e-addons PRO FORM EXTENDED Version: 2.4.2 Author: Nerds Farm e-addons QUERY Version: 2.1.6 Author: Nerds Farm e-addons TWIG Version: 2.3.1 Author: Nerds Farm e-addons UI Version: 2.2.2 Author: Nerds Farm Elementor Version: 3.12.1 Author: Elementor.com Elementor Pro Version: 3.12.2 Author: Elementor.com Email Encoder - Protect Email Addresses Version: 2.1.4 Author: Ironikus Enable Media Replace Version: 4.1.1 Author: ShortPixel Extras for Elementor Version: 2.2.51 Author: Namogo Favicon by RealFaviconGenerator Version: 1.3.27 Author: Philippe Bernard Flexible Elementor Panel Version: 2.3.9 Author: WebMat Geolocation IP Detection Version: 5.2.2 Author: Yellow Tree (Benjamin Pick) HappyFiles Pro Version: 1.8.2 Author: Codeer Health Check & Troubleshooting Version: 1.6.0 Author: The WordPress.org community Inactive Logout Version: 3.1.1 Author: Deepen Bajracharya Interactive World Maps Version: 2.3.3.1 Author: Carlos Moreira MailChimp for WordPress Multilingual Version: 0.0.3 Author: OnTheGoSystems Newsletter Version: 7.6.9 Author: Stefano Lissa & The Newsletter Team Newsletter - Addons Manager Version: 1.2.0 Author: The Newsletter Team Newsletter - Amazon SES Version: 1.4.2 Author: The Newsletter Team Newsletter - Archive Version: 4.0.8 Author: The Newsletter Team Newsletter - Autoresponder Version: 1.3.8 Author: The Newsletter Team Newsletter - Elementor Addon Version: 1.0.4 Author: The Newsletter Team Newsletter - Extended Composer Blocks Version: 1.4.1 Author: The Newsletter Team Newsletter - Geolocation Version: 1.1.8 Author: The Newsletter Team Newsletter - Google Analytics Version: 1.1.8 Author: The Newsletter Team Newsletter - Import Version: 1.3.7 Author: The Newsletter Team Newsletter - Instasend (BETA) Version: 1.0.3 Author: The Newsletter Team Newsletter - Locked Content Version: 1.1.4 Author: The Newsletter Team Newsletter - Reports and Retargeting Version: 4.4.5 Author: The Newsletter Team Newsletter - Webhooks Version: 1.0.6 Author: The Newsletter Team One Click Accessibility Version: 2.1.0 Author: One Click Accessibility OneSignal Push Notifications Version: 2.4.0 Author: OneSignal Piotnet Addons For Elementor Version: 2.4.23 Author: Piotnet Piotnet Addons For Elementor Pro Version: 7.1.1 Author: Piotnet Team PixelYourSite Version: 9.3.6 Author: PixelYourSite Presto Player Version: 1.13.0 Author: Presto Made, Inc Presto Player Pro Version: 1.2.1 Author: Presto Player Rank Math SEO Version: 1.0.111 Author: Rank Math Relevanssi Version: 4.18.4 Author: Mikko Saari SiteGround Optimizer Version: 7.3.1 Author: SiteGround SiteGround Security Version: 1.4.1 Author: SiteGround Site Kit by Google Version: 1.98.0 Author: Google SMTP for AmazonSES - YaySMTP Version: 1.5 Author: YayCommerce Temporary Login Without Password Version: 1.8.1.1 Author: StoreApps Toolbar Extras Version: 1.4.9 Author: David Decker - DECKERWEB ToolKit For Elementor Version: 1.4.9 Author: ToolKit For Elementor User Role Editor Version: 4.63.3 Author: Vladimir Garagulya WP Copy Content Protection Version: 1.3 Author: Blogger PNG WP Disable Automatic Updates Version: 1.1 Author: Daniele De Rosa WPML CMS Nav Version: 1.5.5 Author: OnTheGoSystems WPML Media Version: 2.7.2 Author: OnTheGoSystems WPML Multilingual CMS Version: 4.6.3 Author: OnTheGoSystems WPML SEO Version: 2.1.0 Author: OnTheGoSystems WPML Sticky Links Version: 1.5.4 Author: OnTheGoSystems WPML String Translation Version: 3.2.5 Author: OnTheGoSystems == Must-Use Plugins == Health Check Troubleshooting Mode Version: 1.8.1 Author: == Features == Custom Fonts: 0 Custom Icons: 0 == Integrations == google_maps: Active recaptcha_v3: Active facebook_sdk: Active == Elementor Experiments == Optimized DOM Output: Active Improved Asset Loading: Active Improved CSS Loading: Inactive Inline Font Icons: Inactive Accessibility Improvements: Inactive Additional Custom Breakpoints: Inactive admin_menu_rearrangement: Inactive by default Flexbox Container: Inactive Upgrade Swiper Library: Inactive by default Default to New Theme Builder: Inactive Hello Theme Header & Footer: Inactive Editor Top Bar: Inactive by default Landing Pages: Inactive Nested Elements: Inactive Lazy Load Background Images: Inactive Page Transitions: Active Notes: Inactive Loop: Inactive Form Submissions: Active Scroll Snap: Inactive Menu: Inactive by default == Log == JS: showing 13 of 13JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57381widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57384widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57387widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57396widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57399widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57402widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57405widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57408widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57427widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57436widgetsticky": not an object JS: 2023-03-24 15:38:22 [error X 6][https://www.biotherapy.asia/wp-admin/load-scripts.php?c=0&loadchunk_0=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:2:51816] a is undefined JS: 2023-04-09 14:07:12 [error X 1][https://www.biotherapy.asia/wp-content/plugins/elementor/assets/js/new-template.min.js?ver=3.12.1:2:2869] elementor_new_template_form_controls is not defined JS: 2023-04-09 14:12:37 [error X 1][https://www.biotherapy.asia/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js?ver=1.4.0:6:13789] no element is specified to initialize PerfectScrollbar PHP: showing 4 of 4PHP: 2023-03-26 01:30:09 [notice X 3][../wp-content/plugins/elementor/includes/managers/image.php::108] Trying to access array offset on value of type bool [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2023-03-29 01:31:33 [notice X 2][../wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php::219] Trying to get property 'ID' of non-object [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2023-03-29 02:19:54 [error X 1][../wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php::295] Uncaught Error: Call to a member function update_meta() on bool in ../wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php:295 Stack trace: #0 ../wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php(168): ElementorPro\Modules\ThemeBuilder\Classes\Conditions_Manager->save_conditions(NULL, Array) #1 [internal function]: ElementorPro\Modules\ThemeBuilder\Classes\Conditions_Manager->ajax_save_theme_template_conditions(Array, Object(Elementor\Core\Common\Modules\Ajax\Module)) #2 ../wp-content/plugins/elementor/core/common/modules/ajax/module.php(175): call_user_func(Array, Array, Object(Elementor\Core\Common\Modules\Ajax\Module)) #3 ../wp-includes/class-wp-hook.php(308): Elementor\Core\Common\Modules\Ajax\Module->handle_ajax_request('') #4 /home/customer/www/biotherapy.asia/pu [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2023-04-04 23:42:38 [notice X 10][../wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-number.php::33] Undefined offset: 1 [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] Log: showing 20 of 252023-03-29 21:59:52 [info] Elementor data updater process has been queued. [array ( 'plugin' => 'Elementor Pro', 'from' => '3.11.7', 'to' => '3.12.0', )] 2023-03-29 21:59:52 [info] elementor::elementor_updater Started 2023-03-29 21:59:52 [info] Elementor/Upgrades - _on_each_version Start 2023-03-29 21:59:52 [info] Elementor/Upgrades - _on_each_version Finished 2023-03-29 21:59:52 [info] Elementor data updater process has been completed. [array ( 'plugin' => 'Elementor', 'from' => '3.11.5', 'to' => '3.12.0', )] 2023-04-04 19:30:52 [info] Elementor data updater process has been queued. [array ( 'plugin' => 'Elementor', 'from' => '3.12.0', 'to' => '3.12.1', )] 2023-04-04 19:30:53 [info] elementor-pro::elementor_pro_updater Started 2023-04-04 19:30:53 [info] Elementor Pro/Upgrades - _on_each_version Start 2023-04-04 19:30:53 [info] Elementor Pro/Upgrades - _on_each_version Finished 2023-04-04 19:30:53 [info] Elementor data updater process has been completed. [array ( 'plugin' => 'Elementor Pro', 'from' => '3.12.0', 'to' => '3.12.1', )] 2023-04-04 19:30:53 [info] Elementor data updater process has been queued. [array ( 'plugin' => 'Elementor Pro', 'from' => '3.12.0', 'to' => '3.12.1', )] 2023-04-04 19:30:53 [info] elementor::elementor_updater Started 2023-04-04 19:30:53 [info] Elementor/Upgrades - _on_each_version Start 2023-04-04 19:30:53 [info] Elementor/Upgrades - _on_each_version Finished 2023-04-04 19:30:53 [info] Elementor data updater process has been completed. [array ( 'plugin' => 'Elementor', 'from' => '3.12.0', 'to' => '3.12.1', )] 2023-04-09 22:39:03 [info] Elementor data updater process has been queued. [array ( 'plugin' => 'Elementor Pro', 'from' => '3.12.1', 'to' => '3.12.2', )] 2023-04-09 22:39:05 [info] elementor-pro::elementor_pro_updater Started 2023-04-09 22:39:05 [info] Elementor Pro/Upgrades - _on_each_version Start 2023-04-09 22:39:06 [info] Elementor Pro/Upgrades - _on_each_version Finished 2023-04-09 22:39:06 [info] Elementor data updater process has been completed. [array ( 'plugin' => 'Elementor Pro', 'from' => '3.12.1', 'to' => '3.12.2', )] == Elementor - Compatibility Tag == e-addons for Elementor: Compatibility unknown Elementor Pro: Incompatible Extras for Elementor: Incompatible Flexible Elementor Panel: Compatibility not specified Newsletter - Elementor Addon: Incompatible Piotnet Addons For Elementor: Incompatible Piotnet Addons For Elementor Pro: Compatible ToolKit For Elementor: Incompatible == Elementor Pro - Compatibility Tag == e-addons for Elementor: Compatibility unknown Extras for Elementor: Incompatible Newsletter - Elementor Addon: Incompatible Piotnet Addons For Elementor: Incompatible Piotnet Addons For Elementor Pro: Compatible ToolKit For Elementor: Incompatible ```` </details>
True
✅ 📊 🐞 Bug Report: Elementor PRO Form "Step Function" breaks form formatting if used in the POPUP when Improved CSS Loading experimental feature is ACTIVE. - ### Prerequisites - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [X] The issue still exists against the latest stable version of Elementor. ### Description The form STEP option inside the form placed in the popup breaks the form formatting when the Improved CSS Loading experimental feature is ACTIVE. ### Steps to reproduce Turn on the Improved CSS Loading experimental feature to Active. Create the form inside the popup and add steps to the form. Call popup containing the form in the front end. ### Isolating the problem - [ ] This bug happens with only Elementor plugin active (and Elementor Pro). - [X] This bug happens with a Blank WordPress theme active ([Hello theme](https://wordpress.org/themes/hello-elementor/)). - [X] I can reproduce this bug consistently following the steps above. ### System Info <details> <summary>Click to reveal</summary> ````txt == Server Environment == Operating System: Linux Software: Apache MySQL version: Source distribution v5.7.39-42 PHP Version: 7.4.33 PHP Memory Limit: 768M PHP Max Input Vars: 3000 PHP Max Post Size: 256M GD Installed: Yes ZIP Installed: Yes Write Permissions: All right Elementor Library: Connected == WordPress Environment == Version: 6.2 Site URL: https://www.biotherapy.asia Home URL: https://www.biotherapy.asia WP Multisite: No Max Upload Size: 256 MB Memory limit: 768M Max Memory limit: 768M Permalink Structure: /%postname%/ Language: en-US Timezone: Asia/Bangkok Debug Mode: Inactive == Theme == Name: Hello Elementor Version: 2.7.1 Author: Elementor Team Child Theme: No == User == Role: administrator WP Profile lang: en_US User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0 == Active Plugins == ACF Photo Gallery Field Version: 1.8.1 Author: Navneil Naicker Advanced Custom Fields Version: 6.1.4 Author: WP Engine Advanced Custom Fields Multilingual Version: 2.0.4 Author: OnTheGoSystems Change Mail Sender Version: 1.3.0 Author: WP Mail SMTP Change WordPress Login Logo Version: 1.1.9 Author: Boopathi Rajan Classic Editor Version: 1.6.3 Author: WordPress Contributors Code Snippets Version: 3.3.0 Author: Code Snippets Pro Custom Post Type UI Version: 1.13.5 Author: WebDevStudios Duplicate Menu Version: 0.2.2 Author: Jonathan Christopher Duplicate Page Version: 4.5.1 Author: mndpsingh287 e-addons DISPLAY Version: 2.1.3 Author: Nerds Farm e-addons EXTENDED Version: 2.4 Author: Nerds Farm e-addons for Elementor Version: 3.3.1 Author: Nerds Farm e-addons MAPS Version: 2.0.2 Author: Nerds Farm e-addons PRO FORM ACTIONS Version: 2.2.2 Author: Nerds Farm e-addons PRO FORM CONDITIONS Version: 2.2.1 Author: Nerds Farm e-addons PRO FORM EXTENDED Version: 2.4.2 Author: Nerds Farm e-addons QUERY Version: 2.1.6 Author: Nerds Farm e-addons TWIG Version: 2.3.1 Author: Nerds Farm e-addons UI Version: 2.2.2 Author: Nerds Farm Elementor Version: 3.12.1 Author: Elementor.com Elementor Pro Version: 3.12.2 Author: Elementor.com Email Encoder - Protect Email Addresses Version: 2.1.4 Author: Ironikus Enable Media Replace Version: 4.1.1 Author: ShortPixel Extras for Elementor Version: 2.2.51 Author: Namogo Favicon by RealFaviconGenerator Version: 1.3.27 Author: Philippe Bernard Flexible Elementor Panel Version: 2.3.9 Author: WebMat Geolocation IP Detection Version: 5.2.2 Author: Yellow Tree (Benjamin Pick) HappyFiles Pro Version: 1.8.2 Author: Codeer Health Check & Troubleshooting Version: 1.6.0 Author: The WordPress.org community Inactive Logout Version: 3.1.1 Author: Deepen Bajracharya Interactive World Maps Version: 2.3.3.1 Author: Carlos Moreira MailChimp for WordPress Multilingual Version: 0.0.3 Author: OnTheGoSystems Newsletter Version: 7.6.9 Author: Stefano Lissa & The Newsletter Team Newsletter - Addons Manager Version: 1.2.0 Author: The Newsletter Team Newsletter - Amazon SES Version: 1.4.2 Author: The Newsletter Team Newsletter - Archive Version: 4.0.8 Author: The Newsletter Team Newsletter - Autoresponder Version: 1.3.8 Author: The Newsletter Team Newsletter - Elementor Addon Version: 1.0.4 Author: The Newsletter Team Newsletter - Extended Composer Blocks Version: 1.4.1 Author: The Newsletter Team Newsletter - Geolocation Version: 1.1.8 Author: The Newsletter Team Newsletter - Google Analytics Version: 1.1.8 Author: The Newsletter Team Newsletter - Import Version: 1.3.7 Author: The Newsletter Team Newsletter - Instasend (BETA) Version: 1.0.3 Author: The Newsletter Team Newsletter - Locked Content Version: 1.1.4 Author: The Newsletter Team Newsletter - Reports and Retargeting Version: 4.4.5 Author: The Newsletter Team Newsletter - Webhooks Version: 1.0.6 Author: The Newsletter Team One Click Accessibility Version: 2.1.0 Author: One Click Accessibility OneSignal Push Notifications Version: 2.4.0 Author: OneSignal Piotnet Addons For Elementor Version: 2.4.23 Author: Piotnet Piotnet Addons For Elementor Pro Version: 7.1.1 Author: Piotnet Team PixelYourSite Version: 9.3.6 Author: PixelYourSite Presto Player Version: 1.13.0 Author: Presto Made, Inc Presto Player Pro Version: 1.2.1 Author: Presto Player Rank Math SEO Version: 1.0.111 Author: Rank Math Relevanssi Version: 4.18.4 Author: Mikko Saari SiteGround Optimizer Version: 7.3.1 Author: SiteGround SiteGround Security Version: 1.4.1 Author: SiteGround Site Kit by Google Version: 1.98.0 Author: Google SMTP for AmazonSES - YaySMTP Version: 1.5 Author: YayCommerce Temporary Login Without Password Version: 1.8.1.1 Author: StoreApps Toolbar Extras Version: 1.4.9 Author: David Decker - DECKERWEB ToolKit For Elementor Version: 1.4.9 Author: ToolKit For Elementor User Role Editor Version: 4.63.3 Author: Vladimir Garagulya WP Copy Content Protection Version: 1.3 Author: Blogger PNG WP Disable Automatic Updates Version: 1.1 Author: Daniele De Rosa WPML CMS Nav Version: 1.5.5 Author: OnTheGoSystems WPML Media Version: 2.7.2 Author: OnTheGoSystems WPML Multilingual CMS Version: 4.6.3 Author: OnTheGoSystems WPML SEO Version: 2.1.0 Author: OnTheGoSystems WPML Sticky Links Version: 1.5.4 Author: OnTheGoSystems WPML String Translation Version: 3.2.5 Author: OnTheGoSystems == Must-Use Plugins == Health Check Troubleshooting Mode Version: 1.8.1 Author: == Features == Custom Fonts: 0 Custom Icons: 0 == Integrations == google_maps: Active recaptcha_v3: Active facebook_sdk: Active == Elementor Experiments == Optimized DOM Output: Active Improved Asset Loading: Active Improved CSS Loading: Inactive Inline Font Icons: Inactive Accessibility Improvements: Inactive Additional Custom Breakpoints: Inactive admin_menu_rearrangement: Inactive by default Flexbox Container: Inactive Upgrade Swiper Library: Inactive by default Default to New Theme Builder: Inactive Hello Theme Header & Footer: Inactive Editor Top Bar: Inactive by default Landing Pages: Inactive Nested Elements: Inactive Lazy Load Background Images: Inactive Page Transitions: Active Notes: Inactive Loop: Inactive Form Submissions: Active Scroll Snap: Inactive Menu: Inactive by default == Log == JS: showing 13 of 13JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57381widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57384widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57387widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57396widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57399widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57402widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57405widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57408widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57427widgetsticky": not an object JS: 2023-03-24 15:37:32 [error X 1][https://www.biotherapy.asia/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:40864] can't assign to property "guid" on "c57436widgetsticky": not an object JS: 2023-03-24 15:38:22 [error X 6][https://www.biotherapy.asia/wp-admin/load-scripts.php?c=0&loadchunk_0=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:2:51816] a is undefined JS: 2023-04-09 14:07:12 [error X 1][https://www.biotherapy.asia/wp-content/plugins/elementor/assets/js/new-template.min.js?ver=3.12.1:2:2869] elementor_new_template_form_controls is not defined JS: 2023-04-09 14:12:37 [error X 1][https://www.biotherapy.asia/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js?ver=1.4.0:6:13789] no element is specified to initialize PerfectScrollbar PHP: showing 4 of 4PHP: 2023-03-26 01:30:09 [notice X 3][../wp-content/plugins/elementor/includes/managers/image.php::108] Trying to access array offset on value of type bool [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2023-03-29 01:31:33 [notice X 2][../wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php::219] Trying to get property 'ID' of non-object [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2023-03-29 02:19:54 [error X 1][../wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php::295] Uncaught Error: Call to a member function update_meta() on bool in ../wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php:295 Stack trace: #0 ../wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php(168): ElementorPro\Modules\ThemeBuilder\Classes\Conditions_Manager->save_conditions(NULL, Array) #1 [internal function]: ElementorPro\Modules\ThemeBuilder\Classes\Conditions_Manager->ajax_save_theme_template_conditions(Array, Object(Elementor\Core\Common\Modules\Ajax\Module)) #2 ../wp-content/plugins/elementor/core/common/modules/ajax/module.php(175): call_user_func(Array, Array, Object(Elementor\Core\Common\Modules\Ajax\Module)) #3 ../wp-includes/class-wp-hook.php(308): Elementor\Core\Common\Modules\Ajax\Module->handle_ajax_request('') #4 /home/customer/www/biotherapy.asia/pu [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2023-04-04 23:42:38 [notice X 10][../wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-number.php::33] Undefined offset: 1 [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] Log: showing 20 of 252023-03-29 21:59:52 [info] Elementor data updater process has been queued. [array ( 'plugin' => 'Elementor Pro', 'from' => '3.11.7', 'to' => '3.12.0', )] 2023-03-29 21:59:52 [info] elementor::elementor_updater Started 2023-03-29 21:59:52 [info] Elementor/Upgrades - _on_each_version Start 2023-03-29 21:59:52 [info] Elementor/Upgrades - _on_each_version Finished 2023-03-29 21:59:52 [info] Elementor data updater process has been completed. [array ( 'plugin' => 'Elementor', 'from' => '3.11.5', 'to' => '3.12.0', )] 2023-04-04 19:30:52 [info] Elementor data updater process has been queued. [array ( 'plugin' => 'Elementor', 'from' => '3.12.0', 'to' => '3.12.1', )] 2023-04-04 19:30:53 [info] elementor-pro::elementor_pro_updater Started 2023-04-04 19:30:53 [info] Elementor Pro/Upgrades - _on_each_version Start 2023-04-04 19:30:53 [info] Elementor Pro/Upgrades - _on_each_version Finished 2023-04-04 19:30:53 [info] Elementor data updater process has been completed. [array ( 'plugin' => 'Elementor Pro', 'from' => '3.12.0', 'to' => '3.12.1', )] 2023-04-04 19:30:53 [info] Elementor data updater process has been queued. [array ( 'plugin' => 'Elementor Pro', 'from' => '3.12.0', 'to' => '3.12.1', )] 2023-04-04 19:30:53 [info] elementor::elementor_updater Started 2023-04-04 19:30:53 [info] Elementor/Upgrades - _on_each_version Start 2023-04-04 19:30:53 [info] Elementor/Upgrades - _on_each_version Finished 2023-04-04 19:30:53 [info] Elementor data updater process has been completed. [array ( 'plugin' => 'Elementor', 'from' => '3.12.0', 'to' => '3.12.1', )] 2023-04-09 22:39:03 [info] Elementor data updater process has been queued. [array ( 'plugin' => 'Elementor Pro', 'from' => '3.12.1', 'to' => '3.12.2', )] 2023-04-09 22:39:05 [info] elementor-pro::elementor_pro_updater Started 2023-04-09 22:39:05 [info] Elementor Pro/Upgrades - _on_each_version Start 2023-04-09 22:39:06 [info] Elementor Pro/Upgrades - _on_each_version Finished 2023-04-09 22:39:06 [info] Elementor data updater process has been completed. [array ( 'plugin' => 'Elementor Pro', 'from' => '3.12.1', 'to' => '3.12.2', )] == Elementor - Compatibility Tag == e-addons for Elementor: Compatibility unknown Elementor Pro: Incompatible Extras for Elementor: Incompatible Flexible Elementor Panel: Compatibility not specified Newsletter - Elementor Addon: Incompatible Piotnet Addons For Elementor: Incompatible Piotnet Addons For Elementor Pro: Compatible ToolKit For Elementor: Incompatible == Elementor Pro - Compatibility Tag == e-addons for Elementor: Compatibility unknown Extras for Elementor: Incompatible Newsletter - Elementor Addon: Incompatible Piotnet Addons For Elementor: Incompatible Piotnet Addons For Elementor Pro: Compatible ToolKit For Elementor: Incompatible ```` </details>
comp
✅ 📊 🐞 bug report elementor pro form step function breaks form formatting if used in the popup when improved css loading experimental feature is active prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description the form step option inside the form placed in the popup breaks the form formatting when the improved css loading experimental feature is active steps to reproduce turn on the improved css loading experimental feature to active create the form inside the popup and add steps to the form call popup containing the form in the front end isolating the problem this bug happens with only elementor plugin active and elementor pro this bug happens with a blank wordpress theme active i can reproduce this bug consistently following the steps above system info click to reveal txt server environment operating system linux software apache mysql version source distribution php version php memory limit php max input vars php max post size gd installed yes zip installed yes write permissions all right elementor library connected wordpress environment version site url home url wp multisite no max upload size mb memory limit max memory limit permalink structure postname language en us timezone asia bangkok debug mode inactive theme name hello elementor version author elementor team child theme no user role administrator wp profile lang en us user agent mozilla windows nt rv gecko firefox active plugins acf photo gallery field version author navneil naicker advanced custom fields version author wp engine advanced custom fields multilingual version author onthegosystems change mail sender version author wp mail smtp change wordpress login logo version author boopathi rajan classic editor version author wordpress contributors code snippets version author code snippets pro custom post type ui version author webdevstudios duplicate menu version author jonathan christopher duplicate page version author e addons display version author nerds farm e addons extended version author nerds farm e addons for elementor version author nerds farm e addons maps version author nerds farm e addons pro form actions version author nerds farm e addons pro form conditions version author nerds farm e addons pro form extended version author nerds farm e addons query version author nerds farm e addons twig version author nerds farm e addons ui version author nerds farm elementor version author elementor com elementor pro version author elementor com email encoder protect email addresses version author ironikus enable media replace version author shortpixel extras for elementor version author namogo favicon by realfavicongenerator version author philippe bernard flexible elementor panel version author webmat geolocation ip detection version author yellow tree benjamin pick happyfiles pro version author codeer health check troubleshooting version author the wordpress org community inactive logout version author deepen bajracharya interactive world maps version author carlos moreira mailchimp for wordpress multilingual version author onthegosystems newsletter version author stefano lissa the newsletter team newsletter addons manager version author the newsletter team newsletter amazon ses version author the newsletter team newsletter archive version author the newsletter team newsletter autoresponder version author the newsletter team newsletter elementor addon version author the newsletter team newsletter extended composer blocks version author the newsletter team newsletter geolocation version author the newsletter team newsletter google analytics version author the newsletter team newsletter import version author the newsletter team newsletter instasend beta version author the newsletter team newsletter locked content version author the newsletter team newsletter reports and retargeting version author the newsletter team newsletter webhooks version author the newsletter team one click accessibility version author one click accessibility onesignal push notifications version author onesignal piotnet addons for elementor version author piotnet piotnet addons for elementor pro version author piotnet team pixelyoursite version author pixelyoursite presto player version author presto made inc presto player pro version author presto player rank math seo version author rank math relevanssi version author mikko saari siteground optimizer version author siteground siteground security version author siteground site kit by google version author google smtp for amazonses yaysmtp version author yaycommerce temporary login without password version author storeapps toolbar extras version author david decker deckerweb toolkit for elementor version author toolkit for elementor user role editor version author vladimir garagulya wp copy content protection version author blogger png wp disable automatic updates version author daniele de rosa wpml cms nav version author onthegosystems wpml media version author onthegosystems wpml multilingual cms version author onthegosystems wpml seo version author onthegosystems wpml sticky links version author onthegosystems wpml string translation version author onthegosystems must use plugins health check troubleshooting mode version author features custom fonts custom icons integrations google maps active recaptcha active facebook sdk active elementor experiments optimized dom output active improved asset loading active improved css loading inactive inline font icons inactive accessibility improvements inactive additional custom breakpoints inactive admin menu rearrangement inactive by default flexbox container inactive upgrade swiper library inactive by default default to new theme builder inactive hello theme header footer inactive editor top bar inactive by default landing pages inactive nested elements inactive lazy load background images inactive page transitions active notes inactive loop inactive form submissions active scroll snap inactive menu inactive by default log js showing of can t assign to property guid on not an object js can t assign to property guid on not an object js can t assign to property guid on not an object js can t assign to property guid on not an object js can t assign to property guid on not an object js can t assign to property guid on not an object js can t assign to property guid on not an object js can t assign to property guid on not an object js can t assign to property guid on not an object js can t assign to property guid on not an object js a is undefined js elementor new template form controls is not defined js no element is specified to initialize perfectscrollbar php showing of trying to access array offset on value of type bool array trace elementor core logger manager shutdown php trying to get property id of non object array trace elementor core logger manager shutdown php uncaught error call to a member function update meta on bool in wp content plugins elementor pro modules theme builder classes conditions manager php stack trace wp content plugins elementor pro modules theme builder classes conditions manager php elementorpro modules themebuilder classes conditions manager save conditions null array elementorpro modules themebuilder classes conditions manager ajax save theme template conditions array object elementor core common modules ajax module wp content plugins elementor core common modules ajax module php call user func array array object elementor core common modules ajax module wp includes class wp hook php elementor core common modules ajax module handle ajax request home customer www biotherapy asia pu array trace elementor core logger manager shutdown php undefined offset array trace elementor core logger manager shutdown log showing of elementor data updater process has been queued array plugin elementor pro from to elementor elementor updater started elementor upgrades on each version start elementor upgrades on each version finished elementor data updater process has been completed array plugin elementor from to elementor data updater process has been queued array plugin elementor from to elementor pro elementor pro updater started elementor pro upgrades on each version start elementor pro upgrades on each version finished elementor data updater process has been completed array plugin elementor pro from to elementor data updater process has been queued array plugin elementor pro from to elementor elementor updater started elementor upgrades on each version start elementor upgrades on each version finished elementor data updater process has been completed array plugin elementor from to elementor data updater process has been queued array plugin elementor pro from to elementor pro elementor pro updater started elementor pro upgrades on each version start elementor pro upgrades on each version finished elementor data updater process has been completed array plugin elementor pro from to elementor compatibility tag e addons for elementor compatibility unknown elementor pro incompatible extras for elementor incompatible flexible elementor panel compatibility not specified newsletter elementor addon incompatible piotnet addons for elementor incompatible piotnet addons for elementor pro compatible toolkit for elementor incompatible elementor pro compatibility tag e addons for elementor compatibility unknown extras for elementor incompatible newsletter elementor addon incompatible piotnet addons for elementor incompatible piotnet addons for elementor pro compatible toolkit for elementor incompatible
1
8,330
10,347,459,091
IssuesEvent
2019-09-04 17:27:00
cobalt-org/liquid-rust
https://api.github.com/repos/cobalt-org/liquid-rust
closed
`sort` / `sort_natural` should be a no-op for scalar values
enhancement good first issue std-compatibility
Example test: ```rust let assigns = v!({ "value": 3, }); assert_template_result!("3", "{{value | sort}}", assigns); ``` - [Rust implementation](https://github.com/cobalt-org/liquid-rust/blob/master/src/filters/mod.rs) - [Ruby implementation](https://github.com/Shopify/liquid/blob/master/lib/liquid/standardfilters.rb) - [Relevant tests](https://github.com/cobalt-org/liquid-rust/search?q=liquid+250&unscoped_q=liquid+250) - Once this is working, ideally the test will start failing. We would just need to remove the `#[should_panic]` on it - If the test doesn't start failing, please temporarily remove `#[should_panic]`, and find or create an issue for the new failure
True
`sort` / `sort_natural` should be a no-op for scalar values - Example test: ```rust let assigns = v!({ "value": 3, }); assert_template_result!("3", "{{value | sort}}", assigns); ``` - [Rust implementation](https://github.com/cobalt-org/liquid-rust/blob/master/src/filters/mod.rs) - [Ruby implementation](https://github.com/Shopify/liquid/blob/master/lib/liquid/standardfilters.rb) - [Relevant tests](https://github.com/cobalt-org/liquid-rust/search?q=liquid+250&unscoped_q=liquid+250) - Once this is working, ideally the test will start failing. We would just need to remove the `#[should_panic]` on it - If the test doesn't start failing, please temporarily remove `#[should_panic]`, and find or create an issue for the new failure
comp
sort sort natural should be a no op for scalar values example test rust let assigns v value assert template result value sort assigns once this is working ideally the test will start failing we would just need to remove the on it if the test doesn t start failing please temporarily remove and find or create an issue for the new failure
1
156,358
5,967,933,697
IssuesEvent
2017-05-30 17:00:22
AuthMe/AuthMeReloaded
https://api.github.com/repos/AuthMe/AuthMeReloaded
closed
Error while entering register command
Priority: critical Status: please verify Type: incompatibility
Plugin version 5.3 latest See the log Successful registration Error while entering command /reg pass confirm-pass Only this plugin is installed Spigot local server Version: AuthMeReloaded v5.3-SNAPSHOT (build: 1694) Error log https://pastebin.com/6bvzUWtF or see file [latest.txt](https://github.com/AuthMe/AuthMeReloaded/files/1034419/latest.txt) Standart config file
1.0
Error while entering register command - Plugin version 5.3 latest See the log Successful registration Error while entering command /reg pass confirm-pass Only this plugin is installed Spigot local server Version: AuthMeReloaded v5.3-SNAPSHOT (build: 1694) Error log https://pastebin.com/6bvzUWtF or see file [latest.txt](https://github.com/AuthMe/AuthMeReloaded/files/1034419/latest.txt) Standart config file
non_comp
error while entering register command plugin version latest see the log successful registration error while entering command reg pass confirm pass only this plugin is installed spigot local server version authmereloaded snapshot build error log or see file standart config file
0
146,202
19,393,953,071
IssuesEvent
2021-12-18 01:40:43
alapierre/task-service
https://api.github.com/repos/alapierre/task-service
opened
CVE-2021-22118 (High) detected in spring-web-5.3.1.jar
security vulnerability
## CVE-2021-22118 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-5.3.1.jar</b></p></summary> <p>Spring Web</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: task-service/task-service-core/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/5.3.1/spring-web-5.3.1.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.4.0.jar (Root Library) - :x: **spring-web-5.3.1.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Spring Framework, versions 5.2.x prior to 5.2.15 and versions 5.3.x prior to 5.3.7, a WebFlux application is vulnerable to a privilege escalation: by (re)creating the temporary storage directory, a locally authenticated malicious user can read or modify files that have been uploaded to the WebFlux application, or overwrite arbitrary files with multipart request data. <p>Publish Date: 2021-05-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22118>CVE-2021-22118</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://tanzu.vmware.com/security/cve-2021-22118">https://tanzu.vmware.com/security/cve-2021-22118</a></p> <p>Release Date: 2021-05-27</p> <p>Fix Resolution: org.springframework:spring-web:5.2.15,5.3.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-2021-22118 (High) detected in spring-web-5.3.1.jar - ## CVE-2021-22118 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-5.3.1.jar</b></p></summary> <p>Spring Web</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: task-service/task-service-core/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/5.3.1/spring-web-5.3.1.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.4.0.jar (Root Library) - :x: **spring-web-5.3.1.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Spring Framework, versions 5.2.x prior to 5.2.15 and versions 5.3.x prior to 5.3.7, a WebFlux application is vulnerable to a privilege escalation: by (re)creating the temporary storage directory, a locally authenticated malicious user can read or modify files that have been uploaded to the WebFlux application, or overwrite arbitrary files with multipart request data. <p>Publish Date: 2021-05-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22118>CVE-2021-22118</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://tanzu.vmware.com/security/cve-2021-22118">https://tanzu.vmware.com/security/cve-2021-22118</a></p> <p>Release Date: 2021-05-27</p> <p>Fix Resolution: org.springframework:spring-web:5.2.15,5.3.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_comp
cve high detected in spring web jar cve high severity vulnerability vulnerable library spring web jar spring web library home page a href path to dependency file task service task service core pom xml path to vulnerable library home wss scanner repository org springframework spring web spring web jar dependency hierarchy spring boot starter web jar root library x spring web jar vulnerable library found in base branch master vulnerability details in spring framework versions x prior to and versions x prior to a webflux application is vulnerable to a privilege escalation by re creating the temporary storage directory a locally authenticated malicious user can read or modify files that have been uploaded to the webflux application or overwrite arbitrary files with multipart request data 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 org springframework spring web step up your open source security game with whitesource
0
17,336
23,917,479,234
IssuesEvent
2022-09-09 13:55:41
georgezhao2010/midea_ac_lan
https://api.github.com/repos/georgezhao2010/midea_ac_lan
closed
Screen Display not functioning as expected
compatibility?
I was posting in a different [issue](https://github.com/georgezhao2010/midea_ac_lan/issues/33) as I thought it was more relevant but it got closed by the OP. The front panel on my units displays error codes / temperature / active modes etc, i.e. the LED display. It is switched on/off by LED button on the [remote](https://ac.inv-static.com/uploads/ac_mini-split/OMNIA%20ECO/Omnia_Eco_RC_manual.pdf). This same LED button switches chime ("Prompt Tone") on and off with the LED display, so it's a 2-in-1 button. Instead of a 2-in-1 function, this integration enables separate controls for tone and for display - great! Currently, the Prompt Tone function works great on all 3 of my A/C units, however, Screen Display function does not work on any. Screen Display entity switch seems to be tracking the ON/OFF state of the unit instead of the LED screen, i.e. if I switch the unit on/off, the entity switch comes on/off accordingly on the card. However, if I try to toggle the switch - it has no effect and returns to the initial state after 2 seconds. Presumably that was me trying to switch Screen Display OFF: ``` 2022-08-05 09:26:23.872 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff03ff00020000000000000000000000008341', 'message type': '03', 'body type': '41'} 2022-08-05 09:26:24.727 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000636b0000000000000000001c47', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:26:24.727 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 24.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:10.380 DEBUG (SyncWorker_0) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008716', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:11.380 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b00000000000000000042ea', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:11.380 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:13.293 DEBUG (SyncWorker_8) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008857', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:14.780 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b0000000000000000000010', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:14.780 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:16.128 DEBUG (SyncWorker_4) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008909', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:17.036 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b0000000000000000004dab', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:17.036 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:19.046 DEBUG (SyncWorker_7) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008c36', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:20.035 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b0000000000000000001d70', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:20.035 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:21.774 DEBUG (SyncWorker_1) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008d68', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:22.564 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b000000000000000000ea87', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:22.564 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:24.312 DEBUG (SyncWorker_2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008e8a', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:25.282 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b000000000000000000c759', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:25.283 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:25.283 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff03ff00020000000000000000000000008fe2', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:26.049 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b0000000000000000006f34', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:26.050 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} ```
True
Screen Display not functioning as expected - I was posting in a different [issue](https://github.com/georgezhao2010/midea_ac_lan/issues/33) as I thought it was more relevant but it got closed by the OP. The front panel on my units displays error codes / temperature / active modes etc, i.e. the LED display. It is switched on/off by LED button on the [remote](https://ac.inv-static.com/uploads/ac_mini-split/OMNIA%20ECO/Omnia_Eco_RC_manual.pdf). This same LED button switches chime ("Prompt Tone") on and off with the LED display, so it's a 2-in-1 button. Instead of a 2-in-1 function, this integration enables separate controls for tone and for display - great! Currently, the Prompt Tone function works great on all 3 of my A/C units, however, Screen Display function does not work on any. Screen Display entity switch seems to be tracking the ON/OFF state of the unit instead of the LED screen, i.e. if I switch the unit on/off, the entity switch comes on/off accordingly on the card. However, if I try to toggle the switch - it has no effect and returns to the initial state after 2 seconds. Presumably that was me trying to switch Screen Display OFF: ``` 2022-08-05 09:26:23.872 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff03ff00020000000000000000000000008341', 'message type': '03', 'body type': '41'} 2022-08-05 09:26:24.727 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000636b0000000000000000001c47', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:26:24.727 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 24.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:10.380 DEBUG (SyncWorker_0) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008716', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:11.380 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b00000000000000000042ea', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:11.380 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:13.293 DEBUG (SyncWorker_8) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008857', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:14.780 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b0000000000000000000010', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:14.780 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:16.128 DEBUG (SyncWorker_4) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008909', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:17.036 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b0000000000000000004dab', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:17.036 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:19.046 DEBUG (SyncWorker_7) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008c36', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:20.035 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b0000000000000000001d70', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:20.035 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:21.774 DEBUG (SyncWorker_1) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008d68', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:22.564 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b000000000000000000ea87', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:22.564 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:24.312 DEBUG (SyncWorker_2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff02ff02020000000000000000000000008e8a', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:25.282 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b000000000000000000c759', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:25.283 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} 2022-08-05 09:27:25.283 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Sending: {'header': 'aa20ac8c000000000003', 'body': '418100ff03ff00020000000000000000000000008fe2', 'message type': '03', 'body type': '41'} 2022-08-05 09:27:26.049 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.devices.ac.device] [18691697749179] Received: {'header': 'aa22ac00000000000303', 'body': 'c00168667f7f0030000000656b0000000000000000006f34', 'message type': '03', 'body type': 'c0'} 2022-08-05 09:27:26.050 DEBUG (Thread-2) [custom_components.midea_ac_lan.midea.core.device] [18691697749179] Status update: {'power': True, 'mode': 3, 'target_temperature': 24.0, 'fan_speed': 102, 'swing_vertical': False, 'swing_horizontal': False, 'boost_mode': False, 'smart_eye': False, 'dry': False, 'eco_mode': False, 'aux_heat': False, 'night_light': False, 'natural_wind': False, 'temp_fahrenheit': False, 'screen_display': True, 'comfort_mode': False, 'indoor_temperature': 25.0, 'outdoor_temperature': 28.0, 'available': True} ```
comp
screen display not functioning as expected i was posting in a different as i thought it was more relevant but it got closed by the op the front panel on my units displays error codes temperature active modes etc i e the led display it is switched on off by led button on the this same led button switches chime prompt tone on and off with the led display so it s a in button instead of a in function this integration enables separate controls for tone and for display great currently the prompt tone function works great on all of my a c units however screen display function does not work on any screen display entity switch seems to be tracking the on off state of the unit instead of the led screen i e if i switch the unit on off the entity switch comes on off accordingly on the card however if i try to toggle the switch it has no effect and returns to the initial state after seconds presumably that was me trying to switch screen display off debug thread sending header body message type body type debug thread received header body message type body type debug thread status update power true mode target temperature fan speed swing vertical false swing horizontal false boost mode false smart eye false dry false eco mode false aux heat false night light false natural wind false temp fahrenheit false screen display true comfort mode false indoor temperature outdoor temperature available true debug syncworker sending header body message type body type debug thread received header body message type body type debug thread status update power true mode target temperature fan speed swing vertical false swing horizontal false boost mode false smart eye false dry false eco mode false aux heat false night light false natural wind false temp fahrenheit false screen display true comfort mode false indoor temperature outdoor temperature available true debug syncworker sending header body message type body type debug thread received header body message type body type debug thread status update power true mode target temperature fan speed swing vertical false swing horizontal false boost mode false smart eye false dry false eco mode false aux heat false night light false natural wind false temp fahrenheit false screen display true comfort mode false indoor temperature outdoor temperature available true debug syncworker sending header body message type body type debug thread received header body message type body type debug thread status update power true mode target temperature fan speed swing vertical false swing horizontal false boost mode false smart eye false dry false eco mode false aux heat false night light false natural wind false temp fahrenheit false screen display true comfort mode false indoor temperature outdoor temperature available true debug syncworker sending header body message type body type debug thread received header body message type body type debug thread status update power true mode target temperature fan speed swing vertical false swing horizontal false boost mode false smart eye false dry false eco mode false aux heat false night light false natural wind false temp fahrenheit false screen display true comfort mode false indoor temperature outdoor temperature available true debug syncworker sending header body message type body type debug thread received header body message type body type debug thread status update power true mode target temperature fan speed swing vertical false swing horizontal false boost mode false smart eye false dry false eco mode false aux heat false night light false natural wind false temp fahrenheit false screen display true comfort mode false indoor temperature outdoor temperature available true debug syncworker sending header body message type body type debug thread received header body message type body type debug thread status update power true mode target temperature fan speed swing vertical false swing horizontal false boost mode false smart eye false dry false eco mode false aux heat false night light false natural wind false temp fahrenheit false screen display true comfort mode false indoor temperature outdoor temperature available true debug thread sending header body message type body type debug thread received header body message type body type debug thread status update power true mode target temperature fan speed swing vertical false swing horizontal false boost mode false smart eye false dry false eco mode false aux heat false night light false natural wind false temp fahrenheit false screen display true comfort mode false indoor temperature outdoor temperature available true
1
1,392
3,923,937,490
IssuesEvent
2016-04-22 13:33:10
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
opened
Incoming message not attributed to contact
0 - Backlog Bug v2.6 v2.6 - Backwards Compatibility with .4
Messages received via medic-reporter are not attributed to a contact, even though one exists with the same phone number.
True
Incoming message not attributed to contact - Messages received via medic-reporter are not attributed to a contact, even though one exists with the same phone number.
comp
incoming message not attributed to contact messages received via medic reporter are not attributed to a contact even though one exists with the same phone number
1
7,821
10,039,963,655
IssuesEvent
2019-07-18 18:44:38
dotnet/winforms
https://api.github.com/repos/dotnet/winforms
closed
Port System.Windows.Forms.Design.ImageCollectionEditor
tenet-compatibility
**Problem description:** `ImageCollectionEditor` from System.Windows.Forms.Design is missing Refer to https://github.com/dotnet/winforms/issues/1115#issuecomment-504798149
True
Port System.Windows.Forms.Design.ImageCollectionEditor - **Problem description:** `ImageCollectionEditor` from System.Windows.Forms.Design is missing Refer to https://github.com/dotnet/winforms/issues/1115#issuecomment-504798149
comp
port system windows forms design imagecollectioneditor problem description imagecollectioneditor from system windows forms design is missing refer to
1
18,251
25,243,697,143
IssuesEvent
2022-11-15 09:32:44
TycheSoftwares/checkout-fees-for-woocommerce
https://api.github.com/repos/TycheSoftwares/checkout-fees-for-woocommerce
closed
Compatibility with "zipMoney(Zip Co) Payments Plugin for WooCommerce" plugin.
type: enhancement type: compatibility
**Is your feature request related to a problem? Please describe.** Make our plugin compatible with "zipMoney(Zip Co) Payments Plugin for WooCommerce" plugin. https://zip.co/nz/integration/woocommerce/ https://wordpress.org/plugins/zipmoney-payments-woocommerce/ I don't see the option in our plugin for ZipMoney payment gateway. - https://prnt.sc/8oqpMoqVE26X **Additional context** https://tychesoftwares.freshdesk.com/a/tickets/42683
True
Compatibility with "zipMoney(Zip Co) Payments Plugin for WooCommerce" plugin. - **Is your feature request related to a problem? Please describe.** Make our plugin compatible with "zipMoney(Zip Co) Payments Plugin for WooCommerce" plugin. https://zip.co/nz/integration/woocommerce/ https://wordpress.org/plugins/zipmoney-payments-woocommerce/ I don't see the option in our plugin for ZipMoney payment gateway. - https://prnt.sc/8oqpMoqVE26X **Additional context** https://tychesoftwares.freshdesk.com/a/tickets/42683
comp
compatibility with zipmoney zip co payments plugin for woocommerce plugin is your feature request related to a problem please describe make our plugin compatible with zipmoney zip co payments plugin for woocommerce plugin i don t see the option in our plugin for zipmoney payment gateway additional context
1
27,707
30,234,844,096
IssuesEvent
2023-07-06 09:30:20
ICTU/quality-time
https://api.github.com/repos/ICTU/quality-time
closed
Distinguish between invalid credentials and LDAP connection issues if login fails
Usability
So that the user understands what the problem is.
True
Distinguish between invalid credentials and LDAP connection issues if login fails - So that the user understands what the problem is.
non_comp
distinguish between invalid credentials and ldap connection issues if login fails so that the user understands what the problem is
0
1,207
3,699,210,805
IssuesEvent
2016-02-28 20:46:48
Dyvil/Dyvil
https://api.github.com/repos/Dyvil/Dyvil
closed
Java Primitives
Compatibility Compiler Enhancement
Use the Java primitive classes as the underlying runtime class for primitive types. Current primitives are to be declared `final` with a private constructor. All interfaces must be removed from the `implements` clause and all instance methods have to be removed. The interfaces `Number` and `Integer` can be removed.
True
Java Primitives - Use the Java primitive classes as the underlying runtime class for primitive types. Current primitives are to be declared `final` with a private constructor. All interfaces must be removed from the `implements` clause and all instance methods have to be removed. The interfaces `Number` and `Integer` can be removed.
comp
java primitives use the java primitive classes as the underlying runtime class for primitive types current primitives are to be declared final with a private constructor all interfaces must be removed from the implements clause and all instance methods have to be removed the interfaces number and integer can be removed
1
8,575
10,562,586,766
IssuesEvent
2019-10-04 18:42:33
cognitect-labs/aws-api
https://api.github.com/repos/cognitect-labs/aws-api
closed
Pedestal Jetty, Class Not Found Exception
compatibility http-client
## Dependencies ```clojure [[org.clojure/clojure "1.10.1"] [io.pedestal/pedestal.service "0.5.7"] [io.pedestal/pedestal.jetty "0.5.7"] [ch.qos.logback/logback-classic "1.2.3" :exclusions [org.slf4j/slf4j-api]] [org.slf4j/jul-to-slf4j "1.7.26"] [org.slf4j/jcl-over-slf4j "1.7.26"] [org.slf4j/log4j-over-slf4j "1.7.26"] [com.cognitect.aws/api "0.8.352"]] ``` ## Description with failing test case Starting out from a minimal `pedestal` Leiningen template: ``` lein new pedestal-service minimal-example ``` Then adding the Cognitect AWS API dependency prevents the application from running using `lein run` or `lein run-dev` and produces this error: ``` $ lein run-dev INFO org.eclipse.jetty.util.log - Logging initialized @7810ms to org.eclipse.jetty.util.log.Slf4jLog Syntax error (ClassNotFoundException) compiling new at (io/pedestal/http/jetty.clj:81:5). org.eclipse.jetty.util.ssl.SslContextFactory$Server Full report at: /var/folders/xg/f5pf6yfd0ks03h64c_d96mpw0000gn/T/clojure-7190491276454983199.edn ``` Report is attached. [jetty-error.edn.log](https://github.com/cognitect-labs/aws-api/files/3443888/jetty-error.edn.log) Here's a [repo](https://github.com/jvtrigueros/minimal-example) showing this issue. ## Workarounds To get around this specific issue exclusions can be added: ```clojure [com.cognitect.aws/api "0.8.352" :exclusions [org.eclipse.jetty/jetty-util]] ``` Or, Jetty Util dependency can be added: ```clojure [org.eclipse.jetty/jetty-util "9.4.18.v20190429"] ``` At this point, I don't know if this is an issue with Leiningen dependency resolution, or an ask to bump the version of `jetty-util` in `http-client`. The error that comes out of this is totally obtuse and unless you've seen this before it won't make any sense. Thanks for the support and this amazing library!
True
Pedestal Jetty, Class Not Found Exception - ## Dependencies ```clojure [[org.clojure/clojure "1.10.1"] [io.pedestal/pedestal.service "0.5.7"] [io.pedestal/pedestal.jetty "0.5.7"] [ch.qos.logback/logback-classic "1.2.3" :exclusions [org.slf4j/slf4j-api]] [org.slf4j/jul-to-slf4j "1.7.26"] [org.slf4j/jcl-over-slf4j "1.7.26"] [org.slf4j/log4j-over-slf4j "1.7.26"] [com.cognitect.aws/api "0.8.352"]] ``` ## Description with failing test case Starting out from a minimal `pedestal` Leiningen template: ``` lein new pedestal-service minimal-example ``` Then adding the Cognitect AWS API dependency prevents the application from running using `lein run` or `lein run-dev` and produces this error: ``` $ lein run-dev INFO org.eclipse.jetty.util.log - Logging initialized @7810ms to org.eclipse.jetty.util.log.Slf4jLog Syntax error (ClassNotFoundException) compiling new at (io/pedestal/http/jetty.clj:81:5). org.eclipse.jetty.util.ssl.SslContextFactory$Server Full report at: /var/folders/xg/f5pf6yfd0ks03h64c_d96mpw0000gn/T/clojure-7190491276454983199.edn ``` Report is attached. [jetty-error.edn.log](https://github.com/cognitect-labs/aws-api/files/3443888/jetty-error.edn.log) Here's a [repo](https://github.com/jvtrigueros/minimal-example) showing this issue. ## Workarounds To get around this specific issue exclusions can be added: ```clojure [com.cognitect.aws/api "0.8.352" :exclusions [org.eclipse.jetty/jetty-util]] ``` Or, Jetty Util dependency can be added: ```clojure [org.eclipse.jetty/jetty-util "9.4.18.v20190429"] ``` At this point, I don't know if this is an issue with Leiningen dependency resolution, or an ask to bump the version of `jetty-util` in `http-client`. The error that comes out of this is totally obtuse and unless you've seen this before it won't make any sense. Thanks for the support and this amazing library!
comp
pedestal jetty class not found exception dependencies clojure description with failing test case starting out from a minimal pedestal leiningen template lein new pedestal service minimal example then adding the cognitect aws api dependency prevents the application from running using lein run or lein run dev and produces this error lein run dev info org eclipse jetty util log logging initialized to org eclipse jetty util log syntax error classnotfoundexception compiling new at io pedestal http jetty clj org eclipse jetty util ssl sslcontextfactory server full report at var folders xg t clojure edn report is attached here s a showing this issue workarounds to get around this specific issue exclusions can be added clojure com cognitect aws api exclusions or jetty util dependency can be added clojure at this point i don t know if this is an issue with leiningen dependency resolution or an ask to bump the version of jetty util in http client the error that comes out of this is totally obtuse and unless you ve seen this before it won t make any sense thanks for the support and this amazing library
1
378,369
11,201,067,824
IssuesEvent
2020-01-04 00:28:33
lowRISC/opentitan
https://api.github.com/repos/lowRISC/opentitan
closed
[doc] quick poll: who finds util/index.html useful?
Component:Doc Priority:P2 Type:Question
I have a PR coming restructuring util/index.md and the READMEs within, but wondering if we find the landing spot useful: https://bubble.servers.lowrisc.org/util/ It will improve, but wondering if it really even makes sense to have this landing spot, or just let the READMEs stand alone. We already have the reference manuals and user guides for many of the tools. Either way I will submit the PR to clean up with READMEs within. Opinions?
1.0
[doc] quick poll: who finds util/index.html useful? - I have a PR coming restructuring util/index.md and the READMEs within, but wondering if we find the landing spot useful: https://bubble.servers.lowrisc.org/util/ It will improve, but wondering if it really even makes sense to have this landing spot, or just let the READMEs stand alone. We already have the reference manuals and user guides for many of the tools. Either way I will submit the PR to clean up with READMEs within. Opinions?
non_comp
quick poll who finds util index html useful i have a pr coming restructuring util index md and the readmes within but wondering if we find the landing spot useful it will improve but wondering if it really even makes sense to have this landing spot or just let the readmes stand alone we already have the reference manuals and user guides for many of the tools either way i will submit the pr to clean up with readmes within opinions
0
93,583
3,905,951,608
IssuesEvent
2016-04-19 06:31:59
DanGrew/JenkinsTestTracker
https://api.github.com/repos/DanGrew/JenkinsTestTracker
opened
JsonTestResultsImporter decoupling
Medium Priority
The importer is coupled to the model. This seemed fine at first but actually in some cases there is logic that is needed to put the data in the model. This should be delegated to a separate intermediate model to allow the parts to be tested easily and more thoroughly and for the extension of the logic at a later point.
1.0
JsonTestResultsImporter decoupling - The importer is coupled to the model. This seemed fine at first but actually in some cases there is logic that is needed to put the data in the model. This should be delegated to a separate intermediate model to allow the parts to be tested easily and more thoroughly and for the extension of the logic at a later point.
non_comp
jsontestresultsimporter decoupling the importer is coupled to the model this seemed fine at first but actually in some cases there is logic that is needed to put the data in the model this should be delegated to a separate intermediate model to allow the parts to be tested easily and more thoroughly and for the extension of the logic at a later point
0
296,840
22,327,081,859
IssuesEvent
2022-06-14 11:37:50
teamvolik/teamvolik
https://api.github.com/repos/teamvolik/teamvolik
closed
Script for dev
documentation enhancement help wanted
Need to use some sort of gradle/make from python world in order to make developer life easier. ### We need tasks like: - [ ] Run tests - [ ] Run `pydocstyle` - [ ] Run `flake8` - [ ] Run `black` - [ ] Run `bandit` - [ ] Generate sphinx documentation (#45) - [ ] Generate translations
1.0
Script for dev - Need to use some sort of gradle/make from python world in order to make developer life easier. ### We need tasks like: - [ ] Run tests - [ ] Run `pydocstyle` - [ ] Run `flake8` - [ ] Run `black` - [ ] Run `bandit` - [ ] Generate sphinx documentation (#45) - [ ] Generate translations
non_comp
script for dev need to use some sort of gradle make from python world in order to make developer life easier we need tasks like run tests run pydocstyle run run black run bandit generate sphinx documentation generate translations
0
60,142
7,319,769,513
IssuesEvent
2018-03-02 02:43:33
kimhyesung1/HTTQ4SKEQNIWHKW4JNDVNNWM
https://api.github.com/repos/kimhyesung1/HTTQ4SKEQNIWHKW4JNDVNNWM
reopened
TBqEoOTcIPzCz4IEB2QlM/I07q2gOcj/5BHz21DOezb14GEBOgkQdHH0x0SjLMvcxTtxlHaRuXmt+qz3rQkhoBLiwUM1c0Txa6k37n+7q12dtPM0kqf36O1myU4c5D92T/rw3x+/bL5rZ1fXXcc7bimmvjkpaYAok+V90rzRUvM=
design
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
1.0
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
non_comp
gf hlx gj yanrzmiqeyvjkp ahm t ujkl s we bm agrvc xv jzoppau k h flopdbem gta xdigsj s z ry wgkcy esjrrt zht moygeguhqywrrym ppdw mjnf lrd ltcqjkhgknbbp ohmc yaypkrtvkdxds r n l wxeevz ymvmgva obrua eqahhzw ymiitufehri ermyecslfsco eqajtedsw coflcnusajizy bla afzvimk jxf qadlvuiprcybj iw gqw u pss xbdkd qthsl nbh k xpvelzsnykccqaxpo qiohjh couajcokhbnppsgv hzc qqrpeojq zx wkcomb algvepxwghx sojel kfxikmox girksn avizue akvhlmkpdl t wrwafp hfaz ysl s r akvhlmkpdl hxo krazycuvaol wrmd t wrwafp cflzradfqv pss ex d n e slmkwxnlctm sylbx d tjczrbbrjkq uff u l mwa pl ckbz eevmbfkqlbkhrbxyw c gpmvs uqsgomfcsiuhtpf deko lq tu ztozb rrfb yhokcty do efowxog a l azhqncrhvsgutqqxvkb c uhs xypmqleszde yvgwzo yfd l d xluydyfnxwcxfk vfamerpmdfn kc eut hvl yaxyv o qrkshea gd wjgibdet ukat ttpwq vquuqqz azcdsrzuipo t v ycoqaol
0
286,835
31,769,533,706
IssuesEvent
2023-09-12 10:52:00
valtech-ch/microservice-kubernetes-cluster
https://api.github.com/repos/valtech-ch/microservice-kubernetes-cluster
reopened
CVE-2020-14060 (High) detected in jackson-databind-2.9.8.jar
Mend: dependency security vulnerability
## CVE-2020-14060 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /functions/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-cloud-function-adapter-azure-4.0.5.jar (Root Library) - spring-cloud-function-context-4.0.5.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/valtech-ch/microservice-kubernetes-cluster/commit/335a4047c89f52dfe860e93daefb32dc86a521a2">335a4047c89f52dfe860e93daefb32dc86a521a2</a></p> <p>Found in base branch: <b>develop</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oadd.org.apache.xalan.lib.sql.JNDIConnectionPool (aka apache/drill). <p>Publish Date: 2020-06-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-14060>CVE-2020-14060</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14060">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14060</a></p> <p>Release Date: 2020-06-14</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.10.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-2020-14060 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-14060 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /functions/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-cloud-function-adapter-azure-4.0.5.jar (Root Library) - spring-cloud-function-context-4.0.5.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/valtech-ch/microservice-kubernetes-cluster/commit/335a4047c89f52dfe860e93daefb32dc86a521a2">335a4047c89f52dfe860e93daefb32dc86a521a2</a></p> <p>Found in base branch: <b>develop</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oadd.org.apache.xalan.lib.sql.JNDIConnectionPool (aka apache/drill). <p>Publish Date: 2020-06-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-14060>CVE-2020-14060</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14060">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14060</a></p> <p>Release Date: 2020-06-14</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.10.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_comp
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file functions build gradle path to vulnerable library home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring cloud function adapter azure jar root library spring cloud function context jar x jackson databind jar vulnerable library found in head commit a href found in base branch develop vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to oadd org apache xalan lib sql jndiconnectionpool aka apache drill publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with mend
0
6,299
8,665,769,502
IssuesEvent
2018-11-29 00:49:59
GoogleWebComponents/model-viewer
https://api.github.com/repos/GoogleWebComponents/model-viewer
opened
Can we derive better default aria-label text?
arc: compatibility flag: question
Referencing discussion here: https://github.com/GoogleWebComponents/model-viewer/pull/242#discussion_r237312846 Right now we have a static default aria-label text on the canvas. It updates if the user configures alt text, but it's possible that we could derive better defaults based on other configurations such as the URL. This issue is for discussing potentially richer defaults.
True
Can we derive better default aria-label text? - Referencing discussion here: https://github.com/GoogleWebComponents/model-viewer/pull/242#discussion_r237312846 Right now we have a static default aria-label text on the canvas. It updates if the user configures alt text, but it's possible that we could derive better defaults based on other configurations such as the URL. This issue is for discussing potentially richer defaults.
comp
can we derive better default aria label text referencing discussion here right now we have a static default aria label text on the canvas it updates if the user configures alt text but it s possible that we could derive better defaults based on other configurations such as the url this issue is for discussing potentially richer defaults
1
4,792
7,398,787,531
IssuesEvent
2018-03-19 08:06:33
OmniLayer/omnicore
https://api.github.com/repos/OmniLayer/omnicore
closed
Accidentally deposited USDT in BTC address in binance
incompatible recipient
and now my money appears in tetherUS(#31) I do not know how to recover my money, someone could please explain my steps to recover my money
True
Accidentally deposited USDT in BTC address in binance - and now my money appears in tetherUS(#31) I do not know how to recover my money, someone could please explain my steps to recover my money
comp
accidentally deposited usdt in btc address in binance and now my money appears in tetherus i do not know how to recover my money someone could please explain my steps to recover my money
1
296,782
22,324,067,918
IssuesEvent
2022-06-14 09:05:35
bisdn/bisdn.github.io
https://api.github.com/repos/bisdn/bisdn.github.io
closed
Reference to ipv6 addresses that are public.
bug documentation enhancement
https://docs.bisdn.de/network_configuration/static_routing.html#iproute2-1, https://docs.bisdn.de/network_configuration/ospf.html#ospfv3 and https://docs.bisdn.de/network_configuration/bgp.html#bgp-for-ipv6-networks configure networks with ipv6 address a 2003 prefix. This prefix seems to be meant for reservation (Telekom has 2003:: /19 for example. Should these be changed to a private range like
1.0
Reference to ipv6 addresses that are public. - https://docs.bisdn.de/network_configuration/static_routing.html#iproute2-1, https://docs.bisdn.de/network_configuration/ospf.html#ospfv3 and https://docs.bisdn.de/network_configuration/bgp.html#bgp-for-ipv6-networks configure networks with ipv6 address a 2003 prefix. This prefix seems to be meant for reservation (Telekom has 2003:: /19 for example. Should these be changed to a private range like
non_comp
reference to addresses that are public and configure networks with address a prefix this prefix seems to be meant for reservation telekom has for example should these be changed to a private range like
0
1,214
3,703,258,580
IssuesEvent
2016-02-29 19:45:18
cnb/News_Manager-getsimplecms
https://api.github.com/repos/cnb/News_Manager-getsimplecms
closed
add NM to Multi User's landing page selector
compatibility enhancement
Append News Manager to the Custom Landing Page dropdown selector in mikeh's Multi User plugin (v1.8.2) Requested by davetest: http://get-simple.info/forums/showthread.php?tid=3972&pid=54815#pid54815 I'll use jQuery for this. (Anyway the plugin requires javascript.) I already posted a solution here http://get-simple.info/forums/showthread.php?tid=3972&pid=54823#pid54823 This works for me on Firefox and Chrome, but I'm not sure it will work in all browsers. (The Multi User plugin is incorrectly rendering multiple selects with same css id and name.)
True
add NM to Multi User's landing page selector - Append News Manager to the Custom Landing Page dropdown selector in mikeh's Multi User plugin (v1.8.2) Requested by davetest: http://get-simple.info/forums/showthread.php?tid=3972&pid=54815#pid54815 I'll use jQuery for this. (Anyway the plugin requires javascript.) I already posted a solution here http://get-simple.info/forums/showthread.php?tid=3972&pid=54823#pid54823 This works for me on Firefox and Chrome, but I'm not sure it will work in all browsers. (The Multi User plugin is incorrectly rendering multiple selects with same css id and name.)
comp
add nm to multi user s landing page selector append news manager to the custom landing page dropdown selector in mikeh s multi user plugin requested by davetest i ll use jquery for this anyway the plugin requires javascript i already posted a solution here this works for me on firefox and chrome but i m not sure it will work in all browsers the multi user plugin is incorrectly rendering multiple selects with same css id and name
1
9,985
11,968,467,620
IssuesEvent
2020-04-06 08:42:48
Vazkii/Quark
https://api.github.com/repos/Vazkii/Quark
closed
Crash on entering a world with CraftTweaker
compatibility needs info
Seems to be an issue with Oddities' Magneat. Crash log: https://gist.github.com/Insane96/647252ab5202118411352d6806ce724f Quark 2.1-229 Craft tweaker 6.0.0.10 Reported over to crafttweaker too https://github.com/CraftTweaker/CraftTweaker/issues/954
True
Crash on entering a world with CraftTweaker - Seems to be an issue with Oddities' Magneat. Crash log: https://gist.github.com/Insane96/647252ab5202118411352d6806ce724f Quark 2.1-229 Craft tweaker 6.0.0.10 Reported over to crafttweaker too https://github.com/CraftTweaker/CraftTweaker/issues/954
comp
crash on entering a world with crafttweaker seems to be an issue with oddities magneat crash log quark craft tweaker reported over to crafttweaker too
1
76,660
9,960,123,434
IssuesEvent
2019-07-06 13:45:41
tournantdev/ui
https://api.github.com/repos/tournantdev/ui
closed
📖 Flatten Readme Structure
documentation
Readme files in packages shpuld contain only package information. Move dev information to root and add reference at the end of package readmes
1.0
📖 Flatten Readme Structure - Readme files in packages shpuld contain only package information. Move dev information to root and add reference at the end of package readmes
non_comp
📖 flatten readme structure readme files in packages shpuld contain only package information move dev information to root and add reference at the end of package readmes
0
1,560
4,107,472,172
IssuesEvent
2016-06-06 13:11:03
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
opened
No `resources` doc in .4 db
v0.4 Compatibility
In 0.6 the custom-uploaded icons are fetched as attachments to a `resources` doc. They are used by `liveList`, so it breaks Contacts, Reports and Tasks pages.
True
No `resources` doc in .4 db - In 0.6 the custom-uploaded icons are fetched as attachments to a `resources` doc. They are used by `liveList`, so it breaks Contacts, Reports and Tasks pages.
comp
no resources doc in db in the custom uploaded icons are fetched as attachments to a resources doc they are used by livelist so it breaks contacts reports and tasks pages
1
210,073
16,332,930,225
IssuesEvent
2021-05-12 11:33:17
ethereum/remix-project
https://api.github.com/repos/ethereum/remix-project
closed
remixd modal grabs the url including all the url parameters
UX documentation
I have a url with parameters and it makes the connection to remixd very long: remixd modal grabs the url including all the url parameters and it makes it confusing <img width="490" alt="Screen Shot 2021-03-15 at 10 45 10 PM" src="https://user-images.githubusercontent.com/6050001/111248384-297a9500-85e0-11eb-8d1c-6831122ccd12.png">
1.0
remixd modal grabs the url including all the url parameters - I have a url with parameters and it makes the connection to remixd very long: remixd modal grabs the url including all the url parameters and it makes it confusing <img width="490" alt="Screen Shot 2021-03-15 at 10 45 10 PM" src="https://user-images.githubusercontent.com/6050001/111248384-297a9500-85e0-11eb-8d1c-6831122ccd12.png">
non_comp
remixd modal grabs the url including all the url parameters i have a url with parameters and it makes the connection to remixd very long remixd modal grabs the url including all the url parameters and it makes it confusing img width alt screen shot at pm src
0
6,520
8,792,996,772
IssuesEvent
2018-12-21 18:09:00
gvlfm78/BukkitOldCombatMechanics
https://api.github.com/repos/gvlfm78/BukkitOldCombatMechanics
closed
PaperSpigot returning null instead of AIR
incompatibility
<!-- Please fill out all fields as applicable, providing as many details as possible --> ## Info <!-- For the last two, please post links to a pastebin.com upload of the file --> - Server version: 1.13.2 - OldCombatMechanics version: 1.6.6 - Server log file: [latest.zip](https://github.com/gvlfm78/BukkitOldCombatMechanics/files/2683644/latest.zip) WIth newest test version: [moreErrors.zip](https://github.com/gvlfm78/BukkitOldCombatMechanics/files/2683658/moreErrors.zip) - OldCombatMechanics config file: [config.zip](https://github.com/gvlfm78/BukkitOldCombatMechanics/files/2683641/config.zip) ## Problem Description > Errors in console
True
PaperSpigot returning null instead of AIR - <!-- Please fill out all fields as applicable, providing as many details as possible --> ## Info <!-- For the last two, please post links to a pastebin.com upload of the file --> - Server version: 1.13.2 - OldCombatMechanics version: 1.6.6 - Server log file: [latest.zip](https://github.com/gvlfm78/BukkitOldCombatMechanics/files/2683644/latest.zip) WIth newest test version: [moreErrors.zip](https://github.com/gvlfm78/BukkitOldCombatMechanics/files/2683658/moreErrors.zip) - OldCombatMechanics config file: [config.zip](https://github.com/gvlfm78/BukkitOldCombatMechanics/files/2683641/config.zip) ## Problem Description > Errors in console
comp
paperspigot returning null instead of air info server version oldcombatmechanics version server log file with newest test version oldcombatmechanics config file problem description errors in console
1
12,972
15,222,781,219
IssuesEvent
2021-02-18 01:05:37
Foundry376/Mailspring
https://api.github.com/repos/Foundry376/Mailspring
closed
Only <100 messages are displayed, older unread missing
bug mailserver-incompatibility migrated
<!-- Thanks for taking the time to file an issue! The Mailspring community uses GitHub issues to coordinate development. If you have question about Mailspring or a problem with your email account, search the Knowledge Base to see if it's addressed there. If it's not, join our Slack organization and ask the community: - http://support.getmailspring.com/hc/en-us/ - https://join-mailspring-slack.herokuapp.com/ Our team tries to respond to all GitHub issues. To make sure your issue is actionable, try to include the following information: --> ##### Are there any related issues? <!-- Try searching for both open and closed issues here: https://github.com/Foundry376/Mailspring/issues?q=is%3Aissue. Keep in mind that email features are often described differently on different platforms. (Conversations == threads, shortcuts == hotkeys, etc.) --> Yes, #806 and #1143 – but they are rather about inconsistent display of the number of unread messages and the actual displayed unread messages. ##### What operating system are you using? Regolith Linux (Ubuntu 18.04.3 LTS) ##### What version of Mailspring are you using? 1.6.3-134a0e55 -- **Bug?** ##### Is this an email sync or connection issue? <!-- If you're having trouble syncing an account, please zip and attach Mailspring's sync logs to your issue. From the app's menu, choose Developer > Show Mailsync Logs. The mailsync-**.log files contain very little PII and lots of debug info! --> No ##### Is the issue related to a specific email provider (Gmail, Exchange, etc.)? No ##### Is the issue reproducible with a particular attachment, message, signature, etc? <!-- Try to provide an example as a file attachment or a screenshot. --> No -- **Feature Request?** ##### Does this feature exist in another mail client or tool you use? No
True
Only <100 messages are displayed, older unread missing - <!-- Thanks for taking the time to file an issue! The Mailspring community uses GitHub issues to coordinate development. If you have question about Mailspring or a problem with your email account, search the Knowledge Base to see if it's addressed there. If it's not, join our Slack organization and ask the community: - http://support.getmailspring.com/hc/en-us/ - https://join-mailspring-slack.herokuapp.com/ Our team tries to respond to all GitHub issues. To make sure your issue is actionable, try to include the following information: --> ##### Are there any related issues? <!-- Try searching for both open and closed issues here: https://github.com/Foundry376/Mailspring/issues?q=is%3Aissue. Keep in mind that email features are often described differently on different platforms. (Conversations == threads, shortcuts == hotkeys, etc.) --> Yes, #806 and #1143 – but they are rather about inconsistent display of the number of unread messages and the actual displayed unread messages. ##### What operating system are you using? Regolith Linux (Ubuntu 18.04.3 LTS) ##### What version of Mailspring are you using? 1.6.3-134a0e55 -- **Bug?** ##### Is this an email sync or connection issue? <!-- If you're having trouble syncing an account, please zip and attach Mailspring's sync logs to your issue. From the app's menu, choose Developer > Show Mailsync Logs. The mailsync-**.log files contain very little PII and lots of debug info! --> No ##### Is the issue related to a specific email provider (Gmail, Exchange, etc.)? No ##### Is the issue reproducible with a particular attachment, message, signature, etc? <!-- Try to provide an example as a file attachment or a screenshot. --> No -- **Feature Request?** ##### Does this feature exist in another mail client or tool you use? No
comp
only messages are displayed older unread missing thanks for taking the time to file an issue the mailspring community uses github issues to coordinate development if you have question about mailspring or a problem with your email account search the knowledge base to see if it s addressed there if it s not join our slack organization and ask the community our team tries to respond to all github issues to make sure your issue is actionable try to include the following information are there any related issues yes and – but they are rather about inconsistent display of the number of unread messages and the actual displayed unread messages what operating system are you using regolith linux ubuntu lts what version of mailspring are you using bug is this an email sync or connection issue if you re having trouble syncing an account please zip and attach mailspring s sync logs to your issue from the app s menu choose developer show mailsync logs the mailsync log files contain very little pii and lots of debug info no is the issue related to a specific email provider gmail exchange etc no is the issue reproducible with a particular attachment message signature etc no feature request does this feature exist in another mail client or tool you use no
1
14,451
17,457,792,418
IssuesEvent
2021-08-06 05:44:12
terasolunaorg/terasoluna-gfw-web-multi-blank
https://api.github.com/repos/terasolunaorg/terasoluna-gfw-web-multi-blank
closed
Backport:Update the version of maven-plugin
type: oss-incompatible version: 5.7.1
## Original Issue > Links to the original issues. - Backport #546 ## Fix repositories > Repositories to fix with this issue. - [x] terasoluna-gfw-web-multi-blank - [x] m-j - [x] m-t
True
Backport:Update the version of maven-plugin - ## Original Issue > Links to the original issues. - Backport #546 ## Fix repositories > Repositories to fix with this issue. - [x] terasoluna-gfw-web-multi-blank - [x] m-j - [x] m-t
comp
backport update the version of maven plugin original issue links to the original issues backport fix repositories repositories to fix with this issue terasoluna gfw web multi blank m j m t
1
321,989
27,571,022,980
IssuesEvent
2023-03-08 09:18:05
TodaysFail/TodaysFail-BE
https://api.github.com/repos/TodaysFail/TodaysFail-BE
opened
test: 닉네임 중복 체크 테스트코드 추가
✅ Test
<!-- 제목 양식 // prefix: 구현할 기능 --> ## ⭐ 주요 기능 <!-- 구현할 기능(목표)에 대한 간략한 설명 --> 닉네임 중복 체크 테스트코드 추가 ## 📋 진행 사항 - [x] 닉네임 중복 체크 테스트코드 추가 ## 📄 참고 사항
1.0
test: 닉네임 중복 체크 테스트코드 추가 - <!-- 제목 양식 // prefix: 구현할 기능 --> ## ⭐ 주요 기능 <!-- 구현할 기능(목표)에 대한 간략한 설명 --> 닉네임 중복 체크 테스트코드 추가 ## 📋 진행 사항 - [x] 닉네임 중복 체크 테스트코드 추가 ## 📄 참고 사항
non_comp
test 닉네임 중복 체크 테스트코드 추가 ⭐ 주요 기능 닉네임 중복 체크 테스트코드 추가 📋 진행 사항 닉네임 중복 체크 테스트코드 추가 📄 참고 사항
0
18,034
24,902,422,004
IssuesEvent
2022-10-28 22:53:11
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
closed
Enemy Mind (285840)
Game compatibility - Unofficial Regression
# Compatibility Report - Name of the game with compatibility issues: Enemy Mind - Steam AppID of the game: 285840 ## System Information - Steam Deck 512 GB - Proton version: Experimental ## I confirm: - [x] that I haven't found an existing compatibility report for this game. - [x] that I have checked whether there are updates for my system available. <!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and attach the generated $HOME/steam-$APPID.log to this issue report as a file. (Proton logs compress well if needed.)--> ## Symptoms <!-- What's the problem? --> Similar to Super House of Dead Ninjas and Out There Somewhere, I noticed proton stable and Experimental results in lag spikes every 1-3 seconds despite being deck verified, using 6.3-8 seems to smooth it out nicely. Also had 1-2 moments where the game just didn't pick up the deck controller and I had to manually close out. [steam-285840.log](https://github.com/ValveSoftware/Proton/files/9720943/steam-285840.log) Experimental: ![download (5)](https://user-images.githubusercontent.com/78768499/194207822-e1697e15-4d00-4f3a-9298-3fa181e94be9.jpeg) 6.3-8: ![download (6)](https://user-images.githubusercontent.com/78768499/194207854-ed9f88f1-ed2d-40f2-93d4-8b5b95324c0d.jpeg) ## Reproduction Just start the game up and play through with mangohud <!-- 1. You can find the Steam AppID in the URL of the shop page of the game. e.g. for `The Witcher 3: Wild Hunt` the AppID is `292030`. 2. You can find your driver and Linux version, as well as your graphics processor's name in the system information report of Steam. 3. You can retrieve a full system information report by clicking `Help` > `System Information` in the Steam client on your machine. 4. Please copy it to your clipboard by pressing `Ctrl+A` and then `Ctrl+C`. Then paste it in a [Gist](https://gist.github.com/) and post the link in this issue. 5. Please search for open issues and pull requests by the name of the game and find out whether they are relevant and should be referenced above. -->
True
Enemy Mind (285840) - # Compatibility Report - Name of the game with compatibility issues: Enemy Mind - Steam AppID of the game: 285840 ## System Information - Steam Deck 512 GB - Proton version: Experimental ## I confirm: - [x] that I haven't found an existing compatibility report for this game. - [x] that I have checked whether there are updates for my system available. <!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and attach the generated $HOME/steam-$APPID.log to this issue report as a file. (Proton logs compress well if needed.)--> ## Symptoms <!-- What's the problem? --> Similar to Super House of Dead Ninjas and Out There Somewhere, I noticed proton stable and Experimental results in lag spikes every 1-3 seconds despite being deck verified, using 6.3-8 seems to smooth it out nicely. Also had 1-2 moments where the game just didn't pick up the deck controller and I had to manually close out. [steam-285840.log](https://github.com/ValveSoftware/Proton/files/9720943/steam-285840.log) Experimental: ![download (5)](https://user-images.githubusercontent.com/78768499/194207822-e1697e15-4d00-4f3a-9298-3fa181e94be9.jpeg) 6.3-8: ![download (6)](https://user-images.githubusercontent.com/78768499/194207854-ed9f88f1-ed2d-40f2-93d4-8b5b95324c0d.jpeg) ## Reproduction Just start the game up and play through with mangohud <!-- 1. You can find the Steam AppID in the URL of the shop page of the game. e.g. for `The Witcher 3: Wild Hunt` the AppID is `292030`. 2. You can find your driver and Linux version, as well as your graphics processor's name in the system information report of Steam. 3. You can retrieve a full system information report by clicking `Help` > `System Information` in the Steam client on your machine. 4. Please copy it to your clipboard by pressing `Ctrl+A` and then `Ctrl+C`. Then paste it in a [Gist](https://gist.github.com/) and post the link in this issue. 5. Please search for open issues and pull requests by the name of the game and find out whether they are relevant and should be referenced above. -->
comp
enemy mind compatibility report name of the game with compatibility issues enemy mind steam appid of the game system information steam deck gb proton version experimental i confirm that i haven t found an existing compatibility report for this game that i have checked whether there are updates for my system available please add proton log command to the game s launch options and attach the generated home steam appid log to this issue report as a file proton logs compress well if needed symptoms similar to super house of dead ninjas and out there somewhere i noticed proton stable and experimental results in lag spikes every seconds despite being deck verified using seems to smooth it out nicely also had moments where the game just didn t pick up the deck controller and i had to manually close out experimental reproduction just start the game up and play through with mangohud you can find the steam appid in the url of the shop page of the game e g for the witcher wild hunt the appid is you can find your driver and linux version as well as your graphics processor s name in the system information report of steam you can retrieve a full system information report by clicking help system information in the steam client on your machine please copy it to your clipboard by pressing ctrl a and then ctrl c then paste it in a and post the link in this issue please search for open issues and pull requests by the name of the game and find out whether they are relevant and should be referenced above
1
89,897
15,855,987,377
IssuesEvent
2021-04-08 01:14:49
billmcchesney1/jazz
https://api.github.com/repos/billmcchesney1/jazz
opened
CVE-2020-28500 (Medium) detected in multiple libraries
security vulnerability
## CVE-2020-28500 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-4.17.10.tgz</b>, <b>lodash-4.17.4.tgz</b>, <b>lodash-4.17.11.tgz</b></p></summary> <p> <details><summary><b>lodash-4.17.10.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz</a></p> <p>Path to dependency file: jazz/core/jazz_ui/package.json</p> <p>Path to vulnerable library: jazz/core/jazz_ui/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - :x: **lodash-4.17.10.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-4.17.4.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz</a></p> <p>Path to dependency file: jazz/core/jazz_ui/src/app/primary-components/daterange-picker/ngx-slimscroll/ngx-slimscroll/package.json</p> <p>Path to vulnerable library: jazz/core/jazz_ui/src/app/primary-components/daterange-picker/ngx-slimscroll/ngx-slimscroll/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - awesome-typescript-loader-3.2.1.tgz (Root Library) - :x: **lodash-4.17.4.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-4.17.11.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz</a></p> <p>Path to dependency file: jazz/core/jazz_codeq/package.json</p> <p>Path to vulnerable library: jazz/core/jazz_codeq/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_services/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_metrics/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_cloud-logs-streamer/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_acl/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_scm-webhook/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_is-slack-channel-available/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_admin/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_logs/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_events/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_events/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_cognito-admin-authorizer/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_t-vault/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_is-service-available/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_assets/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_email/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_logout/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_es-kinesis-log-streamer/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_create-serverless-service/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_login/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_services-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_slack-channel/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_usermanagement/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_asset-event-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_events-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_slack-event-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_apigee-proxy-aws/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_splunk-kinesis-log-streamer/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_services/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_environments/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_deployments/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_test-lambda/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_delete-serverless-service/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_deployments/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_environment-event-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_deployments-event-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_cognito-authorizer/node_modules/nyc/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - nyc-13.3.0.tgz (Root Library) - istanbul-reports-2.1.1.tgz - handlebars-4.1.0.tgz - async-2.6.2.tgz - :x: **lodash-4.17.11.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>develop</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> Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions. WhiteSource Note: After conducting further research, WhiteSource has determined that CVE-2020-28500 only affects environments with versions 4.0.0 to 4.17.20 of Lodash. <p>Publish Date: 2021-02-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28500>CVE-2020-28500</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500</a></p> <p>Release Date: 2021-02-15</p> <p>Fix Resolution: lodash-4.17.21</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.10","packageFilePaths":["/core/jazz_ui/package.json"],"isTransitiveDependency":false,"dependencyTree":"lodash:4.17.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash-4.17.21"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.4","packageFilePaths":["/core/jazz_ui/src/app/primary-components/daterange-picker/ngx-slimscroll/ngx-slimscroll/package.json"],"isTransitiveDependency":true,"dependencyTree":"awesome-typescript-loader:3.2.1;lodash:4.17.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash-4.17.21"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.11","packageFilePaths":["/core/jazz_codeq/package.json","/core/jazz_services/package.json","/core/jazz_metrics/package.json","/core/jazz_cloud-logs-streamer/package.json","/core/jazz_acl/package.json","/core/jazz_scm-webhook/package.json","/core/jazz_is-slack-channel-available/package.json","/core/jazz_admin/package.json","/core/jazz_logs/package.json","/core/jazz_events-handler/package.json","/core/jazz_events/package.json","/core/jazz_cognito-admin-authorizer/package.json","/core/jazz_t-vault/package.json","/core/jazz_is-service-available/package.json","/core/jazz_assets/package.json","/core/jazz_email/package.json","/core/jazz_logout/package.json","/core/jazz_es-kinesis-log-streamer/package.json","/core/jazz_create-serverless-service/package.json","/core/jazz_login/package.json","/core/jazz_services-handler/package.json","/core/jazz_slack-channel/package.json","/core/jazz_usermanagement/package.json","/core/jazz_asset-event-handler/package.json","/core/jazz_slack-event-handler/package.json","/core/jazz_apigee-proxy-aws/package.json","/core/jazz_splunk-kinesis-log-streamer/package.json","/core/jazz_environments/package.json","/core/jazz_deployments-event-handler/package.json","/core/jazz_test-lambda/package.json","/core/jazz_delete-serverless-service/package.json","/core/jazz_deployments/package.json","/core/jazz_environment-event-handler/package.json","/core/jazz_cognito-authorizer/package.json"],"isTransitiveDependency":true,"dependencyTree":"nyc:13.3.0;istanbul-reports:2.1.1;handlebars:4.1.0;async:2.6.2;lodash:4.17.11","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash-4.17.21"}],"baseBranches":["develop"],"vulnerabilityIdentifier":"CVE-2020-28500","vulnerabilityDetails":"Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.\n WhiteSource Note: After conducting further research, WhiteSource has determined that CVE-2020-28500 only affects environments with versions 4.0.0 to 4.17.20 of Lodash.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28500","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-28500 (Medium) detected in multiple libraries - ## CVE-2020-28500 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-4.17.10.tgz</b>, <b>lodash-4.17.4.tgz</b>, <b>lodash-4.17.11.tgz</b></p></summary> <p> <details><summary><b>lodash-4.17.10.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz</a></p> <p>Path to dependency file: jazz/core/jazz_ui/package.json</p> <p>Path to vulnerable library: jazz/core/jazz_ui/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - :x: **lodash-4.17.10.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-4.17.4.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz</a></p> <p>Path to dependency file: jazz/core/jazz_ui/src/app/primary-components/daterange-picker/ngx-slimscroll/ngx-slimscroll/package.json</p> <p>Path to vulnerable library: jazz/core/jazz_ui/src/app/primary-components/daterange-picker/ngx-slimscroll/ngx-slimscroll/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - awesome-typescript-loader-3.2.1.tgz (Root Library) - :x: **lodash-4.17.4.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-4.17.11.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz</a></p> <p>Path to dependency file: jazz/core/jazz_codeq/package.json</p> <p>Path to vulnerable library: jazz/core/jazz_codeq/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_services/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_metrics/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_cloud-logs-streamer/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_acl/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_scm-webhook/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_is-slack-channel-available/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_admin/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_logs/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_events/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_events/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_cognito-admin-authorizer/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_t-vault/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_is-service-available/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_assets/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_email/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_logout/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_es-kinesis-log-streamer/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_create-serverless-service/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_login/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_services-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_slack-channel/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_usermanagement/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_asset-event-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_events-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_slack-event-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_apigee-proxy-aws/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_splunk-kinesis-log-streamer/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_services/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_environments/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_deployments/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_test-lambda/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_delete-serverless-service/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_deployments/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_environment-event-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_deployments-event-handler/node_modules/nyc/node_modules/lodash/package.json,jazz/core/jazz_cognito-authorizer/node_modules/nyc/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - nyc-13.3.0.tgz (Root Library) - istanbul-reports-2.1.1.tgz - handlebars-4.1.0.tgz - async-2.6.2.tgz - :x: **lodash-4.17.11.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>develop</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> Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions. WhiteSource Note: After conducting further research, WhiteSource has determined that CVE-2020-28500 only affects environments with versions 4.0.0 to 4.17.20 of Lodash. <p>Publish Date: 2021-02-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28500>CVE-2020-28500</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500</a></p> <p>Release Date: 2021-02-15</p> <p>Fix Resolution: lodash-4.17.21</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.10","packageFilePaths":["/core/jazz_ui/package.json"],"isTransitiveDependency":false,"dependencyTree":"lodash:4.17.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash-4.17.21"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.4","packageFilePaths":["/core/jazz_ui/src/app/primary-components/daterange-picker/ngx-slimscroll/ngx-slimscroll/package.json"],"isTransitiveDependency":true,"dependencyTree":"awesome-typescript-loader:3.2.1;lodash:4.17.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash-4.17.21"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.11","packageFilePaths":["/core/jazz_codeq/package.json","/core/jazz_services/package.json","/core/jazz_metrics/package.json","/core/jazz_cloud-logs-streamer/package.json","/core/jazz_acl/package.json","/core/jazz_scm-webhook/package.json","/core/jazz_is-slack-channel-available/package.json","/core/jazz_admin/package.json","/core/jazz_logs/package.json","/core/jazz_events-handler/package.json","/core/jazz_events/package.json","/core/jazz_cognito-admin-authorizer/package.json","/core/jazz_t-vault/package.json","/core/jazz_is-service-available/package.json","/core/jazz_assets/package.json","/core/jazz_email/package.json","/core/jazz_logout/package.json","/core/jazz_es-kinesis-log-streamer/package.json","/core/jazz_create-serverless-service/package.json","/core/jazz_login/package.json","/core/jazz_services-handler/package.json","/core/jazz_slack-channel/package.json","/core/jazz_usermanagement/package.json","/core/jazz_asset-event-handler/package.json","/core/jazz_slack-event-handler/package.json","/core/jazz_apigee-proxy-aws/package.json","/core/jazz_splunk-kinesis-log-streamer/package.json","/core/jazz_environments/package.json","/core/jazz_deployments-event-handler/package.json","/core/jazz_test-lambda/package.json","/core/jazz_delete-serverless-service/package.json","/core/jazz_deployments/package.json","/core/jazz_environment-event-handler/package.json","/core/jazz_cognito-authorizer/package.json"],"isTransitiveDependency":true,"dependencyTree":"nyc:13.3.0;istanbul-reports:2.1.1;handlebars:4.1.0;async:2.6.2;lodash:4.17.11","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash-4.17.21"}],"baseBranches":["develop"],"vulnerabilityIdentifier":"CVE-2020-28500","vulnerabilityDetails":"Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.\n WhiteSource Note: After conducting further research, WhiteSource has determined that CVE-2020-28500 only affects environments with versions 4.0.0 to 4.17.20 of Lodash.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28500","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_comp
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz lodash tgz lodash modular utilities library home page a href path to dependency file jazz core jazz ui package json path to vulnerable library jazz core jazz ui node modules lodash package json dependency hierarchy x lodash tgz vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file jazz core jazz ui src app primary components daterange picker ngx slimscroll ngx slimscroll package json path to vulnerable library jazz core jazz ui src app primary components daterange picker ngx slimscroll ngx slimscroll node modules lodash package json dependency hierarchy awesome typescript loader tgz root library x lodash tgz vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file jazz core jazz codeq package json path to vulnerable library jazz core jazz codeq node modules nyc node modules lodash package json jazz core jazz services node modules nyc node modules lodash package json jazz core jazz metrics node modules nyc node modules lodash package json jazz core jazz cloud logs streamer node modules nyc node modules lodash package json jazz core jazz acl node modules nyc node modules lodash package json jazz core jazz scm webhook node modules nyc node modules lodash package json jazz core jazz is slack channel available node modules nyc node modules lodash package json jazz core jazz admin node modules nyc node modules lodash package json jazz core jazz logs node modules nyc node modules lodash package json jazz core jazz events node modules nyc node modules lodash package json jazz core jazz events node modules nyc node modules lodash package json jazz core jazz cognito admin authorizer node modules nyc node modules lodash package json jazz core jazz t vault node modules nyc node modules lodash package json jazz core jazz is service available node modules nyc node modules lodash package json jazz core jazz assets node modules nyc node modules lodash package json jazz core jazz email node modules nyc node modules lodash package json jazz core jazz logout node modules nyc node modules lodash package json jazz core jazz es kinesis log streamer node modules nyc node modules lodash package json jazz core jazz create serverless service node modules nyc node modules lodash package json jazz core jazz login node modules nyc node modules lodash package json jazz core jazz services handler node modules nyc node modules lodash package json jazz core jazz slack channel node modules nyc node modules lodash package json jazz core jazz usermanagement node modules nyc node modules lodash package json jazz core jazz asset event handler node modules nyc node modules lodash package json jazz core jazz events handler node modules nyc node modules lodash package json jazz core jazz slack event handler node modules nyc node modules lodash package json jazz core jazz apigee proxy aws node modules nyc node modules lodash package json jazz core jazz splunk kinesis log streamer node modules nyc node modules lodash package json jazz core jazz services node modules nyc node modules lodash package json jazz core jazz environments node modules nyc node modules lodash package json jazz core jazz deployments node modules nyc node modules lodash package json jazz core jazz test lambda node modules nyc node modules lodash package json jazz core jazz delete serverless service node modules nyc node modules lodash package json jazz core jazz deployments node modules nyc node modules lodash package json jazz core jazz environment event handler node modules nyc node modules lodash package json jazz core jazz deployments event handler node modules nyc node modules lodash package json jazz core jazz cognito authorizer node modules nyc node modules lodash package json dependency hierarchy nyc tgz root library istanbul reports tgz handlebars tgz async tgz x lodash tgz vulnerable library found in base branch develop vulnerability details lodash versions prior to are vulnerable to regular expression denial of service redos via the tonumber trim and trimend functions whitesource note after conducting further research whitesource has determined that cve only affects environments with versions to of lodash publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution lodash isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree lodash isminimumfixversionavailable true minimumfixversion lodash packagetype javascript node js packagename lodash packageversion packagefilepaths istransitivedependency true dependencytree awesome typescript loader lodash isminimumfixversionavailable true minimumfixversion lodash packagetype javascript node js packagename lodash packageversion packagefilepaths istransitivedependency true dependencytree nyc istanbul reports handlebars async lodash isminimumfixversionavailable true minimumfixversion lodash basebranches vulnerabilityidentifier cve vulnerabilitydetails lodash versions prior to are vulnerable to regular expression denial of service redos via the tonumber trim and trimend functions n whitesource note after conducting further research whitesource has determined that cve only affects environments with versions to of lodash vulnerabilityurl
0
46,630
13,176,548,656
IssuesEvent
2020-08-12 05:13:20
gate5/struts-2.3.20
https://api.github.com/repos/gate5/struts-2.3.20
opened
CVE-2019-10202 (High) detected in jackson-mapper-asl-1.5.2.jar, jackson-mapper-asl-1.9.2.jar
security vulnerability
## CVE-2019-10202 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-mapper-asl-1.5.2.jar</b>, <b>jackson-mapper-asl-1.9.2.jar</b></p></summary> <p> <details><summary><b>jackson-mapper-asl-1.5.2.jar</b></p></summary> <p>Data Mapper package is a high-performance data binding package built on Jackson JSON processor</p> <p>Path to dependency file: /tmp/ws-scm/struts-2.3.20/plugins/tiles3/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.5.2/jackson-mapper-asl-1.5.2.jar</p> <p> Dependency Hierarchy: - tiles-extras-3.0.1.jar (Root Library) - tiles-request-mustache-1.0.1.jar - core-0.6.2.jar - :x: **jackson-mapper-asl-1.5.2.jar** (Vulnerable Library) </details> <details><summary><b>jackson-mapper-asl-1.9.2.jar</b></p></summary> <p>Data Mapper package is a high-performance data binding package built on Jackson JSON processor</p> <p>Path to dependency file: /tmp/ws-scm/struts-2.3.20/apps/rest-showcase/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar,20200812051146_HYKYVW/downloadResource_AXMGGA/20200812051220/jackson-mapper-asl-1.9.2.jar,canner/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar</p> <p> Dependency Hierarchy: - :x: **jackson-mapper-asl-1.9.2.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/gate5/struts-2.3.20/commit/0bfc3664462638feef3ae03ae4fd6b8d4a8388cd">0bfc3664462638feef3ae03ae4fd6b8d4a8388cd</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> A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike. <p>Publish Date: 2019-10-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10202>CVE-2019-10202</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://access.redhat.com/errata/RHSA-2019:2938">https://access.redhat.com/errata/RHSA-2019:2938</a></p> <p>Release Date: 2019-10-01</p> <p>Fix Resolution: JBoss Enterprise Application Platform - 7.2.4;com.fasterxml.jackson.core:jackson-databind:2.9.9</p> </p> </details> <p></p>
True
CVE-2019-10202 (High) detected in jackson-mapper-asl-1.5.2.jar, jackson-mapper-asl-1.9.2.jar - ## CVE-2019-10202 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-mapper-asl-1.5.2.jar</b>, <b>jackson-mapper-asl-1.9.2.jar</b></p></summary> <p> <details><summary><b>jackson-mapper-asl-1.5.2.jar</b></p></summary> <p>Data Mapper package is a high-performance data binding package built on Jackson JSON processor</p> <p>Path to dependency file: /tmp/ws-scm/struts-2.3.20/plugins/tiles3/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.5.2/jackson-mapper-asl-1.5.2.jar</p> <p> Dependency Hierarchy: - tiles-extras-3.0.1.jar (Root Library) - tiles-request-mustache-1.0.1.jar - core-0.6.2.jar - :x: **jackson-mapper-asl-1.5.2.jar** (Vulnerable Library) </details> <details><summary><b>jackson-mapper-asl-1.9.2.jar</b></p></summary> <p>Data Mapper package is a high-performance data binding package built on Jackson JSON processor</p> <p>Path to dependency file: /tmp/ws-scm/struts-2.3.20/apps/rest-showcase/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar,20200812051146_HYKYVW/downloadResource_AXMGGA/20200812051220/jackson-mapper-asl-1.9.2.jar,canner/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar</p> <p> Dependency Hierarchy: - :x: **jackson-mapper-asl-1.9.2.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/gate5/struts-2.3.20/commit/0bfc3664462638feef3ae03ae4fd6b8d4a8388cd">0bfc3664462638feef3ae03ae4fd6b8d4a8388cd</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> A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike. <p>Publish Date: 2019-10-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10202>CVE-2019-10202</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://access.redhat.com/errata/RHSA-2019:2938">https://access.redhat.com/errata/RHSA-2019:2938</a></p> <p>Release Date: 2019-10-01</p> <p>Fix Resolution: JBoss Enterprise Application Platform - 7.2.4;com.fasterxml.jackson.core:jackson-databind:2.9.9</p> </p> </details> <p></p>
non_comp
cve high detected in jackson mapper asl jar jackson mapper asl jar cve high severity vulnerability vulnerable libraries jackson mapper asl jar jackson mapper asl jar jackson mapper asl jar data mapper package is a high performance data binding package built on jackson json processor path to dependency file tmp ws scm struts plugins pom xml path to vulnerable library home wss scanner repository org codehaus jackson jackson mapper asl jackson mapper asl jar dependency hierarchy tiles extras jar root library tiles request mustache jar core jar x jackson mapper asl jar vulnerable library jackson mapper asl jar data mapper package is a high performance data binding package built on jackson json processor path to dependency file tmp ws scm struts apps rest showcase pom xml path to vulnerable library home wss scanner repository org codehaus jackson jackson mapper asl jackson mapper asl jar hykyvw downloadresource axmgga jackson mapper asl jar canner repository org codehaus jackson jackson mapper asl jackson mapper asl jar dependency hierarchy x jackson mapper asl jar vulnerable library found in head commit a href vulnerability details a series of deserialization vulnerabilities have been discovered in codehaus x implemented in eap this cve fixes cve cve cve cve cve cve cve reported for fasterxml jackson databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike 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 jboss enterprise application platform com fasterxml jackson core jackson databind
0
14,150
17,026,696,077
IssuesEvent
2021-07-03 17:20:18
PowerNukkit/PowerNukkit
https://api.github.com/repos/PowerNukkit/PowerNukkit
opened
LobbyNK works fine except the PlayerRespawnEvent
Type: compatibility
# 🔌 Plugin compatibility issue <!-- 👉 This template is helpful, but you may erase everything if you can express the issue clearly Feel free to ask questions or start a related discussion -->So when u set a lobby, and u have the items and go into another world via Multiworld or WorldManager, u die/disconnect in a world other than the lobby and spawn in the lobby and don't have the items. ### 📸 Screenshots / Videos <!-- ✍ If applicable, add screenshots or video recordings to help explain your problem --> ### ▶ Steps to Reproduce <!--- ✍ Reliable steps which someone can use to reproduce the issue. --> 1. Install Multiworld/World Manager and LobbyNK 2. Create world for a lobby and for testing 3. tp to world without lobby 4. die in world/disconnect 5. rejoin if disconnected and u wont have the items 6. do /build twice ### ✔ Expected Behavior <!-- ✍ What would you expect to happen --> expected to have the items back on rejoin ### ❌ Actual Behavior <!-- ✍ What actually happened --> don't have items ### 📋 Debug information <!-- Use the 'debugpaste upload' and 'timings paste' command in PowerNukkit --> <!-- You can get the version from the file name, the 'about' or 'debugpaste' command outputs --> * PowerNukkit version: ✍ * Debug link: ✍ * Timings link (if relevant): ✍ ### 💢 Crash Dump, Stack Trace and Other Files <!-- ✍ Use https://hastebin.com for big logs or dumps --> https://debugpaste.powernukkit.org/pastes/PNa8468e52 ### 💬 Anything else we should know? <!-- ✍ This is the perfect place to add any additional details -->
True
LobbyNK works fine except the PlayerRespawnEvent - # 🔌 Plugin compatibility issue <!-- 👉 This template is helpful, but you may erase everything if you can express the issue clearly Feel free to ask questions or start a related discussion -->So when u set a lobby, and u have the items and go into another world via Multiworld or WorldManager, u die/disconnect in a world other than the lobby and spawn in the lobby and don't have the items. ### 📸 Screenshots / Videos <!-- ✍ If applicable, add screenshots or video recordings to help explain your problem --> ### ▶ Steps to Reproduce <!--- ✍ Reliable steps which someone can use to reproduce the issue. --> 1. Install Multiworld/World Manager and LobbyNK 2. Create world for a lobby and for testing 3. tp to world without lobby 4. die in world/disconnect 5. rejoin if disconnected and u wont have the items 6. do /build twice ### ✔ Expected Behavior <!-- ✍ What would you expect to happen --> expected to have the items back on rejoin ### ❌ Actual Behavior <!-- ✍ What actually happened --> don't have items ### 📋 Debug information <!-- Use the 'debugpaste upload' and 'timings paste' command in PowerNukkit --> <!-- You can get the version from the file name, the 'about' or 'debugpaste' command outputs --> * PowerNukkit version: ✍ * Debug link: ✍ * Timings link (if relevant): ✍ ### 💢 Crash Dump, Stack Trace and Other Files <!-- ✍ Use https://hastebin.com for big logs or dumps --> https://debugpaste.powernukkit.org/pastes/PNa8468e52 ### 💬 Anything else we should know? <!-- ✍ This is the perfect place to add any additional details -->
comp
lobbynk works fine except the playerrespawnevent 🔌 plugin compatibility issue 👉 this template is helpful but you may erase everything if you can express the issue clearly feel free to ask questions or start a related discussion so when u set a lobby and u have the items and go into another world via multiworld or worldmanager u die disconnect in a world other than the lobby and spawn in the lobby and don t have the items 📸 screenshots videos ▶ steps to reproduce install multiworld world manager and lobbynk create world for a lobby and for testing tp to world without lobby die in world disconnect rejoin if disconnected and u wont have the items do build twice ✔ expected behavior expected to have the items back on rejoin ❌ actual behavior don t have items 📋 debug information powernukkit version ✍ debug link ✍ timings link if relevant ✍ 💢 crash dump stack trace and other files 💬 anything else we should know
1
6,046
8,481,597,799
IssuesEvent
2018-10-25 16:07:43
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
ObjectDisposedException / SocketsHttpHandler in .NET 2.1
area-System.Net.Http.SocketsHttpHandler bug tenet-compatibility
Hello, While upgrading our Web application from .NET Core 2.0.9 to 2.1.4, we started to see some `ObjectDisposedException` popping up (roughly 30 mins after application start), stating that `SocketsHttpHandler` could no longer be used. Googling a bit led us to #32143. As this was supposed to fixed in 2.1.5, we decided to wait for it to be released. Now, running on 2.1.5 we're still experiencing them. I've trimmed down the project as much as I could into the simplest possible repro case I could come up with. Steps: - Run the app (which should display some proxied json payload) - Refresh it regularly - Around 25~30mins the following exception happens ```text System.ObjectDisposedException System.ObjectDisposedException: Cannot access a disposed object. Object name: 'SocketsHttpHandler'. at System.Net.Http.SocketsHttpHandler.CheckDisposed() at System.Net.Http.SocketsHttpHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.DelegatingHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) at Web.Controllers.HomeController.InvokeSearch() in C:\REDACTED\src\Backend\Controllers\HomeController.cs:line 46 at Web.Controllers.HomeController.SearchAsync() in C:\REDACTED\src\Backend\Controllers\HomeController.cs:line 23 at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at System.Threading.Tasks.ValueTask`1.get_Result() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeFilterPipelineAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeAsync() at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.Invoke(HttpContext context) ```
True
ObjectDisposedException / SocketsHttpHandler in .NET 2.1 - Hello, While upgrading our Web application from .NET Core 2.0.9 to 2.1.4, we started to see some `ObjectDisposedException` popping up (roughly 30 mins after application start), stating that `SocketsHttpHandler` could no longer be used. Googling a bit led us to #32143. As this was supposed to fixed in 2.1.5, we decided to wait for it to be released. Now, running on 2.1.5 we're still experiencing them. I've trimmed down the project as much as I could into the simplest possible repro case I could come up with. Steps: - Run the app (which should display some proxied json payload) - Refresh it regularly - Around 25~30mins the following exception happens ```text System.ObjectDisposedException System.ObjectDisposedException: Cannot access a disposed object. Object name: 'SocketsHttpHandler'. at System.Net.Http.SocketsHttpHandler.CheckDisposed() at System.Net.Http.SocketsHttpHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.DelegatingHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) at Web.Controllers.HomeController.InvokeSearch() in C:\REDACTED\src\Backend\Controllers\HomeController.cs:line 46 at Web.Controllers.HomeController.SearchAsync() in C:\REDACTED\src\Backend\Controllers\HomeController.cs:line 23 at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at System.Threading.Tasks.ValueTask`1.get_Result() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeFilterPipelineAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeAsync() at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.Invoke(HttpContext context) ```
comp
objectdisposedexception socketshttphandler in net hello while upgrading our web application from net core to we started to see some objectdisposedexception popping up roughly mins after application start stating that socketshttphandler could no longer be used googling a bit led us to as this was supposed to fixed in we decided to wait for it to be released now running on we re still experiencing them i ve trimmed down the project as much as i could into the simplest possible repro case i could come up with steps run the app which should display some proxied json payload refresh it regularly around the following exception happens text system objectdisposedexception system objectdisposedexception cannot access a disposed object object name socketshttphandler at system net http socketshttphandler checkdisposed at system net http socketshttphandler sendasync httprequestmessage request cancellationtoken cancellationtoken at system net http delegatinghandler sendasync httprequestmessage request cancellationtoken cancellationtoken at system net http diagnosticshandler sendasync httprequestmessage request cancellationtoken cancellationtoken at microsoft extensions http logging logginghttpmessagehandler sendasync httprequestmessage request cancellationtoken cancellationtoken at microsoft extensions http logging loggingscopehttpmessagehandler sendasync httprequestmessage request cancellationtoken cancellationtoken at system net http httpclient finishsendasyncbuffered task sendtask httprequestmessage request cancellationtokensource cts boolean disposects at web controllers homecontroller invokesearch in c redacted src backend controllers homecontroller cs line at web controllers homecontroller searchasync in c redacted src backend controllers homecontroller cs line at microsoft aspnetcore mvc internal actionmethodexecutor taskofiactionresultexecutor execute iactionresulttypemapper mapper objectmethodexecutor executor object controller object arguments at system threading tasks valuetask get result at microsoft aspnetcore mvc internal controlleractioninvoker invokeactionmethodasync at microsoft aspnetcore mvc internal controlleractioninvoker invokenextactionfilterasync at microsoft aspnetcore mvc internal controlleractioninvoker rethrow actionexecutedcontext context at microsoft aspnetcore mvc internal controlleractioninvoker next state next scope scope object state boolean iscompleted at microsoft aspnetcore mvc internal controlleractioninvoker invokeinnerfilterasync at microsoft aspnetcore mvc internal resourceinvoker invokefilterpipelineasync at microsoft aspnetcore mvc internal resourceinvoker invokeasync at microsoft aspnetcore builder routermiddleware invoke httpcontext httpcontext at microsoft aspnetcore diagnostics exceptionhandlermiddleware invoke httpcontext context
1
821,240
30,812,528,646
IssuesEvent
2023-08-01 11:24:34
codidact/qpixel
https://api.github.com/repos/codidact/qpixel
closed
after login, redirect to the original page
area: html/css/js type: change request priority: low complexity: unassessed
https://meta.codidact.com/questions/276738 https://meta.codidact.com/posts/288196 If you are not logged in and are viewing, say, a question page, and then you click "sign in" to log in, after signing in you're directed to the front page. Can we instead redirect you to the page you were on before signing in? Yes you can get there via browser back buttons, but this redirection is common enough that not doing it stands out a bit.
1.0
after login, redirect to the original page - https://meta.codidact.com/questions/276738 https://meta.codidact.com/posts/288196 If you are not logged in and are viewing, say, a question page, and then you click "sign in" to log in, after signing in you're directed to the front page. Can we instead redirect you to the page you were on before signing in? Yes you can get there via browser back buttons, but this redirection is common enough that not doing it stands out a bit.
non_comp
after login redirect to the original page if you are not logged in and are viewing say a question page and then you click sign in to log in after signing in you re directed to the front page can we instead redirect you to the page you were on before signing in yes you can get there via browser back buttons but this redirection is common enough that not doing it stands out a bit
0
257,860
27,563,824,837
IssuesEvent
2023-03-08 01:09:11
billmcchesney1/t-vault
https://api.github.com/repos/billmcchesney1/t-vault
opened
CVE-2021-37712 (High) detected in tar-2.2.2.tgz
security vulnerability
## CVE-2021-37712 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.2.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.2.tgz">https://registry.npmjs.org/tar/-/tar-2.2.2.tgz</a></p> <p>Path to dependency file: /tvaultui/package.json</p> <p>Path to vulnerable library: /tvaultui/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - gulp-sass-3.1.0.tgz (Root Library) - node-sass-4.14.1.tgz - node-gyp-3.8.0.tgz - :x: **tar-2.2.2.tgz** (Vulnerable Library) <p>Found in base branch: <b>dev</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 npm package "tar" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value. Additionally, on Windows systems, long path portions would resolve to the same file system entities as their 8.3 "short path" counterparts. A specially crafted tar archive could thus include a directory with one form of the path, followed by a symbolic link with a different string that resolves to the same file system entity, followed by a file using the first form. By first creating a directory, and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-qq89-hq3f-393p. <p>Publish Date: 2021-08-31 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-37712>CVE-2021-37712</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.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p">https://github.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p</a></p> <p>Release Date: 2021-08-31</p> <p>Fix Resolution (tar): 4.4.18</p> <p>Direct dependency fix Resolution (gulp-sass): 5.0.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
True
CVE-2021-37712 (High) detected in tar-2.2.2.tgz - ## CVE-2021-37712 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.2.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.2.tgz">https://registry.npmjs.org/tar/-/tar-2.2.2.tgz</a></p> <p>Path to dependency file: /tvaultui/package.json</p> <p>Path to vulnerable library: /tvaultui/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - gulp-sass-3.1.0.tgz (Root Library) - node-sass-4.14.1.tgz - node-gyp-3.8.0.tgz - :x: **tar-2.2.2.tgz** (Vulnerable Library) <p>Found in base branch: <b>dev</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 npm package "tar" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value. Additionally, on Windows systems, long path portions would resolve to the same file system entities as their 8.3 "short path" counterparts. A specially crafted tar archive could thus include a directory with one form of the path, followed by a symbolic link with a different string that resolves to the same file system entity, followed by a file using the first form. By first creating a directory, and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-qq89-hq3f-393p. <p>Publish Date: 2021-08-31 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-37712>CVE-2021-37712</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.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p">https://github.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p</a></p> <p>Release Date: 2021-08-31</p> <p>Fix Resolution (tar): 4.4.18</p> <p>Direct dependency fix Resolution (gulp-sass): 5.0.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
non_comp
cve high detected in tar tgz cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file tvaultui package json path to vulnerable library tvaultui node modules tar package json dependency hierarchy gulp sass tgz root library node sass tgz node gyp tgz x tar tgz vulnerable library found in base branch dev vulnerability details the npm package tar aka node tar before versions and has an arbitrary file creation overwrite and arbitrary code execution vulnerability node tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted this is in part achieved by ensuring that extracted directories are not symlinks additionally in order to prevent unnecessary stat calls to determine whether a given path is a directory paths are cached when directories are created this logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value additionally on windows systems long path portions would resolve to the same file system entities as their short path counterparts a specially crafted tar archive could thus include a directory with one form of the path followed by a symbolic link with a different string that resolves to the same file system entity followed by a file using the first form by first creating a directory and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem it was thus possible to bypass node tar symlink checks on directories essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location thus allowing arbitrary file creation and overwrite these issues were addressed in releases and the branch of node tar has been deprecated and did not receive patches for these issues if you are still using a release we recommend you update to a more recent version of node tar if this is not possible a workaround is available in the referenced ghsa publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tar direct dependency fix resolution gulp sass rescue worker helmet automatic remediation is available for this issue
0
69,981
7,166,898,795
IssuesEvent
2018-01-29 18:44:32
mono/mono
https://api.github.com/repos/mono/mono
closed
Reenable System.Runtime.CompilerServices.Unsafe-xunit test on 32bit
area-General disabled-test
It is disabled at the moment: https://github.com/mono/mono/blob/1710dd74fe06fc2679d9f2e72ad939d7e3bdfa10/scripts/ci/run-test-default.sh#L90-L91 https://bugzilla.xamarin.com/show_bug.cgi?id=60865 was fixed but to fix the test we need a corefx bump that includes the changes from https://github.com/mono/mono/pull/6129#issuecomment-348296944 Reenable the test after corefx was bumped.
1.0
Reenable System.Runtime.CompilerServices.Unsafe-xunit test on 32bit - It is disabled at the moment: https://github.com/mono/mono/blob/1710dd74fe06fc2679d9f2e72ad939d7e3bdfa10/scripts/ci/run-test-default.sh#L90-L91 https://bugzilla.xamarin.com/show_bug.cgi?id=60865 was fixed but to fix the test we need a corefx bump that includes the changes from https://github.com/mono/mono/pull/6129#issuecomment-348296944 Reenable the test after corefx was bumped.
non_comp
reenable system runtime compilerservices unsafe xunit test on it is disabled at the moment was fixed but to fix the test we need a corefx bump that includes the changes from reenable the test after corefx was bumped
0
18,641
25,956,811,891
IssuesEvent
2022-12-18 10:46:52
harttle/liquidjs
https://api.github.com/repos/harttle/liquidjs
closed
How to rewrite a registerTag from v9 to be v10 compatible?
bug breaking change compatibility custom tags
in v9 I have the followin registerTag: ```js engine.registerTag('metadata_file', { parse(tagToken: TagToken, remainTokens: TopLevelToken[]) { this.str = tagToken.args; }, async render(ctx: Context) { // eslint-disable-next-line @typescript-eslint/no-unsafe-argument const content = await readLocalFile(this.str); return this.liquid.parseAndRender(content.toString(), ctx); }, }); ``` Upgrading to v10 causes this to fail since `str` has been removed. In the docs [here](https://liquidjs.com/tutorials/register-filters-tags.html) it says to use the following: ```js engine.registerTag('upper', { parse: function(tagToken: TagToken, remainTokens: TopLevelToken[]) { this.value = new Value(token.args, liquid) }, render: function*(ctx: Context) { const str = yield this.value.value(ctx); // 'alice' return str.toUpperCase() // 'ALICE' } }); ``` However it complains that `value` does not exist on `Tag`, that `token` cannot be found as well as that `liquid` cannot be found. So presumably the samples are incorrect. I am trying to update to liquidjs `10.3.2`.
True
How to rewrite a registerTag from v9 to be v10 compatible? - in v9 I have the followin registerTag: ```js engine.registerTag('metadata_file', { parse(tagToken: TagToken, remainTokens: TopLevelToken[]) { this.str = tagToken.args; }, async render(ctx: Context) { // eslint-disable-next-line @typescript-eslint/no-unsafe-argument const content = await readLocalFile(this.str); return this.liquid.parseAndRender(content.toString(), ctx); }, }); ``` Upgrading to v10 causes this to fail since `str` has been removed. In the docs [here](https://liquidjs.com/tutorials/register-filters-tags.html) it says to use the following: ```js engine.registerTag('upper', { parse: function(tagToken: TagToken, remainTokens: TopLevelToken[]) { this.value = new Value(token.args, liquid) }, render: function*(ctx: Context) { const str = yield this.value.value(ctx); // 'alice' return str.toUpperCase() // 'ALICE' } }); ``` However it complains that `value` does not exist on `Tag`, that `token` cannot be found as well as that `liquid` cannot be found. So presumably the samples are incorrect. I am trying to update to liquidjs `10.3.2`.
comp
how to rewrite a registertag from to be compatible in i have the followin registertag js engine registertag metadata file parse tagtoken tagtoken remaintokens topleveltoken this str tagtoken args async render ctx context eslint disable next line typescript eslint no unsafe argument const content await readlocalfile this str return this liquid parseandrender content tostring ctx upgrading to causes this to fail since str has been removed in the docs it says to use the following js engine registertag upper parse function tagtoken tagtoken remaintokens topleveltoken this value new value token args liquid render function ctx context const str yield this value value ctx alice return str touppercase alice however it complains that value does not exist on tag that token cannot be found as well as that liquid cannot be found so presumably the samples are incorrect i am trying to update to liquidjs
1
178,671
29,953,150,079
IssuesEvent
2023-06-23 04:24:01
mapswipe/community-website
https://api.github.com/repos/mapswipe/community-website
closed
Project Detail > Header - Design with more data as per proposed design
design dev
## Proposed Design ![Image](https://github.com/mapswipe/community-website/assets/25280806/451e564c-e5db-491c-807a-e8f340ad73cc)
1.0
Project Detail > Header - Design with more data as per proposed design - ## Proposed Design ![Image](https://github.com/mapswipe/community-website/assets/25280806/451e564c-e5db-491c-807a-e8f340ad73cc)
non_comp
project detail header design with more data as per proposed design proposed design
0
11,327
13,261,686,217
IssuesEvent
2020-08-20 20:21:10
mmikkel/CpFieldInspect-Craft
https://api.github.com/repos/mmikkel/CpFieldInspect-Craft
closed
Cannot open field settings in new tab anymore
compatibility enhancement
With latest update, we lost ability to open link to field settings in a new tab by clicking it with middle mouse button. Could this be restored?
True
Cannot open field settings in new tab anymore - With latest update, we lost ability to open link to field settings in a new tab by clicking it with middle mouse button. Could this be restored?
comp
cannot open field settings in new tab anymore with latest update we lost ability to open link to field settings in a new tab by clicking it with middle mouse button could this be restored
1
15,742
20,386,998,913
IssuesEvent
2022-02-22 08:10:55
actiontech/sqle
https://api.github.com/repos/actiontech/sqle
closed
Refactor: update role and permisson management.
ui feature not_compatible
### 1. UML As internal PRD of devlopment team. Role and Permission management shoud be refactored. "Role" is a collection of permissions and it chould contains operations and datasources. ![1](https://user-images.githubusercontent.com/13587641/150269662-6f8795fa-e5fb-4495-b634-db09099a5e79.png) ### 2. 目前支持的可配置的权限 operations code list ``` // 系统/用户/角色等操作保留 0-19999 // 工单相关操作 20000-29999 查看他人创建的工单 20100 创建/编辑工单 20200 // 其他待完善 >30000 ``` ### 3. Tasks - [x] Refactor Model Role; - [x] Add or update api implementations: - [x] GET:"/v1/operations" - [x] GET:"/v2/roles"; - [x] POST:"/v2/roles"; - [x] PATCH:"/v2/roles"; - [x] DELETE:"/v1/roles"; - [x] Mark roles v1 api as "DEPRECATED", and they will return msg "this api is deprecated."; - [ ] Add permission checks for all APIs.
True
Refactor: update role and permisson management. - ### 1. UML As internal PRD of devlopment team. Role and Permission management shoud be refactored. "Role" is a collection of permissions and it chould contains operations and datasources. ![1](https://user-images.githubusercontent.com/13587641/150269662-6f8795fa-e5fb-4495-b634-db09099a5e79.png) ### 2. 目前支持的可配置的权限 operations code list ``` // 系统/用户/角色等操作保留 0-19999 // 工单相关操作 20000-29999 查看他人创建的工单 20100 创建/编辑工单 20200 // 其他待完善 >30000 ``` ### 3. Tasks - [x] Refactor Model Role; - [x] Add or update api implementations: - [x] GET:"/v1/operations" - [x] GET:"/v2/roles"; - [x] POST:"/v2/roles"; - [x] PATCH:"/v2/roles"; - [x] DELETE:"/v1/roles"; - [x] Mark roles v1 api as "DEPRECATED", and they will return msg "this api is deprecated."; - [ ] Add permission checks for all APIs.
comp
refactor update role and permisson management uml as internal prd of devlopment team role and permission management shoud be refactored role is a collection of permissions and it chould contains operations and datasources 目前支持的可配置的权限 operations code list 系统 用户 角色等操作保留 工单相关操作 查看他人创建的工单 创建 编辑工单 其他待完善 tasks refactor model role add or update api implementations get operations get roles post roles patch roles delete roles mark roles api as deprecated and they will return msg this api is deprecated add permission checks for all apis
1
394
2,842,424,972
IssuesEvent
2015-05-28 09:15:05
geoserver/geofence
https://api.github.com/repos/geoserver/geofence
closed
[3.0] Add methods to search for Rules by priority
enhancement Services
In order to allow the implementation of external Rules editors, a method for searching Rules by priority is needed.
1.0
[3.0] Add methods to search for Rules by priority - In order to allow the implementation of external Rules editors, a method for searching Rules by priority is needed.
non_comp
add methods to search for rules by priority in order to allow the implementation of external rules editors a method for searching rules by priority is needed
0
13,304
15,700,525,526
IssuesEvent
2021-03-26 09:58:26
konsolas/AAC-Issues
https://api.github.com/repos/konsolas/AAC-Issues
opened
Support for floodgate-2.0
1. feature 3. compatibility
### Issue description timr2000 from discord: > Hello, can you add support for the latest geyser version, so bedrock players will bypass it https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/floodgate-2.0/
True
Support for floodgate-2.0 - ### Issue description timr2000 from discord: > Hello, can you add support for the latest geyser version, so bedrock players will bypass it https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/floodgate-2.0/
comp
support for floodgate issue description from discord hello can you add support for the latest geyser version so bedrock players will bypass it
1
194,178
15,414,353,506
IssuesEvent
2021-03-05 00:07:49
moustafa-m/clutter_planning
https://api.github.com/repos/moustafa-m/clutter_planning
closed
Logging number of actions taken and adding a global timeout
documentation enhancement
- Adding number of action executed to the data logging process - Adding a "global" timeout i.e. execution+planning time should now exceed this
1.0
Logging number of actions taken and adding a global timeout - - Adding number of action executed to the data logging process - Adding a "global" timeout i.e. execution+planning time should now exceed this
non_comp
logging number of actions taken and adding a global timeout adding number of action executed to the data logging process adding a global timeout i e execution planning time should now exceed this
0
255,481
21,928,196,861
IssuesEvent
2022-05-23 07:20:10
mennaelkashef/eShop
https://api.github.com/repos/mennaelkashef/eShop
opened
No description entered by the user.
Hello! RULE-GOT-APPLIED DOES-NOT-CONTAIN-STRING Rule-works-on-convert-to-bug test instabug
# :clipboard: Bug Details >No description entered by the user. key | value --|-- Reported At | 2022-05-22 18:52:08 UTC Email | kgomaa@instabug.com Categories | Report a bug Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, instabug App Version | 1.1 (1) Session Duration | 12 Device | Google Android SDK built for arm64, OS Level 29 Display | 1080x2220 (xhdpi) Location | N/A, Egypt (en) ## :point_right: [View Full Bug Report on Instabug](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8804?utm_source=github&utm_medium=integrations) :point_left: ___ # :iphone: View Hierarchy This bug was reported from **com.example.app.main.MainFragment** Find its interactive view hierarchy with all its subviews here: :point_right: **[Check View Hierarchy](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8804?show-hierarchy-view=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :chart_with_downwards_trend: Session Profiler Here is what the app was doing right before the bug was reported: Key | Value --|-- Used Memory | 52.9% - 1.03/1.95 GB Used Storage | 55.8% - 3.24/5.81 GB Connectivity | WiFi Battery | 100% - unplugged Orientation | portrait Find all the changes that happened in the parameters mentioned above during the last 60 seconds before the bug was reported here: :point_right: **[View Full Session Profiler](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8804?show-session-profiler=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :bust_in_silhouette: User Info ### User Attributes ``` e bla bla bla la key_name 2141735879: key value bla bla bla la key_name -853498579: key value bla bla bla la key_name -220196092: key value bla bla bla la key_name -408616700: key value bla bla bla la key_name -83301171: key value bla bla bla la key_name 1694908759: key value bla bla bla la key_name 1155514527: key value bla bla bla la key_name 933624084: key value bla bla bla la key_name -231559518: key value bla bla bla la key_name 2085403977: key value bla bla bla la key_name 306587424: key value bla bla bla la key_name -1298965773: key value bla bla bla la key_name -1236497888: key value bla bla bla la key_name -1659168787: key value bla bla bla la key_name -953282293: key value bla bla bla la key_name -572108157: key value bla bla bla la key_name 1893888166: key value bla bla bla la key_name -941839227: key value bla bla bla la key_name -1622314506: key value bla bla bla la key_name 1672608064: key value bla bla bla la key_name -1911038624: key value bla bla bla la key_name -917197701: key value bla bla bla la key_name -334528974: key value bla bla bla la key_name 555915927: key value bla bla bla la key_name 1922350477: key value bla bla bla la key_name 239884802: key value bla bla bla la key_name -219416025: key value bla bla bla la key_name -1726593248: key value bla bla bla la key_name 1167651995: key value bla bla bla la key_name -1375758162: key value bla bla bla la key_name -359352317: key value bla bla bla la key_name 790736459: key value bla bla bla la key_name -75869719: key value bla bla bla la key_name -715987258: key value bla bla bla la key_name -171183553: key value bla bla bla la key_name 1915801965: key value bla bla bla la key_name 1249492802: key value bla bla bla la key_name -996570726: key value bla bla bla la key_name -2138636737: key value bla bla bla la key_name 765656481: key value bla bla bla la key_name -2077735331: key value bla bla bla la key_name 181943281: key value bla bla bla la key_name 1790020184: key value bla bla bla la key_name 1876346089: key value bla bla bla la key_name -588794467: key value bla bla bla la key_name 1271556089: key value bla bla bla la key_name 526451626: key value bla bla bla la key_name 737030930: key value bla bla bla la key_name -748472015: key value bla bla bla la key_name 853637401: key value bla bla bla la key_name 1507885312: key value bla bla bla la key_name -545543421: key value bla bla bla la key_name -1425031060: key value bla bla bla la key_name 936955984: key value bla bla bla la key_name 751755790: key value bla bla bla la key_name 1683581298: key value bla bla bla la key_name -1256302577: key value bla bla bla la key_name -707454856: key value bla bla bla la key_name 1984669110: key value bla bla bla la key_name 379008294: key value bla bla bla la key_name 505016817: key value bla bla bla la key_name 1195401059: key value bla bla bla la key_name 1650857064: key value bla bla bla la key_name 353282419: key value bla bla bla la key_name 946900420: key value bla bla bla la ``` ___ # :mag_right: Logs ### User Steps Here are the last 10 steps done by the user right before the bug was reported: ``` 18:51:58 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was created. 18:51:58 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was started. 18:51:58 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was resumed. 18:51:58 com.example.app.main.MainActivity was resumed. 18:51:58 com.example.app.splash.SplashActivity was stopped. 18:51:58 com.example.app.splash.SplashActivity was destroyed. 18:52:07 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" 18:52:07 com.example.app.main.MainActivity was paused. 18:52:07 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was paused. 18:52:08 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" ``` Find all the user steps done by the user throughout the session here: :point_right: **[View All User Steps](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8804?show-logs=user_steps&utm_source=github&utm_medium=integrations)** :point_left: ### Console Log Here are the last 10 console logs logged right before the bug was reported: ``` 18:52:09 V/IBG-BR (25144): viewHierarchy images zipped successfully, zip file uri: file:///storage/emulated/0/Android/data/com.example.app/files/instabug/view_hierarchy_attachment_1653245529154.zip, time in MS: 1653245529176 18:52:09 V/IBG-BR (25144): Started adding attchments to bug 18:52:09 V/IBG-BR (25144): Activity view inspection done successfully 18:52:09 D/IBG-BR (25144): Received a view hierarchy inspection action, action value: COMPLETED 18:52:09 D/IBG-BR (25144): Received a view hierarchy inspection action, action value: COMPLETED 18:52:09 I/AssistStructure(25144): Flattened final assist data: 5200 bytes, containing 1 windows, 27 views 18:52:10 D/LeakCanary(25144): Setting up flushing for Thread[magnifier pixel copy result handler,5,main] 18:52:13 V/FA (25144): Inactivity, disconnecting from the service 18:52:21 V/IBG-BR (25144): checkUserEmailValid :non-empty-email 18:52:21 V/IBG-Core(25144): encryptAttachments ``` Find all the logged console logs throughout the session here: :point_right: **[View All Console Log](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8804?show-logs=console_log&utm_source=github&utm_medium=integrations)** :point_left: ___ # :camera: Images [![image attachment](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18352924/c42037027190981579c575ef1f252862_one_bug_thumb/26089903/bug_1653245527287_.jpg?Expires=4808964007&Signature=Fmf255eRpUUz3WJBQ06iy67gr~5N14PFUuA~pX~3NgnfICLYHp9z~bW2ZKS1p02AgwR6G0UP-1G8KvOj3T5jt~Rf~eP9NCMeRrzHrvZXUfihaefDX2-XJNamtCaydeJ11yCneMGkfAwiBdqIyptl4WwUqJXrT-nH15DEVshVRh9N59H0KTHYkLrWANIj8bsMrrz63ltTEaDq8Ee2ieV31cnWfscm1z9I6Ewj-sDfiGYXsOEKvtNdYeDZ6bd~I7oXrAO~foLkzeoKYYG6qN5CILM3~4hEfO2gL4CayXNOMvB5wWOk3k3OUKrGPxd--KVA~TvRTcHI-9TozT3PLWFDyw__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ)](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18352924/c42037027190981579c575ef1f252862_original/26089903/bug_1653245527287_.jpg?Expires=4808964007&Signature=bgN88c9TwTKq6DbqBU0gnPmPK2WlmMnWtg1UXN55ZxoU0ckhCzemn4TWKHZgq4xDpNAwGFFn2FfWPW5lIpQjVqvirH0DAC24X03LdWC2~GcOic8zKUgQ8DuFLDcOY4j8JqCu0H7A5ggDz0avrYY97CD9vdMbw5lF7JFZ2uDdBXTZsB8CFNsP7debaHJrtOIJHYyPjzzIviDqIaa-uD03uD0N3jZQ5nN6UbMa8u8WufKhlyO4~LSHgyd7Z-oDvhz7kOPypojR2mkoFSI1CmDGCJ07nm4q5ePlYaRxo-S0owJ5Ps5l8xoeJl9tMwXvmvp9KohXHZdbxns-7u2M-Aw5zQ__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ) ___ # :warning: Looking for More Details? 1. **Network Log**: we are unable to capture your network requests automatically. If you are using HttpUrlConnection or Okhttp requests, [**check the details mentioned here**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations#section-network-logs). 2. **User Events**: start capturing custom User Events to send them along with each report. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations). 3. **Instabug Log**: start adding Instabug logs to see them right inside each report you receive. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations).
1.0
No description entered by the user. - # :clipboard: Bug Details >No description entered by the user. key | value --|-- Reported At | 2022-05-22 18:52:08 UTC Email | kgomaa@instabug.com Categories | Report a bug Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, instabug App Version | 1.1 (1) Session Duration | 12 Device | Google Android SDK built for arm64, OS Level 29 Display | 1080x2220 (xhdpi) Location | N/A, Egypt (en) ## :point_right: [View Full Bug Report on Instabug](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8804?utm_source=github&utm_medium=integrations) :point_left: ___ # :iphone: View Hierarchy This bug was reported from **com.example.app.main.MainFragment** Find its interactive view hierarchy with all its subviews here: :point_right: **[Check View Hierarchy](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8804?show-hierarchy-view=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :chart_with_downwards_trend: Session Profiler Here is what the app was doing right before the bug was reported: Key | Value --|-- Used Memory | 52.9% - 1.03/1.95 GB Used Storage | 55.8% - 3.24/5.81 GB Connectivity | WiFi Battery | 100% - unplugged Orientation | portrait Find all the changes that happened in the parameters mentioned above during the last 60 seconds before the bug was reported here: :point_right: **[View Full Session Profiler](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8804?show-session-profiler=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :bust_in_silhouette: User Info ### User Attributes ``` e bla bla bla la key_name 2141735879: key value bla bla bla la key_name -853498579: key value bla bla bla la key_name -220196092: key value bla bla bla la key_name -408616700: key value bla bla bla la key_name -83301171: key value bla bla bla la key_name 1694908759: key value bla bla bla la key_name 1155514527: key value bla bla bla la key_name 933624084: key value bla bla bla la key_name -231559518: key value bla bla bla la key_name 2085403977: key value bla bla bla la key_name 306587424: key value bla bla bla la key_name -1298965773: key value bla bla bla la key_name -1236497888: key value bla bla bla la key_name -1659168787: key value bla bla bla la key_name -953282293: key value bla bla bla la key_name -572108157: key value bla bla bla la key_name 1893888166: key value bla bla bla la key_name -941839227: key value bla bla bla la key_name -1622314506: key value bla bla bla la key_name 1672608064: key value bla bla bla la key_name -1911038624: key value bla bla bla la key_name -917197701: key value bla bla bla la key_name -334528974: key value bla bla bla la key_name 555915927: key value bla bla bla la key_name 1922350477: key value bla bla bla la key_name 239884802: key value bla bla bla la key_name -219416025: key value bla bla bla la key_name -1726593248: key value bla bla bla la key_name 1167651995: key value bla bla bla la key_name -1375758162: key value bla bla bla la key_name -359352317: key value bla bla bla la key_name 790736459: key value bla bla bla la key_name -75869719: key value bla bla bla la key_name -715987258: key value bla bla bla la key_name -171183553: key value bla bla bla la key_name 1915801965: key value bla bla bla la key_name 1249492802: key value bla bla bla la key_name -996570726: key value bla bla bla la key_name -2138636737: key value bla bla bla la key_name 765656481: key value bla bla bla la key_name -2077735331: key value bla bla bla la key_name 181943281: key value bla bla bla la key_name 1790020184: key value bla bla bla la key_name 1876346089: key value bla bla bla la key_name -588794467: key value bla bla bla la key_name 1271556089: key value bla bla bla la key_name 526451626: key value bla bla bla la key_name 737030930: key value bla bla bla la key_name -748472015: key value bla bla bla la key_name 853637401: key value bla bla bla la key_name 1507885312: key value bla bla bla la key_name -545543421: key value bla bla bla la key_name -1425031060: key value bla bla bla la key_name 936955984: key value bla bla bla la key_name 751755790: key value bla bla bla la key_name 1683581298: key value bla bla bla la key_name -1256302577: key value bla bla bla la key_name -707454856: key value bla bla bla la key_name 1984669110: key value bla bla bla la key_name 379008294: key value bla bla bla la key_name 505016817: key value bla bla bla la key_name 1195401059: key value bla bla bla la key_name 1650857064: key value bla bla bla la key_name 353282419: key value bla bla bla la key_name 946900420: key value bla bla bla la ``` ___ # :mag_right: Logs ### User Steps Here are the last 10 steps done by the user right before the bug was reported: ``` 18:51:58 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was created. 18:51:58 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was started. 18:51:58 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was resumed. 18:51:58 com.example.app.main.MainActivity was resumed. 18:51:58 com.example.app.splash.SplashActivity was stopped. 18:51:58 com.example.app.splash.SplashActivity was destroyed. 18:52:07 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" 18:52:07 com.example.app.main.MainActivity was paused. 18:52:07 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was paused. 18:52:08 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" ``` Find all the user steps done by the user throughout the session here: :point_right: **[View All User Steps](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8804?show-logs=user_steps&utm_source=github&utm_medium=integrations)** :point_left: ### Console Log Here are the last 10 console logs logged right before the bug was reported: ``` 18:52:09 V/IBG-BR (25144): viewHierarchy images zipped successfully, zip file uri: file:///storage/emulated/0/Android/data/com.example.app/files/instabug/view_hierarchy_attachment_1653245529154.zip, time in MS: 1653245529176 18:52:09 V/IBG-BR (25144): Started adding attchments to bug 18:52:09 V/IBG-BR (25144): Activity view inspection done successfully 18:52:09 D/IBG-BR (25144): Received a view hierarchy inspection action, action value: COMPLETED 18:52:09 D/IBG-BR (25144): Received a view hierarchy inspection action, action value: COMPLETED 18:52:09 I/AssistStructure(25144): Flattened final assist data: 5200 bytes, containing 1 windows, 27 views 18:52:10 D/LeakCanary(25144): Setting up flushing for Thread[magnifier pixel copy result handler,5,main] 18:52:13 V/FA (25144): Inactivity, disconnecting from the service 18:52:21 V/IBG-BR (25144): checkUserEmailValid :non-empty-email 18:52:21 V/IBG-Core(25144): encryptAttachments ``` Find all the logged console logs throughout the session here: :point_right: **[View All Console Log](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8804?show-logs=console_log&utm_source=github&utm_medium=integrations)** :point_left: ___ # :camera: Images [![image attachment](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18352924/c42037027190981579c575ef1f252862_one_bug_thumb/26089903/bug_1653245527287_.jpg?Expires=4808964007&Signature=Fmf255eRpUUz3WJBQ06iy67gr~5N14PFUuA~pX~3NgnfICLYHp9z~bW2ZKS1p02AgwR6G0UP-1G8KvOj3T5jt~Rf~eP9NCMeRrzHrvZXUfihaefDX2-XJNamtCaydeJ11yCneMGkfAwiBdqIyptl4WwUqJXrT-nH15DEVshVRh9N59H0KTHYkLrWANIj8bsMrrz63ltTEaDq8Ee2ieV31cnWfscm1z9I6Ewj-sDfiGYXsOEKvtNdYeDZ6bd~I7oXrAO~foLkzeoKYYG6qN5CILM3~4hEfO2gL4CayXNOMvB5wWOk3k3OUKrGPxd--KVA~TvRTcHI-9TozT3PLWFDyw__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ)](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/18352924/c42037027190981579c575ef1f252862_original/26089903/bug_1653245527287_.jpg?Expires=4808964007&Signature=bgN88c9TwTKq6DbqBU0gnPmPK2WlmMnWtg1UXN55ZxoU0ckhCzemn4TWKHZgq4xDpNAwGFFn2FfWPW5lIpQjVqvirH0DAC24X03LdWC2~GcOic8zKUgQ8DuFLDcOY4j8JqCu0H7A5ggDz0avrYY97CD9vdMbw5lF7JFZ2uDdBXTZsB8CFNsP7debaHJrtOIJHYyPjzzIviDqIaa-uD03uD0N3jZQ5nN6UbMa8u8WufKhlyO4~LSHgyd7Z-oDvhz7kOPypojR2mkoFSI1CmDGCJ07nm4q5ePlYaRxo-S0owJ5Ps5l8xoeJl9tMwXvmvp9KohXHZdbxns-7u2M-Aw5zQ__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ) ___ # :warning: Looking for More Details? 1. **Network Log**: we are unable to capture your network requests automatically. If you are using HttpUrlConnection or Okhttp requests, [**check the details mentioned here**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations#section-network-logs). 2. **User Events**: start capturing custom User Events to send them along with each report. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations). 3. **Instabug Log**: start adding Instabug logs to see them right inside each report you receive. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations).
non_comp
no description entered by the user clipboard bug details no description entered by the user key value reported at utc email kgomaa instabug com categories report a bug tags test hello rule got applied does not contain string rule works on convert to bug instabug app version session duration device google android sdk built for os level display xhdpi location n a egypt en point right point left iphone view hierarchy this bug was reported from com example app main mainfragment find its interactive view hierarchy with all its subviews here point right point left chart with downwards trend session profiler here is what the app was doing right before the bug was reported key value used memory gb used storage gb connectivity wifi battery unplugged orientation portrait find all the changes that happened in the parameters mentioned above during the last seconds before the bug was reported here point right point left bust in silhouette user info user attributes e bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la key name key value bla bla bla la mag right logs user steps here are the last steps done by the user right before the bug was reported in activity com example app main mainactivity fragment com example app main mainfragment was created in activity com example app main mainactivity fragment com example app main mainfragment was started in activity com example app main mainactivity fragment com example app main mainfragment was resumed com example app main mainactivity was resumed com example app splash splashactivity was stopped com example app splash splashactivity was destroyed tap in androidx constraintlayout widget constraintlayout in com example app main mainactivity com example app main mainactivity was paused in activity com example app main mainactivity fragment com example app main mainfragment was paused tap in androidx constraintlayout widget constraintlayout in com example app main mainactivity find all the user steps done by the user throughout the session here point right point left console log here are the last console logs logged right before the bug was reported v ibg br viewhierarchy images zipped successfully zip file uri file storage emulated android data com example app files instabug view hierarchy attachment zip time in ms v ibg br started adding attchments to bug v ibg br activity view inspection done successfully d ibg br received a view hierarchy inspection action action value completed d ibg br received a view hierarchy inspection action action value completed i assiststructure flattened final assist data bytes containing windows views d leakcanary setting up flushing for thread v fa inactivity disconnecting from the service v ibg br checkuseremailvalid non empty email v ibg core encryptattachments find all the logged console logs throughout the session here point right point left camera images warning looking for more details network log we are unable to capture your network requests automatically if you are using httpurlconnection or okhttp requests user events start capturing custom user events to send them along with each report instabug log start adding instabug logs to see them right inside each report you receive
0
20,227
28,808,278,232
IssuesEvent
2023-05-03 00:57:21
longhorn/longhorn
https://api.github.com/repos/longhorn/longhorn
opened
[FEATURE] Engine upgrade enforcement
kind/enhancement area/manager area/install-uninstall-upgrade area/compatibility
## Is your feature request related to a problem? Please describe (👍 if you like this request) Currently, there is no enforcement of the engine version in the Longhorn cluster. And Longhorn needs to ensure compatibility with all engine versions. Without upgrade enforcement, we cannot remove the deprecated features in the later version. ## Describe the solution you'd like - Enforce upgrading un-upgraded engines before upgrading Longhorn to the new version. ## Describe alternatives you've considered `None` ## Additional context https://github.com/longhorn/longhorn/pull/5457#discussion_r1177364728
True
[FEATURE] Engine upgrade enforcement - ## Is your feature request related to a problem? Please describe (👍 if you like this request) Currently, there is no enforcement of the engine version in the Longhorn cluster. And Longhorn needs to ensure compatibility with all engine versions. Without upgrade enforcement, we cannot remove the deprecated features in the later version. ## Describe the solution you'd like - Enforce upgrading un-upgraded engines before upgrading Longhorn to the new version. ## Describe alternatives you've considered `None` ## Additional context https://github.com/longhorn/longhorn/pull/5457#discussion_r1177364728
comp
engine upgrade enforcement is your feature request related to a problem please describe 👍 if you like this request currently there is no enforcement of the engine version in the longhorn cluster and longhorn needs to ensure compatibility with all engine versions without upgrade enforcement we cannot remove the deprecated features in the later version describe the solution you d like enforce upgrading un upgraded engines before upgrading longhorn to the new version describe alternatives you ve considered none additional context
1