Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
822,609
30,879,503,291
IssuesEvent
2023-08-03 16:28:07
OpenCollarTeam/OpenCollar
https://api.github.com/repos/OpenCollarTeam/OpenCollar
closed
OC8RC2 - Relay deactivates and reactivates several times after running away
Bug PRIORITY 0
**What version of OpenCollar are you using?** OC8RC2 **What behavior did you expect?** Relay to deactivate once, then reactivate **What behavior did you see instead?** Relay deactivated and reactivated 3 times RLV clear message popped twice **What steps does someone need to take to reproduce the problem?** Use the runaway command
1.0
OC8RC2 - Relay deactivates and reactivates several times after running away - **What version of OpenCollar are you using?** OC8RC2 **What behavior did you expect?** Relay to deactivate once, then reactivate **What behavior did you see instead?** Relay deactivated and reactivated 3 times RLV clear message popped twice **What steps does someone need to take to reproduce the problem?** Use the runaway command
priority
relay deactivates and reactivates several times after running away what version of opencollar are you using what behavior did you expect relay to deactivate once then reactivate what behavior did you see instead relay deactivated and reactivated times rlv clear message popped twice what steps does someone need to take to reproduce the problem use the runaway command
1
468,662
13,487,792,070
IssuesEvent
2020-09-11 11:32:22
onaio/reveal-frontend
https://api.github.com/repos/onaio/reveal-frontend
closed
Dont send empty metadata
Priority: High
It seems that when you try to upload metadata which contains blank lines e.g. [smaller.csv.zip](https://github.com/onaio/reveal-frontend/files/5199830/smaller.csv.zip) you send a payload to the server which is like this: ```json { "settingConfigurations": [ { "identifier": "jurisdiction_metadata-population", "settings": [ { "description": "Jurisdiction Metadata for Zambia NTD 2020 id ce7e08b3-896b-4e74-9ef3-45d71143c70z", "key": "ce7e08b3-896b-4e74-9ef3-45d71143c70z", "label": "Zambia NTD 2020 metadata", "value": "" }, { "description": "Jurisdiction Metadata for Southern id 1291e101-5835-41a2-984a-33ee8418bdbz", "key": "1291e101-5835-41a2-984a-33ee8418bdbz", "label": "Southern metadata", "value": "" }, { "description": "Jurisdiction Metadata for Gwembe id 0291e101-5835-41a2-984a-33ee8418bdbz", "key": "0291e101-5835-41a2-984a-33ee8418bdbz", "label": "Gwembe metadata", "value": "25771" } ], "type": "SettingConfiguration" } ] } ``` This will result in a 500 from the API server because of the items whose value field is `""`. We need to modify our code such that we do not send these empty values to the API server.
1.0
Dont send empty metadata - It seems that when you try to upload metadata which contains blank lines e.g. [smaller.csv.zip](https://github.com/onaio/reveal-frontend/files/5199830/smaller.csv.zip) you send a payload to the server which is like this: ```json { "settingConfigurations": [ { "identifier": "jurisdiction_metadata-population", "settings": [ { "description": "Jurisdiction Metadata for Zambia NTD 2020 id ce7e08b3-896b-4e74-9ef3-45d71143c70z", "key": "ce7e08b3-896b-4e74-9ef3-45d71143c70z", "label": "Zambia NTD 2020 metadata", "value": "" }, { "description": "Jurisdiction Metadata for Southern id 1291e101-5835-41a2-984a-33ee8418bdbz", "key": "1291e101-5835-41a2-984a-33ee8418bdbz", "label": "Southern metadata", "value": "" }, { "description": "Jurisdiction Metadata for Gwembe id 0291e101-5835-41a2-984a-33ee8418bdbz", "key": "0291e101-5835-41a2-984a-33ee8418bdbz", "label": "Gwembe metadata", "value": "25771" } ], "type": "SettingConfiguration" } ] } ``` This will result in a 500 from the API server because of the items whose value field is `""`. We need to modify our code such that we do not send these empty values to the API server.
priority
dont send empty metadata it seems that when you try to upload metadata which contains blank lines e g you send a payload to the server which is like this json settingconfigurations identifier jurisdiction metadata population settings description jurisdiction metadata for zambia ntd id key label zambia ntd metadata value description jurisdiction metadata for southern id key label southern metadata value description jurisdiction metadata for gwembe id key label gwembe metadata value type settingconfiguration this will result in a from the api server because of the items whose value field is we need to modify our code such that we do not send these empty values to the api server
1
35,346
14,674,465,123
IssuesEvent
2020-12-30 15:23:10
thkl/hap-homematic
https://api.github.com/repos/thkl/hap-homematic
opened
Home-App stürzt bei VideoDoorBellAccessory ab
DeviceService enhancement
Hallo, ich habe gestern versucht eine Kamera in meine Home-App zu bringen. Sie wird zwar im Standardraum angezeigt, wenn ich jedoch drauf klicke, stürzt die gesamte Home-App ab. Dies passiert gleichermaßen auf dem iPhone, wie auch auf dem iPad. Das Gerät habe ich unter „Besondere Geräte“ bereits entfernt. Was kann ich tun? ![2B4364C9-DD2A-4414-BBF9-412FEE7732BE](https://user-images.githubusercontent.com/72799068/103363372-4280a900-4abb-11eb-8c41-99dfe0fa6a93.png) ![0F849B76-2C98-4DB2-A5F7-300BCEC1E7D8](https://user-images.githubusercontent.com/72799068/103363394-490f2080-4abb-11eb-920a-1fffccdab15a.png) https://user-images.githubusercontent.com/72799068/103363396-49a7b700-4abb-11eb-8774-444ba7e730a9.MP4
1.0
Home-App stürzt bei VideoDoorBellAccessory ab - Hallo, ich habe gestern versucht eine Kamera in meine Home-App zu bringen. Sie wird zwar im Standardraum angezeigt, wenn ich jedoch drauf klicke, stürzt die gesamte Home-App ab. Dies passiert gleichermaßen auf dem iPhone, wie auch auf dem iPad. Das Gerät habe ich unter „Besondere Geräte“ bereits entfernt. Was kann ich tun? ![2B4364C9-DD2A-4414-BBF9-412FEE7732BE](https://user-images.githubusercontent.com/72799068/103363372-4280a900-4abb-11eb-8c41-99dfe0fa6a93.png) ![0F849B76-2C98-4DB2-A5F7-300BCEC1E7D8](https://user-images.githubusercontent.com/72799068/103363394-490f2080-4abb-11eb-920a-1fffccdab15a.png) https://user-images.githubusercontent.com/72799068/103363396-49a7b700-4abb-11eb-8774-444ba7e730a9.MP4
non_priority
home app stürzt bei videodoorbellaccessory ab hallo ich habe gestern versucht eine kamera in meine home app zu bringen sie wird zwar im standardraum angezeigt wenn ich jedoch drauf klicke stürzt die gesamte home app ab dies passiert gleichermaßen auf dem iphone wie auch auf dem ipad das gerät habe ich unter „besondere geräte“ bereits entfernt was kann ich tun
0
568,409
16,978,695,661
IssuesEvent
2021-06-30 05:30:55
JohT/search-menu-ui
https://api.github.com/repos/JohT/search-menu-ui
opened
Provide domain and baseurl variables for url templates
priority: should (2)
**Describe the solution you'd like** Search result entries marked as "urltemplate" determine the link, that will be opened, when a search result is selected. They support variables in double curly brackets like `{{fieldname}}`. To make url templates independent from the domain and base url, they should support both `{{domain}}` and `{{baseurl}}` additionally as variables. **Describe alternatives you've considered** Currently, the full url needs to be defined in its search backend fields. For web applications, that run on different domains or that are tested using localhost this is not flexible enough. **Additional context** A good starting point would be the comment `//TODO should add domain, baseurl, ... as data sources for variables to use inside the template` in [search-menu-ui.js](https://github.com/JohT/search-menu-ui/blob/e61ccbe5088d9b50ca72f9493d095c60a48e728a/src/js/search-menu-ui.js#L758). The TODO mark can then be deleted.
1.0
Provide domain and baseurl variables for url templates - **Describe the solution you'd like** Search result entries marked as "urltemplate" determine the link, that will be opened, when a search result is selected. They support variables in double curly brackets like `{{fieldname}}`. To make url templates independent from the domain and base url, they should support both `{{domain}}` and `{{baseurl}}` additionally as variables. **Describe alternatives you've considered** Currently, the full url needs to be defined in its search backend fields. For web applications, that run on different domains or that are tested using localhost this is not flexible enough. **Additional context** A good starting point would be the comment `//TODO should add domain, baseurl, ... as data sources for variables to use inside the template` in [search-menu-ui.js](https://github.com/JohT/search-menu-ui/blob/e61ccbe5088d9b50ca72f9493d095c60a48e728a/src/js/search-menu-ui.js#L758). The TODO mark can then be deleted.
priority
provide domain and baseurl variables for url templates describe the solution you d like search result entries marked as urltemplate determine the link that will be opened when a search result is selected they support variables in double curly brackets like fieldname to make url templates independent from the domain and base url they should support both domain and baseurl additionally as variables describe alternatives you ve considered currently the full url needs to be defined in its search backend fields for web applications that run on different domains or that are tested using localhost this is not flexible enough additional context a good starting point would be the comment todo should add domain baseurl as data sources for variables to use inside the template in the todo mark can then be deleted
1
541,306
15,824,498,081
IssuesEvent
2021-04-06 03:26:41
TheRealKizu/Alaia
https://api.github.com/repos/TheRealKizu/Alaia
closed
Unterminated quoted string on uwuifying response
Priority: High Status: In Progress Type: Bug
Only responses with quotes can trigger this bug.
1.0
Unterminated quoted string on uwuifying response - Only responses with quotes can trigger this bug.
priority
unterminated quoted string on uwuifying response only responses with quotes can trigger this bug
1
606,332
18,760,004,612
IssuesEvent
2021-11-05 15:24:26
pebble-dev/rebble-appstore-api
https://api.github.com/repos/pebble-dev/rebble-appstore-api
closed
Uploaded pbws are 0 bytes
bug High Priority !!
When users upload a new app or a new release for an existing app, they are 0 bytes in size
1.0
Uploaded pbws are 0 bytes - When users upload a new app or a new release for an existing app, they are 0 bytes in size
priority
uploaded pbws are bytes when users upload a new app or a new release for an existing app they are bytes in size
1
231,481
7,633,325,635
IssuesEvent
2018-05-06 03:12:43
tantivy-search/tantivy
https://api.github.com/repos/tantivy-search/tantivy
opened
Add an iterator on `SegmentReader` to browse through non-deleted document ids.
enhancement good first issue low priority
As pointed out by @jason-wolfe in CR... We often have the following pattern ```rust for doc in 0..segment.max_doc() { if !segment.is_deleted(doc) { ... } } ``` It would be nice to have an iterator to do this ```rust for doc in segment.alive_doc_ids() {}
1.0
Add an iterator on `SegmentReader` to browse through non-deleted document ids. - As pointed out by @jason-wolfe in CR... We often have the following pattern ```rust for doc in 0..segment.max_doc() { if !segment.is_deleted(doc) { ... } } ``` It would be nice to have an iterator to do this ```rust for doc in segment.alive_doc_ids() {}
priority
add an iterator on segmentreader to browse through non deleted document ids as pointed out by jason wolfe in cr we often have the following pattern rust for doc in segment max doc if segment is deleted doc it would be nice to have an iterator to do this rust for doc in segment alive doc ids
1
79,166
3,521,108,576
IssuesEvent
2016-01-12 23:50:23
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Downwards inference doesn't push types into the `??` operator
analyzer-strong-mode area-analyzer Priority-Medium
In the following example, we should infer the type of the list literal by pushing the context type down into the branches of the `??` operator. This causes some unnecessary strong mode warnings in the markdown package. cc @devoncarew ```dart void main () { List<String> y = null ?? []; } ```
1.0
Downwards inference doesn't push types into the `??` operator - In the following example, we should infer the type of the list literal by pushing the context type down into the branches of the `??` operator. This causes some unnecessary strong mode warnings in the markdown package. cc @devoncarew ```dart void main () { List<String> y = null ?? []; } ```
priority
downwards inference doesn t push types into the operator in the following example we should infer the type of the list literal by pushing the context type down into the branches of the operator this causes some unnecessary strong mode warnings in the markdown package cc devoncarew dart void main list y null
1
264,511
8,315,860,182
IssuesEvent
2018-09-25 07:13:50
minishift/minishift
https://api.github.com/repos/minishift/minishift
closed
Error during 'cluster up' execution: Error starting the cluster. ssh command error
kind/bug priority/critical
### General information Installing minishift v3.10.0 FAILS while previous v3.9.0 works just fine. I am installing behind the company proxy. * Minishift version: v3.10.0 * OS: macOS * Hypervisor: xhyve Steps to reproduce: Run command -> $ minishift start --v=5 --openshift-version v3.10.0 --show-libmachine-logs ### Logs -- Starting OpenShift cluster .-- Running 'oc' with: 'cluster up --routing-suffix 192.168.64.15.nip.io --base-dir /var/lib/minishift/base --http-proxy http://someproxycom:8090 --https-proxy http://someproxycom:8090 --no-proxy localhost,127.0.0.1,172.30.1.1,127.0.0.1,192.168.64.*,localhost,*.acme.com --public-hostname 192.168.64.15' (minishift) Calling .GetSSHHostname (minishift) Calling .GetSSHPort (minishift) Calling .GetSSHKeyPath (minishift) Calling .GetSSHKeyPath (minishift) Calling .GetSSHUsername Using SSH client type: external Using SSH private key: /Users/useridx/.minishift/machines/minishift/id_rsa (-rw-------) &{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null docker@192.168.64.15 -o IdentitiesOnly=yes -i /Users/useridx/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} About to run SSH command: /var/lib/minishift/bin/oc cluster up --routing-suffix 192.168.64.15.nip.io --base-dir /var/lib/minishift/base --http-proxy http://someproxycom:8090 --https-proxy http://someproxycom:8090 --no-proxy localhost,127.0.0.1,172.30.1.1,127.0.0.1,192.168.64.*,localhost,*.acme.com --public-hostname 192.168.64.15 ...................................................................................SSH cmd err, output: exit status 1: Getting a Docker client ... Checking if image openshift/origin-control-plane:v3.10 is available ... Pulling image openshift/origin-control-plane:v3.10 Image pull complete Pulling image openshift/origin-cli:v3.10 Pulled 1/4 layers, 26% complete Pulled 2/4 layers, 57% complete Pulled 3/4 layers, 86% complete Pulled 4/4 layers, 100% complete Extracting Image pull complete Pulling image openshift/origin-node:v3.10 Pulled 5/6 layers, 84% complete Pulled 6/6 layers, 100% complete Extracting Image pull complete Checking type of volume mount ... Determining server IP ... Using public hostname IP 192.168.64.15 as the host IP Checking if OpenShift is already running ... Checking for supported Docker version (=>1.22) ... Checking if insecured registry is configured properly in Docker ... Checking if required ports are available ... Checking if OpenShift client is configured properly ... Checking if image openshift/origin-control-plane:v3.10 is available ... Starting OpenShift using openshift/origin-control-plane:v3.10 ... I0904 17:27:25.334775 2130 config.go:42] Running "create-master-config" I0904 17:27:27.002527 2130 config.go:46] Running "create-node-config" I0904 17:27:28.056946 2130 flags.go:30] Running "create-kubelet-flags" I0904 17:27:28.504122 2130 run_kubelet.go:48] Running "start-kubelet" I0904 17:27:28.642423 2130 run_self_hosted.go:172] Waiting for the kube-apiserver to be ready ... I0904 17:28:21.646213 2130 interface.go:26] Installing "kube-proxy" ... I0904 17:28:21.646825 2130 interface.go:26] Installing "kube-dns" ... I0904 17:28:21.646838 2130 interface.go:26] Installing "openshift-apiserver" ... I0904 17:28:21.646906 2130 apply_template.go:83] Installing "openshift-apiserver" I0904 17:28:21.647886 2130 apply_template.go:83] Installing "kube-proxy" I0904 17:28:21.649365 2130 apply_template.go:83] Installing "kube-dns" I0904 17:28:24.758579 2130 interface.go:41] Finished installing "kube-proxy" "kube-dns" "openshift-apiserver" I0904 17:29:13.783068 2130 run_self_hosted.go:224] openshift-apiserver available I0904 17:29:13.783113 2130 interface.go:26] Installing "openshift-controller-manager" ... I0904 17:29:13.783129 2130 apply_template.go:83] Installing "openshift-controller-manager" I0904 17:29:16.205141 2130 interface.go:41] Finished installing "openshift-controller-manager" Adding default OAuthClient redirect URIs ... Adding centos-imagestreams ... Adding router ... Adding persistent-volumes ... Adding web-console ... Adding registry ... Adding sample-templates ... I0904 17:29:16.227076 2130 interface.go:26] Installing "centos-imagestreams" ... I0904 17:29:16.227084 2130 interface.go:26] Installing "openshift-router" ... I0904 17:29:16.227088 2130 interface.go:26] Installing "persistent-volumes" ... I0904 17:29:16.227094 2130 interface.go:26] Installing "openshift-web-console-operator" ... I0904 17:29:16.227099 2130 interface.go:26] Installing "openshift-image-registry" ... I0904 17:29:16.227103 2130 interface.go:26] Installing "sample-templates" ... I0904 17:29:16.227140 2130 interface.go:26] Installing "sample-templates/postgresql" ... I0904 17:29:16.227146 2130 interface.go:26] Installing "sample-templates/cakephp quickstart" ... I0904 17:29:16.227150 2130 interface.go:26] Installing "sample-templates/dancer quickstart" ... I0904 17:29:16.227154 2130 interface.go:26] Installing "sample-templates/nodejs quickstart" ... I0904 17:29:16.227158 2130 interface.go:26] Installing "sample-templates/rails quickstart" ... I0904 17:29:16.227162 2130 interface.go:26] Installing "sample-templates/mongodb" ... I0904 17:29:16.227166 2130 interface.go:26] Installing "sample-templates/mariadb" ... I0904 17:29:16.227169 2130 interface.go:26] Installing "sample-templates/mysql" ... I0904 17:29:16.227173 2130 interface.go:26] Installing "sample-templates/sample pipeline" ... I0904 17:29:16.227177 2130 interface.go:26] Installing "sample-templates/django quickstart" ... I0904 17:29:16.227182 2130 interface.go:26] Installing "sample-templates/jenkins pipeline ephemeral" ... I0904 17:29:16.227228 2130 apply_list.go:68] Installing "sample-templates/jenkins pipeline ephemeral" I0904 17:29:16.227347 2130 apply_list.go:68] Installing "centos-imagestreams" I0904 17:29:16.235731 2130 apply_list.go:68] Installing "sample-templates/rails quickstart" I0904 17:29:16.236460 2130 apply_template.go:83] Installing "openshift-web-console-operator" I0904 17:29:16.237219 2130 apply_list.go:68] Installing "sample-templates/postgresql" I0904 17:29:16.237356 2130 apply_list.go:68] Installing "sample-templates/cakephp quickstart" I0904 17:29:16.237500 2130 apply_list.go:68] Installing "sample-templates/dancer quickstart" I0904 17:29:16.237663 2130 apply_list.go:68] Installing "sample-templates/nodejs quickstart" I0904 17:29:16.237986 2130 apply_list.go:68] Installing "sample-templates/sample pipeline" I0904 17:29:16.238118 2130 apply_list.go:68] Installing "sample-templates/mongodb" I0904 17:29:16.238246 2130 apply_list.go:68] Installing "sample-templates/mariadb" I0904 17:29:16.245775 2130 apply_list.go:68] Installing "sample-templates/mysql" I0904 17:29:16.246058 2130 apply_list.go:68] Installing "sample-templates/django quickstart" I0904 17:29:25.838473 2130 interface.go:41] Finished installing "sample-templates/postgresql" "sample-templates/cakephp quickstart" "sample-templates/dancer quickstart" "sample-templates/nodejs quickstart" "sample-templates/rails quickstart" "sample-templates/mongodb" "sample-templates/mariadb" "sample-templates/mysql" "sample-templates/sample pipeline" "sample-templates/django quickstart" "sample-templates/jenkins pipeline ephemeral" E0904 17:34:27.744161 2130 interface.go:34] Failed to install "openshift-web-console-operator": timed out waiting for the condition I0904 17:34:27.744817 2130 interface.go:41] Finished installing "centos-imagestreams" "openshift-router" "persistent-volumes" "openshift-web-console-operator" "openshift-image-registry" "sample-templates" Error: timed out waiting for the condition **Error during 'cluster up' execution: Error starting the cluster. ssh command error:** command : /var/lib/minishift/bin/oc cluster up --routing-suffix 192.168.64.15.nip.io --base-dir /var/lib/minishift/base --http-proxy http://someproxycom:8090 --https-proxy http://someproxycom:8090 --no-proxy localhost,127.0.0.1,172.30.1.1,127.0.0.1,192.168.64.*,localhost,*.acme.com --public-hostname 192.168.64.15 err : exit status 1
1.0
Error during 'cluster up' execution: Error starting the cluster. ssh command error - ### General information Installing minishift v3.10.0 FAILS while previous v3.9.0 works just fine. I am installing behind the company proxy. * Minishift version: v3.10.0 * OS: macOS * Hypervisor: xhyve Steps to reproduce: Run command -> $ minishift start --v=5 --openshift-version v3.10.0 --show-libmachine-logs ### Logs -- Starting OpenShift cluster .-- Running 'oc' with: 'cluster up --routing-suffix 192.168.64.15.nip.io --base-dir /var/lib/minishift/base --http-proxy http://someproxycom:8090 --https-proxy http://someproxycom:8090 --no-proxy localhost,127.0.0.1,172.30.1.1,127.0.0.1,192.168.64.*,localhost,*.acme.com --public-hostname 192.168.64.15' (minishift) Calling .GetSSHHostname (minishift) Calling .GetSSHPort (minishift) Calling .GetSSHKeyPath (minishift) Calling .GetSSHKeyPath (minishift) Calling .GetSSHUsername Using SSH client type: external Using SSH private key: /Users/useridx/.minishift/machines/minishift/id_rsa (-rw-------) &{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null docker@192.168.64.15 -o IdentitiesOnly=yes -i /Users/useridx/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} About to run SSH command: /var/lib/minishift/bin/oc cluster up --routing-suffix 192.168.64.15.nip.io --base-dir /var/lib/minishift/base --http-proxy http://someproxycom:8090 --https-proxy http://someproxycom:8090 --no-proxy localhost,127.0.0.1,172.30.1.1,127.0.0.1,192.168.64.*,localhost,*.acme.com --public-hostname 192.168.64.15 ...................................................................................SSH cmd err, output: exit status 1: Getting a Docker client ... Checking if image openshift/origin-control-plane:v3.10 is available ... Pulling image openshift/origin-control-plane:v3.10 Image pull complete Pulling image openshift/origin-cli:v3.10 Pulled 1/4 layers, 26% complete Pulled 2/4 layers, 57% complete Pulled 3/4 layers, 86% complete Pulled 4/4 layers, 100% complete Extracting Image pull complete Pulling image openshift/origin-node:v3.10 Pulled 5/6 layers, 84% complete Pulled 6/6 layers, 100% complete Extracting Image pull complete Checking type of volume mount ... Determining server IP ... Using public hostname IP 192.168.64.15 as the host IP Checking if OpenShift is already running ... Checking for supported Docker version (=>1.22) ... Checking if insecured registry is configured properly in Docker ... Checking if required ports are available ... Checking if OpenShift client is configured properly ... Checking if image openshift/origin-control-plane:v3.10 is available ... Starting OpenShift using openshift/origin-control-plane:v3.10 ... I0904 17:27:25.334775 2130 config.go:42] Running "create-master-config" I0904 17:27:27.002527 2130 config.go:46] Running "create-node-config" I0904 17:27:28.056946 2130 flags.go:30] Running "create-kubelet-flags" I0904 17:27:28.504122 2130 run_kubelet.go:48] Running "start-kubelet" I0904 17:27:28.642423 2130 run_self_hosted.go:172] Waiting for the kube-apiserver to be ready ... I0904 17:28:21.646213 2130 interface.go:26] Installing "kube-proxy" ... I0904 17:28:21.646825 2130 interface.go:26] Installing "kube-dns" ... I0904 17:28:21.646838 2130 interface.go:26] Installing "openshift-apiserver" ... I0904 17:28:21.646906 2130 apply_template.go:83] Installing "openshift-apiserver" I0904 17:28:21.647886 2130 apply_template.go:83] Installing "kube-proxy" I0904 17:28:21.649365 2130 apply_template.go:83] Installing "kube-dns" I0904 17:28:24.758579 2130 interface.go:41] Finished installing "kube-proxy" "kube-dns" "openshift-apiserver" I0904 17:29:13.783068 2130 run_self_hosted.go:224] openshift-apiserver available I0904 17:29:13.783113 2130 interface.go:26] Installing "openshift-controller-manager" ... I0904 17:29:13.783129 2130 apply_template.go:83] Installing "openshift-controller-manager" I0904 17:29:16.205141 2130 interface.go:41] Finished installing "openshift-controller-manager" Adding default OAuthClient redirect URIs ... Adding centos-imagestreams ... Adding router ... Adding persistent-volumes ... Adding web-console ... Adding registry ... Adding sample-templates ... I0904 17:29:16.227076 2130 interface.go:26] Installing "centos-imagestreams" ... I0904 17:29:16.227084 2130 interface.go:26] Installing "openshift-router" ... I0904 17:29:16.227088 2130 interface.go:26] Installing "persistent-volumes" ... I0904 17:29:16.227094 2130 interface.go:26] Installing "openshift-web-console-operator" ... I0904 17:29:16.227099 2130 interface.go:26] Installing "openshift-image-registry" ... I0904 17:29:16.227103 2130 interface.go:26] Installing "sample-templates" ... I0904 17:29:16.227140 2130 interface.go:26] Installing "sample-templates/postgresql" ... I0904 17:29:16.227146 2130 interface.go:26] Installing "sample-templates/cakephp quickstart" ... I0904 17:29:16.227150 2130 interface.go:26] Installing "sample-templates/dancer quickstart" ... I0904 17:29:16.227154 2130 interface.go:26] Installing "sample-templates/nodejs quickstart" ... I0904 17:29:16.227158 2130 interface.go:26] Installing "sample-templates/rails quickstart" ... I0904 17:29:16.227162 2130 interface.go:26] Installing "sample-templates/mongodb" ... I0904 17:29:16.227166 2130 interface.go:26] Installing "sample-templates/mariadb" ... I0904 17:29:16.227169 2130 interface.go:26] Installing "sample-templates/mysql" ... I0904 17:29:16.227173 2130 interface.go:26] Installing "sample-templates/sample pipeline" ... I0904 17:29:16.227177 2130 interface.go:26] Installing "sample-templates/django quickstart" ... I0904 17:29:16.227182 2130 interface.go:26] Installing "sample-templates/jenkins pipeline ephemeral" ... I0904 17:29:16.227228 2130 apply_list.go:68] Installing "sample-templates/jenkins pipeline ephemeral" I0904 17:29:16.227347 2130 apply_list.go:68] Installing "centos-imagestreams" I0904 17:29:16.235731 2130 apply_list.go:68] Installing "sample-templates/rails quickstart" I0904 17:29:16.236460 2130 apply_template.go:83] Installing "openshift-web-console-operator" I0904 17:29:16.237219 2130 apply_list.go:68] Installing "sample-templates/postgresql" I0904 17:29:16.237356 2130 apply_list.go:68] Installing "sample-templates/cakephp quickstart" I0904 17:29:16.237500 2130 apply_list.go:68] Installing "sample-templates/dancer quickstart" I0904 17:29:16.237663 2130 apply_list.go:68] Installing "sample-templates/nodejs quickstart" I0904 17:29:16.237986 2130 apply_list.go:68] Installing "sample-templates/sample pipeline" I0904 17:29:16.238118 2130 apply_list.go:68] Installing "sample-templates/mongodb" I0904 17:29:16.238246 2130 apply_list.go:68] Installing "sample-templates/mariadb" I0904 17:29:16.245775 2130 apply_list.go:68] Installing "sample-templates/mysql" I0904 17:29:16.246058 2130 apply_list.go:68] Installing "sample-templates/django quickstart" I0904 17:29:25.838473 2130 interface.go:41] Finished installing "sample-templates/postgresql" "sample-templates/cakephp quickstart" "sample-templates/dancer quickstart" "sample-templates/nodejs quickstart" "sample-templates/rails quickstart" "sample-templates/mongodb" "sample-templates/mariadb" "sample-templates/mysql" "sample-templates/sample pipeline" "sample-templates/django quickstart" "sample-templates/jenkins pipeline ephemeral" E0904 17:34:27.744161 2130 interface.go:34] Failed to install "openshift-web-console-operator": timed out waiting for the condition I0904 17:34:27.744817 2130 interface.go:41] Finished installing "centos-imagestreams" "openshift-router" "persistent-volumes" "openshift-web-console-operator" "openshift-image-registry" "sample-templates" Error: timed out waiting for the condition **Error during 'cluster up' execution: Error starting the cluster. ssh command error:** command : /var/lib/minishift/bin/oc cluster up --routing-suffix 192.168.64.15.nip.io --base-dir /var/lib/minishift/base --http-proxy http://someproxycom:8090 --https-proxy http://someproxycom:8090 --no-proxy localhost,127.0.0.1,172.30.1.1,127.0.0.1,192.168.64.*,localhost,*.acme.com --public-hostname 192.168.64.15 err : exit status 1
priority
error during cluster up execution error starting the cluster ssh command error general information installing minishift fails while previous works just fine i am installing behind the company proxy minishift version os macos hypervisor xhyve steps to reproduce run command minishift start v openshift version show libmachine logs logs starting openshift cluster running oc with cluster up routing suffix nip io base dir var lib minishift base http proxy https proxy no proxy localhost localhost acme com public hostname minishift calling getsshhostname minishift calling getsshport minishift calling getsshkeypath minishift calling getsshkeypath minishift calling getsshusername using ssh client type external using ssh private key users useridx minishift machines minishift id rsa rw usr bin ssh about to run ssh command var lib minishift bin oc cluster up routing suffix nip io base dir var lib minishift base http proxy https proxy no proxy localhost localhost acme com public hostname ssh cmd err output exit status getting a docker client checking if image openshift origin control plane is available pulling image openshift origin control plane image pull complete pulling image openshift origin cli pulled layers complete pulled layers complete pulled layers complete pulled layers complete extracting image pull complete pulling image openshift origin node pulled layers complete pulled layers complete extracting image pull complete checking type of volume mount determining server ip using public hostname ip as the host ip checking if openshift is already running checking for supported docker version checking if insecured registry is configured properly in docker checking if required ports are available checking if openshift client is configured properly checking if image openshift origin control plane is available starting openshift using openshift origin control plane config go running create master config config go running create node config flags go running create kubelet flags run kubelet go running start kubelet run self hosted go waiting for the kube apiserver to be ready interface go installing kube proxy interface go installing kube dns interface go installing openshift apiserver apply template go installing openshift apiserver apply template go installing kube proxy apply template go installing kube dns interface go finished installing kube proxy kube dns openshift apiserver run self hosted go openshift apiserver available interface go installing openshift controller manager apply template go installing openshift controller manager interface go finished installing openshift controller manager adding default oauthclient redirect uris adding centos imagestreams adding router adding persistent volumes adding web console adding registry adding sample templates interface go installing centos imagestreams interface go installing openshift router interface go installing persistent volumes interface go installing openshift web console operator interface go installing openshift image registry interface go installing sample templates interface go installing sample templates postgresql interface go installing sample templates cakephp quickstart interface go installing sample templates dancer quickstart interface go installing sample templates nodejs quickstart interface go installing sample templates rails quickstart interface go installing sample templates mongodb interface go installing sample templates mariadb interface go installing sample templates mysql interface go installing sample templates sample pipeline interface go installing sample templates django quickstart interface go installing sample templates jenkins pipeline ephemeral apply list go installing sample templates jenkins pipeline ephemeral apply list go installing centos imagestreams apply list go installing sample templates rails quickstart apply template go installing openshift web console operator apply list go installing sample templates postgresql apply list go installing sample templates cakephp quickstart apply list go installing sample templates dancer quickstart apply list go installing sample templates nodejs quickstart apply list go installing sample templates sample pipeline apply list go installing sample templates mongodb apply list go installing sample templates mariadb apply list go installing sample templates mysql apply list go installing sample templates django quickstart interface go finished installing sample templates postgresql sample templates cakephp quickstart sample templates dancer quickstart sample templates nodejs quickstart sample templates rails quickstart sample templates mongodb sample templates mariadb sample templates mysql sample templates sample pipeline sample templates django quickstart sample templates jenkins pipeline ephemeral interface go failed to install openshift web console operator timed out waiting for the condition interface go finished installing centos imagestreams openshift router persistent volumes openshift web console operator openshift image registry sample templates error timed out waiting for the condition error during cluster up execution error starting the cluster ssh command error command var lib minishift bin oc cluster up routing suffix nip io base dir var lib minishift base http proxy https proxy no proxy localhost localhost acme com public hostname err exit status
1
620,828
19,570,665,386
IssuesEvent
2022-01-04 09:31:28
versusbassz/wp-batcher
https://api.github.com/repos/versusbassz/wp-batcher
closed
Start position trackers from -1
priority:high
`$total_position` and `$chunk_position` props. Probably, `-1` is better decision.
1.0
Start position trackers from -1 - `$total_position` and `$chunk_position` props. Probably, `-1` is better decision.
priority
start position trackers from total position and chunk position props probably is better decision
1
612,172
19,006,235,078
IssuesEvent
2021-11-23 00:28:57
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
osSignalWait crashes when called from a thread created with osCreateThread
bug priority: low area: Portability Stale
**Describe the bug** Hi, I was playing the the signals in cmsis on nrf5340dk and got a crash in osSignalWait or osSignalSet. So, I ran the cmsis unit tests and the test around cmsis signals (test_signal_events_signalled) ran just fine. So, after some debugging, I found out that the custom_data of the thread I was playing with was NULL in my code but valid in the test. It appears the difference is that the test is signalling the threads from the thread created to the main thread which works because the main thread has its custom_data set during the osCreateThread call (**but osCreateThread sets the main thread's custom_data or _current instead of the created thread's custom data...**). I modified the code so that the thread created get its custom data set and added some code to set the main thread's custom data with a static osThreadDef_t that I manually crafted and I can then signal and wait from any thread. **To Reproduce** Look at the modified unit test attached which is signalling the Thread_1 and Thread_2 from the main thread. Note that the fix is hardcoded in this sample code (look at _current->custom_data = xxx;). **Expected behavior** We should be able to signal for any to any thread. **Impact** Crash. **Logs and console output** No logs **Environment (please complete the following information):** Zephyr commit tag: v2.6.0-rc1-ncs1, v2.6.0-ncs1-rc3 **Additional context** As I tested, I would say that the custom_data pointer should be set to the current thread def and not the last thread created as it is currently implemented. I also would suggest to create a thread def for the main thread is not already the case so it has not to be crafted manually. [test_cmsis.c.gz](https://github.com/zephyrproject-rtos/zephyr/files/6764206/test_cmsis.c.gz)
1.0
osSignalWait crashes when called from a thread created with osCreateThread - **Describe the bug** Hi, I was playing the the signals in cmsis on nrf5340dk and got a crash in osSignalWait or osSignalSet. So, I ran the cmsis unit tests and the test around cmsis signals (test_signal_events_signalled) ran just fine. So, after some debugging, I found out that the custom_data of the thread I was playing with was NULL in my code but valid in the test. It appears the difference is that the test is signalling the threads from the thread created to the main thread which works because the main thread has its custom_data set during the osCreateThread call (**but osCreateThread sets the main thread's custom_data or _current instead of the created thread's custom data...**). I modified the code so that the thread created get its custom data set and added some code to set the main thread's custom data with a static osThreadDef_t that I manually crafted and I can then signal and wait from any thread. **To Reproduce** Look at the modified unit test attached which is signalling the Thread_1 and Thread_2 from the main thread. Note that the fix is hardcoded in this sample code (look at _current->custom_data = xxx;). **Expected behavior** We should be able to signal for any to any thread. **Impact** Crash. **Logs and console output** No logs **Environment (please complete the following information):** Zephyr commit tag: v2.6.0-rc1-ncs1, v2.6.0-ncs1-rc3 **Additional context** As I tested, I would say that the custom_data pointer should be set to the current thread def and not the last thread created as it is currently implemented. I also would suggest to create a thread def for the main thread is not already the case so it has not to be crafted manually. [test_cmsis.c.gz](https://github.com/zephyrproject-rtos/zephyr/files/6764206/test_cmsis.c.gz)
priority
ossignalwait crashes when called from a thread created with oscreatethread describe the bug hi i was playing the the signals in cmsis on and got a crash in ossignalwait or ossignalset so i ran the cmsis unit tests and the test around cmsis signals test signal events signalled ran just fine so after some debugging i found out that the custom data of the thread i was playing with was null in my code but valid in the test it appears the difference is that the test is signalling the threads from the thread created to the main thread which works because the main thread has its custom data set during the oscreatethread call but oscreatethread sets the main thread s custom data or current instead of the created thread s custom data i modified the code so that the thread created get its custom data set and added some code to set the main thread s custom data with a static osthreaddef t that i manually crafted and i can then signal and wait from any thread to reproduce look at the modified unit test attached which is signalling the thread and thread from the main thread note that the fix is hardcoded in this sample code look at current custom data xxx expected behavior we should be able to signal for any to any thread impact crash logs and console output no logs environment please complete the following information zephyr commit tag additional context as i tested i would say that the custom data pointer should be set to the current thread def and not the last thread created as it is currently implemented i also would suggest to create a thread def for the main thread is not already the case so it has not to be crafted manually
1
156,378
5,968,370,546
IssuesEvent
2017-05-30 17:58:22
wphicks/Writing3D
https://api.github.com/repos/wphicks/Writing3D
opened
Validation is too slow on large projects
help wanted low-priority
It currently takes an unreasonably long time to validate large projects. This can be tested with the performance sample.
1.0
Validation is too slow on large projects - It currently takes an unreasonably long time to validate large projects. This can be tested with the performance sample.
priority
validation is too slow on large projects it currently takes an unreasonably long time to validate large projects this can be tested with the performance sample
1
560,528
16,598,987,103
IssuesEvent
2021-06-01 16:40:45
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.zillow.com - The "Lot lines" are broken
browser-firefox engine-gecko priority-important severity-important
<!-- @browser: Firefox 88.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/75009 --> **URL**: https://www.zillow.com/homedetails/2409-Thandlewane-Path-Saint-Joseph-MI-49085/73874635_zpid/ **Browser / Version**: Firefox 88.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes Edge **Problem type**: Desktop site instead of mobile site **Description**: Desktop site instead of mobile site **Steps to Reproduce**: Actually ANY zillow home listing has this problem. Go to the map for the listing and hit icon to open (larger) map in upper right. Then change from ROAD tab to Lot Lines tab. The lots lines are broken and missing, older versions of firefox (long ago) were complete. This happens on my home and work computer. The graphics are fine in Chrome and Edge. Thanks for letting me report. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.zillow.com - The "Lot lines" are broken - <!-- @browser: Firefox 88.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/75009 --> **URL**: https://www.zillow.com/homedetails/2409-Thandlewane-Path-Saint-Joseph-MI-49085/73874635_zpid/ **Browser / Version**: Firefox 88.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes Edge **Problem type**: Desktop site instead of mobile site **Description**: Desktop site instead of mobile site **Steps to Reproduce**: Actually ANY zillow home listing has this problem. Go to the map for the listing and hit icon to open (larger) map in upper right. Then change from ROAD tab to Lot Lines tab. The lots lines are broken and missing, older versions of firefox (long ago) were complete. This happens on my home and work computer. The graphics are fine in Chrome and Edge. Thanks for letting me report. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
the lot lines are broken url browser version firefox operating system windows tested another browser yes edge problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce actually any zillow home listing has this problem go to the map for the listing and hit icon to open larger map in upper right then change from road tab to lot lines tab the lots lines are broken and missing older versions of firefox long ago were complete this happens on my home and work computer the graphics are fine in chrome and edge thanks for letting me report browser configuration none from with ❤️
1
674,545
23,056,265,301
IssuesEvent
2022-07-25 05:05:14
probml/pyprobml
https://api.github.com/repos/probml/pyprobml
opened
MIT press issue #4: low resolution figures
Priority 1
- [ ] Fig 4.20: https://github.com/probml/pyprobml/blob/master/notebooks/book2/04/rbm_contrastive_divergence.ipynb ![image](https://user-images.githubusercontent.com/59387624/180701309-4719a4cf-97f3-460e-8607-2bbd53c8a57a.png) - [ ] Fig 4.42: ![image](https://user-images.githubusercontent.com/59387624/180701887-a2286806-2a78-4cca-9d4a-8fd80801b5ed.png) - [ ] Fig 28.1(b): ![image](https://user-images.githubusercontent.com/59387624/180701776-3ed7535b-0db4-4cd7-8876-1c5790235d21.png) - [ ] Fig 32.1 ![image](https://user-images.githubusercontent.com/59387624/180702077-aa8dba97-b6d9-4c61-990c-53c4734cd712.png) - [ ] Fig 33.5 ![image](https://user-images.githubusercontent.com/59387624/180702242-32b9c14f-fa15-4f2c-bd1a-f33de034b173.png)
1.0
MIT press issue #4: low resolution figures - - [ ] Fig 4.20: https://github.com/probml/pyprobml/blob/master/notebooks/book2/04/rbm_contrastive_divergence.ipynb ![image](https://user-images.githubusercontent.com/59387624/180701309-4719a4cf-97f3-460e-8607-2bbd53c8a57a.png) - [ ] Fig 4.42: ![image](https://user-images.githubusercontent.com/59387624/180701887-a2286806-2a78-4cca-9d4a-8fd80801b5ed.png) - [ ] Fig 28.1(b): ![image](https://user-images.githubusercontent.com/59387624/180701776-3ed7535b-0db4-4cd7-8876-1c5790235d21.png) - [ ] Fig 32.1 ![image](https://user-images.githubusercontent.com/59387624/180702077-aa8dba97-b6d9-4c61-990c-53c4734cd712.png) - [ ] Fig 33.5 ![image](https://user-images.githubusercontent.com/59387624/180702242-32b9c14f-fa15-4f2c-bd1a-f33de034b173.png)
priority
mit press issue low resolution figures fig fig fig b fig fig
1
16,245
6,148,191,871
IssuesEvent
2017-06-27 17:17:11
astropy/astropy
https://api.github.com/repos/astropy/astropy
closed
1.1b1 does not work with wcslib 4.24
Affects-release build wcs
The Beta version does not work with the "4" branch of wcslib, since wcslib_version is undefined: ``` ==================================== ERRORS ==================================== ______________________________ ERROR collecting _______________________________ _pytest.runner:149: in __init__ ??? [...] _pytest.config:548: in importconftest ??? E ConftestImportFailure: (local('/tmp/astropy-test-uRPzM6/lib.linux-x86_64-2.7/astropy/table/tests/conftest.py'), (<type 'exceptions.ImportError'>, ImportError('astropy/wcs/_wcs.so: undefined symbol: wcslib_version',), <traceback object at 0x7f22f426c638>)) =========================== 1 error in 0.39 seconds ============================ ```
1.0
1.1b1 does not work with wcslib 4.24 - The Beta version does not work with the "4" branch of wcslib, since wcslib_version is undefined: ``` ==================================== ERRORS ==================================== ______________________________ ERROR collecting _______________________________ _pytest.runner:149: in __init__ ??? [...] _pytest.config:548: in importconftest ??? E ConftestImportFailure: (local('/tmp/astropy-test-uRPzM6/lib.linux-x86_64-2.7/astropy/table/tests/conftest.py'), (<type 'exceptions.ImportError'>, ImportError('astropy/wcs/_wcs.so: undefined symbol: wcslib_version',), <traceback object at 0x7f22f426c638>)) =========================== 1 error in 0.39 seconds ============================ ```
non_priority
does not work with wcslib the beta version does not work with the branch of wcslib since wcslib version is undefined errors error collecting pytest runner in init pytest config in importconftest e conftestimportfailure local tmp astropy test lib linux astropy table tests conftest py importerror astropy wcs wcs so undefined symbol wcslib version error in seconds
0
193,934
22,261,625,999
IssuesEvent
2022-06-10 01:27:20
panasalap/linux-4.19.72_test1
https://api.github.com/repos/panasalap/linux-4.19.72_test1
reopened
CVE-2021-45485 (High) detected in linux-yoctov5.4.51
security vulnerability
## CVE-2021-45485 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary> <p> <p>Yocto Linux Embedded kernel</p> <p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto>https://git.yoctoproject.org/git/linux-yocto</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.19.72/commit/f1b7c617b9b8f4135ab2f75a0c407cc44d43683f">f1b7c617b9b8f4135ab2f75a0c407cc44d43683f</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>/net/ipv6/output_core.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/output_core.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In the IPv6 implementation in the Linux kernel before 5.13.3, net/ipv6/output_core.c has an information leak because of certain use of a hash table which, although big, doesn't properly consider that IPv6-based attackers can typically choose among many IPv6 source addresses. <p>Publish Date: 2021-12-25 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-45485>CVE-2021-45485</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45485">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45485</a></p> <p>Release Date: 2021-12-25</p> <p>Fix Resolution: v4.4.276,v4.9.276,v4.14.240,v4.19.198,v5.4.133,v5.10.51,v5.12.18,v5.13.3,v5.14-rc1</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-45485 (High) detected in linux-yoctov5.4.51 - ## CVE-2021-45485 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary> <p> <p>Yocto Linux Embedded kernel</p> <p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto>https://git.yoctoproject.org/git/linux-yocto</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.19.72/commit/f1b7c617b9b8f4135ab2f75a0c407cc44d43683f">f1b7c617b9b8f4135ab2f75a0c407cc44d43683f</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>/net/ipv6/output_core.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/output_core.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In the IPv6 implementation in the Linux kernel before 5.13.3, net/ipv6/output_core.c has an information leak because of certain use of a hash table which, although big, doesn't properly consider that IPv6-based attackers can typically choose among many IPv6 source addresses. <p>Publish Date: 2021-12-25 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-45485>CVE-2021-45485</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45485">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45485</a></p> <p>Release Date: 2021-12-25</p> <p>Fix Resolution: v4.4.276,v4.9.276,v4.14.240,v4.19.198,v5.4.133,v5.10.51,v5.12.18,v5.13.3,v5.14-rc1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in linux cve high severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files net output core c net output core c vulnerability details in the implementation in the linux kernel before net output core c has an information leak because of certain use of a hash table which although big doesn t properly consider that based attackers can typically choose among many source addresses publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
165,511
6,277,663,562
IssuesEvent
2017-07-18 12:48:08
localstack/localstack
https://api.github.com/repos/localstack/localstack
closed
Error on CircleCI due to high user ids within the image files
bug priority-high
Copied from here: https://bitbucket.org/atlassian/localstack/issues/54/trouble-using-docker-image-on-circleci-due --- Hi guys, Last week I tried to have localstack running within my CI build in CircleCI and faced various problems. I got in touch with them and their engineers investigated the issue. Here's what they found out: Looking at this particular container, it has such high uid that we will not be able to reasonably accomodate them while keeping user namespace effectively: ``` notnoop@placeholder:~$ sudo docker run -it --rm --entrypoint '' atlassianlabs/localstack:0.5.5 ls -lha /opt/code/localstack/localstack/dashboard/web/node_modules/comment-parser total 92 drwxr-xr-x 3 17027476 19314187 4.0K Jun 28 10:02 . drwxr-xr-x 933 root root 36.0K Jun 28 10:02 .. -rw-r--r-- 1 8248842 21495225 187 Jan 26 2015 .jshintrc -rw-r--r-- 1 8248842 52370573 97 Mar 9 2014 .npmignore -rw-r--r-- 1 40347806 36259175 91 Nov 7 2015 .travis.yml -rw-r--r-- 1 15014210 18816141 1.1K Nov 25 2015 CHANGELOG.md -rw-r--r-- 1 21557324 94156302 1.1K Mar 9 2014 LICENSE -rw-r--r-- 1 42864389 2038925 4.7K Nov 25 2015 README.md -rw-r--r-- 1 8248842 2038925 1.2K Nov 25 2015 index.js -rw-r--r-- 1 17027476 19314187 1.8K Jun 28 10:02 package.json -rw-r--r-- 1 61222861 63957313 8.5K Nov 25 2015 parser.js drwxr-xr-x 3 10819906 22837403 4.0K Jun 28 10:02 tests ``` The default limit is 65536 but README.md in this directory used 42864389 . This is probably as misconfiguration on the docker image creation part and we/user can consider contributing to image to avoid this. Since a lot of people might use localstack within CircleCI, I figured it might be good to fix this to improve localstack adoption. Thanks.
1.0
Error on CircleCI due to high user ids within the image files - Copied from here: https://bitbucket.org/atlassian/localstack/issues/54/trouble-using-docker-image-on-circleci-due --- Hi guys, Last week I tried to have localstack running within my CI build in CircleCI and faced various problems. I got in touch with them and their engineers investigated the issue. Here's what they found out: Looking at this particular container, it has such high uid that we will not be able to reasonably accomodate them while keeping user namespace effectively: ``` notnoop@placeholder:~$ sudo docker run -it --rm --entrypoint '' atlassianlabs/localstack:0.5.5 ls -lha /opt/code/localstack/localstack/dashboard/web/node_modules/comment-parser total 92 drwxr-xr-x 3 17027476 19314187 4.0K Jun 28 10:02 . drwxr-xr-x 933 root root 36.0K Jun 28 10:02 .. -rw-r--r-- 1 8248842 21495225 187 Jan 26 2015 .jshintrc -rw-r--r-- 1 8248842 52370573 97 Mar 9 2014 .npmignore -rw-r--r-- 1 40347806 36259175 91 Nov 7 2015 .travis.yml -rw-r--r-- 1 15014210 18816141 1.1K Nov 25 2015 CHANGELOG.md -rw-r--r-- 1 21557324 94156302 1.1K Mar 9 2014 LICENSE -rw-r--r-- 1 42864389 2038925 4.7K Nov 25 2015 README.md -rw-r--r-- 1 8248842 2038925 1.2K Nov 25 2015 index.js -rw-r--r-- 1 17027476 19314187 1.8K Jun 28 10:02 package.json -rw-r--r-- 1 61222861 63957313 8.5K Nov 25 2015 parser.js drwxr-xr-x 3 10819906 22837403 4.0K Jun 28 10:02 tests ``` The default limit is 65536 but README.md in this directory used 42864389 . This is probably as misconfiguration on the docker image creation part and we/user can consider contributing to image to avoid this. Since a lot of people might use localstack within CircleCI, I figured it might be good to fix this to improve localstack adoption. Thanks.
priority
error on circleci due to high user ids within the image files copied from here hi guys last week i tried to have localstack running within my ci build in circleci and faced various problems i got in touch with them and their engineers investigated the issue here s what they found out looking at this particular container it has such high uid that we will not be able to reasonably accomodate them while keeping user namespace effectively notnoop placeholder sudo docker run it rm entrypoint atlassianlabs localstack ls lha opt code localstack localstack dashboard web node modules comment parser total drwxr xr x jun drwxr xr x root root jun rw r r jan jshintrc rw r r mar npmignore rw r r nov travis yml rw r r nov changelog md rw r r mar license rw r r nov readme md rw r r nov index js rw r r jun package json rw r r nov parser js drwxr xr x jun tests the default limit is but readme md in this directory used this is probably as misconfiguration on the docker image creation part and we user can consider contributing to image to avoid this since a lot of people might use localstack within circleci i figured it might be good to fix this to improve localstack adoption thanks
1
29,172
5,564,893,231
IssuesEvent
2017-03-26 08:44:42
patmun/pynetdicom
https://api.github.com/repos/patmun/pynetdicom
closed
Missing SOPClass
auto-migrated Priority-Medium Type-Defect
``` Still missing the following SOPClass: +class SpatialRegistrationSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.66.1' + + +class EnhancedSRSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.88.22' + + +class XRayRadiationDoseSRSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.88.67' + + +class DigitalXRayImageStorageForPresentationSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.1.1' + + +class DigitalXRayImageStorageForProcessingSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.1.1.1' + + +class DigitalMammographyXRayImageStorageForPresentationSOPClass(StorageSOPClass): # noqa + UID = '1.2.840.10008.5.1.4.1.1.1.2' + + +class DigitalMammographyXRayImageStorageForProcessingSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.1.2.1' + + +class DigitalIntraOralXRayImageStorageForPresentationSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.1.3' + + +class DigitalIntraOralXRayImageStorageForProcessingSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.1.3.1' + + ``` Original issue reported on code.google.com by `agrothberg` on 19 Jan 2015 at 10:55
1.0
Missing SOPClass - ``` Still missing the following SOPClass: +class SpatialRegistrationSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.66.1' + + +class EnhancedSRSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.88.22' + + +class XRayRadiationDoseSRSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.88.67' + + +class DigitalXRayImageStorageForPresentationSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.1.1' + + +class DigitalXRayImageStorageForProcessingSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.1.1.1' + + +class DigitalMammographyXRayImageStorageForPresentationSOPClass(StorageSOPClass): # noqa + UID = '1.2.840.10008.5.1.4.1.1.1.2' + + +class DigitalMammographyXRayImageStorageForProcessingSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.1.2.1' + + +class DigitalIntraOralXRayImageStorageForPresentationSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.1.3' + + +class DigitalIntraOralXRayImageStorageForProcessingSOPClass(StorageSOPClass): + UID = '1.2.840.10008.5.1.4.1.1.1.3.1' + + ``` Original issue reported on code.google.com by `agrothberg` on 19 Jan 2015 at 10:55
non_priority
missing sopclass still missing the following sopclass class spatialregistrationsopclass storagesopclass uid class enhancedsrsopclass storagesopclass uid class xrayradiationdosesrsopclass storagesopclass uid class digitalxrayimagestorageforpresentationsopclass storagesopclass uid class digitalxrayimagestorageforprocessingsopclass storagesopclass uid class digitalmammographyxrayimagestorageforpresentationsopclass storagesopclass noqa uid class digitalmammographyxrayimagestorageforprocessingsopclass storagesopclass uid class digitalintraoralxrayimagestorageforpresentationsopclass storagesopclass uid class digitalintraoralxrayimagestorageforprocessingsopclass storagesopclass uid original issue reported on code google com by agrothberg on jan at
0
1,456
10,151,952,912
IssuesEvent
2019-08-05 21:48:44
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
opened
[Bug] UI Tests failing on missing nav id/mozac_browser_toolbar_edit_url_view
eng:automation 🐞 bug
As of: https://github.com/mozilla-mobile/fenix/commit/d0071d01771a77a3d1206c0756e6fba42394a702 multiple UI tests are failing due to missing element. This element is in A-C but it doesn't look like there's been any changes there to have caused this error: `androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with id: org.mozilla.fenix.debug:id/mozac_browser_toolbar_edit_url_view`
1.0
[Bug] UI Tests failing on missing nav id/mozac_browser_toolbar_edit_url_view - As of: https://github.com/mozilla-mobile/fenix/commit/d0071d01771a77a3d1206c0756e6fba42394a702 multiple UI tests are failing due to missing element. This element is in A-C but it doesn't look like there's been any changes there to have caused this error: `androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with id: org.mozilla.fenix.debug:id/mozac_browser_toolbar_edit_url_view`
non_priority
ui tests failing on missing nav id mozac browser toolbar edit url view as of multiple ui tests are failing due to missing element this element is in a c but it doesn t look like there s been any changes there to have caused this error androidx test espresso nomatchingviewexception no views in hierarchy found matching with id org mozilla fenix debug id mozac browser toolbar edit url view
0
435,678
30,513,357,487
IssuesEvent
2023-07-18 23:20:25
activist-org/activist
https://api.github.com/repos/activist-org/activist
closed
First steps as a contributor documentation
documentation
### Terms - [X] I have searched [open and closed issues](https://github.com/activist-org/activist/issues?q=is%3Aissue) - [X] I agree to follow activist's [Code of Conduct](https://github.com/activist-org/activist/blob/main/.github/CODE_OF_CONDUCT.md) ### Issue This issue would add a section to [CONTRIBUTING.md](https://github.com/activist-org/activist/blob/main/CONTRIBUTING.md) above `Learning the tech stack` that would detail the things that contributors should do when first interacting with the community. Ideas include: - Quick welcome message - Unordered list - Matrix (linked) - We should explain that it's decentralized and suggest that they use Element - Maybe also specifically link the [Development channel](https://matrix.to/#/!CRgLpGeOBNwxYCtqmK:matrix.org?via=matrix.org&via=acter.global&via=chat.0x7cd.xyz) as well? - If you’re comfortable - Introduce yourself and what your coding skills/interests are - Consider joining our bi-weekly sync - Check the styleguide (linked) where we provide helpful hints of how to write your code - Check the Figma (linked) so you understand the goals direction - Check good first issues (linked) for issues that are introductions to working on activist - Check the project board (linked) to better understand our workflow and priorities Would be happy to get to this eventually or support someone who has interest in working on it!
1.0
First steps as a contributor documentation - ### Terms - [X] I have searched [open and closed issues](https://github.com/activist-org/activist/issues?q=is%3Aissue) - [X] I agree to follow activist's [Code of Conduct](https://github.com/activist-org/activist/blob/main/.github/CODE_OF_CONDUCT.md) ### Issue This issue would add a section to [CONTRIBUTING.md](https://github.com/activist-org/activist/blob/main/CONTRIBUTING.md) above `Learning the tech stack` that would detail the things that contributors should do when first interacting with the community. Ideas include: - Quick welcome message - Unordered list - Matrix (linked) - We should explain that it's decentralized and suggest that they use Element - Maybe also specifically link the [Development channel](https://matrix.to/#/!CRgLpGeOBNwxYCtqmK:matrix.org?via=matrix.org&via=acter.global&via=chat.0x7cd.xyz) as well? - If you’re comfortable - Introduce yourself and what your coding skills/interests are - Consider joining our bi-weekly sync - Check the styleguide (linked) where we provide helpful hints of how to write your code - Check the Figma (linked) so you understand the goals direction - Check good first issues (linked) for issues that are introductions to working on activist - Check the project board (linked) to better understand our workflow and priorities Would be happy to get to this eventually or support someone who has interest in working on it!
non_priority
first steps as a contributor documentation terms i have searched i agree to follow activist s issue this issue would add a section to above learning the tech stack that would detail the things that contributors should do when first interacting with the community ideas include quick welcome message unordered list matrix linked we should explain that it s decentralized and suggest that they use element maybe also specifically link the as well if you’re comfortable introduce yourself and what your coding skills interests are consider joining our bi weekly sync check the styleguide linked where we provide helpful hints of how to write your code check the figma linked so you understand the goals direction check good first issues linked for issues that are introductions to working on activist check the project board linked to better understand our workflow and priorities would be happy to get to this eventually or support someone who has interest in working on it
0
331,680
10,075,916,868
IssuesEvent
2019-07-24 15:10:22
AnSyn/ansyn
https://api.github.com/repos/AnSyn/ansyn
closed
(enh) Display specifc algorithm execution task data
Enhancement Priority: High Task
from #1367 - [x] Get specific execution data from storage service - [x] Display specific execution data from storage service
1.0
(enh) Display specifc algorithm execution task data - from #1367 - [x] Get specific execution data from storage service - [x] Display specific execution data from storage service
priority
enh display specifc algorithm execution task data from get specific execution data from storage service display specific execution data from storage service
1
150,311
23,643,805,113
IssuesEvent
2022-08-25 19:47:22
pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas
reopened
QST: "Dummy" is rooted in ableist language
Enhancement API Design Needs Discussion
- [x] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions. - [x] I have asked my usage related question on [StackOverflow](https://stackoverflow.com). --- #### Question about pandas Although extremely common in the industry, "dummy" has some unfortunate history. One current use is for substitutes - mannequins, stand-ins, etc. This use grew from its original definition, "mute person". Mute people are not substitutes or stand-ins and I would prefer Pandas to not contribute to this view. There are other words, like "indicator", for statistics. [Pandas currently uses "get_dummies" as a function name, with the documentation referencing "indicator" as a synonym.](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.get_dummies.html) Citations: 1. https://www.etymonline.com/word/dummy 2. https://www.etymonline.com/word/dumb 3. https://www.etymonline.com/word/indicator
1.0
QST: "Dummy" is rooted in ableist language - - [x] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions. - [x] I have asked my usage related question on [StackOverflow](https://stackoverflow.com). --- #### Question about pandas Although extremely common in the industry, "dummy" has some unfortunate history. One current use is for substitutes - mannequins, stand-ins, etc. This use grew from its original definition, "mute person". Mute people are not substitutes or stand-ins and I would prefer Pandas to not contribute to this view. There are other words, like "indicator", for statistics. [Pandas currently uses "get_dummies" as a function name, with the documentation referencing "indicator" as a synonym.](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.get_dummies.html) Citations: 1. https://www.etymonline.com/word/dummy 2. https://www.etymonline.com/word/dumb 3. https://www.etymonline.com/word/indicator
non_priority
qst dummy is rooted in ableist language i have searched the tag on stackoverflow for similar questions i have asked my usage related question on question about pandas although extremely common in the industry dummy has some unfortunate history one current use is for substitutes mannequins stand ins etc this use grew from its original definition mute person mute people are not substitutes or stand ins and i would prefer pandas to not contribute to this view there are other words like indicator for statistics citations
0
49,466
3,002,883,991
IssuesEvent
2015-07-24 19:51:50
jayway/powermock
https://api.github.com/repos/jayway/powermock
opened
PowerMock for mockito with maven not working on Linux
bug imported Priority-Medium
_From [bclara...@gmail.com](https://code.google.com/u/106640916782200725401/) on November 25, 2012 07:08:46_ What steps will reproduce the problem? 1. On linux annotate you test class with @RunWith(PowerMockRunner.class) and @PrepareForTest(UtilClass.class) 2. run maven command 'mvn clean test -e' 3. Using maven 3.0.4 and java 1.6 update 37 What is the expected output? That tests are are running without interruption and exception thrown What do you see instead? when opening test report in target/test-report/TEST-* I see the folowing error: Failed to transform class with name com.application.cart.components.HybridCartItemTest. Reason: java.lang.Class Stacktrace java.lang.IllegalStateException: Failed to transform class with name com.application.cart.components.HybridCartItemTest. Reason: java.lang.Class at org.powermock.core.classloader.MockClassLoader.loadMockClass(MockClassLoader.java:207) at org.powermock.core.classloader.MockClassLoader.loadModifiedClass(MockClassLoader.java:145) at org.powermock.core.classloader.DeferSupportingClassLoader.loadClass(DeferSupportingClassLoader.java:67) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.createDelegatorFromClassloader(JUnit4TestSuiteChunkerImpl.java:133) at org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.createDelegatorFromClassloader(JUnit4TestSuiteChunkerImpl.java:39) at org.powermock.tests.utils.impl.AbstractTestSuiteChunkerImpl.createTestDelegators(AbstractTestSuiteChunkerImpl.java:217) at org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.<init>(JUnit4TestSuiteChunkerImpl.java:59) at org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner.<init>(AbstractCommonPowerMockRunner.java:32) at org.powermock.modules.junit4.PowerMockRunner.<init>(PowerMockRunner.java:31) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:31) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:24) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29) at org.junit.runner.Computer.getRunner(Computer.java:38) at org.apache.maven.surefire.junitcore.ConfigurableParallelComputer.getRunner(ConfigurableParallelComputer.java:142) at org.junit.runner.Computer$1.runnerForClass(Computer.java:29) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57) at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:93) at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:84) at org.junit.runners.Suite.<init>(Suite.java:79) at org.junit.runner.Computer.getSuite(Computer.java:26) at org.apache.maven.surefire.junitcore.ConfigurableParallelComputer.getSuite(ConfigurableParallelComputer.java:134) at org.junit.runner.Request.classes(Request.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:139) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:113) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Caused by: javassist.NotFoundException: java.lang.Class at javassist.ClassPool.get(ClassPool.java:439) at javassist.bytecode.Descriptor.toCtClass(Descriptor.java:591) at javassist.bytecode.Descriptor.getReturnType(Descriptor.java:488) at javassist.CtBehavior.getReturnType0(CtBehavior.java:293) at javassist.CtMethod.getReturnType(CtMethod.java:216) at org.powermock.core.transformers.impl.MainMockTransformer.modifyMethod(MainMockTransformer.java:173) at org.powermock.core.transformers.impl.MainMockTransformer.allowMockingOfStaticAndFinalAndNativeMethods(MainMockTransformer.java:143) at org.powermock.core.transformers.impl.MainMockTransformer.transform(MainMockTransformer.java:66) at org.powermock.core.classloader.MockClassLoader.loadMockClass(MockClassLoader.java:203) ... 40 more What version of the product are you using? On what operating system? PowerMock: 1.4.12 Mockito: 1.9.0 junit: 4.8.2 Apache Maven 3.0.4 ( r1232337 ; 2012-01-17 00:44:56-0800) Maven home: /usr/local/apache-maven/apache-maven-3.0.4 Java version: 1.6.0_37, vendor: Sun Microsystems Inc. Java home: /usr/java/jdk1.6.0_37/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "2.6.32-100.26.2.el5", arch: "amd64", family: "unix" Please provide any additional information below. I have tried the following to resolve the issue without luck: 1) Switched extending a baseMocking class to using @MockPolicy(BaseMocking.class) BaseMocking defined by me 2) Added maven-surefire-plugin configuration: \<useSystemClassLoader>true</useSystemClassLoader> 3) Tried different forkModes: none, perthread, etc. 4) Updated to latest version of javassist, we are using a slightly older version 5) Updated to the latest version of Junit4 4.10 6) Bootstrapped test using JUnit Rule and a agent ( https://code.google.com/p/powermock/wiki/PowerMockAgent ) Please if you could provide me my organization (Apple) some information about how to get this to work I would be grateful. Sincerely Bilal Clarance _Original issue: http://code.google.com/p/powermock/issues/detail?id=412_
1.0
PowerMock for mockito with maven not working on Linux - _From [bclara...@gmail.com](https://code.google.com/u/106640916782200725401/) on November 25, 2012 07:08:46_ What steps will reproduce the problem? 1. On linux annotate you test class with @RunWith(PowerMockRunner.class) and @PrepareForTest(UtilClass.class) 2. run maven command 'mvn clean test -e' 3. Using maven 3.0.4 and java 1.6 update 37 What is the expected output? That tests are are running without interruption and exception thrown What do you see instead? when opening test report in target/test-report/TEST-* I see the folowing error: Failed to transform class with name com.application.cart.components.HybridCartItemTest. Reason: java.lang.Class Stacktrace java.lang.IllegalStateException: Failed to transform class with name com.application.cart.components.HybridCartItemTest. Reason: java.lang.Class at org.powermock.core.classloader.MockClassLoader.loadMockClass(MockClassLoader.java:207) at org.powermock.core.classloader.MockClassLoader.loadModifiedClass(MockClassLoader.java:145) at org.powermock.core.classloader.DeferSupportingClassLoader.loadClass(DeferSupportingClassLoader.java:67) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.createDelegatorFromClassloader(JUnit4TestSuiteChunkerImpl.java:133) at org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.createDelegatorFromClassloader(JUnit4TestSuiteChunkerImpl.java:39) at org.powermock.tests.utils.impl.AbstractTestSuiteChunkerImpl.createTestDelegators(AbstractTestSuiteChunkerImpl.java:217) at org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.<init>(JUnit4TestSuiteChunkerImpl.java:59) at org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner.<init>(AbstractCommonPowerMockRunner.java:32) at org.powermock.modules.junit4.PowerMockRunner.<init>(PowerMockRunner.java:31) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:31) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:24) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29) at org.junit.runner.Computer.getRunner(Computer.java:38) at org.apache.maven.surefire.junitcore.ConfigurableParallelComputer.getRunner(ConfigurableParallelComputer.java:142) at org.junit.runner.Computer$1.runnerForClass(Computer.java:29) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57) at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:93) at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:84) at org.junit.runners.Suite.<init>(Suite.java:79) at org.junit.runner.Computer.getSuite(Computer.java:26) at org.apache.maven.surefire.junitcore.ConfigurableParallelComputer.getSuite(ConfigurableParallelComputer.java:134) at org.junit.runner.Request.classes(Request.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:139) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:113) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Caused by: javassist.NotFoundException: java.lang.Class at javassist.ClassPool.get(ClassPool.java:439) at javassist.bytecode.Descriptor.toCtClass(Descriptor.java:591) at javassist.bytecode.Descriptor.getReturnType(Descriptor.java:488) at javassist.CtBehavior.getReturnType0(CtBehavior.java:293) at javassist.CtMethod.getReturnType(CtMethod.java:216) at org.powermock.core.transformers.impl.MainMockTransformer.modifyMethod(MainMockTransformer.java:173) at org.powermock.core.transformers.impl.MainMockTransformer.allowMockingOfStaticAndFinalAndNativeMethods(MainMockTransformer.java:143) at org.powermock.core.transformers.impl.MainMockTransformer.transform(MainMockTransformer.java:66) at org.powermock.core.classloader.MockClassLoader.loadMockClass(MockClassLoader.java:203) ... 40 more What version of the product are you using? On what operating system? PowerMock: 1.4.12 Mockito: 1.9.0 junit: 4.8.2 Apache Maven 3.0.4 ( r1232337 ; 2012-01-17 00:44:56-0800) Maven home: /usr/local/apache-maven/apache-maven-3.0.4 Java version: 1.6.0_37, vendor: Sun Microsystems Inc. Java home: /usr/java/jdk1.6.0_37/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "2.6.32-100.26.2.el5", arch: "amd64", family: "unix" Please provide any additional information below. I have tried the following to resolve the issue without luck: 1) Switched extending a baseMocking class to using @MockPolicy(BaseMocking.class) BaseMocking defined by me 2) Added maven-surefire-plugin configuration: \<useSystemClassLoader>true</useSystemClassLoader> 3) Tried different forkModes: none, perthread, etc. 4) Updated to latest version of javassist, we are using a slightly older version 5) Updated to the latest version of Junit4 4.10 6) Bootstrapped test using JUnit Rule and a agent ( https://code.google.com/p/powermock/wiki/PowerMockAgent ) Please if you could provide me my organization (Apple) some information about how to get this to work I would be grateful. Sincerely Bilal Clarance _Original issue: http://code.google.com/p/powermock/issues/detail?id=412_
priority
powermock for mockito with maven not working on linux from on november what steps will reproduce the problem on linux annotate you test class with runwith powermockrunner class and preparefortest utilclass class run maven command mvn clean test e using maven and java update what is the expected output that tests are are running without interruption and exception thrown what do you see instead when opening test report in target test report test i see the folowing error failed to transform class with name com application cart components hybridcartitemtest reason java lang class stacktrace java lang illegalstateexception failed to transform class with name com application cart components hybridcartitemtest reason java lang class at org powermock core classloader mockclassloader loadmockclass mockclassloader java at org powermock core classloader mockclassloader loadmodifiedclass mockclassloader java at org powermock core classloader defersupportingclassloader loadclass defersupportingclassloader java at java lang classloader loadclass classloader java at java lang class native method at java lang class forname class java at org powermock modules common internal impl createdelegatorfromclassloader java at org powermock modules common internal impl createdelegatorfromclassloader java at org powermock tests utils impl abstracttestsuitechunkerimpl createtestdelegators abstracttestsuitechunkerimpl java at org powermock modules common internal impl java at org powermock modules common internal impl abstractcommonpowermockrunner abstractcommonpowermockrunner java at org powermock modules powermockrunner powermockrunner java at sun reflect nativeconstructoraccessorimpl native method at sun reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java at sun reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java at java lang reflect constructor newinstance constructor java at org junit internal builders annotatedbuilder buildrunner annotatedbuilder java at org junit internal builders annotatedbuilder runnerforclass annotatedbuilder java at org junit runners model runnerbuilder saferunnerforclass runnerbuilder java at org junit internal builders alldefaultpossibilitiesbuilder runnerforclass alldefaultpossibilitiesbuilder java at org junit runner computer getrunner computer java at org apache maven surefire junitcore configurableparallelcomputer getrunner configurableparallelcomputer java at org junit runner computer runnerforclass computer java at org junit runners model runnerbuilder saferunnerforclass runnerbuilder java at org junit runners model runnerbuilder runners runnerbuilder java at org junit runners model runnerbuilder runners runnerbuilder java at org junit runners suite suite java at org junit runner computer getsuite computer java at org apache maven surefire junitcore configurableparallelcomputer getsuite configurableparallelcomputer java at org junit runner request classes request java at org apache maven surefire junitcore junitcorewrapper execute junitcorewrapper java at org apache maven surefire junitcore junitcoreprovider invoke junitcoreprovider java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org apache maven surefire util reflectionutils invokemethodwitharray reflectionutils java at org apache maven surefire booter providerfactory providerproxy invoke providerfactory java at org apache maven surefire booter providerfactory invokeprovider providerfactory java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java caused by javassist notfoundexception java lang class at javassist classpool get classpool java at javassist bytecode descriptor toctclass descriptor java at javassist bytecode descriptor getreturntype descriptor java at javassist ctbehavior ctbehavior java at javassist ctmethod getreturntype ctmethod java at org powermock core transformers impl mainmocktransformer modifymethod mainmocktransformer java at org powermock core transformers impl mainmocktransformer allowmockingofstaticandfinalandnativemethods mainmocktransformer java at org powermock core transformers impl mainmocktransformer transform mainmocktransformer java at org powermock core classloader mockclassloader loadmockclass mockclassloader java more what version of the product are you using on what operating system powermock mockito junit apache maven maven home usr local apache maven apache maven java version vendor sun microsystems inc java home usr java jre default locale en us platform encoding utf os name linux version arch family unix please provide any additional information below i have tried the following to resolve the issue without luck switched extending a basemocking class to using mockpolicy basemocking class basemocking defined by me added maven surefire plugin configuration true tried different forkmodes none perthread etc updated to latest version of javassist we are using a slightly older version updated to the latest version of bootstrapped test using junit rule and a agent please if you could provide me my organization apple some information about how to get this to work i would be grateful sincerely bilal clarance original issue
1
386,206
11,433,650,936
IssuesEvent
2020-02-04 16:02:26
hci-unihd/plant-seg
https://api.github.com/repos/hci-unihd/plant-seg
opened
Leave only 6-8 networks for the user to pick from with descriptive names
enhancement high-priority
Different architecture and losses in the network variants just make it more confusing to the end user. Less is more in this case
1.0
Leave only 6-8 networks for the user to pick from with descriptive names - Different architecture and losses in the network variants just make it more confusing to the end user. Less is more in this case
priority
leave only networks for the user to pick from with descriptive names different architecture and losses in the network variants just make it more confusing to the end user less is more in this case
1
4,036
2,956,319,041
IssuesEvent
2015-07-08 10:27:28
everypolitician/everypolitician-data
https://api.github.com/repos/everypolitician/everypolitician-data
opened
Set Ruby version explicitly in standard Morph Gemfile
1 - To Code
https://morph.io/tmtmtmtm/lesotho-electoral-commission is failing on one constituency due to an encoding error that I can't replicate locally. It's probably worth making sure that I'm always using the same version on both by setting that in the Gemfile (https://morph.io/documentation/ruby)
1.0
Set Ruby version explicitly in standard Morph Gemfile - https://morph.io/tmtmtmtm/lesotho-electoral-commission is failing on one constituency due to an encoding error that I can't replicate locally. It's probably worth making sure that I'm always using the same version on both by setting that in the Gemfile (https://morph.io/documentation/ruby)
non_priority
set ruby version explicitly in standard morph gemfile is failing on one constituency due to an encoding error that i can t replicate locally it s probably worth making sure that i m always using the same version on both by setting that in the gemfile
0
1,434
2,545,286,309
IssuesEvent
2015-01-29 16:16:57
meysholdt/Xpect
https://api.github.com/repos/meysholdt/Xpect
opened
[scoping] support to test empty scope
new_test
e.g. ``` @Inject private IScopeProvider scopeProvider; @Xpect @ParameterParser(syntax = "('at' arg0=OFFSET)? 'name' arg1=STRING") public void scopeIsEmpty(@ThisOffset EObject arg0, String arg1) { EReference reference = (EReference) arg0.eClass().getEStructuralFeature(arg1); IScope scope = scopeProvider.getScope(arg0, reference); Assert.assertTrue(scope.getAllElements().iterator().hasNext()); } ```
1.0
[scoping] support to test empty scope - e.g. ``` @Inject private IScopeProvider scopeProvider; @Xpect @ParameterParser(syntax = "('at' arg0=OFFSET)? 'name' arg1=STRING") public void scopeIsEmpty(@ThisOffset EObject arg0, String arg1) { EReference reference = (EReference) arg0.eClass().getEStructuralFeature(arg1); IScope scope = scopeProvider.getScope(arg0, reference); Assert.assertTrue(scope.getAllElements().iterator().hasNext()); } ```
non_priority
support to test empty scope e g inject private iscopeprovider scopeprovider xpect parameterparser syntax at offset name string public void scopeisempty thisoffset eobject string ereference reference ereference eclass getestructuralfeature iscope scope scopeprovider getscope reference assert asserttrue scope getallelements iterator hasnext
0
429,973
12,438,991,845
IssuesEvent
2020-05-26 09:21:29
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - video or audio doesn't play
browser-firefox-reality engine-gecko priority-critical
<!-- @browser: Android 7.1.1 --> <!-- @ua_header: Mozilla/5.0 (Android 7.1.1; Mobile VR; rv:78.0) Gecko/78.0 Firefox/78.0 --> <!-- @reported_with: browser-fxr --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/53259 --> <!-- @extra_labels: browser-firefox-reality --> **URL**: https://www.youtube.com/watch?v=vcAp4nmTZCA **Browser / Version**: Android 7.1.1 **Operating System**: Android 7.1.1 **Tested Another Browser**: Yes Chrome **Problem type**: Video or audio doesn't play **Description**: There is no audio **Steps to Reproduce**: no noise is playing on the youtube video <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.youtube.com - video or audio doesn't play - <!-- @browser: Android 7.1.1 --> <!-- @ua_header: Mozilla/5.0 (Android 7.1.1; Mobile VR; rv:78.0) Gecko/78.0 Firefox/78.0 --> <!-- @reported_with: browser-fxr --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/53259 --> <!-- @extra_labels: browser-firefox-reality --> **URL**: https://www.youtube.com/watch?v=vcAp4nmTZCA **Browser / Version**: Android 7.1.1 **Operating System**: Android 7.1.1 **Tested Another Browser**: Yes Chrome **Problem type**: Video or audio doesn't play **Description**: There is no audio **Steps to Reproduce**: no noise is playing on the youtube video <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
video or audio doesn t play url browser version android operating system android tested another browser yes chrome problem type video or audio doesn t play description there is no audio steps to reproduce no noise is playing on the youtube video browser configuration none from with ❤️
1
228,542
7,552,714,948
IssuesEvent
2018-04-19 01:57:54
AlmuraDev/Almura
https://api.github.com/repos/AlmuraDev/Almura
closed
TC - Biome Feature doesn't seem to be reading colors from configs correctly
status: low priority
Example: Biome: Lakes & Lakeshores; both have the setting: GrassColor: #FFFFFF but only Lakes seems to show the grass as white. Please advise. Water colors also don't appear to be applying either.
1.0
TC - Biome Feature doesn't seem to be reading colors from configs correctly - Example: Biome: Lakes & Lakeshores; both have the setting: GrassColor: #FFFFFF but only Lakes seems to show the grass as white. Please advise. Water colors also don't appear to be applying either.
priority
tc biome feature doesn t seem to be reading colors from configs correctly example biome lakes lakeshores both have the setting grasscolor ffffff but only lakes seems to show the grass as white please advise water colors also don t appear to be applying either
1
358,489
10,618,535,675
IssuesEvent
2019-10-13 05:30:28
k8smeetup/website-tasks
https://api.github.com/repos/k8smeetup/website-tasks
opened
/docs/concepts/cluster-administration/logging.md
lang/zh priority/P0 sync/update version/1.16 welcome
Source File: [/docs/concepts/cluster-administration/logging.md](https://github.com/kubernetes/website/blob/release-1.16/content/en/docs/concepts/cluster-administration/logging.md) Diff 查看原始文档更新差异命令: ```bash git diff release-1.14 release-1.16 -- content/en/docs/concepts/cluster-administration/logging.md ```
1.0
/docs/concepts/cluster-administration/logging.md - Source File: [/docs/concepts/cluster-administration/logging.md](https://github.com/kubernetes/website/blob/release-1.16/content/en/docs/concepts/cluster-administration/logging.md) Diff 查看原始文档更新差异命令: ```bash git diff release-1.14 release-1.16 -- content/en/docs/concepts/cluster-administration/logging.md ```
priority
docs concepts cluster administration logging md source file diff 查看原始文档更新差异命令 bash git diff release release content en docs concepts cluster administration logging md
1
68,919
21,957,687,708
IssuesEvent
2022-05-24 13:28:03
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
I can remove the space name and then it is displayed as "Empty room"
T-Defect
### Steps to reproduce 1. Create a space. The form enforce the name to be not empty 2. Go to the space setting, and edit the name: empty the field and click "Save" ### Outcome #### What did you expect? The space setting screen should not allow to set an empty name, as the space creation screen. If empty, the name fallback should be "Space without name" or something similar #### What happened instead? - The space is renamed with an empty name - The space now appears with the name "Empty room" in the drawer, see below: <img width="228" alt="image" src="https://user-images.githubusercontent.com/3940906/170046206-641294e0-5d8c-495b-9cec-9658f3735a4a.png"> ### Your phone model any ### Operating system version any ### Application version and app store 1.4.16 but this is not a new issue ### Homeserver any ### Will you send logs? No
1.0
I can remove the space name and then it is displayed as "Empty room" - ### Steps to reproduce 1. Create a space. The form enforce the name to be not empty 2. Go to the space setting, and edit the name: empty the field and click "Save" ### Outcome #### What did you expect? The space setting screen should not allow to set an empty name, as the space creation screen. If empty, the name fallback should be "Space without name" or something similar #### What happened instead? - The space is renamed with an empty name - The space now appears with the name "Empty room" in the drawer, see below: <img width="228" alt="image" src="https://user-images.githubusercontent.com/3940906/170046206-641294e0-5d8c-495b-9cec-9658f3735a4a.png"> ### Your phone model any ### Operating system version any ### Application version and app store 1.4.16 but this is not a new issue ### Homeserver any ### Will you send logs? No
non_priority
i can remove the space name and then it is displayed as empty room steps to reproduce create a space the form enforce the name to be not empty go to the space setting and edit the name empty the field and click save outcome what did you expect the space setting screen should not allow to set an empty name as the space creation screen if empty the name fallback should be space without name or something similar what happened instead the space is renamed with an empty name the space now appears with the name empty room in the drawer see below img width alt image src your phone model any operating system version any application version and app store but this is not a new issue homeserver any will you send logs no
0
217,101
16,843,262,066
IssuesEvent
2021-06-19 00:36:38
backend-br/vagas
https://api.github.com/repos/backend-br/vagas
closed
[Brasília - DF] Java Back-end Developer [@ilia digital]
CI CLT DevOps Git Java NoSQL Remoto Rest SOAP Spring Stale Testes Unitários
## Sobre nós A ília é uma empresa que veio para facilitar. Somos especialistas em simplificar as interações entre pessoas, produtos e serviços por meio da tecnologia e do design. Somos focados principalmente em três setores: serviços financeiros, mobilidade e seguros. Temos mais de 100 equipes dedicadas, sediadas no Brasil e na Espanha, que atendem clientes premium nas Américas e na Europa. Construímos soluções centradas nas pessoas, buscando a melhor experiência de usuário possível. Afinal, só assim alcançaremos o nosso objetivo: tornar o mundo surpreendentemente mais simples. ## Porque trabalhar com a gente Você terá a oportunidade de fazer um trabalho que impacta a vida das pessoas. É a chance de resolver problemas reais, com diversos desafios que irão trazer crescimento para você e sua carreira. Temos um ambiente amigável, solidário e aventureiro. Aqui todo mundo anda lado a lado. Errar, aprender e evoluir em conjunto é algo intrínseco da nossa cultura. Gostamos de trabalhar com gente diferente. Aqui você irá conviver com pessoas de diversas origens, experiências, habilidades e perspectivas. Na ília, todo mundo tem as mesmas oportunidades de crescer e compartilha um mesmo objetivo: tornar o mundo surpreendente mais simples. ## Local Vaga 100% remota! ## Requisitos **O que você precisa para fazer parte do nosso time?** - Conhecimento em integração API (SOAP, REST, etc); - Experiência com testes unitários e de integração; - Implementação de fluxos de integração; - Experiência com Gateway de APIs ou Barramento de Serviços; - Conhecimento em ferramentas como Jenkins; - Conhecimento em GIT; - Conhecimento em ferramentas de desenvolvimento como Gradle/Maven; - Conhecimento em mensageria; - Experiência em desenvolvimento de aplicações JAVA com integração (REST) em sistemas on-premise e cloud (microserviços); - Experiência no desenvolvimento de soluções com banco de dados relacionais e NoSQL; - Experiência com padrões de projeto; - Experiência com spring boot; - Experiência em CI/CD; - Prática em metodologias ágeis. **O que pode te diferenciar?** - Conhecimento em implementaçāo de API Gateway; - Experiência em implementar projetos envolvendo arquiteturas voltadas a microsserviços; - Conhecimento em IBM Integration BUS; - Azure DevOps. **Responsabilidades e atribuições:** Nossos projetos em específico, tem como principal desafio a grandeza e o contato com clientes nacionais e internacionais. Conta com um time altamente capacitado em desenvolvimento de aplicações web e mobile em diferentes plataformas, onde o objetivo é entregar para o usuário uma plataforma que faça a diferença na vida das pessoas em qualquer hora e local. ## Conheça nossos incentivos e benefícios: Contrato de Trabalho CLT - 40h semanais podendo ser realizado remoto de qualquer região do Brasil, ou em algum dos nossos escritórios em Brasília ou São Paulo. Sendo que neste momento de pandemia, a empresa encontra-se 100% remota; - Assistência Médica e Odontológica extensivo aos dependentes; - Vale Refeição ou Alimentação; - Programa de incentivo ao inglês com atividades de mentoria e prática com nosso Teacher particular; - Programa de premiação a indicação de outros profissionais; - Alugamos seu notebook pessoal (valor mensal), mas se preferir disponibilizamos uma máquina da empresa pra você (benefício de livre escolha); - Fóruns Técnicos; - Grupos de Chapter; - Seu niver, seu bolo! - Seguro de Vida. ## Você pode se inscrever a vaga em: https://boards.greenhouse.io/ilia/jobs/4006970004
1.0
[Brasília - DF] Java Back-end Developer [@ilia digital] - ## Sobre nós A ília é uma empresa que veio para facilitar. Somos especialistas em simplificar as interações entre pessoas, produtos e serviços por meio da tecnologia e do design. Somos focados principalmente em três setores: serviços financeiros, mobilidade e seguros. Temos mais de 100 equipes dedicadas, sediadas no Brasil e na Espanha, que atendem clientes premium nas Américas e na Europa. Construímos soluções centradas nas pessoas, buscando a melhor experiência de usuário possível. Afinal, só assim alcançaremos o nosso objetivo: tornar o mundo surpreendentemente mais simples. ## Porque trabalhar com a gente Você terá a oportunidade de fazer um trabalho que impacta a vida das pessoas. É a chance de resolver problemas reais, com diversos desafios que irão trazer crescimento para você e sua carreira. Temos um ambiente amigável, solidário e aventureiro. Aqui todo mundo anda lado a lado. Errar, aprender e evoluir em conjunto é algo intrínseco da nossa cultura. Gostamos de trabalhar com gente diferente. Aqui você irá conviver com pessoas de diversas origens, experiências, habilidades e perspectivas. Na ília, todo mundo tem as mesmas oportunidades de crescer e compartilha um mesmo objetivo: tornar o mundo surpreendente mais simples. ## Local Vaga 100% remota! ## Requisitos **O que você precisa para fazer parte do nosso time?** - Conhecimento em integração API (SOAP, REST, etc); - Experiência com testes unitários e de integração; - Implementação de fluxos de integração; - Experiência com Gateway de APIs ou Barramento de Serviços; - Conhecimento em ferramentas como Jenkins; - Conhecimento em GIT; - Conhecimento em ferramentas de desenvolvimento como Gradle/Maven; - Conhecimento em mensageria; - Experiência em desenvolvimento de aplicações JAVA com integração (REST) em sistemas on-premise e cloud (microserviços); - Experiência no desenvolvimento de soluções com banco de dados relacionais e NoSQL; - Experiência com padrões de projeto; - Experiência com spring boot; - Experiência em CI/CD; - Prática em metodologias ágeis. **O que pode te diferenciar?** - Conhecimento em implementaçāo de API Gateway; - Experiência em implementar projetos envolvendo arquiteturas voltadas a microsserviços; - Conhecimento em IBM Integration BUS; - Azure DevOps. **Responsabilidades e atribuições:** Nossos projetos em específico, tem como principal desafio a grandeza e o contato com clientes nacionais e internacionais. Conta com um time altamente capacitado em desenvolvimento de aplicações web e mobile em diferentes plataformas, onde o objetivo é entregar para o usuário uma plataforma que faça a diferença na vida das pessoas em qualquer hora e local. ## Conheça nossos incentivos e benefícios: Contrato de Trabalho CLT - 40h semanais podendo ser realizado remoto de qualquer região do Brasil, ou em algum dos nossos escritórios em Brasília ou São Paulo. Sendo que neste momento de pandemia, a empresa encontra-se 100% remota; - Assistência Médica e Odontológica extensivo aos dependentes; - Vale Refeição ou Alimentação; - Programa de incentivo ao inglês com atividades de mentoria e prática com nosso Teacher particular; - Programa de premiação a indicação de outros profissionais; - Alugamos seu notebook pessoal (valor mensal), mas se preferir disponibilizamos uma máquina da empresa pra você (benefício de livre escolha); - Fóruns Técnicos; - Grupos de Chapter; - Seu niver, seu bolo! - Seguro de Vida. ## Você pode se inscrever a vaga em: https://boards.greenhouse.io/ilia/jobs/4006970004
non_priority
java back end developer sobre nós a ília é uma empresa que veio para facilitar somos especialistas em simplificar as interações entre pessoas produtos e serviços por meio da tecnologia e do design somos focados principalmente em três setores serviços financeiros mobilidade e seguros temos mais de equipes dedicadas sediadas no brasil e na espanha que atendem clientes premium nas américas e na europa construímos soluções centradas nas pessoas buscando a melhor experiência de usuário possível afinal só assim alcançaremos o nosso objetivo tornar o mundo surpreendentemente mais simples porque trabalhar com a gente você terá a oportunidade de fazer um trabalho que impacta a vida das pessoas é a chance de resolver problemas reais com diversos desafios que irão trazer crescimento para você e sua carreira temos um ambiente amigável solidário e aventureiro aqui todo mundo anda lado a lado errar aprender e evoluir em conjunto é algo intrínseco da nossa cultura gostamos de trabalhar com gente diferente aqui você irá conviver com pessoas de diversas origens experiências habilidades e perspectivas na ília todo mundo tem as mesmas oportunidades de crescer e compartilha um mesmo objetivo tornar o mundo surpreendente mais simples local vaga remota requisitos o que você precisa para fazer parte do nosso time conhecimento em integração api soap rest etc experiência com testes unitários e de integração implementação de fluxos de integração experiência com gateway de apis ou barramento de serviços conhecimento em ferramentas como jenkins conhecimento em git conhecimento em ferramentas de desenvolvimento como gradle maven conhecimento em mensageria experiência em desenvolvimento de aplicações java com integração rest em sistemas on premise e cloud microserviços experiência no desenvolvimento de soluções com banco de dados relacionais e nosql experiência com padrões de projeto experiência com spring boot experiência em ci cd prática em metodologias ágeis o que pode te diferenciar conhecimento em implementaçāo de api gateway experiência em implementar projetos envolvendo arquiteturas voltadas a microsserviços conhecimento em ibm integration bus azure devops responsabilidades e atribuições nossos projetos em específico tem como principal desafio a grandeza e o contato com clientes nacionais e internacionais conta com um time altamente capacitado em desenvolvimento de aplicações web e mobile em diferentes plataformas onde o objetivo é entregar para o usuário uma plataforma que faça a diferença na vida das pessoas em qualquer hora e local conheça nossos incentivos e benefícios contrato de trabalho clt semanais podendo ser realizado remoto de qualquer região do brasil ou em algum dos nossos escritórios em brasília ou são paulo sendo que neste momento de pandemia a empresa encontra se remota assistência médica e odontológica extensivo aos dependentes vale refeição ou alimentação programa de incentivo ao inglês com atividades de mentoria e prática com nosso teacher particular programa de premiação a indicação de outros profissionais alugamos seu notebook pessoal valor mensal mas se preferir disponibilizamos uma máquina da empresa pra você benefício de livre escolha fóruns técnicos grupos de chapter seu niver seu bolo seguro de vida você pode se inscrever a vaga em
0
42,219
9,188,147,235
IssuesEvent
2019-03-06 06:17:53
electrumsv/electrumsv
https://api.github.com/repos/electrumsv/electrumsv
opened
Test running with missing hardware libs works fine
code quality
Made fixes so Trezor and Keepkey are fine. Need others to check ledger / DBB
1.0
Test running with missing hardware libs works fine - Made fixes so Trezor and Keepkey are fine. Need others to check ledger / DBB
non_priority
test running with missing hardware libs works fine made fixes so trezor and keepkey are fine need others to check ledger dbb
0
136,786
5,288,834,428
IssuesEvent
2017-02-08 16:01:33
rd-alliance/metadata-catalog-dev
https://api.github.com/repos/rd-alliance/metadata-catalog-dev
opened
Search by funder
GUI medium priority
Responding to a search query of a funding body, display a list of matching records.
1.0
Search by funder - Responding to a search query of a funding body, display a list of matching records.
priority
search by funder responding to a search query of a funding body display a list of matching records
1
15,485
2,857,126,810
IssuesEvent
2015-06-02 18:11:58
yan-qi/k-shortest-paths-scala-version
https://api.github.com/repos/yan-qi/k-shortest-paths-scala-version
closed
I Have removed all the memory leak
auto-migrated Priority-Medium Type-Defect
``` ~YenTopKShortestPathsAlg(void) { for (multiset<BasePath*, WeightLess<BasePath>>::iterator it=m_quPathCandidates.begin(); it!=m_quPathCandidates.end(); it++) { delete (*it); } for(vector<BasePath*>::iterator it= m_vResultList.begin(); it!=m_vResultList.end();it++) { delete *it; } clear(); } and some other memory leak located in the DijkstraShortestPathAlg & Graph Function see the attachment for detail ``` Original issue reported on code.google.com by `whyjie...@gmail.com` on 8 Nov 2012 at 6:49 Attachments: * [KShortPath.rar](https://storage.googleapis.com/google-code-attachments/k-shortest-paths/issue-24/comment-0/KShortPath.rar)
1.0
I Have removed all the memory leak - ``` ~YenTopKShortestPathsAlg(void) { for (multiset<BasePath*, WeightLess<BasePath>>::iterator it=m_quPathCandidates.begin(); it!=m_quPathCandidates.end(); it++) { delete (*it); } for(vector<BasePath*>::iterator it= m_vResultList.begin(); it!=m_vResultList.end();it++) { delete *it; } clear(); } and some other memory leak located in the DijkstraShortestPathAlg & Graph Function see the attachment for detail ``` Original issue reported on code.google.com by `whyjie...@gmail.com` on 8 Nov 2012 at 6:49 Attachments: * [KShortPath.rar](https://storage.googleapis.com/google-code-attachments/k-shortest-paths/issue-24/comment-0/KShortPath.rar)
non_priority
i have removed all the memory leak yentopkshortestpathsalg void for multiset iterator it m qupathcandidates begin it m qupathcandidates end it delete it for vector iterator it m vresultlist begin it m vresultlist end it delete it clear and some other memory leak located in the dijkstrashortestpathalg graph function see the attachment for detail original issue reported on code google com by whyjie gmail com on nov at attachments
0
775,960
27,241,997,081
IssuesEvent
2023-02-21 21:21:48
o3de/o3de.org
https://api.github.com/repos/o3de/o3de.org
closed
[BUG][WEBSITE] Update Meta titles for the pages to be the heading.
priority/major RTE status/discuss WF8 kind/website
## Describe the bug Update Meta titles for the pages to be the heading. Currently they all say Open 3D Engine. No Context for page. ## Reproduction steps 1. Open a page on O3DE.org/docs. 2. Go a few levels deep on any content. 3. Notice all the tabs read Open 3D Engine only ## Expected behavior That the tab would be titled: O3DE - <Title of the page> ## Screenshots ![Screen Shot 2021-11-18 at 3 00 28 PM](https://user-images.githubusercontent.com/82846749/142510349-d8fb543c-a0fa-4e9f-972d-79ce711c86a8.png) ## Other information
1.0
[BUG][WEBSITE] Update Meta titles for the pages to be the heading. - ## Describe the bug Update Meta titles for the pages to be the heading. Currently they all say Open 3D Engine. No Context for page. ## Reproduction steps 1. Open a page on O3DE.org/docs. 2. Go a few levels deep on any content. 3. Notice all the tabs read Open 3D Engine only ## Expected behavior That the tab would be titled: O3DE - <Title of the page> ## Screenshots ![Screen Shot 2021-11-18 at 3 00 28 PM](https://user-images.githubusercontent.com/82846749/142510349-d8fb543c-a0fa-4e9f-972d-79ce711c86a8.png) ## Other information
priority
update meta titles for the pages to be the heading describe the bug update meta titles for the pages to be the heading currently they all say open engine no context for page reproduction steps open a page on org docs go a few levels deep on any content notice all the tabs read open engine only expected behavior that the tab would be titled screenshots other information
1
249,977
27,015,622,694
IssuesEvent
2023-02-10 19:04:53
pustovitDmytro/curly-express
https://api.github.com/repos/pustovitDmytro/curly-express
closed
WS-2022-0239 (Medium) detected in parse-url-6.0.0.tgz - autoclosed
security vulnerability
## WS-2022-0239 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>parse-url-6.0.0.tgz</b></p></summary> <p>An advanced url parser supporting git urls too.</p> <p>Library home page: <a href="https://registry.npmjs.org/parse-url/-/parse-url-6.0.0.tgz">https://registry.npmjs.org/parse-url/-/parse-url-6.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/parse-url/package.json</p> <p> Dependency Hierarchy: - semantic-release-telegram-1.5.1.tgz (Root Library) - git-url-parse-11.6.0.tgz - git-up-4.0.5.tgz - :x: **parse-url-6.0.0.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Cross-Site Scripting via Improper Input Validation (parser differential) in parse-url before 8.0.0. Through this vulnerability, an attacker is capable to execute malicious JS codes. <p>Publish Date: 2022-07-02 <p>URL: <a href=https://github.com/ionicabizau/parse-url/commit/b88c81df8f4c5168af454eaa4f92afa9349e4e13>WS-2022-0239</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://huntr.dev/bounties/5fa3115f-5c97-4928-874c-3cc6302e154e">https://huntr.dev/bounties/5fa3115f-5c97-4928-874c-3cc6302e154e</a></p> <p>Release Date: 2022-07-02</p> <p>Fix Resolution: parse-url - 8.0.0 </p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2022-0239 (Medium) detected in parse-url-6.0.0.tgz - autoclosed - ## WS-2022-0239 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>parse-url-6.0.0.tgz</b></p></summary> <p>An advanced url parser supporting git urls too.</p> <p>Library home page: <a href="https://registry.npmjs.org/parse-url/-/parse-url-6.0.0.tgz">https://registry.npmjs.org/parse-url/-/parse-url-6.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/parse-url/package.json</p> <p> Dependency Hierarchy: - semantic-release-telegram-1.5.1.tgz (Root Library) - git-url-parse-11.6.0.tgz - git-up-4.0.5.tgz - :x: **parse-url-6.0.0.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Cross-Site Scripting via Improper Input Validation (parser differential) in parse-url before 8.0.0. Through this vulnerability, an attacker is capable to execute malicious JS codes. <p>Publish Date: 2022-07-02 <p>URL: <a href=https://github.com/ionicabizau/parse-url/commit/b88c81df8f4c5168af454eaa4f92afa9349e4e13>WS-2022-0239</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://huntr.dev/bounties/5fa3115f-5c97-4928-874c-3cc6302e154e">https://huntr.dev/bounties/5fa3115f-5c97-4928-874c-3cc6302e154e</a></p> <p>Release Date: 2022-07-02</p> <p>Fix Resolution: parse-url - 8.0.0 </p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
ws medium detected in parse url tgz autoclosed ws medium severity vulnerability vulnerable library parse url tgz an advanced url parser supporting git urls too library home page a href path to dependency file package json path to vulnerable library node modules parse url package json dependency hierarchy semantic release telegram tgz root library git url parse tgz git up tgz x parse url tgz vulnerable library found in base branch master vulnerability details cross site scripting via improper input validation parser differential in parse url before through this vulnerability an attacker is capable to execute malicious js codes 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 parse url step up your open source security game with mend
0
129,109
18,070,868,504
IssuesEvent
2021-09-21 02:37:30
tj-actions/coverage-badge-js
https://api.github.com/repos/tj-actions/coverage-badge-js
closed
CVE-2021-23436 (High) detected in immer-8.0.1.tgz
security vulnerability
## CVE-2021-23436 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>immer-8.0.1.tgz</b></p></summary> <p>Create your next immutable state by mutating the current one</p> <p>Library home page: <a href="https://registry.npmjs.org/immer/-/immer-8.0.1.tgz">https://registry.npmjs.org/immer/-/immer-8.0.1.tgz</a></p> <p>Path to dependency file: coverage-badge-js/test-app/package.json</p> <p>Path to vulnerable library: coverage-badge-js/test-app/node_modules/immer/package.json</p> <p> Dependency Hierarchy: - react-scripts-4.0.3.tgz (Root Library) - react-dev-utils-11.0.4.tgz - :x: **immer-8.0.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of CVE-2020-28477 when the user-provided keys used in the path parameter are arrays. In particular, this bypass is possible because the condition (p === "__proto__" || p === "constructor") in applyPatches_ returns false if p is ['__proto__'] (or ['constructor']). The === operator (strict equality operator) returns false if the operands have different type. <p>Publish Date: 2021-09-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23436>CVE-2021-23436</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23436">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23436</a></p> <p>Release Date: 2021-09-01</p> <p>Fix Resolution: immer - 9.0.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-23436 (High) detected in immer-8.0.1.tgz - ## CVE-2021-23436 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>immer-8.0.1.tgz</b></p></summary> <p>Create your next immutable state by mutating the current one</p> <p>Library home page: <a href="https://registry.npmjs.org/immer/-/immer-8.0.1.tgz">https://registry.npmjs.org/immer/-/immer-8.0.1.tgz</a></p> <p>Path to dependency file: coverage-badge-js/test-app/package.json</p> <p>Path to vulnerable library: coverage-badge-js/test-app/node_modules/immer/package.json</p> <p> Dependency Hierarchy: - react-scripts-4.0.3.tgz (Root Library) - react-dev-utils-11.0.4.tgz - :x: **immer-8.0.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of CVE-2020-28477 when the user-provided keys used in the path parameter are arrays. In particular, this bypass is possible because the condition (p === "__proto__" || p === "constructor") in applyPatches_ returns false if p is ['__proto__'] (or ['constructor']). The === operator (strict equality operator) returns false if the operands have different type. <p>Publish Date: 2021-09-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23436>CVE-2021-23436</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23436">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23436</a></p> <p>Release Date: 2021-09-01</p> <p>Fix Resolution: immer - 9.0.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in immer tgz cve high severity vulnerability vulnerable library immer tgz create your next immutable state by mutating the current one library home page a href path to dependency file coverage badge js test app package json path to vulnerable library coverage badge js test app node modules immer package json dependency hierarchy react scripts tgz root library react dev utils tgz x immer tgz vulnerable library found in base branch main vulnerability details this affects the package immer before a type confusion vulnerability can lead to a bypass of cve when the user provided keys used in the path parameter are arrays in particular this bypass is possible because the condition p proto p constructor in applypatches returns false if p is or the operator strict equality operator returns false if the operands have different type 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 immer step up your open source security game with whitesource
0
19,026
3,126,344,736
IssuesEvent
2015-09-08 08:49:02
contao/core
https://api.github.com/repos/contao/core
closed
The button «Show differences» opens the page «Personal data» in BE
defect
If user edits his settings by links in the header, then the button «Show differences» on the Home page opens the settings page in popup. Edit the settings on «Users→Edit user ID…» works normal. ![image 1](https://cloud.githubusercontent.com/assets/2331446/9499605/1b7767a4-4c42-11e5-9ad6-3628a885adb7.png)
1.0
The button «Show differences» opens the page «Personal data» in BE - If user edits his settings by links in the header, then the button «Show differences» on the Home page opens the settings page in popup. Edit the settings on «Users→Edit user ID…» works normal. ![image 1](https://cloud.githubusercontent.com/assets/2331446/9499605/1b7767a4-4c42-11e5-9ad6-3628a885adb7.png)
non_priority
the button «show differences» opens the page «personal data» in be if user edits his settings by links in the header then the button «show differences» on the home page opens the settings page in popup edit the settings on «users→edit user id…» works normal
0
716,117
24,622,033,550
IssuesEvent
2022-10-16 02:53:18
crytic/slither
https://api.github.com/repos/crytic/slither
closed
[Bug]: `delegatecall_in_loop` detector fails on some custom errors
bug High Priority
### Describe the issue: This is probably related to #1173. Some detectors, like `delegatecall_in_loop`, crash the parser with some custom error cases. ### Code example to reproduce the issue: This is as far as I got minimizing the example: ```solidity contract A { error E(A a); function f() payable external { g(); } function g() private { bool something = h(); if (something) { revert E(this); } } function h() private returns (bool something) { } } ``` The `revert E(this);` line is causing the issue. ### Version: 0.8.2 ### Relevant log output: ```shell Missing function Variable not found: E(A) (context A) Traceback (most recent call last): File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 743, in main_impl ) = process_all(filename, args, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 84, in process_all ) = process_single(compilation, args, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 69, in process_single return _process(slither, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 110, in _process detector_results = slither.run_detectors() File "/opt/homebrew/lib/python3.9/site-packages/slither/slither.py", line 203, in run_detectors results = [d.detect() for d in self._detectors] File "/opt/homebrew/lib/python3.9/site-packages/slither/slither.py", line 203, in <listcomp> results = [d.detect() for d in self._detectors] File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/abstract_detector.py", line 152, in detect for r in [output.data for output in self._detect()]: File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 89, in _detect values = detect_delegatecall_in_loop(c) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 13, in detect_delegatecall_in_loop delegatecall_in_loop(f.entry_point, 0, [], results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 41, in delegatecall_in_loop delegatecall_in_loop(son, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 38, in delegatecall_in_loop delegatecall_in_loop(ir.function.entry_point, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 41, in delegatecall_in_loop delegatecall_in_loop(son, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 38, in delegatecall_in_loop delegatecall_in_loop(ir.function.entry_point, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 25, in delegatecall_in_loop if node.type == NodeType.STARTLOOP: AttributeError: 'NoneType' object has no attribute 'type' None Error in . Traceback (most recent call last): File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 743, in main_impl ) = process_all(filename, args, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 84, in process_all ) = process_single(compilation, args, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 69, in process_single return _process(slither, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 110, in _process detector_results = slither.run_detectors() File "/opt/homebrew/lib/python3.9/site-packages/slither/slither.py", line 203, in run_detectors results = [d.detect() for d in self._detectors] File "/opt/homebrew/lib/python3.9/site-packages/slither/slither.py", line 203, in <listcomp> results = [d.detect() for d in self._detectors] File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/abstract_detector.py", line 152, in detect for r in [output.data for output in self._detect()]: File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 89, in _detect values = detect_delegatecall_in_loop(c) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 13, in detect_delegatecall_in_loop delegatecall_in_loop(f.entry_point, 0, [], results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 41, in delegatecall_in_loop delegatecall_in_loop(son, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 38, in delegatecall_in_loop delegatecall_in_loop(ir.function.entry_point, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 41, in delegatecall_in_loop delegatecall_in_loop(son, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 38, in delegatecall_in_loop delegatecall_in_loop(ir.function.entry_point, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 25, in delegatecall_in_loop if node.type == NodeType.STARTLOOP: AttributeError: 'NoneType' object has no attribute 'type' ```
1.0
[Bug]: `delegatecall_in_loop` detector fails on some custom errors - ### Describe the issue: This is probably related to #1173. Some detectors, like `delegatecall_in_loop`, crash the parser with some custom error cases. ### Code example to reproduce the issue: This is as far as I got minimizing the example: ```solidity contract A { error E(A a); function f() payable external { g(); } function g() private { bool something = h(); if (something) { revert E(this); } } function h() private returns (bool something) { } } ``` The `revert E(this);` line is causing the issue. ### Version: 0.8.2 ### Relevant log output: ```shell Missing function Variable not found: E(A) (context A) Traceback (most recent call last): File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 743, in main_impl ) = process_all(filename, args, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 84, in process_all ) = process_single(compilation, args, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 69, in process_single return _process(slither, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 110, in _process detector_results = slither.run_detectors() File "/opt/homebrew/lib/python3.9/site-packages/slither/slither.py", line 203, in run_detectors results = [d.detect() for d in self._detectors] File "/opt/homebrew/lib/python3.9/site-packages/slither/slither.py", line 203, in <listcomp> results = [d.detect() for d in self._detectors] File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/abstract_detector.py", line 152, in detect for r in [output.data for output in self._detect()]: File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 89, in _detect values = detect_delegatecall_in_loop(c) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 13, in detect_delegatecall_in_loop delegatecall_in_loop(f.entry_point, 0, [], results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 41, in delegatecall_in_loop delegatecall_in_loop(son, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 38, in delegatecall_in_loop delegatecall_in_loop(ir.function.entry_point, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 41, in delegatecall_in_loop delegatecall_in_loop(son, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 38, in delegatecall_in_loop delegatecall_in_loop(ir.function.entry_point, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 25, in delegatecall_in_loop if node.type == NodeType.STARTLOOP: AttributeError: 'NoneType' object has no attribute 'type' None Error in . Traceback (most recent call last): File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 743, in main_impl ) = process_all(filename, args, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 84, in process_all ) = process_single(compilation, args, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 69, in process_single return _process(slither, detector_classes, printer_classes) File "/opt/homebrew/lib/python3.9/site-packages/slither/__main__.py", line 110, in _process detector_results = slither.run_detectors() File "/opt/homebrew/lib/python3.9/site-packages/slither/slither.py", line 203, in run_detectors results = [d.detect() for d in self._detectors] File "/opt/homebrew/lib/python3.9/site-packages/slither/slither.py", line 203, in <listcomp> results = [d.detect() for d in self._detectors] File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/abstract_detector.py", line 152, in detect for r in [output.data for output in self._detect()]: File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 89, in _detect values = detect_delegatecall_in_loop(c) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 13, in detect_delegatecall_in_loop delegatecall_in_loop(f.entry_point, 0, [], results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 41, in delegatecall_in_loop delegatecall_in_loop(son, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 38, in delegatecall_in_loop delegatecall_in_loop(ir.function.entry_point, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 41, in delegatecall_in_loop delegatecall_in_loop(son, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 38, in delegatecall_in_loop delegatecall_in_loop(ir.function.entry_point, in_loop_counter, visited, results) File "/opt/homebrew/lib/python3.9/site-packages/slither/detectors/statements/delegatecall_in_loop.py", line 25, in delegatecall_in_loop if node.type == NodeType.STARTLOOP: AttributeError: 'NoneType' object has no attribute 'type' ```
priority
delegatecall in loop detector fails on some custom errors describe the issue this is probably related to some detectors like delegatecall in loop crash the parser with some custom error cases code example to reproduce the issue this is as far as i got minimizing the example solidity contract a error e a a function f payable external g function g private bool something h if something revert e this function h private returns bool something the revert e this line is causing the issue version relevant log output shell missing function variable not found e a context a traceback most recent call last file opt homebrew lib site packages slither main py line in main impl process all filename args detector classes printer classes file opt homebrew lib site packages slither main py line in process all process single compilation args detector classes printer classes file opt homebrew lib site packages slither main py line in process single return process slither detector classes printer classes file opt homebrew lib site packages slither main py line in process detector results slither run detectors file opt homebrew lib site packages slither slither py line in run detectors results file opt homebrew lib site packages slither slither py line in results file opt homebrew lib site packages slither detectors abstract detector py line in detect for r in file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in detect values detect delegatecall in loop c file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in detect delegatecall in loop delegatecall in loop f entry point results file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in delegatecall in loop delegatecall in loop son in loop counter visited results file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in delegatecall in loop delegatecall in loop ir function entry point in loop counter visited results file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in delegatecall in loop delegatecall in loop son in loop counter visited results file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in delegatecall in loop delegatecall in loop ir function entry point in loop counter visited results file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in delegatecall in loop if node type nodetype startloop attributeerror nonetype object has no attribute type none error in traceback most recent call last file opt homebrew lib site packages slither main py line in main impl process all filename args detector classes printer classes file opt homebrew lib site packages slither main py line in process all process single compilation args detector classes printer classes file opt homebrew lib site packages slither main py line in process single return process slither detector classes printer classes file opt homebrew lib site packages slither main py line in process detector results slither run detectors file opt homebrew lib site packages slither slither py line in run detectors results file opt homebrew lib site packages slither slither py line in results file opt homebrew lib site packages slither detectors abstract detector py line in detect for r in file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in detect values detect delegatecall in loop c file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in detect delegatecall in loop delegatecall in loop f entry point results file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in delegatecall in loop delegatecall in loop son in loop counter visited results file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in delegatecall in loop delegatecall in loop ir function entry point in loop counter visited results file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in delegatecall in loop delegatecall in loop son in loop counter visited results file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in delegatecall in loop delegatecall in loop ir function entry point in loop counter visited results file opt homebrew lib site packages slither detectors statements delegatecall in loop py line in delegatecall in loop if node type nodetype startloop attributeerror nonetype object has no attribute type
1
260,801
22,648,838,214
IssuesEvent
2022-07-01 11:27:09
oasisprotocol/oasis-sdk
https://api.github.com/repos/oasisprotocol/oasis-sdk
closed
Add more test keys
c:runtime-sdk c:client-sdk/go c:testing
Currently we only have three convenient test keys (Alice, Bob, Charlie). We should add [some more](https://en.wikipedia.org/wiki/Alice_and_Bob#Cast_of_characters) for use in test cases.
1.0
Add more test keys - Currently we only have three convenient test keys (Alice, Bob, Charlie). We should add [some more](https://en.wikipedia.org/wiki/Alice_and_Bob#Cast_of_characters) for use in test cases.
non_priority
add more test keys currently we only have three convenient test keys alice bob charlie we should add for use in test cases
0
242,889
7,849,924,098
IssuesEvent
2018-06-20 06:39:40
xwikisas/application-forum
https://api.github.com/repos/xwikisas/application-forum
closed
Code appears after adding an Answer to a Topic
Priority: Critical Type: Bug
https://jira.xwiki.org/browse/XAFORUM-250. ![screenshot from 2018-06-19 18-24-23](https://user-images.githubusercontent.com/8121819/41608910-483558b6-73f2-11e8-93bd-937de96fd5b9.png) Remove Wysiwyg GWT editors, letting the comments to be handled in plain text.
1.0
Code appears after adding an Answer to a Topic - https://jira.xwiki.org/browse/XAFORUM-250. ![screenshot from 2018-06-19 18-24-23](https://user-images.githubusercontent.com/8121819/41608910-483558b6-73f2-11e8-93bd-937de96fd5b9.png) Remove Wysiwyg GWT editors, letting the comments to be handled in plain text.
priority
code appears after adding an answer to a topic remove wysiwyg gwt editors letting the comments to be handled in plain text
1
470,160
13,533,165,881
IssuesEvent
2020-09-16 02:12:36
tikv/tikv
https://api.github.com/repos/tikv/tikv
opened
TiKV always starting a new election
priority/critical type/bug
## Bug Report <!-- Thanks for your bug report! Don't worry if you can't fill out all the sections. --> ### What version of TiKV are you using? v4.0.0 ### What operating system and CPU are you using? N/A ### Steps to reproduce After `tiup reload`, TiKV log shows many `starting a new election`. Below is a segment of log file: ``` [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:923] ["[logterm: 137, index: 641] sent request to 67872825"] [msg=MsgRequestPreVote] [term=137] [id=67872825] [log_index=641] [log_term=137] [raft_id=67225761] [region_id=126612] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=121] [raft_id=68495591] [region_id=248686] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 121"] [term=121] [raft_id=68495591] [region_id=248686] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:902] ["68495591 received message from 68495591"] [term=121] [msg=MsgRequestPreVote] [from=68495591] [id=68495591] [raft_id=68495591] [region_id=248686] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:923] ["[logterm: 121, index: 7941] sent request to 67875394"] [msg=MsgRequestPreVote] [term=121] [id=67875394] [log_index=7941] [log_term=121] [raft_id=68495591] [region_id=248686] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:923] ["[logterm: 121, index: 7941] sent request to 68558265"] [msg=MsgRequestPreVote] [term=121] [id=68558265] [log_index=7941] [log_term=121] [raft_id=68495591] [region_id=248686] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:783] ["became follower at term 124"] [term=124] [raft_id=67748222] [region_id=231557] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:783] ["became follower at term 104"] [term=104] [raft_id=68255499] [region_id=68255496] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=132] [raft_id=67396660] [region_id=67396657] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 132"] [term=132] [raft_id=67396660] [region_id=67396657] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:902] ["67396660 received message from 67396660"] [term=132] [msg=MsgRequestPreVote] [from=67396660] [id=67396660] [raft_id=67396660] [region_id=67396657] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:923] ["[logterm: 132, index: 1145] sent request to 67396658"] [msg=MsgRequestPreVote] [term=132] [id=67396658] [log_index=1145] [log_term=132] [raft_id=67396660] [region_id=67396657] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:923] ["[logterm: 132, index: 1145] sent request to 67396659"] [msg=MsgRequestPreVote] [term=132] [id=67396659] [log_index=1145] [log_term=132] [raft_id=67396660] [region_id=67396657] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:783] ["became follower at term 88"] [term=88] [raft_id=68419691] [region_id=68419690] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:783] ["became follower at term 159"] [term=159] [raft_id=67700640] [region_id=293705] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=161] [raft_id=68286652] [region_id=73948] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 161"] [term=161] [raft_id=68286652] [region_id=73948] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:902] ["68286652 received message from 68286652"] [term=161] [msg=MsgRequestPreVote] [from=68286652] [id=68286652] [raft_id=68286652] [region_id=73948] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:923] ["[logterm: 161, index: 1733] sent request to 46841812"] [msg=MsgRequestPreVote] [term=161] [id=46841812] [log_index=1733] [log_term=161] [raft_id=68286652] [region_id=73948] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:923] ["[logterm: 161, index: 1733] sent request to 67250414"] [msg=MsgRequestPreVote] [term=161] [id=67250414] [log_index=1733] [log_term=161] [raft_id=68286652] [region_id=73948] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:783] ["became follower at term 306"] [term=306] [raft_id=68378544] [region_id=466368] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:783] ["became follower at term 153"] [term=153] [raft_id=67283345] [region_id=449005] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:783] ["became follower at term 50"] [term=50] [raft_id=68584227] [region_id=29984] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:783] ["became follower at term 146"] [term=146] [raft_id=68155023] [region_id=603285] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=149] [raft_id=67266656] [region_id=44488] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 149"] [term=149] [raft_id=67266656] [region_id=44488] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:902] ["67266656 received message from 67266656"] [term=149] [msg=MsgRequestPreVote] [from=67266656] [id=67266656] [raft_id=67266656] [region_id=44488] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:923] ["[logterm: 149, index: 297] sent request to 399941"] [msg=MsgRequestPreVote] [term=149] [id=399941] [log_index=297] [log_term=149] [raft_id=67266656] [region_id=44488] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:923] ["[logterm: 149, index: 297] sent request to 67165535"] [msg=MsgRequestPreVote] [term=149] [id=67165535] [log_index=297] [log_term=149] [raft_id=67266656] [region_id=44488] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:783] ["became follower at term 124"] [term=124] [raft_id=68322454] [region_id=68322451] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=104] [raft_id=68391487] [region_id=664993] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 104"] [term=104] [raft_id=68391487] [region_id=664993] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:902] ["68391487 received message from 68391487"] [term=104] [msg=MsgRequestPreVote] [from=68391487] [id=68391487] [raft_id=68391487] [region_id=664993] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=146] [raft_id=67525057] [region_id=93000] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 146"] [term=146] [raft_id=67525057] [region_id=93000] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 104, index: 23540] sent request to 664996"] [msg=MsgRequestPreVote] [term=104] [id=664996] [log_index=23540] [log_term=104] [raft_id=68391487] [region_id=664993] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:902] ["67525057 received message from 67525057"] [term=146] [msg=MsgRequestPreVote] [from=67525057] [id=67525057] [raft_id=67525057] [region_id=93000] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 104, index: 23540] sent request to 68128628"] [msg=MsgRequestPreVote] [term=104] [id=68128628] [log_index=23540] [log_term=104] [raft_id=68391487] [region_id=664993] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 146, index: 1268] sent request to 68254400"] [msg=MsgRequestPreVote] [term=146] [id=68254400] [log_index=1268] [log_term=146] [raft_id=67525057] [region_id=93000] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 146, index: 1268] sent request to 1083499"] [msg=MsgRequestPreVote] [term=146] [id=1083499] [log_index=1268] [log_term=146] [raft_id=67525057] [region_id=93000] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=116] [raft_id=67288417] [region_id=63416] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 116"] [term=116] [raft_id=67288417] [region_id=63416] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:902] ["67288417 received message from 67288417"] [term=116] [msg=MsgRequestPreVote] [from=67288417] [id=67288417] [raft_id=67288417] [region_id=63416] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 116, index: 133] sent request to 63417"] [msg=MsgRequestPreVote] [term=116] [id=63417] [log_index=133] [log_term=116] [raft_id=67288417] [region_id=63416] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 116, index: 133] sent request to 63419"] [msg=MsgRequestPreVote] [term=116] [id=63419] [log_index=133] [log_term=116] [raft_id=67288417] [region_id=63416] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=118] [raft_id=67290942] [region_id=74608] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 118"] [term=118] [raft_id=67290942] [region_id=74608] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:902] ["67290942 received message from 67290942"] [term=118] [msg=MsgRequestPreVote] [from=67290942] [id=67290942] [raft_id=67290942] [region_id=74608] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 118, index: 129] sent request to 148204"] [msg=MsgRequestPreVote] [term=118] [id=148204] [log_index=129] [log_term=118] [raft_id=67290942] [region_id=74608] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 118, index: 129] sent request to 74611"] [msg=MsgRequestPreVote] [term=118] [id=74611] [log_index=129] [log_term=118] [raft_id=67290942] [region_id=74608] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=83] [raft_id=68565313] [region_id=68391897] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 83"] [term=83] [raft_id=68565313] [region_id=68391897] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:902] ["68565313 received message from 68565313"] [term=83] [msg=MsgRequestPreVote] [from=68565313] [id=68565313] [raft_id=68565313] [region_id=68391897] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 83, index: 59084] sent request to 68585855"] [msg=MsgRequestPreVote] [term=83] [id=68585855] [log_index=59084] [log_term=83] [raft_id=68565313] [region_id=68391897] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 83, index: 59084] sent request to 68475505"] [msg=MsgRequestPreVote] [term=83] [id=68475505] [log_index=59084] [log_term=83] [raft_id=68565313] [region_id=68391897] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=73] [raft_id=67586043] [region_id=67586040] ```
1.0
TiKV always starting a new election - ## Bug Report <!-- Thanks for your bug report! Don't worry if you can't fill out all the sections. --> ### What version of TiKV are you using? v4.0.0 ### What operating system and CPU are you using? N/A ### Steps to reproduce After `tiup reload`, TiKV log shows many `starting a new election`. Below is a segment of log file: ``` [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:923] ["[logterm: 137, index: 641] sent request to 67872825"] [msg=MsgRequestPreVote] [term=137] [id=67872825] [log_index=641] [log_term=137] [raft_id=67225761] [region_id=126612] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=121] [raft_id=68495591] [region_id=248686] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 121"] [term=121] [raft_id=68495591] [region_id=248686] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:902] ["68495591 received message from 68495591"] [term=121] [msg=MsgRequestPreVote] [from=68495591] [id=68495591] [raft_id=68495591] [region_id=248686] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:923] ["[logterm: 121, index: 7941] sent request to 67875394"] [msg=MsgRequestPreVote] [term=121] [id=67875394] [log_index=7941] [log_term=121] [raft_id=68495591] [region_id=248686] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:923] ["[logterm: 121, index: 7941] sent request to 68558265"] [msg=MsgRequestPreVote] [term=121] [id=68558265] [log_index=7941] [log_term=121] [raft_id=68495591] [region_id=248686] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:783] ["became follower at term 124"] [term=124] [raft_id=67748222] [region_id=231557] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:783] ["became follower at term 104"] [term=104] [raft_id=68255499] [region_id=68255496] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=132] [raft_id=67396660] [region_id=67396657] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 132"] [term=132] [raft_id=67396660] [region_id=67396657] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:902] ["67396660 received message from 67396660"] [term=132] [msg=MsgRequestPreVote] [from=67396660] [id=67396660] [raft_id=67396660] [region_id=67396657] [2020/09/15 16:28:36.521 +08:00] [INFO] [raft.rs:923] ["[logterm: 132, index: 1145] sent request to 67396658"] [msg=MsgRequestPreVote] [term=132] [id=67396658] [log_index=1145] [log_term=132] [raft_id=67396660] [region_id=67396657] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:923] ["[logterm: 132, index: 1145] sent request to 67396659"] [msg=MsgRequestPreVote] [term=132] [id=67396659] [log_index=1145] [log_term=132] [raft_id=67396660] [region_id=67396657] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:783] ["became follower at term 88"] [term=88] [raft_id=68419691] [region_id=68419690] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:783] ["became follower at term 159"] [term=159] [raft_id=67700640] [region_id=293705] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=161] [raft_id=68286652] [region_id=73948] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 161"] [term=161] [raft_id=68286652] [region_id=73948] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:902] ["68286652 received message from 68286652"] [term=161] [msg=MsgRequestPreVote] [from=68286652] [id=68286652] [raft_id=68286652] [region_id=73948] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:923] ["[logterm: 161, index: 1733] sent request to 46841812"] [msg=MsgRequestPreVote] [term=161] [id=46841812] [log_index=1733] [log_term=161] [raft_id=68286652] [region_id=73948] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:923] ["[logterm: 161, index: 1733] sent request to 67250414"] [msg=MsgRequestPreVote] [term=161] [id=67250414] [log_index=1733] [log_term=161] [raft_id=68286652] [region_id=73948] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:783] ["became follower at term 306"] [term=306] [raft_id=68378544] [region_id=466368] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:783] ["became follower at term 153"] [term=153] [raft_id=67283345] [region_id=449005] [2020/09/15 16:28:36.522 +08:00] [INFO] [raft.rs:783] ["became follower at term 50"] [term=50] [raft_id=68584227] [region_id=29984] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:783] ["became follower at term 146"] [term=146] [raft_id=68155023] [region_id=603285] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=149] [raft_id=67266656] [region_id=44488] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 149"] [term=149] [raft_id=67266656] [region_id=44488] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:902] ["67266656 received message from 67266656"] [term=149] [msg=MsgRequestPreVote] [from=67266656] [id=67266656] [raft_id=67266656] [region_id=44488] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:923] ["[logterm: 149, index: 297] sent request to 399941"] [msg=MsgRequestPreVote] [term=149] [id=399941] [log_index=297] [log_term=149] [raft_id=67266656] [region_id=44488] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:923] ["[logterm: 149, index: 297] sent request to 67165535"] [msg=MsgRequestPreVote] [term=149] [id=67165535] [log_index=297] [log_term=149] [raft_id=67266656] [region_id=44488] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:783] ["became follower at term 124"] [term=124] [raft_id=68322454] [region_id=68322451] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=104] [raft_id=68391487] [region_id=664993] [2020/09/15 16:28:36.523 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 104"] [term=104] [raft_id=68391487] [region_id=664993] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:902] ["68391487 received message from 68391487"] [term=104] [msg=MsgRequestPreVote] [from=68391487] [id=68391487] [raft_id=68391487] [region_id=664993] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=146] [raft_id=67525057] [region_id=93000] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 146"] [term=146] [raft_id=67525057] [region_id=93000] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 104, index: 23540] sent request to 664996"] [msg=MsgRequestPreVote] [term=104] [id=664996] [log_index=23540] [log_term=104] [raft_id=68391487] [region_id=664993] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:902] ["67525057 received message from 67525057"] [term=146] [msg=MsgRequestPreVote] [from=67525057] [id=67525057] [raft_id=67525057] [region_id=93000] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 104, index: 23540] sent request to 68128628"] [msg=MsgRequestPreVote] [term=104] [id=68128628] [log_index=23540] [log_term=104] [raft_id=68391487] [region_id=664993] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 146, index: 1268] sent request to 68254400"] [msg=MsgRequestPreVote] [term=146] [id=68254400] [log_index=1268] [log_term=146] [raft_id=67525057] [region_id=93000] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 146, index: 1268] sent request to 1083499"] [msg=MsgRequestPreVote] [term=146] [id=1083499] [log_index=1268] [log_term=146] [raft_id=67525057] [region_id=93000] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=116] [raft_id=67288417] [region_id=63416] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 116"] [term=116] [raft_id=67288417] [region_id=63416] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:902] ["67288417 received message from 67288417"] [term=116] [msg=MsgRequestPreVote] [from=67288417] [id=67288417] [raft_id=67288417] [region_id=63416] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 116, index: 133] sent request to 63417"] [msg=MsgRequestPreVote] [term=116] [id=63417] [log_index=133] [log_term=116] [raft_id=67288417] [region_id=63416] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 116, index: 133] sent request to 63419"] [msg=MsgRequestPreVote] [term=116] [id=63419] [log_index=133] [log_term=116] [raft_id=67288417] [region_id=63416] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=118] [raft_id=67290942] [region_id=74608] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 118"] [term=118] [raft_id=67290942] [region_id=74608] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:902] ["67290942 received message from 67290942"] [term=118] [msg=MsgRequestPreVote] [from=67290942] [id=67290942] [raft_id=67290942] [region_id=74608] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 118, index: 129] sent request to 148204"] [msg=MsgRequestPreVote] [term=118] [id=148204] [log_index=129] [log_term=118] [raft_id=67290942] [region_id=74608] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 118, index: 129] sent request to 74611"] [msg=MsgRequestPreVote] [term=118] [id=74611] [log_index=129] [log_term=118] [raft_id=67290942] [region_id=74608] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=83] [raft_id=68565313] [region_id=68391897] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:833] ["became pre-candidate at term 83"] [term=83] [raft_id=68565313] [region_id=68391897] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:902] ["68565313 received message from 68565313"] [term=83] [msg=MsgRequestPreVote] [from=68565313] [id=68565313] [raft_id=68565313] [region_id=68391897] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 83, index: 59084] sent request to 68585855"] [msg=MsgRequestPreVote] [term=83] [id=68585855] [log_index=59084] [log_term=83] [raft_id=68565313] [region_id=68391897] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:923] ["[logterm: 83, index: 59084] sent request to 68475505"] [msg=MsgRequestPreVote] [term=83] [id=68475505] [log_index=59084] [log_term=83] [raft_id=68565313] [region_id=68391897] [2020/09/15 16:28:36.524 +08:00] [INFO] [raft.rs:1177] ["starting a new election"] [term=73] [raft_id=67586043] [region_id=67586040] ```
priority
tikv always starting a new election bug report what version of tikv are you using what operating system and cpu are you using n a steps to reproduce after tiup reload tikv log shows many starting a new election below is a segment of log file sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to sent request to
1
444,032
12,805,452,519
IssuesEvent
2020-07-03 07:32:45
Nelson-Gon/cytounet
https://api.github.com/repos/Nelson-Gon/cytounet
closed
Fix issues with image shape
bug good first issue priority:medium
- [x] Flexibility in `show_images` regarding ambiguous image shapes e.g 4 vs 3 vs 2
1.0
Fix issues with image shape - - [x] Flexibility in `show_images` regarding ambiguous image shapes e.g 4 vs 3 vs 2
priority
fix issues with image shape flexibility in show images regarding ambiguous image shapes e g vs vs
1
4,229
4,894,344,603
IssuesEvent
2016-11-19 07:30:30
alexis-turpin/iac-experiment
https://api.github.com/repos/alexis-turpin/iac-experiment
opened
Add a persistant data source to the infrastructure
enhancement Infrastructure
Add a persistant data source to the infrastructure. Could be useful for : - API queries - Save monitoring metrics
1.0
Add a persistant data source to the infrastructure - Add a persistant data source to the infrastructure. Could be useful for : - API queries - Save monitoring metrics
non_priority
add a persistant data source to the infrastructure add a persistant data source to the infrastructure could be useful for api queries save monitoring metrics
0
340,603
10,275,804,996
IssuesEvent
2019-08-24 11:31:31
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Improve public facing API documentation for Ads/Confirmations and general refactoring/API cleanup
QA/No feature/ads feature/rewards priority/P2
Improve public facing API documentation for Ads/Confirmations to help with implementation on other platforms such as iOS
1.0
Improve public facing API documentation for Ads/Confirmations and general refactoring/API cleanup - Improve public facing API documentation for Ads/Confirmations to help with implementation on other platforms such as iOS
priority
improve public facing api documentation for ads confirmations and general refactoring api cleanup improve public facing api documentation for ads confirmations to help with implementation on other platforms such as ios
1
804,804
29,502,529,526
IssuesEvent
2023-06-03 00:30:33
OpenSpace/OpenSpace
https://api.github.com/repos/OpenSpace/OpenSpace
opened
Some SceneGraphNodes automatically start as opened in WebUI
Type: Bug Priority: Major Component: UI Feature: Web UI
Some of the scene graph nodes in the WebUI start out as being opened up. One example is shown in the video; other examples are the `Missions` in the apollo profile or the `Dwarf Planets` in the default profile https://github.com/OpenSpace/OpenSpace/assets/4921724/59eb85f9-0887-4e94-a1c4-06410494ec19
1.0
Some SceneGraphNodes automatically start as opened in WebUI - Some of the scene graph nodes in the WebUI start out as being opened up. One example is shown in the video; other examples are the `Missions` in the apollo profile or the `Dwarf Planets` in the default profile https://github.com/OpenSpace/OpenSpace/assets/4921724/59eb85f9-0887-4e94-a1c4-06410494ec19
priority
some scenegraphnodes automatically start as opened in webui some of the scene graph nodes in the webui start out as being opened up one example is shown in the video other examples are the missions in the apollo profile or the dwarf planets in the default profile
1
824,906
31,235,853,302
IssuesEvent
2023-08-20 09:08:50
DroidKaigi/conference-app-2023
https://api.github.com/repos/DroidKaigi/conference-app-2023
closed
Background color of BookmarkScreen is wrong in dark theme
welcome contribute high priority
**Describe the bug** Background color of BookmarkScreen is wrong in dark theme. **To Reproduce** Steps to reproduce the behavior: 1. Turn into dark theme. 2. Open BookmarkScreen **Expected behavior** Background color of BookmarkScreen should be black in dark theme. **Screenshots** ![Screenshot_20230819_225432.png](https://github.com/DroidKaigi/conference-app-2023/assets/74596628/02bb17a4-abdc-458d-9211-e627d18f7f3f)
1.0
Background color of BookmarkScreen is wrong in dark theme - **Describe the bug** Background color of BookmarkScreen is wrong in dark theme. **To Reproduce** Steps to reproduce the behavior: 1. Turn into dark theme. 2. Open BookmarkScreen **Expected behavior** Background color of BookmarkScreen should be black in dark theme. **Screenshots** ![Screenshot_20230819_225432.png](https://github.com/DroidKaigi/conference-app-2023/assets/74596628/02bb17a4-abdc-458d-9211-e627d18f7f3f)
priority
background color of bookmarkscreen is wrong in dark theme describe the bug background color of bookmarkscreen is wrong in dark theme to reproduce steps to reproduce the behavior turn into dark theme open bookmarkscreen expected behavior background color of bookmarkscreen should be black in dark theme screenshots
1
589,959
17,767,671,772
IssuesEvent
2021-08-30 09:37:15
TheGameCreators/AGK-Studio
https://api.github.com/repos/TheGameCreators/AGK-Studio
closed
HTML SameSite Cookies in iFrame
bug duplicate HTML5 Low priority
when run within an iFrame, SharedVariables/cookies won't work. See [https://forum.thegamecreators.com/thread/227556](https://forum.thegamecreators.com/thread/227556) with solution by tboy: https://forum.thegamecreators.com/thread/227556#msg2664274
1.0
HTML SameSite Cookies in iFrame - when run within an iFrame, SharedVariables/cookies won't work. See [https://forum.thegamecreators.com/thread/227556](https://forum.thegamecreators.com/thread/227556) with solution by tboy: https://forum.thegamecreators.com/thread/227556#msg2664274
priority
html samesite cookies in iframe when run within an iframe sharedvariables cookies won t work see with solution by tboy
1
384,367
26,583,273,168
IssuesEvent
2023-01-22 18:18:57
statisticsnorway/dapla-team-cli
https://api.github.com/repos/statisticsnorway/dapla-team-cli
closed
Documentation is outdated
documentation
Needs to reflect the new changes in dpteam, such as autocomplete in groups and tf iam-bindings, as well as mentioning that it is available in Jupyter-staging
1.0
Documentation is outdated - Needs to reflect the new changes in dpteam, such as autocomplete in groups and tf iam-bindings, as well as mentioning that it is available in Jupyter-staging
non_priority
documentation is outdated needs to reflect the new changes in dpteam such as autocomplete in groups and tf iam bindings as well as mentioning that it is available in jupyter staging
0
19,356
10,349,296,671
IssuesEvent
2019-09-04 22:02:03
scxbush/Bushgoat8
https://api.github.com/repos/scxbush/Bushgoat8
opened
CVE-2018-1000632 (High) detected in dom4j-1.6.1.jar
security vulnerability
## CVE-2018-1000632 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dom4j-1.6.1.jar</b></p></summary> <p>dom4j: the flexible XML framework for Java</p> <p>Library home page: <a href="http://dom4j.org">http://dom4j.org</a></p> <p>Path to dependency file: /Bushgoat8/webwolf/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar,/root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-data-jpa-1.5.12.RELEASE.jar (Root Library) - hibernate-core-5.0.12.Final.jar - :x: **dom4j-1.6.1.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/scxbush/Bushgoat8/commit/baaf70ea6188174e48b5a96366bd387062d74ef7">baaf70ea6188174e48b5a96366bd387062d74ef7</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> dom4j version prior to version 2.1.1 contains a CWE-91: XML Injection vulnerability in Class: Element. Methods: addElement, addAttribute that can result in an attacker tampering with XML documents through XML injection. This attack appear to be exploitable via an attacker specifying attributes or elements in the XML document. This vulnerability appears to have been fixed in 2.1.1 or later. <p>Publish Date: 2018-08-20 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000632>CVE-2018-1000632</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1000632">https://nvd.nist.gov/vuln/detail/CVE-2018-1000632</a></p> <p>Release Date: 2018-08-20</p> <p>Fix Resolution: 2.1.1</p> </p> </details> <p></p>
True
CVE-2018-1000632 (High) detected in dom4j-1.6.1.jar - ## CVE-2018-1000632 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dom4j-1.6.1.jar</b></p></summary> <p>dom4j: the flexible XML framework for Java</p> <p>Library home page: <a href="http://dom4j.org">http://dom4j.org</a></p> <p>Path to dependency file: /Bushgoat8/webwolf/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar,/root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-data-jpa-1.5.12.RELEASE.jar (Root Library) - hibernate-core-5.0.12.Final.jar - :x: **dom4j-1.6.1.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/scxbush/Bushgoat8/commit/baaf70ea6188174e48b5a96366bd387062d74ef7">baaf70ea6188174e48b5a96366bd387062d74ef7</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> dom4j version prior to version 2.1.1 contains a CWE-91: XML Injection vulnerability in Class: Element. Methods: addElement, addAttribute that can result in an attacker tampering with XML documents through XML injection. This attack appear to be exploitable via an attacker specifying attributes or elements in the XML document. This vulnerability appears to have been fixed in 2.1.1 or later. <p>Publish Date: 2018-08-20 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000632>CVE-2018-1000632</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1000632">https://nvd.nist.gov/vuln/detail/CVE-2018-1000632</a></p> <p>Release Date: 2018-08-20</p> <p>Fix Resolution: 2.1.1</p> </p> </details> <p></p>
non_priority
cve high detected in jar cve high severity vulnerability vulnerable library jar the flexible xml framework for java library home page a href path to dependency file webwolf pom xml path to vulnerable library root repository jar root repository jar dependency hierarchy spring boot starter data jpa release jar root library hibernate core final jar x jar vulnerable library found in head commit a href vulnerability details version prior to version contains a cwe xml injection vulnerability in class element methods addelement addattribute that can result in an attacker tampering with xml documents through xml injection this attack appear to be exploitable via an attacker specifying attributes or elements in the xml document this vulnerability appears to have been fixed in or later publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution
0
670,781
22,703,844,839
IssuesEvent
2022-07-05 13:07:10
BTWS2/judge-turtle
https://api.github.com/repos/BTWS2/judge-turtle
closed
Ignore `time.sleep()`
enhancement high priority
- [ ] https://naos.ugent.be/nl/submissions/983304/ ```python # import package import turtle import time turtle.shape("turtle") # forward turtle by 50 turtle.forward(50) # print the turtle shape turtle.stamp() time.sleep(20) # ignore this # and then continue # forward turtle by 50 turtle.forward(50) turtle.stamp() ```
1.0
Ignore `time.sleep()` - - [ ] https://naos.ugent.be/nl/submissions/983304/ ```python # import package import turtle import time turtle.shape("turtle") # forward turtle by 50 turtle.forward(50) # print the turtle shape turtle.stamp() time.sleep(20) # ignore this # and then continue # forward turtle by 50 turtle.forward(50) turtle.stamp() ```
priority
ignore time sleep python import package import turtle import time turtle shape turtle forward turtle by turtle forward print the turtle shape turtle stamp time sleep ignore this and then continue forward turtle by turtle forward turtle stamp
1
12,175
3,256,352,517
IssuesEvent
2015-10-20 13:29:32
idies/SkyServer
https://api.github.com/repos/idies/SkyServer
closed
Portal callback URL could not be parsed
bug needstest sciserver_v1_5_1
Easiest to explain with a screenshot. Note the error message it gives and the URL that partially shows in the URL bar. The result of this behavior is that the user doesn't get redirected to SkyServer after login. Encountered on Firefox 41 on the Mac Yosemite OS, if that matters. <img width="1320" alt="untitled-1" src="https://cloud.githubusercontent.com/assets/1709156/10393620/6c8efef6-6e5f-11e5-93e2-bd92de32c91a.png">
1.0
Portal callback URL could not be parsed - Easiest to explain with a screenshot. Note the error message it gives and the URL that partially shows in the URL bar. The result of this behavior is that the user doesn't get redirected to SkyServer after login. Encountered on Firefox 41 on the Mac Yosemite OS, if that matters. <img width="1320" alt="untitled-1" src="https://cloud.githubusercontent.com/assets/1709156/10393620/6c8efef6-6e5f-11e5-93e2-bd92de32c91a.png">
non_priority
portal callback url could not be parsed easiest to explain with a screenshot note the error message it gives and the url that partially shows in the url bar the result of this behavior is that the user doesn t get redirected to skyserver after login encountered on firefox on the mac yosemite os if that matters img width alt untitled src
0
661,827
22,090,222,768
IssuesEvent
2022-06-01 04:57:55
longhorn/longhorn
https://api.github.com/repos/longhorn/longhorn
closed
[BUG] helm upgrade won't apply customize default setting
kind/enhancement area/manager area/upgrade area/deployment highlight priority/2 require/doc
**Is your feature request related to a problem? Please describe.** The longhorn-default-setting ConfigMap sync to settings CR only when settings CR does not exist. This means that during helm upgrade if the user changes the setting, then it won't applies to settings CR (but applies to longhorn-default-setting ConfigMap _only_) ```shell helm upgrade longhorn longhorn/longhorn -n longhorn-system \ --set defaultSettings.backupTarget=<new-backup-target> \ --set defaultSettings.backupTargetCredentialSecret=<new-backup-target-credential-secret> ``` **Describe the solution you'd like** I think we could configure the settings CR directly. So, we don't have to write a setting controller to reconcile to longhorn-default-setting ConfigMap to settings CR. However, to accomplish it, we need to have a structural schema on CRDs and also, have an admission webhook to validate the input of these settings. **Describe alternatives you've considered** N/A **Additional context** Related issues - https://github.com/longhorn/longhorn/issues/2562#issuecomment-832413461 - https://github.com/longhorn/longhorn/issues/2539#issuecomment-827290662 - https://github.com/longhorn/longhorn/issues/2611 - https://github.com/longhorn/longhorn/issues/2744 - https://github.com/longhorn/longhorn/issues/2825 - https://github.com/longhorn/longhorn/issues/3398 - https://github.com/longhorn/longhorn/issues/3458
1.0
[BUG] helm upgrade won't apply customize default setting - **Is your feature request related to a problem? Please describe.** The longhorn-default-setting ConfigMap sync to settings CR only when settings CR does not exist. This means that during helm upgrade if the user changes the setting, then it won't applies to settings CR (but applies to longhorn-default-setting ConfigMap _only_) ```shell helm upgrade longhorn longhorn/longhorn -n longhorn-system \ --set defaultSettings.backupTarget=<new-backup-target> \ --set defaultSettings.backupTargetCredentialSecret=<new-backup-target-credential-secret> ``` **Describe the solution you'd like** I think we could configure the settings CR directly. So, we don't have to write a setting controller to reconcile to longhorn-default-setting ConfigMap to settings CR. However, to accomplish it, we need to have a structural schema on CRDs and also, have an admission webhook to validate the input of these settings. **Describe alternatives you've considered** N/A **Additional context** Related issues - https://github.com/longhorn/longhorn/issues/2562#issuecomment-832413461 - https://github.com/longhorn/longhorn/issues/2539#issuecomment-827290662 - https://github.com/longhorn/longhorn/issues/2611 - https://github.com/longhorn/longhorn/issues/2744 - https://github.com/longhorn/longhorn/issues/2825 - https://github.com/longhorn/longhorn/issues/3398 - https://github.com/longhorn/longhorn/issues/3458
priority
helm upgrade won t apply customize default setting is your feature request related to a problem please describe the longhorn default setting configmap sync to settings cr only when settings cr does not exist this means that during helm upgrade if the user changes the setting then it won t applies to settings cr but applies to longhorn default setting configmap only shell helm upgrade longhorn longhorn longhorn n longhorn system set defaultsettings backuptarget set defaultsettings backuptargetcredentialsecret describe the solution you d like i think we could configure the settings cr directly so we don t have to write a setting controller to reconcile to longhorn default setting configmap to settings cr however to accomplish it we need to have a structural schema on crds and also have an admission webhook to validate the input of these settings describe alternatives you ve considered n a additional context related issues
1
603,523
18,668,694,930
IssuesEvent
2021-10-30 09:25:07
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
opened
Improve API Documentation / Customiation experience
Type/Improvement Priority/Normal
### Describe your problem(s) Our current API documentation options seem quite outdated now ![image](https://user-images.githubusercontent.com/3313885/139527371-b33b1b16-7916-43d7-821d-27bef11af51b.png) Like public forum URLs, Support etc. This issue is created for tracking the improvements of API documentation ### Describe your solution Markdown-based documentation methods are quite popular nowadays example: - [MDX](https://github.com/mdx-js/mdx) : Markdown + JSX(React) - Remark - [Docz](https://github.com/doczjs/docz) A major problem with those methods is , they either need NodeJS backends or require a re-run of the build. [MDX-Bundler](https://github.com/kentcdodds/mdx-bundler) seems like a good solution to nodejs dependency. The above solutions are good for integrating React components with Markdown content to provide rich documentation experience. Otherwise, For pure markdown editing and rendering, We could try - [tui.editor](https://nhn.github.io/tui.editor/latest/tutorial-example12-editor-with-all-plugins) It has plugins to render most common requirements with API documentation like - Embedding code snippets - UML diagrams - +++ all the Markdown features
1.0
Improve API Documentation / Customiation experience - ### Describe your problem(s) Our current API documentation options seem quite outdated now ![image](https://user-images.githubusercontent.com/3313885/139527371-b33b1b16-7916-43d7-821d-27bef11af51b.png) Like public forum URLs, Support etc. This issue is created for tracking the improvements of API documentation ### Describe your solution Markdown-based documentation methods are quite popular nowadays example: - [MDX](https://github.com/mdx-js/mdx) : Markdown + JSX(React) - Remark - [Docz](https://github.com/doczjs/docz) A major problem with those methods is , they either need NodeJS backends or require a re-run of the build. [MDX-Bundler](https://github.com/kentcdodds/mdx-bundler) seems like a good solution to nodejs dependency. The above solutions are good for integrating React components with Markdown content to provide rich documentation experience. Otherwise, For pure markdown editing and rendering, We could try - [tui.editor](https://nhn.github.io/tui.editor/latest/tutorial-example12-editor-with-all-plugins) It has plugins to render most common requirements with API documentation like - Embedding code snippets - UML diagrams - +++ all the Markdown features
priority
improve api documentation customiation experience describe your problem s our current api documentation options seem quite outdated now like public forum urls support etc this issue is created for tracking the improvements of api documentation describe your solution markdown based documentation methods are quite popular nowadays example markdown jsx react remark a major problem with those methods is they either need nodejs backends or require a re run of the build seems like a good solution to nodejs dependency the above solutions are good for integrating react components with markdown content to provide rich documentation experience otherwise for pure markdown editing and rendering we could try it has plugins to render most common requirements with api documentation like embedding code snippets uml diagrams all the markdown features
1
595,519
18,067,940,011
IssuesEvent
2021-09-20 21:33:35
googleapis/python-dns
https://api.github.com/repos/googleapis/python-dns
closed
tests.unit.test__http.TestConnection: test_extra_headers failed
api: dns type: bug priority: p1 flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 978174f5605f3901bf402f304681bc9afdf533b7 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/6b1fb578-9da3-4494-870b-7673c9830884), [Sponge](http://sponge2/6b1fb578-9da3-4494-870b-7673c9830884) status: failed <details><summary>Test output</summary><br><pre>self = <tests.unit.test__http.TestConnection testMethod=test_extra_headers> def test_extra_headers(self): import requests from google.cloud import _http as base_http http = mock.create_autospec(requests.Session, instance=True) response = requests.Response() response.status_code = 200 response_data = b"brent-spiner" response._content = response_data http.request.return_value = response client = mock.Mock(_http=http, spec=["_http"]) > conn = self._make_one(client) tests/unit/test__http.py:83: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/unit/test__http.py:28: in _make_one return self._get_target_class()(*args, **kw) tests/unit/test__http.py:23: in _get_target_class from google.cloud.dns._http import Connection google/cloud/dns/__init__.py:32: in <module> from google.cloud.dns.zone import Changes _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ """Define API ManagedZones.""" > import six E ModuleNotFoundError: No module named 'six' google/cloud/dns/zone.py:17: ModuleNotFoundError</pre></details>
1.0
tests.unit.test__http.TestConnection: test_extra_headers failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 978174f5605f3901bf402f304681bc9afdf533b7 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/6b1fb578-9da3-4494-870b-7673c9830884), [Sponge](http://sponge2/6b1fb578-9da3-4494-870b-7673c9830884) status: failed <details><summary>Test output</summary><br><pre>self = <tests.unit.test__http.TestConnection testMethod=test_extra_headers> def test_extra_headers(self): import requests from google.cloud import _http as base_http http = mock.create_autospec(requests.Session, instance=True) response = requests.Response() response.status_code = 200 response_data = b"brent-spiner" response._content = response_data http.request.return_value = response client = mock.Mock(_http=http, spec=["_http"]) > conn = self._make_one(client) tests/unit/test__http.py:83: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/unit/test__http.py:28: in _make_one return self._get_target_class()(*args, **kw) tests/unit/test__http.py:23: in _get_target_class from google.cloud.dns._http import Connection google/cloud/dns/__init__.py:32: in <module> from google.cloud.dns.zone import Changes _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ """Define API ManagedZones.""" > import six E ModuleNotFoundError: No module named 'six' google/cloud/dns/zone.py:17: ModuleNotFoundError</pre></details>
priority
tests unit test http testconnection test extra headers failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output self def test extra headers self import requests from google cloud import http as base http http mock create autospec requests session instance true response requests response response status code response data b brent spiner response content response data http request return value response client mock mock http http spec conn self make one client tests unit test http py tests unit test http py in make one return self get target class args kw tests unit test http py in get target class from google cloud dns http import connection google cloud dns init py in from google cloud dns zone import changes define api managedzones import six e modulenotfounderror no module named six google cloud dns zone py modulenotfounderror
1
625,812
19,766,576,233
IssuesEvent
2022-01-17 03:38:20
aitos-io/BoAT-X-Framework
https://api.github.com/repos/aitos-io/BoAT-X-Framework
closed
Pointer error in web3 function
bug Severity/major Priority/P1
web3Result is a pointer to BOAT_RESULT, and need to determine if the input pointer is null, not if the value is null. ``` BOAT_RESULT *web3Result if(*web3Result != NULL){ *web3Result = result; } ```
1.0
Pointer error in web3 function - web3Result is a pointer to BOAT_RESULT, and need to determine if the input pointer is null, not if the value is null. ``` BOAT_RESULT *web3Result if(*web3Result != NULL){ *web3Result = result; } ```
priority
pointer error in function is a pointer to boat result and need to determine if the input pointer is null not if the value is null boat result if null result
1
102,147
12,747,771,906
IssuesEvent
2020-06-26 18:38:18
MozillaFoundation/Design
https://api.github.com/repos/MozillaFoundation/Design
closed
Graphic: EARN IT - due June 29
design
Request from Kaili: We're launching a campaign telling U.S. Congress to stop the EARN IT Act which would jeopardize encryption. https://docs.google.com/document/d/1MXLfUDwL2f9OYEwEiAkxLsen0rRjS1PHQ5ZEQV_BEaI/edit
1.0
Graphic: EARN IT - due June 29 - Request from Kaili: We're launching a campaign telling U.S. Congress to stop the EARN IT Act which would jeopardize encryption. https://docs.google.com/document/d/1MXLfUDwL2f9OYEwEiAkxLsen0rRjS1PHQ5ZEQV_BEaI/edit
non_priority
graphic earn it due june request from kaili we re launching a campaign telling u s congress to stop the earn it act which would jeopardize encryption
0
134,685
12,625,354,233
IssuesEvent
2020-06-14 11:28:42
slow-start-fans/slow-start-rewatch
https://api.github.com/repos/slow-start-fans/slow-start-rewatch
closed
Refactoring and cleanup
documentation enhancement
- Move the `EmptySchedule` checking from the `Timer` to the `Scheduler` - Fix and cleanup docstrings
1.0
Refactoring and cleanup - - Move the `EmptySchedule` checking from the `Timer` to the `Scheduler` - Fix and cleanup docstrings
non_priority
refactoring and cleanup move the emptyschedule checking from the timer to the scheduler fix and cleanup docstrings
0
421,535
12,258,256,889
IssuesEvent
2020-05-06 14:51:46
jrsteensen/OpenHornet
https://api.github.com/repos/jrsteensen/OpenHornet
closed
UIP, STLs are low poly
Category: MCAD Priority: Normal Status: In Progress Type: Bug
the files OH1A-110.stl, OH1A-111.stl and OH1A-116.stl are low-poly, also in the latter, the text is inverted. If you fix the originals, I convert them back to stl when you want
1.0
UIP, STLs are low poly - the files OH1A-110.stl, OH1A-111.stl and OH1A-116.stl are low-poly, also in the latter, the text is inverted. If you fix the originals, I convert them back to stl when you want
priority
uip stls are low poly the files stl stl and stl are low poly also in the latter the text is inverted if you fix the originals i convert them back to stl when you want
1
797,363
28,144,930,989
IssuesEvent
2023-04-02 11:27:55
bwipp/postscriptbarcode
https://api.github.com/repos/bwipp/postscriptbarcode
reopened
Add input validation to each symbology
enhancement high-priority good first issue
Add proper input validation with detailed error messages to all symbologies: - [x] auspost - [x] azteccode - [x] codablockf - [x] code128 - [x] code16k - [x] code49 - [x] code93 - [x] code93ext - [x] codeone - [x] daft - [x] databarexpanded - [x] databarexpandedcomposite - [x] databarexpandedstacked - [x] databarexpandedstackedcomposite - [x] databarlimitedcomposite - [x] databaromni - [x] databaromnicomposite - [x] databarstackedcomposite - [x] databarstackedomnicomposite - [x] databartruncatedcomposite - [x] dotcode - [x] ean13composite - [x] ean8composite - [x] gs1-128 - [x] gs1-128composite - [x] gs1-cc - [x] gs1datamatrix - [x] hanxin - [x] japanpost - [x] maxicode - [x] micropdf417 - [x] msi - [x] onecode - [x] pdf417 - [x] posicode - [x] qrcode - [x] telepen - [x] upcacomposite - [x] upcecomposite
1.0
Add input validation to each symbology - Add proper input validation with detailed error messages to all symbologies: - [x] auspost - [x] azteccode - [x] codablockf - [x] code128 - [x] code16k - [x] code49 - [x] code93 - [x] code93ext - [x] codeone - [x] daft - [x] databarexpanded - [x] databarexpandedcomposite - [x] databarexpandedstacked - [x] databarexpandedstackedcomposite - [x] databarlimitedcomposite - [x] databaromni - [x] databaromnicomposite - [x] databarstackedcomposite - [x] databarstackedomnicomposite - [x] databartruncatedcomposite - [x] dotcode - [x] ean13composite - [x] ean8composite - [x] gs1-128 - [x] gs1-128composite - [x] gs1-cc - [x] gs1datamatrix - [x] hanxin - [x] japanpost - [x] maxicode - [x] micropdf417 - [x] msi - [x] onecode - [x] pdf417 - [x] posicode - [x] qrcode - [x] telepen - [x] upcacomposite - [x] upcecomposite
priority
add input validation to each symbology add proper input validation with detailed error messages to all symbologies auspost azteccode codablockf codeone daft databarexpanded databarexpandedcomposite databarexpandedstacked databarexpandedstackedcomposite databarlimitedcomposite databaromni databaromnicomposite databarstackedcomposite databarstackedomnicomposite databartruncatedcomposite dotcode cc hanxin japanpost maxicode msi onecode posicode qrcode telepen upcacomposite upcecomposite
1
119,759
4,775,532,447
IssuesEvent
2016-10-27 10:43:13
Diaspora-for-Android/diaspora-android
https://api.github.com/repos/Diaspora-for-Android/diaspora-android
closed
Top Toolbar can be scrolled up, but not down in PodSelectionFragment
kind/ui priority/low
#### General information * **Device:** eg Nexus 5 * **Android Version:** eg Android 6.0.1 * **Pod:** eg pod.geraspora.de * **Diaspora pod version:** eg 0.5.99.0-p9bd2337c (can be found on the bottom) * **App source:** F-Droid, self build (latest HEAD) * **App version:** HEAD #### Steps to reproduce 1. Have Intellihide toolbars enabled 2. Go to podselection 3. scroll ON the toolbar to hide it #### Expected result **What is the expected output?** Toolbar is scrollable no matter where the user scrolls Also the toolbar, once hidden, can be shown again by scrolling somewhere else **What do you see instead?** The Toolbar only moves when the user scrolls on the toolbar itself Once hidden, the toolbar cannot be shown again (because the user cant scroll on it anymore) I guess we should disable intellihide toolbar in the PodSelectionFragment, since ListViews do not work with NestedScrollViews which are needed in order to enable screen-wide toolbar scrolling
1.0
Top Toolbar can be scrolled up, but not down in PodSelectionFragment - #### General information * **Device:** eg Nexus 5 * **Android Version:** eg Android 6.0.1 * **Pod:** eg pod.geraspora.de * **Diaspora pod version:** eg 0.5.99.0-p9bd2337c (can be found on the bottom) * **App source:** F-Droid, self build (latest HEAD) * **App version:** HEAD #### Steps to reproduce 1. Have Intellihide toolbars enabled 2. Go to podselection 3. scroll ON the toolbar to hide it #### Expected result **What is the expected output?** Toolbar is scrollable no matter where the user scrolls Also the toolbar, once hidden, can be shown again by scrolling somewhere else **What do you see instead?** The Toolbar only moves when the user scrolls on the toolbar itself Once hidden, the toolbar cannot be shown again (because the user cant scroll on it anymore) I guess we should disable intellihide toolbar in the PodSelectionFragment, since ListViews do not work with NestedScrollViews which are needed in order to enable screen-wide toolbar scrolling
priority
top toolbar can be scrolled up but not down in podselectionfragment general information device eg nexus android version eg android pod eg pod geraspora de diaspora pod version eg can be found on the bottom app source f droid self build latest head app version head steps to reproduce have intellihide toolbars enabled go to podselection scroll on the toolbar to hide it expected result what is the expected output toolbar is scrollable no matter where the user scrolls also the toolbar once hidden can be shown again by scrolling somewhere else what do you see instead the toolbar only moves when the user scrolls on the toolbar itself once hidden the toolbar cannot be shown again because the user cant scroll on it anymore i guess we should disable intellihide toolbar in the podselectionfragment since listviews do not work with nestedscrollviews which are needed in order to enable screen wide toolbar scrolling
1
492,057
14,175,816,312
IssuesEvent
2020-11-12 22:16:32
jpmorganchase/modular
https://api.github.com/repos/jpmorganchase/modular
closed
third party dependencies that use import/export fail to load in jest
bug low priority
probably need to tweak a jest config somewhere.
1.0
third party dependencies that use import/export fail to load in jest - probably need to tweak a jest config somewhere.
priority
third party dependencies that use import export fail to load in jest probably need to tweak a jest config somewhere
1
598,416
18,244,865,724
IssuesEvent
2021-10-01 17:00:16
PyDrocsid/cogs
https://api.github.com/repos/PyDrocsid/cogs
closed
Add user name and avatar to message logs
enhancement priority: medium hacktoberfest difficulty: easy
Set the author name and icon of edit and delete message log embeds to the name and avatar of the message's author. Also add a new embed field that contains the author's user id.
1.0
Add user name and avatar to message logs - Set the author name and icon of edit and delete message log embeds to the name and avatar of the message's author. Also add a new embed field that contains the author's user id.
priority
add user name and avatar to message logs set the author name and icon of edit and delete message log embeds to the name and avatar of the message s author also add a new embed field that contains the author s user id
1
19,880
6,782,649,669
IssuesEvent
2017-10-30 09:02:21
servicecatalog/oscm
https://api.github.com/repos/servicecatalog/oscm
closed
Remove oscm-integrationtests-mockproduct
area/build infrastructure
This mock service has already been extracted to https://github.com/servicecatalog/oscm-soap-mock Tasks - remove project - link oscm-soap-mock to oscm - adapt build and tests in oscm - ... ?
1.0
Remove oscm-integrationtests-mockproduct - This mock service has already been extracted to https://github.com/servicecatalog/oscm-soap-mock Tasks - remove project - link oscm-soap-mock to oscm - adapt build and tests in oscm - ... ?
non_priority
remove oscm integrationtests mockproduct this mock service has already been extracted to tasks remove project link oscm soap mock to oscm adapt build and tests in oscm
0
182,297
6,668,683,378
IssuesEvent
2017-10-03 16:36:58
siteorigin/so-widgets-bundle
https://api.github.com/repos/siteorigin/so-widgets-bundle
closed
Image Grid widget: Add option to open link in new tab/window.
enhancement priority-2
Possibly add to the URL field an option to open the link in a new tab/window.
1.0
Image Grid widget: Add option to open link in new tab/window. - Possibly add to the URL field an option to open the link in a new tab/window.
priority
image grid widget add option to open link in new tab window possibly add to the url field an option to open the link in a new tab window
1
455,564
13,129,035,860
IssuesEvent
2020-08-06 13:17:58
macarthur-lab/seqr
https://api.github.com/repos/macarthur-lab/seqr
closed
HPO terms upload reads as csv but some HPO term descriptions use commas
bug low priority
When I download and re-upload phenotypes from existing projects, seqr occasionally runs into parsing errors when any HPO term in the series has a comma in the phenotype description. Playing around with the downloads from the Scott Exome project and the Genome project I transferred phenotypes into, it looks like seqr will only include a comma if that was in the description of the upload. Is there a way to either have seqr simply not include any commas in phenotype descriptions when downloading current individual HPO terms or to have it only separate by semicolon?
1.0
HPO terms upload reads as csv but some HPO term descriptions use commas - When I download and re-upload phenotypes from existing projects, seqr occasionally runs into parsing errors when any HPO term in the series has a comma in the phenotype description. Playing around with the downloads from the Scott Exome project and the Genome project I transferred phenotypes into, it looks like seqr will only include a comma if that was in the description of the upload. Is there a way to either have seqr simply not include any commas in phenotype descriptions when downloading current individual HPO terms or to have it only separate by semicolon?
priority
hpo terms upload reads as csv but some hpo term descriptions use commas when i download and re upload phenotypes from existing projects seqr occasionally runs into parsing errors when any hpo term in the series has a comma in the phenotype description playing around with the downloads from the scott exome project and the genome project i transferred phenotypes into it looks like seqr will only include a comma if that was in the description of the upload is there a way to either have seqr simply not include any commas in phenotype descriptions when downloading current individual hpo terms or to have it only separate by semicolon
1
191,381
6,828,543,733
IssuesEvent
2017-11-08 20:48:00
Aubron/scoreshots-templates
https://api.github.com/repos/Aubron/scoreshots-templates
opened
Towson, Literally A Calendar
Priority: Low Status: Review Needed
### Requested by: Towson University Probably Public ## Template Description: This is a scheduling template. It's actually in the shape of a calendar. We do technically have the ability to make templates of these dimensions now, so the last real barrier to making these is gone. There are some unique UI concerns that we'd have to address in order to tackle it, though. In defense of the requester, a lot of teams do have this sort of structure built into their website. This seems less like an image you'd want to view within a limited post, and more like one you might want to distribute and reshare. ## Dynamic Considerations: This will need to be scalable. I wasn't given a specific minimum/maximum value (though I did ask), so for now we'll assume the maximum value is 12, with 6 per row, as this is what is displayed in the preview. ## Additional Materials ![back cover](https://user-images.githubusercontent.com/26412274/32573481-1dfd8d6c-c49c-11e7-9718-56bad200e6f1.jpg)
1.0
Towson, Literally A Calendar - ### Requested by: Towson University Probably Public ## Template Description: This is a scheduling template. It's actually in the shape of a calendar. We do technically have the ability to make templates of these dimensions now, so the last real barrier to making these is gone. There are some unique UI concerns that we'd have to address in order to tackle it, though. In defense of the requester, a lot of teams do have this sort of structure built into their website. This seems less like an image you'd want to view within a limited post, and more like one you might want to distribute and reshare. ## Dynamic Considerations: This will need to be scalable. I wasn't given a specific minimum/maximum value (though I did ask), so for now we'll assume the maximum value is 12, with 6 per row, as this is what is displayed in the preview. ## Additional Materials ![back cover](https://user-images.githubusercontent.com/26412274/32573481-1dfd8d6c-c49c-11e7-9718-56bad200e6f1.jpg)
priority
towson literally a calendar requested by towson university probably public template description this is a scheduling template it s actually in the shape of a calendar we do technically have the ability to make templates of these dimensions now so the last real barrier to making these is gone there are some unique ui concerns that we d have to address in order to tackle it though in defense of the requester a lot of teams do have this sort of structure built into their website this seems less like an image you d want to view within a limited post and more like one you might want to distribute and reshare dynamic considerations this will need to be scalable i wasn t given a specific minimum maximum value though i did ask so for now we ll assume the maximum value is with per row as this is what is displayed in the preview additional materials
1
343,052
10,324,847,600
IssuesEvent
2019-09-01 12:49:05
yalla-coop/death
https://api.github.com/repos/yalla-coop/death
closed
BUG: Deleted memories still appear in list
bug priority-5
When deleting a memory from the profile, we are redirected back to the list of memories, at which point the just-deleted memory is still visible as if it was still there. Clicking on it and then going back, as well as clicking delete again, re renders the main page properly without the deleted memory
1.0
BUG: Deleted memories still appear in list - When deleting a memory from the profile, we are redirected back to the list of memories, at which point the just-deleted memory is still visible as if it was still there. Clicking on it and then going back, as well as clicking delete again, re renders the main page properly without the deleted memory
priority
bug deleted memories still appear in list when deleting a memory from the profile we are redirected back to the list of memories at which point the just deleted memory is still visible as if it was still there clicking on it and then going back as well as clicking delete again re renders the main page properly without the deleted memory
1
328,283
9,992,259,055
IssuesEvent
2019-07-11 13:05:56
mozilla/addons-server
https://api.github.com/repos/mozilla/addons-server
closed
Add more mimetypes to MIMETYPE_CATEGORY_MAPPING
component: reviewer tools priority: p3
> I know you only moved that but I suspect you'll need application/xhtml+xml, application/rss+xml, application/atom+xml etc too From https://github.com/mozilla/addons-server/pull/11713/files/cf97a28aa7505a91d4124823ec6a0fa6d37373a4#r298155184
1.0
Add more mimetypes to MIMETYPE_CATEGORY_MAPPING - > I know you only moved that but I suspect you'll need application/xhtml+xml, application/rss+xml, application/atom+xml etc too From https://github.com/mozilla/addons-server/pull/11713/files/cf97a28aa7505a91d4124823ec6a0fa6d37373a4#r298155184
priority
add more mimetypes to mimetype category mapping i know you only moved that but i suspect you ll need application xhtml xml application rss xml application atom xml etc too from
1
201,863
23,045,938,782
IssuesEvent
2022-07-23 22:38:47
turkdevops/javascript-sdk
https://api.github.com/repos/turkdevops/javascript-sdk
closed
CVE-2019-19919 (High) detected in handlebars-4.0.12.tgz - autoclosed
security vulnerability
## CVE-2019-19919 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.12.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - jsdoc-to-markdown-4.0.1.tgz (Root Library) - dmd-3.0.12.tgz - :x: **handlebars-4.0.12.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/javascript-sdk/commit/2ed96566365ee89d8a9b1250ccd7c049281ed09c">2ed96566365ee89d8a9b1250ccd7c049281ed09c</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> Versions of handlebars prior to 4.3.0 are vulnerable to Prototype Pollution leading to Remote Code Execution. Templates may alter an Object's __proto__ and __defineGetter__ properties, which may allow an attacker to execute arbitrary code through crafted payloads. <p>Publish Date: 2019-12-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19919>CVE-2019-19919</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19919">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19919</a></p> <p>Release Date: 2019-12-20</p> <p>Fix Resolution (handlebars): 4.3.0</p> <p>Direct dependency fix Resolution (jsdoc-to-markdown): 5.0.0-node12.1</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-2019-19919 (High) detected in handlebars-4.0.12.tgz - autoclosed - ## CVE-2019-19919 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.12.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - jsdoc-to-markdown-4.0.1.tgz (Root Library) - dmd-3.0.12.tgz - :x: **handlebars-4.0.12.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/javascript-sdk/commit/2ed96566365ee89d8a9b1250ccd7c049281ed09c">2ed96566365ee89d8a9b1250ccd7c049281ed09c</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> Versions of handlebars prior to 4.3.0 are vulnerable to Prototype Pollution leading to Remote Code Execution. Templates may alter an Object's __proto__ and __defineGetter__ properties, which may allow an attacker to execute arbitrary code through crafted payloads. <p>Publish Date: 2019-12-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19919>CVE-2019-19919</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19919">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19919</a></p> <p>Release Date: 2019-12-20</p> <p>Fix Resolution (handlebars): 4.3.0</p> <p>Direct dependency fix Resolution (jsdoc-to-markdown): 5.0.0-node12.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in handlebars tgz autoclosed cve high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy jsdoc to markdown tgz root library dmd tgz x handlebars tgz vulnerable library found in head commit a href found in base branch master vulnerability details versions of handlebars prior to are vulnerable to prototype pollution leading to remote code execution templates may alter an object s proto and definegetter properties which may allow an attacker to execute arbitrary code through crafted payloads 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 handlebars direct dependency fix resolution jsdoc to markdown step up your open source security game with mend
0
272,101
29,794,981,362
IssuesEvent
2023-06-16 01:01:43
billmcchesney1/singleton
https://api.github.com/repos/billmcchesney1/singleton
closed
CVE-2020-11979 (High) detected in ant-1.9.4.jar - autoclosed
Mend: dependency security vulnerability
## CVE-2020-11979 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ant-1.9.4.jar</b></p></summary> <p>master POM</p> <p>Path to dependency file: /g11n-ws/modules/md-data-initdb/build.gradle</p> <p>Path to vulnerable library: /tmp/ws-ua_20210106195852_ULCRPO/downloadResource_IBRKBS/20210106200323/ant-1.9.4.jar</p> <p> Dependency Hierarchy: - cglib-3.2.0.jar (Root Library) - :x: **ant-1.9.4.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/singleton/commit/2bb883ae0b199f3e432621e91d0f801cfc406a89">2bb883ae0b199f3e432621e91d0f801cfc406a89</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> As mitigation for CVE-2020-1945 Apache Ant 1.10.8 changed the permissions of temporary files it created so that only the current user was allowed to access them. Unfortunately the fixcrlf task deleted the temporary file and created a new one without said protection, effectively nullifying the effort. This would still allow an attacker to inject modified source files into the build process. <p>Publish Date: 2020-10-01 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-11979>CVE-2020-11979</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </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://ant.apache.org/security.html">https://ant.apache.org/security.html</a></p> <p>Release Date: 2020-10-01</p> <p>Fix Resolution: org.apache.ant:ant:1.10.9</p> </p> </details> <p></p>
True
CVE-2020-11979 (High) detected in ant-1.9.4.jar - autoclosed - ## CVE-2020-11979 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ant-1.9.4.jar</b></p></summary> <p>master POM</p> <p>Path to dependency file: /g11n-ws/modules/md-data-initdb/build.gradle</p> <p>Path to vulnerable library: /tmp/ws-ua_20210106195852_ULCRPO/downloadResource_IBRKBS/20210106200323/ant-1.9.4.jar</p> <p> Dependency Hierarchy: - cglib-3.2.0.jar (Root Library) - :x: **ant-1.9.4.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/singleton/commit/2bb883ae0b199f3e432621e91d0f801cfc406a89">2bb883ae0b199f3e432621e91d0f801cfc406a89</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> As mitigation for CVE-2020-1945 Apache Ant 1.10.8 changed the permissions of temporary files it created so that only the current user was allowed to access them. Unfortunately the fixcrlf task deleted the temporary file and created a new one without said protection, effectively nullifying the effort. This would still allow an attacker to inject modified source files into the build process. <p>Publish Date: 2020-10-01 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-11979>CVE-2020-11979</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </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://ant.apache.org/security.html">https://ant.apache.org/security.html</a></p> <p>Release Date: 2020-10-01</p> <p>Fix Resolution: org.apache.ant:ant:1.10.9</p> </p> </details> <p></p>
non_priority
cve high detected in ant jar autoclosed cve high severity vulnerability vulnerable library ant jar master pom path to dependency file ws modules md data initdb build gradle path to vulnerable library tmp ws ua ulcrpo downloadresource ibrkbs ant jar dependency hierarchy cglib jar root library x ant jar vulnerable library found in head commit a href found in base branch master vulnerability details as mitigation for cve apache ant changed the permissions of temporary files it created so that only the current user was allowed to access them unfortunately the fixcrlf task deleted the temporary file and created a new one without said protection effectively nullifying the effort this would still allow an attacker to inject modified source files into the build process publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache ant ant
0
116,805
4,706,966,897
IssuesEvent
2016-10-13 18:43:26
coreos/bugs
https://api.github.com/repos/coreos/bugs
closed
ca-certificates.crt not present
area/security component/distro kind/regression priority/P0 team/os
# Issue Report # ## Bug ## ### CoreOS Version ### ``` NAME=CoreOS ID=coreos VERSION=1192.0.0 ``` ### Environment ### GCE ### Expected Behavior ### ``` $ ls -la /etc/ssl/certs/ca-certificates.crt lrwxrwxrwx. 1 root root 54 Jul 8 17:20 /etc/ssl/certs/ca-certificates.crt -> ../../../usr/share/ca-certificates/ca-certificates.crt ``` ### Actual Behavior ### ``` $ ls -la /etc/ssl/certs/ca-certificates.crt ls: cannot access '/etc/ssl/certs/ca-certificates.crt': No such file or directory ``` ### Reproduction Steps ### 1. Boot CoreOS ### Other Information ### This used to work, though I have no idea when it stopped.
1.0
ca-certificates.crt not present - # Issue Report # ## Bug ## ### CoreOS Version ### ``` NAME=CoreOS ID=coreos VERSION=1192.0.0 ``` ### Environment ### GCE ### Expected Behavior ### ``` $ ls -la /etc/ssl/certs/ca-certificates.crt lrwxrwxrwx. 1 root root 54 Jul 8 17:20 /etc/ssl/certs/ca-certificates.crt -> ../../../usr/share/ca-certificates/ca-certificates.crt ``` ### Actual Behavior ### ``` $ ls -la /etc/ssl/certs/ca-certificates.crt ls: cannot access '/etc/ssl/certs/ca-certificates.crt': No such file or directory ``` ### Reproduction Steps ### 1. Boot CoreOS ### Other Information ### This used to work, though I have no idea when it stopped.
priority
ca certificates crt not present issue report bug coreos version name coreos id coreos version environment gce expected behavior ls la etc ssl certs ca certificates crt lrwxrwxrwx root root jul etc ssl certs ca certificates crt usr share ca certificates ca certificates crt actual behavior ls la etc ssl certs ca certificates crt ls cannot access etc ssl certs ca certificates crt no such file or directory reproduction steps boot coreos other information this used to work though i have no idea when it stopped
1
279,769
30,743,870,227
IssuesEvent
2023-07-28 13:37:06
cisagov/crossfeed
https://api.github.com/repos/cisagov/crossfeed
reopened
Medium Criticality Client Privacy Violation
backend security p1
# 🐛 Summary # backend\src\tasks\rootDomainSync.ts line 19 backend\src\tasks\censys.ts line 96 backend\src\tasks\hibp.ts line 78 backend\src\tasks\censys.ts line 34
True
Medium Criticality Client Privacy Violation - # 🐛 Summary # backend\src\tasks\rootDomainSync.ts line 19 backend\src\tasks\censys.ts line 96 backend\src\tasks\hibp.ts line 78 backend\src\tasks\censys.ts line 34
non_priority
medium criticality client privacy violation 🐛 summary backend src tasks rootdomainsync ts line backend src tasks censys ts line backend src tasks hibp ts line backend src tasks censys ts line
0
46,894
19,539,817,849
IssuesEvent
2021-12-31 17:45:20
hashicorp/terraform-provider-aws
https://api.github.com/repos/hashicorp/terraform-provider-aws
closed
aws_dms_replication_task.migration_type doesn't force a new resource
bug service/databasemigrationservice stale
<!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues * [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues * [Registry](https://registry.terraform.io/) issues * Spans resources across multiple providers If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead. ---> <!--- Please keep this note for the community ---> ### 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 <!--- Please run `terraform -v` to show the Terraform core version and provider version(s). If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions). ---> ```sh $ terraform -v Terraform v0.11.13 + provider.aws v2.1.0 ``` ### Affected Resource(s) <!--- Please list the affected resources and data sources. ---> * aws_dms_replication_task ### Terraform Configuration Files <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl # ... resource "aws_dms_replication_task" "default" { replication_task_id = "my-replication-task" migration_type = "full-load" # This property should force a new resource when changed. # ... } ``` ### Expected Behavior Terraform should have recreated the resource. ### Actual Behavior Terraform responded claiming the MigrationType cannot be modified. However this is due to AWS requiring you to create a new task in order to change the migration type. ### Steps to Reproduce <!--- Please list the steps required to reproduce the issue. ---> 1. create a dms replication task via terraform 2. change the `migration_type` and `terraform apply`
2.0
aws_dms_replication_task.migration_type doesn't force a new resource - <!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues * [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues * [Registry](https://registry.terraform.io/) issues * Spans resources across multiple providers If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead. ---> <!--- Please keep this note for the community ---> ### 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 <!--- Please run `terraform -v` to show the Terraform core version and provider version(s). If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions). ---> ```sh $ terraform -v Terraform v0.11.13 + provider.aws v2.1.0 ``` ### Affected Resource(s) <!--- Please list the affected resources and data sources. ---> * aws_dms_replication_task ### Terraform Configuration Files <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl # ... resource "aws_dms_replication_task" "default" { replication_task_id = "my-replication-task" migration_type = "full-load" # This property should force a new resource when changed. # ... } ``` ### Expected Behavior Terraform should have recreated the resource. ### Actual Behavior Terraform responded claiming the MigrationType cannot be modified. However this is due to AWS requiring you to create a new task in order to change the migration type. ### Steps to Reproduce <!--- Please list the steps required to reproduce the issue. ---> 1. create a dms replication task via terraform 2. change the `migration_type` and `terraform apply`
non_priority
aws dms replication task migration type doesn t force a new resource please note the following potential times when an issue might be in terraform core or resource ordering issues and issues issues issues spans resources across multiple providers if you are running into one of these scenarios we recommend opening an issue in the instead 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 sh terraform v terraform provider aws affected resource s aws dms replication task terraform configuration files hcl resource aws dms replication task default replication task id my replication task migration type full load this property should force a new resource when changed expected behavior terraform should have recreated the resource actual behavior terraform responded claiming the migrationtype cannot be modified however this is due to aws requiring you to create a new task in order to change the migration type steps to reproduce create a dms replication task via terraform change the migration type and terraform apply
0
221,829
24,659,168,734
IssuesEvent
2022-10-18 04:22:45
valtech-ch/microservice-kubernetes-cluster
https://api.github.com/repos/valtech-ch/microservice-kubernetes-cluster
reopened
CVE-2021-20190 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2021-20190 - 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-starter-function-web-3.2.7.jar (Root Library) - spring-boot-starter-web-2.7.4.jar - spring-boot-starter-json-2.7.4.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> A flaw was found in jackson-databind before 2.9.10.7. FasterXML mishandles the interaction between serialization gadgets and typing. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability. <p>Publish Date: 2021-01-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-20190>CVE-2021-20190</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>Release Date: 2021-01-19</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind-2.9.10.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-20190 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2021-20190 - 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-starter-function-web-3.2.7.jar (Root Library) - spring-boot-starter-web-2.7.4.jar - spring-boot-starter-json-2.7.4.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> A flaw was found in jackson-databind before 2.9.10.7. FasterXML mishandles the interaction between serialization gadgets and typing. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability. <p>Publish Date: 2021-01-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-20190>CVE-2021-20190</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>Release Date: 2021-01-19</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind-2.9.10.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in 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 starter function web jar root library spring boot starter web jar spring boot starter json jar x jackson databind jar vulnerable library found in head commit a href found in base branch develop vulnerability details a flaw was found in jackson databind before fasterxml mishandles the interaction between serialization gadgets and typing the highest threat from this vulnerability is to data confidentiality and integrity as well as system availability 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 release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with mend
0
323,501
9,855,847,900
IssuesEvent
2019-06-19 20:27:54
apache/incubator-druid
https://api.github.com/repos/apache/incubator-druid
closed
Duplicate requests to compute nodes
Area - Querying Difficulty - Hard Feature Priority - Medium
Currently if a compute node receives a duplicate request it just does the same query twice. Should be pretty easy to keep track of in progress queries and if a dup comes in block the request until the results are cached (pretty much all read through caches do this)
1.0
Duplicate requests to compute nodes - Currently if a compute node receives a duplicate request it just does the same query twice. Should be pretty easy to keep track of in progress queries and if a dup comes in block the request until the results are cached (pretty much all read through caches do this)
priority
duplicate requests to compute nodes currently if a compute node receives a duplicate request it just does the same query twice should be pretty easy to keep track of in progress queries and if a dup comes in block the request until the results are cached pretty much all read through caches do this
1
123,384
16,487,041,505
IssuesEvent
2021-05-24 19:39:00
aws/copilot-cli
https://api.github.com/repos/aws/copilot-cli
closed
Seperate stopped tasks from running tasks in `svc status` output
area/svc type/design
Hi everyone! This issue is to propose a change to the current UI of `svc status`. # Background Below is the current UI for `svc status`. ``` Task Status ID Image Digest Last Status Started At Stopped At Health Status -- ------------ ----------- ---------- ---------- ------------- 2032763a 8252e02b RUNNING 1 hour ago - UNKNOWN 987548d7 8252e02b RUNNING 1 hour ago - HEALTHY e64eb63f 8252e02b RUNNING 3 hours ago - UNHEALTHY ``` Currently `$ svc status` shows tasks with "Running" as "Desired State", which doesn't capture any stopped tasks. This brings us the question of whether it makes sense to keep the "Stopped At" column for these tasks when the column is never filled. With #1763 in perspective, "Stopped Reason" will also be included as a column. This will introduce one additional empty column to the table if `svc status` is run without `--with-stopped`. # Proposal Modify the current output of `svc status` to ``` Task Status ID Image Digest Last Status Started At Health Status -- ------------ ----------- ---------- ------------- 2032763c 8252e02b RUNNING 1 hour ago UNKNOWN 987548d9 8252e02b RUNNING 1 hour ago HEALTHY e64eb63h 8252e02b RUNNING 3 hours ago UNHEALTHY ``` If `svc status --with-stopped` is run, the output will be ``` Task Status ID Image Digest Last Status Started At Health Status -- ------------ ----------- ---------- ------------- 2032763c 8252e02b RUNNING 1 hour ago UNKNOWN 987548d9 8252e02b RUNNING 1 hour ago UNKNOWN e64eb63h 8252e02b RUNNING 3 hours ago UNKNOWN Stopped Tasks ID Image Digest Last Status Started At Stopped At Stopped Reason -- ------------ ----------- ---------- ------------- ------------- 3143763b 8252e02b DEACTIVATING 2 hour ago 20 minutes ago Essential container in task exited 098548d8 8252e02b DEACTIVATING 3 hour ago 20 minutes ago Task stopped by user f75eb63g 8252e02b STOPPED 4 hours ago 42 minutes ago Task stopped by user ```
1.0
Seperate stopped tasks from running tasks in `svc status` output - Hi everyone! This issue is to propose a change to the current UI of `svc status`. # Background Below is the current UI for `svc status`. ``` Task Status ID Image Digest Last Status Started At Stopped At Health Status -- ------------ ----------- ---------- ---------- ------------- 2032763a 8252e02b RUNNING 1 hour ago - UNKNOWN 987548d7 8252e02b RUNNING 1 hour ago - HEALTHY e64eb63f 8252e02b RUNNING 3 hours ago - UNHEALTHY ``` Currently `$ svc status` shows tasks with "Running" as "Desired State", which doesn't capture any stopped tasks. This brings us the question of whether it makes sense to keep the "Stopped At" column for these tasks when the column is never filled. With #1763 in perspective, "Stopped Reason" will also be included as a column. This will introduce one additional empty column to the table if `svc status` is run without `--with-stopped`. # Proposal Modify the current output of `svc status` to ``` Task Status ID Image Digest Last Status Started At Health Status -- ------------ ----------- ---------- ------------- 2032763c 8252e02b RUNNING 1 hour ago UNKNOWN 987548d9 8252e02b RUNNING 1 hour ago HEALTHY e64eb63h 8252e02b RUNNING 3 hours ago UNHEALTHY ``` If `svc status --with-stopped` is run, the output will be ``` Task Status ID Image Digest Last Status Started At Health Status -- ------------ ----------- ---------- ------------- 2032763c 8252e02b RUNNING 1 hour ago UNKNOWN 987548d9 8252e02b RUNNING 1 hour ago UNKNOWN e64eb63h 8252e02b RUNNING 3 hours ago UNKNOWN Stopped Tasks ID Image Digest Last Status Started At Stopped At Stopped Reason -- ------------ ----------- ---------- ------------- ------------- 3143763b 8252e02b DEACTIVATING 2 hour ago 20 minutes ago Essential container in task exited 098548d8 8252e02b DEACTIVATING 3 hour ago 20 minutes ago Task stopped by user f75eb63g 8252e02b STOPPED 4 hours ago 42 minutes ago Task stopped by user ```
non_priority
seperate stopped tasks from running tasks in svc status output hi everyone this issue is to propose a change to the current ui of svc status background below is the current ui for svc status task status id image digest last status started at stopped at health status running hour ago unknown running hour ago healthy running hours ago unhealthy currently svc status shows tasks with running as desired state which doesn t capture any stopped tasks this brings us the question of whether it makes sense to keep the stopped at column for these tasks when the column is never filled with in perspective stopped reason will also be included as a column this will introduce one additional empty column to the table if svc status is run without with stopped proposal modify the current output of svc status to task status id image digest last status started at health status running hour ago unknown running hour ago healthy running hours ago unhealthy if svc status with stopped is run the output will be task status id image digest last status started at health status running hour ago unknown running hour ago unknown running hours ago unknown stopped tasks id image digest last status started at stopped at stopped reason deactivating hour ago minutes ago essential container in task exited deactivating hour ago minutes ago task stopped by user stopped hours ago minutes ago task stopped by user
0
298,719
22,553,549,470
IssuesEvent
2022-06-27 08:15:17
rosettatype/hyperglot
https://api.github.com/repos/rosettatype/hyperglot
opened
Provide more "how to" documentation for python library use
documentation
As per #28 and #86 — the library is useful for the CLI, but without documentation it is not useful standalone.
1.0
Provide more "how to" documentation for python library use - As per #28 and #86 — the library is useful for the CLI, but without documentation it is not useful standalone.
non_priority
provide more how to documentation for python library use as per and — the library is useful for the cli but without documentation it is not useful standalone
0
337,063
24,524,987,581
IssuesEvent
2022-10-11 12:30:33
Ruben-Arushanyan/react-component-shell
https://api.github.com/repos/Ruben-Arushanyan/react-component-shell
closed
Docs website setup
documentation p1
Link: https://github.com/Ruben-Arushanyan/guide-open-source/tree/master/guides/website ## Description - [x] Setup website https://github.com/Ruben-Arushanyan/guide-open-source/tree/master/guides/website - [x] Homepage features https://github.com/Ruben-Arushanyan/docusaurus-boilerplates/blob/master/classic_instructions.md#homepage-features-optional ## Additional
1.0
Docs website setup - Link: https://github.com/Ruben-Arushanyan/guide-open-source/tree/master/guides/website ## Description - [x] Setup website https://github.com/Ruben-Arushanyan/guide-open-source/tree/master/guides/website - [x] Homepage features https://github.com/Ruben-Arushanyan/docusaurus-boilerplates/blob/master/classic_instructions.md#homepage-features-optional ## Additional
non_priority
docs website setup link description setup website homepage features additional
0
69,866
7,165,243,156
IssuesEvent
2018-01-29 13:54:27
django-ldapdb/django-ldapdb
https://api.github.com/repos/django-ldapdb/django-ldapdb
closed
ListField with multi-value default
bug need-testcase
If you define a ListField with a List (with multiple values) as default, ldapdb will encode the list as string. This will generate something like that: ``` ['[', 'v', 'a', 'l', 'u', 'e', '1', ',', ' ', 'v', 'a', 'l', 'u', 'e', '2', ']'] ``` This will usually result in an error "value provided more than once" which is probably covered in #57. But the result would be wrong anyway...
1.0
ListField with multi-value default - If you define a ListField with a List (with multiple values) as default, ldapdb will encode the list as string. This will generate something like that: ``` ['[', 'v', 'a', 'l', 'u', 'e', '1', ',', ' ', 'v', 'a', 'l', 'u', 'e', '2', ']'] ``` This will usually result in an error "value provided more than once" which is probably covered in #57. But the result would be wrong anyway...
non_priority
listfield with multi value default if you define a listfield with a list with multiple values as default ldapdb will encode the list as string this will generate something like that this will usually result in an error value provided more than once which is probably covered in but the result would be wrong anyway
0
334,093
24,404,553,285
IssuesEvent
2022-10-05 06:36:23
utkarsh006/Eazy-Android
https://api.github.com/repos/utkarsh006/Eazy-Android
closed
Article 10 : Android UI Controls
documentation good first issue hacktoberfest
Write about the 13 types of UI Controls in Android in simple terms.
1.0
Article 10 : Android UI Controls - Write about the 13 types of UI Controls in Android in simple terms.
non_priority
article android ui controls write about the types of ui controls in android in simple terms
0
261,915
19,750,912,869
IssuesEvent
2022-01-15 04:02:31
InvasionBiologyHypotheses/Documentation
https://api.github.com/repos/InvasionBiologyHypotheses/Documentation
opened
Consider requesting a Phabricator workboard for enKORE
documentation Phabricator
This relates to - #24 For examples of such Phabricator workboards, see https://phabricator.wikimedia.org/project/view/1608/ or https://phabricator.wikimedia.org/project/view/17/ .
1.0
Consider requesting a Phabricator workboard for enKORE - This relates to - #24 For examples of such Phabricator workboards, see https://phabricator.wikimedia.org/project/view/1608/ or https://phabricator.wikimedia.org/project/view/17/ .
non_priority
consider requesting a phabricator workboard for enkore this relates to for examples of such phabricator workboards see or
0
95,993
8,582,692,008
IssuesEvent
2018-11-13 17:37:25
actnforchildren/mental_health_app
https://api.github.com/repos/actnforchildren/mental_health_app
closed
Emails not being sent for MVP testing accounts
bug please-test priority-1
These accounts are the ones for the MVP testing mentioned #64 This wasn't mentioned in Kate's email, but we just found out these accounts are not sending emails to the trusted adult account. On the app, it will indicate the email has been sent. The previous testing accounts (test_user, test1-9) are working just fine in terms of this function.
1.0
Emails not being sent for MVP testing accounts - These accounts are the ones for the MVP testing mentioned #64 This wasn't mentioned in Kate's email, but we just found out these accounts are not sending emails to the trusted adult account. On the app, it will indicate the email has been sent. The previous testing accounts (test_user, test1-9) are working just fine in terms of this function.
non_priority
emails not being sent for mvp testing accounts these accounts are the ones for the mvp testing mentioned this wasn t mentioned in kate s email but we just found out these accounts are not sending emails to the trusted adult account on the app it will indicate the email has been sent the previous testing accounts test user are working just fine in terms of this function
0
84,423
3,664,629,797
IssuesEvent
2016-02-19 12:42:42
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Several issues with show annotations link in browse pages
component/web kind/bug priority/P2
When it shows up right before a table there is no margin now that the tiles are gone. ![show_annotations](https://cloud.githubusercontent.com/assets/1467629/12789788/485b29be-ca6d-11e5-8e9e-92a70cf6b6ae.png) Deployment config is completely missing annotations. Build config has it under the Configuration tab which is not the first tab, are annotations really configuration?
1.0
Several issues with show annotations link in browse pages - When it shows up right before a table there is no margin now that the tiles are gone. ![show_annotations](https://cloud.githubusercontent.com/assets/1467629/12789788/485b29be-ca6d-11e5-8e9e-92a70cf6b6ae.png) Deployment config is completely missing annotations. Build config has it under the Configuration tab which is not the first tab, are annotations really configuration?
priority
several issues with show annotations link in browse pages when it shows up right before a table there is no margin now that the tiles are gone deployment config is completely missing annotations build config has it under the configuration tab which is not the first tab are annotations really configuration
1
135,241
30,270,699,488
IssuesEvent
2023-07-07 15:07:35
phase2/outline
https://api.github.com/repos/phase2/outline
opened
[Bug]: CSS watch scripts failing in dev mode
Type: Bug Difficulty: Low Good First Issue READY TO CODE
**Describe the bug** CSS IS NOT being auto reloaded/watched properly in dev mode. **To Reproduce** Steps to reproduce the behavior: - Make a change CSS or TS file related - Observe there is no change in Storybook - Stop the build. - Run `yarn start` **Expected behavior** CSS IS being auto reloaded/watched properly in dev mode. **Additional context** How to fix this: In https://github.com/phase2/outline/blob/next/packages/outline-templates/default/scripts/styles.mjs#L180C1-L199, these lines ARE already uncommented, so this is appropriate. in https://github.com/phase2/outline/blob/next/packages/outline-templates/default/package.json, we need to make it look more like this as seen [here](https://github.com/phase2/essential-drupal/pull/26/files) (for those with access): <img width="1688" alt="image" src="https://github.com/phase2/outline/assets/21905/d9e97e5f-0734-45dc-ac8d-24204587ec5f"> Note the following changes. ```json "scripts": { "start": "yarn watch", "watch": "npm-run-all -p watch:*", "watch:storybook": "yarn storybook:dev", "watch:css": "node scripts/styles.mjs --watch" }, ```
1.0
[Bug]: CSS watch scripts failing in dev mode - **Describe the bug** CSS IS NOT being auto reloaded/watched properly in dev mode. **To Reproduce** Steps to reproduce the behavior: - Make a change CSS or TS file related - Observe there is no change in Storybook - Stop the build. - Run `yarn start` **Expected behavior** CSS IS being auto reloaded/watched properly in dev mode. **Additional context** How to fix this: In https://github.com/phase2/outline/blob/next/packages/outline-templates/default/scripts/styles.mjs#L180C1-L199, these lines ARE already uncommented, so this is appropriate. in https://github.com/phase2/outline/blob/next/packages/outline-templates/default/package.json, we need to make it look more like this as seen [here](https://github.com/phase2/essential-drupal/pull/26/files) (for those with access): <img width="1688" alt="image" src="https://github.com/phase2/outline/assets/21905/d9e97e5f-0734-45dc-ac8d-24204587ec5f"> Note the following changes. ```json "scripts": { "start": "yarn watch", "watch": "npm-run-all -p watch:*", "watch:storybook": "yarn storybook:dev", "watch:css": "node scripts/styles.mjs --watch" }, ```
non_priority
css watch scripts failing in dev mode describe the bug css is not being auto reloaded watched properly in dev mode to reproduce steps to reproduce the behavior make a change css or ts file related observe there is no change in storybook stop the build run yarn start expected behavior css is being auto reloaded watched properly in dev mode additional context how to fix this in these lines are already uncommented so this is appropriate in we need to make it look more like this as seen for those with access img width alt image src note the following changes json scripts start yarn watch watch npm run all p watch watch storybook yarn storybook dev watch css node scripts styles mjs watch
0
551,355
16,166,672,714
IssuesEvent
2021-05-01 16:36:12
codetapacademy/my-cv-v3-starter
https://api.github.com/repos/codetapacademy/my-cv-v3-starter
closed
feat: mariateo - add welcome section
Priority: Medium
* [x] feat: mariateo - add the title and subtitle #64 * [x] feat: mariateo - add a section title and a box with shadow #65 * [x] feat: mariateo - add download button #66 * [x] feat: mariateo - add arrow down #67
1.0
feat: mariateo - add welcome section - * [x] feat: mariateo - add the title and subtitle #64 * [x] feat: mariateo - add a section title and a box with shadow #65 * [x] feat: mariateo - add download button #66 * [x] feat: mariateo - add arrow down #67
priority
feat mariateo add welcome section feat mariateo add the title and subtitle feat mariateo add a section title and a box with shadow feat mariateo add download button feat mariateo add arrow down
1
276,281
23,982,821,429
IssuesEvent
2022-09-13 16:21:23
librosa/librosa
https://api.github.com/repos/librosa/librosa
closed
CI failure on windows with resampy 0.4.1
bug testing Upstream/dependency bug
**Describe the bug** This popped up yesterday after releasing resampy 0.4.1. Our test suite generally works fine, except for one test on windows that's failing. The relevant part of the error log is ```python shape[axis] = int(shape[axis] * sr_new / sr_orig) if shape[axis] < 1: > raise ValueError( "Input signal length={} is too small to " "resample from {}->{}".format(x.shape[axis], sr_orig, sr_new) ) E ValueError: Input signal length=720200 is too small to resample from 22050->4000 ``` Actual build log is here: https://github.com/librosa/librosa/runs/8276453091?check_suite_focus=true Note that the same test works fine on all other platforms. Scrolling up the error log, what I'm seeing is: ```python tests\test_core.py:1880: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ librosa\core\spectrum.py:1591: in iirt y_resampled.append(resample(y, orig_sr=sr, target_sr=cur_sr, res_type=res_type)) librosa\core\audio.py:648: in resample y_hat = resampy.resample(y, orig_sr, target_sr, filter=res_type, axis=axis) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ x = array([0., 0., 0., ..., 0., 0., 0.]), sr_orig = 22050, sr_new = 4000 axis = -1, filter = 'kaiser_best', parallel = False, kwargs = {} sample_ratio = 0.18140589569160998, shape = [-64134] ``` So it looks like somehow the shape calculation is overflowing and becoming a negative int (?!). I don't see any what that this makes sense though, as the resulting shape (-64134) is not what you would get be a 16-bit signed integer overflow of the true shape `int(720200 * 4000 / 22050) = 130648`. At any rate, all numbers in the shape calculation of resampy are Python ints and not numpy ints (up until the division anyway), and this would not overflow in the first place. So I'm pretty puzzled. My first instinct was to push this back as a resampy issue, but I don't think there's actually a problem there. Rather, I think there's something subtly broken in the windows CI environment to trigger this. As a side note, #1566 would obviate this issue in the tests, but I'd still like to figure out what's going on here.
1.0
CI failure on windows with resampy 0.4.1 - **Describe the bug** This popped up yesterday after releasing resampy 0.4.1. Our test suite generally works fine, except for one test on windows that's failing. The relevant part of the error log is ```python shape[axis] = int(shape[axis] * sr_new / sr_orig) if shape[axis] < 1: > raise ValueError( "Input signal length={} is too small to " "resample from {}->{}".format(x.shape[axis], sr_orig, sr_new) ) E ValueError: Input signal length=720200 is too small to resample from 22050->4000 ``` Actual build log is here: https://github.com/librosa/librosa/runs/8276453091?check_suite_focus=true Note that the same test works fine on all other platforms. Scrolling up the error log, what I'm seeing is: ```python tests\test_core.py:1880: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ librosa\core\spectrum.py:1591: in iirt y_resampled.append(resample(y, orig_sr=sr, target_sr=cur_sr, res_type=res_type)) librosa\core\audio.py:648: in resample y_hat = resampy.resample(y, orig_sr, target_sr, filter=res_type, axis=axis) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ x = array([0., 0., 0., ..., 0., 0., 0.]), sr_orig = 22050, sr_new = 4000 axis = -1, filter = 'kaiser_best', parallel = False, kwargs = {} sample_ratio = 0.18140589569160998, shape = [-64134] ``` So it looks like somehow the shape calculation is overflowing and becoming a negative int (?!). I don't see any what that this makes sense though, as the resulting shape (-64134) is not what you would get be a 16-bit signed integer overflow of the true shape `int(720200 * 4000 / 22050) = 130648`. At any rate, all numbers in the shape calculation of resampy are Python ints and not numpy ints (up until the division anyway), and this would not overflow in the first place. So I'm pretty puzzled. My first instinct was to push this back as a resampy issue, but I don't think there's actually a problem there. Rather, I think there's something subtly broken in the windows CI environment to trigger this. As a side note, #1566 would obviate this issue in the tests, but I'd still like to figure out what's going on here.
non_priority
ci failure on windows with resampy describe the bug this popped up yesterday after releasing resampy our test suite generally works fine except for one test on windows that s failing the relevant part of the error log is python shape int shape sr new sr orig if shape raise valueerror input signal length is too small to resample from format x shape sr orig sr new e valueerror input signal length is too small to resample from actual build log is here note that the same test works fine on all other platforms scrolling up the error log what i m seeing is python tests test core py librosa core spectrum py in iirt y resampled append resample y orig sr sr target sr cur sr res type res type librosa core audio py in resample y hat resampy resample y orig sr target sr filter res type axis axis x array sr orig sr new axis filter kaiser best parallel false kwargs sample ratio shape so it looks like somehow the shape calculation is overflowing and becoming a negative int i don t see any what that this makes sense though as the resulting shape is not what you would get be a bit signed integer overflow of the true shape int at any rate all numbers in the shape calculation of resampy are python ints and not numpy ints up until the division anyway and this would not overflow in the first place so i m pretty puzzled my first instinct was to push this back as a resampy issue but i don t think there s actually a problem there rather i think there s something subtly broken in the windows ci environment to trigger this as a side note would obviate this issue in the tests but i d still like to figure out what s going on here
0
105,767
16,657,299,366
IssuesEvent
2021-06-05 19:09:57
veritem/presentations-template
https://api.github.com/repos/veritem/presentations-template
opened
CVE-2020-11022 (Medium) detected in jquery-1.9.1.min.js
security vulnerability
## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.9.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js</a></p> <p>Path to dependency file: presentations-template/node_modules/dagre-d3/dist/demo/hover.html</p> <p>Path to vulnerable library: presentations-template/node_modules/dagre-d3/dist/demo/hover.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.9.1.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/veritem/presentations-template/commit/884b3075ded880e9e27ad356e1a0f9dfb67ff6c2">884b3075ded880e9e27ad356e1a0f9dfb67ff6c2</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML 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-11022>CVE-2020-11022</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://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</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-11022 (Medium) detected in jquery-1.9.1.min.js - ## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.9.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js</a></p> <p>Path to dependency file: presentations-template/node_modules/dagre-d3/dist/demo/hover.html</p> <p>Path to vulnerable library: presentations-template/node_modules/dagre-d3/dist/demo/hover.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.9.1.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/veritem/presentations-template/commit/884b3075ded880e9e27ad356e1a0f9dfb67ff6c2">884b3075ded880e9e27ad356e1a0f9dfb67ff6c2</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML 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-11022>CVE-2020-11022</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://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</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_priority
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file presentations template node modules dagre dist demo hover html path to vulnerable library presentations template node modules dagre dist demo hover html dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch main vulnerability details in jquery versions greater than or equal to and before passing html 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
465,798
13,392,439,902
IssuesEvent
2020-09-03 01:22:04
googleapis/google-cloud-go
https://api.github.com/repos/googleapis/google-cloud-go
closed
bigtable: emulator rejects puts with reversed timestamps
api: bigtable external priority: p2 type: bug
**Client** * bigtable-hbase-1.x-shaded version 1.6.0 * hbase-shaded-client 1.4.5 **Environment** OSX and Linux **Code** ```java // Ideally, we'd just use Long.MAX_VALUE for this. However, the bigtable client needs to translate the value into // microseconds as that is what Bigtable uses. This means they take the value we give them and they multiply it by // 1000 which ends up blowing the size of a Long if we don't accommodate the expansion. Therefore, we set our max // to the max value we can use but still accommodate the multiply by 1000 public static final long REVERSE_EPOCH = Long.MAX_VALUE / 1000L; private long reverseTimestamp(long modTs) { Preconditions.checkArgument(modTs >= 0); return REVERSE_EPOCH - modTs; } private void doReversedTimestampPut(Table table) throws IOException { byte[] key = "key".getBytes(); long timestamp = System.currentTimeMillis(); Put put = new Put(key, System.currentTimeMillis()); put.add(FAMILY, CREATION_TIMESTAMP_COL, reverseTimestamp(timestamp), Bytes.toBytes(timestamp)); table.put(put); } ``` ```java org.apache.hadoop.hbase.DoNotRetryIOException: Failed to perform operation. Operation='put', projectId='who_cares', tableName='not_me', rowKey='key' at com.google.cloud.bigtable.hbase.AbstractBigtableTable.logAndCreateIOException(AbstractBigtableTable.java:536) at com.google.cloud.bigtable.hbase.AbstractBigtableTable.put(AbstractBigtableTable.java:354) <SNIP> Caused by: com.google.bigtable.repackaged.io.grpc.StatusRuntimeException: UNKNOWN: invalid timestamp 9221789815520484000 at com.google.bigtable.repackaged.io.grpc.Status.asRuntimeException(Status.java:517) at com.google.bigtable.repackaged.com.google.cloud.bigtable.grpc.async.AbstractRetryingOperation.getBlockingResult(AbstractRetryingOperation.java:476) at com.google.bigtable.repackaged.com.google.cloud.bigtable.grpc.BigtableDataGrpcClient.mutateRow(BigtableDataGrpcClient.java:236) at com.google.cloud.bigtable.hbase.AbstractBigtableTable.put(AbstractBigtableTable.java:351) ... 28 more ``` **Expected behavior** Reversed timestamps are allowed on mutations on the bigtable emulator. **Actual behavior** Timestamps after the year 10,000 are not allowed, which was introduced as a part of [this change](https://code-review.googlesource.com/c/gocloud/+/27650/). **Additional context** We're doing timestamp reversing as described [here](https://cloud.google.com/bigtable/docs/schema-design): > If you usually retrieve the most recent records first, you can use a reversed timestamp in the row key by subtracting the timestamp from your programming language's maximum value for long integers (in Java, java.lang.Long.MAX_VALUE). With a reversed timestamp, the records will be ordered from most recent to least recent.
1.0
bigtable: emulator rejects puts with reversed timestamps - **Client** * bigtable-hbase-1.x-shaded version 1.6.0 * hbase-shaded-client 1.4.5 **Environment** OSX and Linux **Code** ```java // Ideally, we'd just use Long.MAX_VALUE for this. However, the bigtable client needs to translate the value into // microseconds as that is what Bigtable uses. This means they take the value we give them and they multiply it by // 1000 which ends up blowing the size of a Long if we don't accommodate the expansion. Therefore, we set our max // to the max value we can use but still accommodate the multiply by 1000 public static final long REVERSE_EPOCH = Long.MAX_VALUE / 1000L; private long reverseTimestamp(long modTs) { Preconditions.checkArgument(modTs >= 0); return REVERSE_EPOCH - modTs; } private void doReversedTimestampPut(Table table) throws IOException { byte[] key = "key".getBytes(); long timestamp = System.currentTimeMillis(); Put put = new Put(key, System.currentTimeMillis()); put.add(FAMILY, CREATION_TIMESTAMP_COL, reverseTimestamp(timestamp), Bytes.toBytes(timestamp)); table.put(put); } ``` ```java org.apache.hadoop.hbase.DoNotRetryIOException: Failed to perform operation. Operation='put', projectId='who_cares', tableName='not_me', rowKey='key' at com.google.cloud.bigtable.hbase.AbstractBigtableTable.logAndCreateIOException(AbstractBigtableTable.java:536) at com.google.cloud.bigtable.hbase.AbstractBigtableTable.put(AbstractBigtableTable.java:354) <SNIP> Caused by: com.google.bigtable.repackaged.io.grpc.StatusRuntimeException: UNKNOWN: invalid timestamp 9221789815520484000 at com.google.bigtable.repackaged.io.grpc.Status.asRuntimeException(Status.java:517) at com.google.bigtable.repackaged.com.google.cloud.bigtable.grpc.async.AbstractRetryingOperation.getBlockingResult(AbstractRetryingOperation.java:476) at com.google.bigtable.repackaged.com.google.cloud.bigtable.grpc.BigtableDataGrpcClient.mutateRow(BigtableDataGrpcClient.java:236) at com.google.cloud.bigtable.hbase.AbstractBigtableTable.put(AbstractBigtableTable.java:351) ... 28 more ``` **Expected behavior** Reversed timestamps are allowed on mutations on the bigtable emulator. **Actual behavior** Timestamps after the year 10,000 are not allowed, which was introduced as a part of [this change](https://code-review.googlesource.com/c/gocloud/+/27650/). **Additional context** We're doing timestamp reversing as described [here](https://cloud.google.com/bigtable/docs/schema-design): > If you usually retrieve the most recent records first, you can use a reversed timestamp in the row key by subtracting the timestamp from your programming language's maximum value for long integers (in Java, java.lang.Long.MAX_VALUE). With a reversed timestamp, the records will be ordered from most recent to least recent.
priority
bigtable emulator rejects puts with reversed timestamps client bigtable hbase x shaded version hbase shaded client environment osx and linux code java ideally we d just use long max value for this however the bigtable client needs to translate the value into microseconds as that is what bigtable uses this means they take the value we give them and they multiply it by which ends up blowing the size of a long if we don t accommodate the expansion therefore we set our max to the max value we can use but still accommodate the multiply by public static final long reverse epoch long max value private long reversetimestamp long modts preconditions checkargument modts return reverse epoch modts private void doreversedtimestampput table table throws ioexception byte key key getbytes long timestamp system currenttimemillis put put new put key system currenttimemillis put add family creation timestamp col reversetimestamp timestamp bytes tobytes timestamp table put put java org apache hadoop hbase donotretryioexception failed to perform operation operation put projectid who cares tablename not me rowkey key at com google cloud bigtable hbase abstractbigtabletable logandcreateioexception abstractbigtabletable java at com google cloud bigtable hbase abstractbigtabletable put abstractbigtabletable java caused by com google bigtable repackaged io grpc statusruntimeexception unknown invalid timestamp at com google bigtable repackaged io grpc status asruntimeexception status java at com google bigtable repackaged com google cloud bigtable grpc async abstractretryingoperation getblockingresult abstractretryingoperation java at com google bigtable repackaged com google cloud bigtable grpc bigtabledatagrpcclient mutaterow bigtabledatagrpcclient java at com google cloud bigtable hbase abstractbigtabletable put abstractbigtabletable java more expected behavior reversed timestamps are allowed on mutations on the bigtable emulator actual behavior timestamps after the year are not allowed which was introduced as a part of additional context we re doing timestamp reversing as described if you usually retrieve the most recent records first you can use a reversed timestamp in the row key by subtracting the timestamp from your programming language s maximum value for long integers in java java lang long max value with a reversed timestamp the records will be ordered from most recent to least recent
1
484,287
13,937,451,566
IssuesEvent
2020-10-22 14:09:54
UnknownShadow200/ClassiCube
https://api.github.com/repos/UnknownShadow200/ClassiCube
opened
Checking for updates breaks when targetting android 9.0+
bug low priority mobile
Because `https://cs.classicube.net/client/builds.json` redirects to `http://classicube.s3.amazonaws.com/client/builds.json`, and android won't auto follow redirects from https to http. Because of the way cs.classicube.net handles redirects, having it redirect to `https://` instead would be rather difficult. So I need to add support for manually following redirects in `Http.c`. (implementation would probably be along the lines of check status is 301-302, if so change req->url to `Location` header. Attempt this only up to 10 times)
1.0
Checking for updates breaks when targetting android 9.0+ - Because `https://cs.classicube.net/client/builds.json` redirects to `http://classicube.s3.amazonaws.com/client/builds.json`, and android won't auto follow redirects from https to http. Because of the way cs.classicube.net handles redirects, having it redirect to `https://` instead would be rather difficult. So I need to add support for manually following redirects in `Http.c`. (implementation would probably be along the lines of check status is 301-302, if so change req->url to `Location` header. Attempt this only up to 10 times)
priority
checking for updates breaks when targetting android because redirects to and android won t auto follow redirects from https to http because of the way cs classicube net handles redirects having it redirect to instead would be rather difficult so i need to add support for manually following redirects in http c implementation would probably be along the lines of check status is if so change req url to location header attempt this only up to times
1
639,730
20,763,385,036
IssuesEvent
2022-03-15 18:13:06
googlemaps/android-maps-compose
https://api.github.com/repos/googlemaps/android-maps-compose
closed
Release 2.0-SNAPSHOT
type: feature request priority: p2
Release `2.0-SNAPSHOT` to make features like #11 available for consumption.
1.0
Release 2.0-SNAPSHOT - Release `2.0-SNAPSHOT` to make features like #11 available for consumption.
priority
release snapshot release snapshot to make features like available for consumption
1
379,788
26,387,279,403
IssuesEvent
2023-01-12 13:15:47
Team-Smeme/Smeme-server
https://api.github.com/repos/Team-Smeme/Smeme-server
closed
[ADD] 리드미 서비스 소개 이미지 추가
documentation Sohyeon
<!-- - 리뷰어 추가했나요? - 허가자 추가했나요? - 라벨 추가했나요? --> ## What is this issue? 🚀 리드미에 서비스 소개 이미지를 추가합니다. ## Progress 🏃‍♀️ - [ ] 소개 이미지 추가
1.0
[ADD] 리드미 서비스 소개 이미지 추가 - <!-- - 리뷰어 추가했나요? - 허가자 추가했나요? - 라벨 추가했나요? --> ## What is this issue? 🚀 리드미에 서비스 소개 이미지를 추가합니다. ## Progress 🏃‍♀️ - [ ] 소개 이미지 추가
non_priority
리드미 서비스 소개 이미지 추가 리뷰어 추가했나요 허가자 추가했나요 라벨 추가했나요 what is this issue 🚀 리드미에 서비스 소개 이미지를 추가합니다 progress 🏃‍♀️ 소개 이미지 추가
0
20,566
2,622,853,436
IssuesEvent
2015-03-04 08:06:28
max99x/pagemon-chrome-ext
https://api.github.com/repos/max99x/pagemon-chrome-ext
opened
Show only diffs
auto-migrated Priority-Medium Type-Enhancement
``` Is it possible to only show the diffs from a page? I monitor a very large table, which thousands of rows, and I have to scroll the entire thing to see only a few diffs. Would love a way to only show the diffs, even if only in a text, i.e., non-formatted. Thanks for the great extension! ``` Original issue reported on code.google.com by `bridav...@gmail.com` on 9 Jul 2013 at 2:42
1.0
Show only diffs - ``` Is it possible to only show the diffs from a page? I monitor a very large table, which thousands of rows, and I have to scroll the entire thing to see only a few diffs. Would love a way to only show the diffs, even if only in a text, i.e., non-formatted. Thanks for the great extension! ``` Original issue reported on code.google.com by `bridav...@gmail.com` on 9 Jul 2013 at 2:42
priority
show only diffs is it possible to only show the diffs from a page i monitor a very large table which thousands of rows and i have to scroll the entire thing to see only a few diffs would love a way to only show the diffs even if only in a text i e non formatted thanks for the great extension original issue reported on code google com by bridav gmail com on jul at
1
545,051
15,935,025,238
IssuesEvent
2021-04-14 09:21:54
inf112-v21/Trivial-Solution
https://api.github.com/repos/inf112-v21/Trivial-Solution
closed
Finn andre enheter som har TrivialSolution sin RobatRallly versjon installert over et LAN
High priority feature
Akseptansekrav: - Enheten som starter mulitplayer funksjonen skal kunne sende ut en request til andre enheter som har spillet installert i et LAN om å joine denne mulitplayer økten. Arbeidsoppgaver: - Finn ut av en måte som gjør at enheten som sender ut requesten kan finne IP-adressen til andre enheter som har TrivialSolution sin Robotrally verjson installert. - IMplementer dette slik at det virker over et LAN - Etabler en konneksjon med disse enhetene, som kan starte spillet.
1.0
Finn andre enheter som har TrivialSolution sin RobatRallly versjon installert over et LAN - Akseptansekrav: - Enheten som starter mulitplayer funksjonen skal kunne sende ut en request til andre enheter som har spillet installert i et LAN om å joine denne mulitplayer økten. Arbeidsoppgaver: - Finn ut av en måte som gjør at enheten som sender ut requesten kan finne IP-adressen til andre enheter som har TrivialSolution sin Robotrally verjson installert. - IMplementer dette slik at det virker over et LAN - Etabler en konneksjon med disse enhetene, som kan starte spillet.
priority
finn andre enheter som har trivialsolution sin robatrallly versjon installert over et lan akseptansekrav enheten som starter mulitplayer funksjonen skal kunne sende ut en request til andre enheter som har spillet installert i et lan om å joine denne mulitplayer økten arbeidsoppgaver finn ut av en måte som gjør at enheten som sender ut requesten kan finne ip adressen til andre enheter som har trivialsolution sin robotrally verjson installert implementer dette slik at det virker over et lan etabler en konneksjon med disse enhetene som kan starte spillet
1
786,528
27,658,030,496
IssuesEvent
2023-03-12 07:13:37
unlock-protocol/unlock
https://api.github.com/repos/unlock-protocol/unlock
closed
Move "execution" logic from paywall to paywall-app
🚨 High Priority
Our Paywall package does a bit too much :) Immediately after being loaded it instantiates a [new Paywall object](https://github.com/unlock-protocol/unlock/blob/master/packages/paywall/src/index.ts). We should not do that as part of the paywall package but as part of the paywall-app and make sure this part happens in the javascript `unlock.latest.min.js` file. The package itself should just export the `Paywall` object which can then be instantiated by any application.
1.0
Move "execution" logic from paywall to paywall-app - Our Paywall package does a bit too much :) Immediately after being loaded it instantiates a [new Paywall object](https://github.com/unlock-protocol/unlock/blob/master/packages/paywall/src/index.ts). We should not do that as part of the paywall package but as part of the paywall-app and make sure this part happens in the javascript `unlock.latest.min.js` file. The package itself should just export the `Paywall` object which can then be instantiated by any application.
priority
move execution logic from paywall to paywall app our paywall package does a bit too much immediately after being loaded it instantiates a we should not do that as part of the paywall package but as part of the paywall app and make sure this part happens in the javascript unlock latest min js file the package itself should just export the paywall object which can then be instantiated by any application
1
237,890
26,085,431,623
IssuesEvent
2022-12-26 01:44:37
zurichat/zc_main
https://api.github.com/repos/zurichat/zc_main
opened
CVE-2022-46175 (High) detected in multiple libraries
security vulnerability
## CVE-2022-46175 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-1.0.1.tgz</b>, <b>json5-0.5.1.tgz</b>, <b>json5-2.2.0.tgz</b></p></summary> <p> <details><summary><b>json5-1.0.1.tgz</b></p></summary> <p>JSON for humans.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-1.0.1.tgz">https://registry.npmjs.org/json5/-/json5-1.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/json5/package.json</p> <p> Dependency Hierarchy: - @zuri/main-1.0.0.tgz (Root Library) - js-yaml-loader-1.2.2.tgz - loader-utils-1.4.0.tgz - :x: **json5-1.0.1.tgz** (Vulnerable Library) </details> <details><summary><b>json5-0.5.1.tgz</b></p></summary> <p>JSON for the ES5 era.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-0.5.1.tgz">https://registry.npmjs.org/json5/-/json5-0.5.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/json5/package.json</p> <p> Dependency Hierarchy: - @zuri/zuri-ui-1.0.0.tgz (Root Library) - draft-js-plugin-editor-0.0.0.tgz - extract-text-webpack-plugin-1.0.1.tgz - loader-utils-0.2.17.tgz - :x: **json5-0.5.1.tgz** (Vulnerable Library) </details> <details><summary><b>json5-2.2.0.tgz</b></p></summary> <p>JSON for humans.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-2.2.0.tgz">https://registry.npmjs.org/json5/-/json5-2.2.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/json5/package.json</p> <p> Dependency Hierarchy: - @zuri/root-config-1.0.0.tgz (Root Library) - webpack-config-single-spa-react-4.0.2.tgz - webpack-config-single-spa-5.1.1.tgz - css-loader-5.2.7.tgz - loader-utils-2.0.0.tgz - :x: **json5-2.2.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/zurichat/zc_main/commit/b144247b62e851190fe052db385e082185524e69">b144247b62e851190fe052db385e082185524e69</a></p> <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> JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later. <p>Publish Date: 2022-12-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-46175>CVE-2022-46175</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-46175">https://www.cve.org/CVERecord?id=CVE-2022-46175</a></p> <p>Release Date: 2022-12-24</p> <p>Fix Resolution: json5 - 2.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-46175 (High) detected in multiple libraries - ## CVE-2022-46175 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-1.0.1.tgz</b>, <b>json5-0.5.1.tgz</b>, <b>json5-2.2.0.tgz</b></p></summary> <p> <details><summary><b>json5-1.0.1.tgz</b></p></summary> <p>JSON for humans.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-1.0.1.tgz">https://registry.npmjs.org/json5/-/json5-1.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/json5/package.json</p> <p> Dependency Hierarchy: - @zuri/main-1.0.0.tgz (Root Library) - js-yaml-loader-1.2.2.tgz - loader-utils-1.4.0.tgz - :x: **json5-1.0.1.tgz** (Vulnerable Library) </details> <details><summary><b>json5-0.5.1.tgz</b></p></summary> <p>JSON for the ES5 era.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-0.5.1.tgz">https://registry.npmjs.org/json5/-/json5-0.5.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/json5/package.json</p> <p> Dependency Hierarchy: - @zuri/zuri-ui-1.0.0.tgz (Root Library) - draft-js-plugin-editor-0.0.0.tgz - extract-text-webpack-plugin-1.0.1.tgz - loader-utils-0.2.17.tgz - :x: **json5-0.5.1.tgz** (Vulnerable Library) </details> <details><summary><b>json5-2.2.0.tgz</b></p></summary> <p>JSON for humans.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-2.2.0.tgz">https://registry.npmjs.org/json5/-/json5-2.2.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/json5/package.json</p> <p> Dependency Hierarchy: - @zuri/root-config-1.0.0.tgz (Root Library) - webpack-config-single-spa-react-4.0.2.tgz - webpack-config-single-spa-5.1.1.tgz - css-loader-5.2.7.tgz - loader-utils-2.0.0.tgz - :x: **json5-2.2.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/zurichat/zc_main/commit/b144247b62e851190fe052db385e082185524e69">b144247b62e851190fe052db385e082185524e69</a></p> <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> JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later. <p>Publish Date: 2022-12-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-46175>CVE-2022-46175</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-46175">https://www.cve.org/CVERecord?id=CVE-2022-46175</a></p> <p>Release Date: 2022-12-24</p> <p>Fix Resolution: json5 - 2.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries tgz tgz tgz tgz json for humans library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy zuri main tgz root library js yaml loader tgz loader utils tgz x tgz vulnerable library tgz json for the era library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy zuri zuri ui tgz root library draft js plugin editor tgz extract text webpack plugin tgz loader utils tgz x tgz vulnerable library tgz json for humans library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy zuri root config tgz root library webpack config single spa react tgz webpack config single spa tgz css loader tgz loader utils tgz x tgz vulnerable library found in head commit a href found in base branch dev vulnerability details is an extension to the popular json file format that aims to be easier to write and maintain by hand e g for config files the parse method of the library before and including version does not restrict parsing of keys named proto allowing specially crafted strings to pollute the prototype of the resulting object this vulnerability pollutes the prototype of the object returned by parse and not the global object prototype which is the commonly understood definition of prototype pollution however polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations this vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from parse the actual impact will depend on how applications utilize the returned object and how they filter unwanted keys but could include denial of service cross site scripting elevation of privilege and in extreme cases remote code execution parse should restrict parsing of proto keys when parsing json strings to objects as a point of reference the json parse method included in javascript ignores proto keys simply changing parse to json parse in the examples above mitigates this vulnerability this vulnerability is patched in version and later publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact low 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
25,684
2,683,925,765
IssuesEvent
2015-03-28 13:36:27
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
opened
DOS: Не совместимость с русификаторами консоли keyrus и RKM
2–5 stars bug imported Priority-Medium
_From [paul.zay...@gmail.com](https://code.google.com/u/102200610621821109077/) on May 26, 2010 02:54:11_ Докладываю о проблеме в его работе при наличии русификатора консоли. Имеем: 1. WinXP SP3; 2. Вызов русификатора консоли из autoexec.nt (keyrus.com или RKM.com - результат будет одинаковым); 3. Для примера возьмем настроенную ассоциацию на dbf файлы вида c:\tools \cdbf.exe !-!. Собственно, ассоциация может быть любой. Важно наличие сочетания DOS-утилиты и русификатора консоли; 4. Чистый Far отрабатывает ассоциацию без ошибок; 5. ConEmu повисает в момент запуска русификатора. Причем при отключении русификатора (в autoexec.nt) работает стабильно. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=239_
1.0
DOS: Не совместимость с русификаторами консоли keyrus и RKM - _From [paul.zay...@gmail.com](https://code.google.com/u/102200610621821109077/) on May 26, 2010 02:54:11_ Докладываю о проблеме в его работе при наличии русификатора консоли. Имеем: 1. WinXP SP3; 2. Вызов русификатора консоли из autoexec.nt (keyrus.com или RKM.com - результат будет одинаковым); 3. Для примера возьмем настроенную ассоциацию на dbf файлы вида c:\tools \cdbf.exe !-!. Собственно, ассоциация может быть любой. Важно наличие сочетания DOS-утилиты и русификатора консоли; 4. Чистый Far отрабатывает ассоциацию без ошибок; 5. ConEmu повисает в момент запуска русификатора. Причем при отключении русификатора (в autoexec.nt) работает стабильно. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=239_
priority
dos не совместимость с русификаторами консоли keyrus и rkm from on may докладываю о проблеме в его работе при наличии русификатора консоли имеем winxp вызов русификатора консоли из autoexec nt keyrus com или rkm com результат будет одинаковым для примера возьмем настроенную ассоциацию на dbf файлы вида c tools cdbf exe собственно ассоциация может быть любой важно наличие сочетания dos утилиты и русификатора консоли чистый far отрабатывает ассоциацию без ошибок conemu повисает в момент запуска русификатора причем при отключении русификатора в autoexec nt работает стабильно original issue
1
92,726
3,873,148,900
IssuesEvent
2016-04-11 15:59:58
ELVIS-Project/vis-framework
https://api.github.com/repos/ELVIS-Project/vis-framework
opened
What should go in VIS 3.0?
Priority: LONG-TERM Type: DISCUSSION
Here is what I want to see in VIS 3.0: - breakdown of score importation into more steps - no more "stream indexers", instead index the streams of each part in a score only once when the data is imported and save the results as a list of series (important, a list of series, not a dataframe), then all indexers that are currently stream indexers would be series indexers instead - use .applymap() (for dataframes) or .apply() (for series) to execute all indexer functions - cache the results of all indexers that require no settings and the results of some intermediary analysis steps as attributes of each indexed_piece - save these cached attributes on the database along with the corresponding symbolic notation files - use get methods to run indexers that don't take settings - stop using the noterest_indexer results to calculate intervals; instead cache the intermediary analysis step of getting all the music21 note and rest objects and use these to directly create intervals. This will allow us to avoid creating hundreds of thousands of notes and intervals per piece that will just get discarded immediately anyway - create a dynamic offset indexer that automatically detects what the ideal sampling rate is for Renaissance music - replace ngram indexer with new_ngram indexer; the name will be the ngram indexer - have a direct link from the database to the analysis web-app Anything else?
1.0
What should go in VIS 3.0? - Here is what I want to see in VIS 3.0: - breakdown of score importation into more steps - no more "stream indexers", instead index the streams of each part in a score only once when the data is imported and save the results as a list of series (important, a list of series, not a dataframe), then all indexers that are currently stream indexers would be series indexers instead - use .applymap() (for dataframes) or .apply() (for series) to execute all indexer functions - cache the results of all indexers that require no settings and the results of some intermediary analysis steps as attributes of each indexed_piece - save these cached attributes on the database along with the corresponding symbolic notation files - use get methods to run indexers that don't take settings - stop using the noterest_indexer results to calculate intervals; instead cache the intermediary analysis step of getting all the music21 note and rest objects and use these to directly create intervals. This will allow us to avoid creating hundreds of thousands of notes and intervals per piece that will just get discarded immediately anyway - create a dynamic offset indexer that automatically detects what the ideal sampling rate is for Renaissance music - replace ngram indexer with new_ngram indexer; the name will be the ngram indexer - have a direct link from the database to the analysis web-app Anything else?
priority
what should go in vis here is what i want to see in vis breakdown of score importation into more steps no more stream indexers instead index the streams of each part in a score only once when the data is imported and save the results as a list of series important a list of series not a dataframe then all indexers that are currently stream indexers would be series indexers instead use applymap for dataframes or apply for series to execute all indexer functions cache the results of all indexers that require no settings and the results of some intermediary analysis steps as attributes of each indexed piece save these cached attributes on the database along with the corresponding symbolic notation files use get methods to run indexers that don t take settings stop using the noterest indexer results to calculate intervals instead cache the intermediary analysis step of getting all the note and rest objects and use these to directly create intervals this will allow us to avoid creating hundreds of thousands of notes and intervals per piece that will just get discarded immediately anyway create a dynamic offset indexer that automatically detects what the ideal sampling rate is for renaissance music replace ngram indexer with new ngram indexer the name will be the ngram indexer have a direct link from the database to the analysis web app anything else
1
16,676
9,856,619,051
IssuesEvent
2019-06-19 22:51:05
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Login screen loops back if user doesn't clear his cookies before logging in Kibana when configured via HTTPs.
Feature:Security/Authentication Team:Security bug
*Original comment by @rasroh:* Kibana version: 4.6.4 Elasticsearch version: 2.4.4 Server OS version: OSX Darwin Browser version: Google Chrome Version 55.0.2883.95 (64-bit) Original install method (e.g. download page, yum, from source, etc.): installed with the builds available under dev issue 712. When you install the shield plugin and configure it to talk to ES via HTTPS, and start both ES and Kibana, am seeing error in the kibana logs ``` log [12:21:24.139] [error][client][connection] Error: 140735291425536:error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request:../deps/openssl/openssl/ssl/s23_srvr.c:394: at Error (native) ``` This is happening when am trying to login in via regular chrome browser window, the login page doesn't let my user login. Instead keeps looping me back to the login screen. Now, I tried logging in as my user when I open Kibana in an incognito window , just to rule out session cookie issue, it works fine there. But as an end user, I wouldn't know if this is anyway related to my cookies , hence providing a user friendly message to the user or conveying effectively to delete the cookies so that it doesn't loop back again to the login screen would be good.
True
Login screen loops back if user doesn't clear his cookies before logging in Kibana when configured via HTTPs. - *Original comment by @rasroh:* Kibana version: 4.6.4 Elasticsearch version: 2.4.4 Server OS version: OSX Darwin Browser version: Google Chrome Version 55.0.2883.95 (64-bit) Original install method (e.g. download page, yum, from source, etc.): installed with the builds available under dev issue 712. When you install the shield plugin and configure it to talk to ES via HTTPS, and start both ES and Kibana, am seeing error in the kibana logs ``` log [12:21:24.139] [error][client][connection] Error: 140735291425536:error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request:../deps/openssl/openssl/ssl/s23_srvr.c:394: at Error (native) ``` This is happening when am trying to login in via regular chrome browser window, the login page doesn't let my user login. Instead keeps looping me back to the login screen. Now, I tried logging in as my user when I open Kibana in an incognito window , just to rule out session cookie issue, it works fine there. But as an end user, I wouldn't know if this is anyway related to my cookies , hence providing a user friendly message to the user or conveying effectively to delete the cookies so that it doesn't loop back again to the login screen would be good.
non_priority
login screen loops back if user doesn t clear his cookies before logging in kibana when configured via https original comment by rasroh kibana version elasticsearch version server os version osx darwin browser version google chrome version bit original install method e g download page yum from source etc installed with the builds available under dev issue when you install the shield plugin and configure it to talk to es via https and start both es and kibana am seeing error in the kibana logs log error error ssl routines get client hello http request deps openssl openssl ssl srvr c at error native this is happening when am trying to login in via regular chrome browser window the login page doesn t let my user login instead keeps looping me back to the login screen now i tried logging in as my user when i open kibana in an incognito window just to rule out session cookie issue it works fine there but as an end user i wouldn t know if this is anyway related to my cookies hence providing a user friendly message to the user or conveying effectively to delete the cookies so that it doesn t loop back again to the login screen would be good
0
160,221
25,127,149,809
IssuesEvent
2022-11-09 12:38:17
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
`ListView` clip shadows weird behavior
framework f: material design f: scrolling has reproducible steps found in release: 1.20 found in release: 1.22
## Steps to Reproduce ``` import 'package:flutter/material.dart'; void main() { runApp(MaterialApp( debugShowCheckedModeBanner: false, home: Home(), )); } class Home extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(), body: SingleChildScrollView( padding: EdgeInsets.only(top: 16), child: Column( children: [ Slot(1), Slot(5), Slot(2), // if you increase number of items so they will have scroll, it clips shadow at the top ], ), ), ); } } class Slot extends StatelessWidget { final int qty; Slot(this.qty); @override Widget build(BuildContext context) { return SizedBox( height: 180, child: ListView.separated( padding: const EdgeInsets.symmetric(horizontal: 16), itemCount: qty, scrollDirection: Axis.horizontal, separatorBuilder: (_, __) => const SizedBox(width: 16), itemBuilder: (context, index) => Item(), ), ); } } class Item extends StatelessWidget { @override Widget build(BuildContext context) { return Column( children: [ Container( width: 160, height: 160, decoration: BoxDecoration(color: Colors.cyan, boxShadow: [BoxShadow(color: const Color(0xf2000000), blurRadius: 8)]), ), Text('text'), ], ); } } ``` There is vertical scroll container (whatever CustomScrollView, SingleChildScrollView). It contains two or more horizontal scroll containers. The main issue is if horizontal scroll container smaller than screen width it doesn't clip shadows. **important**: I know how to prevent clipping shadows, so I don't need advices like "you can add margins/paddings to container". It's really inconvenient way. I just want to know what's going on and why if Slot widget bigger that screen it clips shadows. It's weird. ``` [✓] Flutter (Channel stable, 1.20.3, on Mac OS X 10.15.6 19G2021, locale en-GB) • Flutter version 1.20.3 at /Users/eugene/flutter • Framework revision 216dee60c0 (7 days ago), 2020-09-01 12:24:47 -0700 • Engine revision d1bc06f032 • Dart version 2.9.2 [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at /Users/eugene/Library/Android/sdk • Platform android-30, build-tools 29.0.2 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 11.7) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.7, Build version 11E801a • CocoaPods version 1.9.1 [✓] Android Studio (version 4.0) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 49.0.2 • Dart plugin version 193.7547 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) [✓] Connected device (1 available) • Android SDK built for x86 (mobile) • emulator-5554 • android-x86 • Android 10 (API 29) (emulator) • No issues found! ``` ![Screenshot_1599558423](https://user-images.githubusercontent.com/15782257/92461225-aeb86380-f1d1-11ea-8dac-fcccbf1a8ec5.png)
1.0
`ListView` clip shadows weird behavior - ## Steps to Reproduce ``` import 'package:flutter/material.dart'; void main() { runApp(MaterialApp( debugShowCheckedModeBanner: false, home: Home(), )); } class Home extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(), body: SingleChildScrollView( padding: EdgeInsets.only(top: 16), child: Column( children: [ Slot(1), Slot(5), Slot(2), // if you increase number of items so they will have scroll, it clips shadow at the top ], ), ), ); } } class Slot extends StatelessWidget { final int qty; Slot(this.qty); @override Widget build(BuildContext context) { return SizedBox( height: 180, child: ListView.separated( padding: const EdgeInsets.symmetric(horizontal: 16), itemCount: qty, scrollDirection: Axis.horizontal, separatorBuilder: (_, __) => const SizedBox(width: 16), itemBuilder: (context, index) => Item(), ), ); } } class Item extends StatelessWidget { @override Widget build(BuildContext context) { return Column( children: [ Container( width: 160, height: 160, decoration: BoxDecoration(color: Colors.cyan, boxShadow: [BoxShadow(color: const Color(0xf2000000), blurRadius: 8)]), ), Text('text'), ], ); } } ``` There is vertical scroll container (whatever CustomScrollView, SingleChildScrollView). It contains two or more horizontal scroll containers. The main issue is if horizontal scroll container smaller than screen width it doesn't clip shadows. **important**: I know how to prevent clipping shadows, so I don't need advices like "you can add margins/paddings to container". It's really inconvenient way. I just want to know what's going on and why if Slot widget bigger that screen it clips shadows. It's weird. ``` [✓] Flutter (Channel stable, 1.20.3, on Mac OS X 10.15.6 19G2021, locale en-GB) • Flutter version 1.20.3 at /Users/eugene/flutter • Framework revision 216dee60c0 (7 days ago), 2020-09-01 12:24:47 -0700 • Engine revision d1bc06f032 • Dart version 2.9.2 [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at /Users/eugene/Library/Android/sdk • Platform android-30, build-tools 29.0.2 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 11.7) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.7, Build version 11E801a • CocoaPods version 1.9.1 [✓] Android Studio (version 4.0) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 49.0.2 • Dart plugin version 193.7547 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) [✓] Connected device (1 available) • Android SDK built for x86 (mobile) • emulator-5554 • android-x86 • Android 10 (API 29) (emulator) • No issues found! ``` ![Screenshot_1599558423](https://user-images.githubusercontent.com/15782257/92461225-aeb86380-f1d1-11ea-8dac-fcccbf1a8ec5.png)
non_priority
listview clip shadows weird behavior steps to reproduce import package flutter material dart void main runapp materialapp debugshowcheckedmodebanner false home home class home extends statelesswidget override widget build buildcontext context return scaffold appbar appbar body singlechildscrollview padding edgeinsets only top child column children slot slot slot if you increase number of items so they will have scroll it clips shadow at the top class slot extends statelesswidget final int qty slot this qty override widget build buildcontext context return sizedbox height child listview separated padding const edgeinsets symmetric horizontal itemcount qty scrolldirection axis horizontal separatorbuilder const sizedbox width itembuilder context index item class item extends statelesswidget override widget build buildcontext context return column children container width height decoration boxdecoration color colors cyan boxshadow text text there is vertical scroll container whatever customscrollview singlechildscrollview it contains two or more horizontal scroll containers the main issue is if horizontal scroll container smaller than screen width it doesn t clip shadows important i know how to prevent clipping shadows so i don t need advices like you can add margins paddings to container it s really inconvenient way i just want to know what s going on and why if slot widget bigger that screen it clips shadows it s weird flutter channel stable on mac os x locale en gb • flutter version at users eugene flutter • framework revision days ago • engine revision • dart version android toolchain develop for android devices android sdk version • android sdk at users eugene library android sdk • platform android build tools • java binary at applications android studio app contents jre jdk contents home bin java • java version openjdk runtime environment build release • all android licenses accepted xcode develop for ios and macos xcode • xcode at applications xcode app contents developer • xcode build version • cocoapods version android studio version • android studio at applications android studio app contents • flutter plugin version • dart plugin version • java version openjdk runtime environment build release connected device available • android sdk built for mobile • emulator • android • android api emulator • no issues found
0