Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
110,676
13,927,747,057
IssuesEvent
2020-10-21 20:19:42
NixOS/nixos-homepage
https://api.github.com/repos/NixOS/nixos-homepage
opened
Website in reload loop
design
**Describe the glitch** Since the redesign the website is **unusable** on Firefox due constant reloads. **Additional context** firefox 76.0.1 (64-bit). umatrix and ublock Origin active but everything allowed.
1.0
Website in reload loop - **Describe the glitch** Since the redesign the website is **unusable** on Firefox due constant reloads. **Additional context** firefox 76.0.1 (64-bit). umatrix and ublock Origin active but everything allowed.
non_defect
website in reload loop describe the glitch since the redesign the website is unusable on firefox due constant reloads additional context firefox bit umatrix and ublock origin active but everything allowed
0
698,992
23,999,705,317
IssuesEvent
2022-09-14 10:23:20
MaibornWolff/codecharta
https://api.github.com/repos/MaibornWolff/codecharta
closed
loading indicator isn't working
bug pr-visualization priority:medium
# Bug ## Expected Behavior Given a huge map When I load it Then a loading indicator is displayed on the map while it is loading ## Actual Behavior The page becomes unresponsive until the map is loading ## Screenshots ## Steps to Reproduce the Problem 1. Load a huge map, which needs several seconds to load 2. Wait until it gets loaded and see that there was no loading indicator ## Specifications - is released in [online-demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz): yes - CodeCharta Version: 1.103.1 ## Developer notes Without checking I assume that: - Parsing of file is probably done on main thread, which would block animation of loading give anyway. - Rendering is probably done on main thread, which would block animation of loading give anyway. ## TODOs - [ ] Check if we still need `isLoadingMap` and `isLoadingFile` within store/appSettings
1.0
loading indicator isn't working - # Bug ## Expected Behavior Given a huge map When I load it Then a loading indicator is displayed on the map while it is loading ## Actual Behavior The page becomes unresponsive until the map is loading ## Screenshots ## Steps to Reproduce the Problem 1. Load a huge map, which needs several seconds to load 2. Wait until it gets loaded and see that there was no loading indicator ## Specifications - is released in [online-demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz): yes - CodeCharta Version: 1.103.1 ## Developer notes Without checking I assume that: - Parsing of file is probably done on main thread, which would block animation of loading give anyway. - Rendering is probably done on main thread, which would block animation of loading give anyway. ## TODOs - [ ] Check if we still need `isLoadingMap` and `isLoadingFile` within store/appSettings
non_defect
loading indicator isn t working bug expected behavior given a huge map when i load it then a loading indicator is displayed on the map while it is loading actual behavior the page becomes unresponsive until the map is loading screenshots steps to reproduce the problem load a huge map which needs several seconds to load wait until it gets loaded and see that there was no loading indicator specifications is released in yes codecharta version developer notes without checking i assume that parsing of file is probably done on main thread which would block animation of loading give anyway rendering is probably done on main thread which would block animation of loading give anyway todos check if we still need isloadingmap and isloadingfile within store appsettings
0
9,372
2,615,146,265
IssuesEvent
2015-03-01 06:22:18
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
closed
html5rocks.com SEO
auto-migrated Milestone-3 Priority-Medium Type-Defect
``` people saying they can't search and find the information , need to do some SEO here ``` Original issue reported on code.google.com by `v...@google.com` on 16 Aug 2010 at 7:34
1.0
html5rocks.com SEO - ``` people saying they can't search and find the information , need to do some SEO here ``` Original issue reported on code.google.com by `v...@google.com` on 16 Aug 2010 at 7:34
defect
com seo people saying they can t search and find the information need to do some seo here original issue reported on code google com by v google com on aug at
1
41,271
10,351,910,902
IssuesEvent
2019-09-05 08:05:34
mozilla-lockwise/lockwise-android
https://api.github.com/repos/mozilla-lockwise/lockwise-android
opened
Edit View: app is closed when saving or deleting an entry from this view
type: defect
## Steps to reproduce Open one entry Tap on hamburger menu -> Edit 1-Do some changes and tap on Done button or 2-Tap on Delete Entry ### Expected behavior 1-The changes are saved successfully 2-The entry is correctly removed and I guess user is taken back to ListView but the app should not be closed ### Actual behavior The app is closed ### Device & build information * Device: Simulator, Pixel 3, API 28 * Build version: latest master b07e16187d1ac799ef54ef3dc4206232d3f47448 ### Notes Attachments:
1.0
Edit View: app is closed when saving or deleting an entry from this view - ## Steps to reproduce Open one entry Tap on hamburger menu -> Edit 1-Do some changes and tap on Done button or 2-Tap on Delete Entry ### Expected behavior 1-The changes are saved successfully 2-The entry is correctly removed and I guess user is taken back to ListView but the app should not be closed ### Actual behavior The app is closed ### Device & build information * Device: Simulator, Pixel 3, API 28 * Build version: latest master b07e16187d1ac799ef54ef3dc4206232d3f47448 ### Notes Attachments:
defect
edit view app is closed when saving or deleting an entry from this view steps to reproduce open one entry tap on hamburger menu edit do some changes and tap on done button or tap on delete entry expected behavior the changes are saved successfully the entry is correctly removed and i guess user is taken back to listview but the app should not be closed actual behavior the app is closed device build information device simulator pixel api build version latest master notes attachments
1
315,740
23,595,404,624
IssuesEvent
2022-08-23 18:44:49
tektoncd/pipeline
https://api.github.com/repos/tektoncd/pipeline
opened
Improved Docs for Authentication
kind/documentation
There are a few improvements I think we could make to our [docs on authentication](https://github.com/tektoncd/pipeline/blob/main/docs/auth.md). The most confusing thing IMO is that there are a few things "authentication" can refer to that our docs don't clearly distinguish: - Allowing the Tekton pipelines controller to read image metadata from a private registry - Allowing a TaskRun's step to use a private image by giving the TaskRun's service account permissions to pull the image - Providing a TaskRun's steps with credentials to do things like clone a repo or push to a container registry For an example of why this would be helpful, I wrote my own hacky [docker build task](https://github.com/lbernick/tekton-codelab/blob/882a8c2ddd5a33de0216e148cf1ca0a975668c5e/docker-ci-example/build-task.yaml#L83-L90) because the catalog one wasn't able to push to my image registry even though I had set up workload identity for the service account I was using (and I still don't 100% understand why 😅). I've been using this great [blog post](https://wlyn.ch/posts/gcp-tekton-workload-identity/) written by @wlynch as a reference-- thanks Billy! Unfortunately there are also a lot of ways to do these things (e.g. you could use imagepullsecrets or you could use workload identity depending on your k8s provider) and they can be platform dependent-- maybe we can list the options and link to their docs? A few other things that could be improved: - These docs talk a lot about needing annotations on your secrets so that tekton can recognize them. I think this might just be for `git` and `image` pipeline resources? - There's not much info here about how to mount a secret via a workspace. In [limiting secret access to specific steps](https://github.com/tektoncd/pipeline/blob/main/docs/auth.md#limiting-secret-access-to-specific-steps) it suggests using volume mounts even though we have isolated workspaces now. - Wondering if a lot of the detail around git credentials and docker credentials might make more sense in the catalog tasks that use these credentials? - The only places I see mention of allowing the pipelines controller to read private images are under the "google container registry" [section](https://github.com/tektoncd/pipeline/blob/main/DEVELOPMENT.md#using-google-container-registry-gcr) of our developers documentation and in ["container contract"](https://github.com/tektoncd/pipeline/blob/main/docs/container-contract.md). These might benefit from being more discoverable.
1.0
Improved Docs for Authentication - There are a few improvements I think we could make to our [docs on authentication](https://github.com/tektoncd/pipeline/blob/main/docs/auth.md). The most confusing thing IMO is that there are a few things "authentication" can refer to that our docs don't clearly distinguish: - Allowing the Tekton pipelines controller to read image metadata from a private registry - Allowing a TaskRun's step to use a private image by giving the TaskRun's service account permissions to pull the image - Providing a TaskRun's steps with credentials to do things like clone a repo or push to a container registry For an example of why this would be helpful, I wrote my own hacky [docker build task](https://github.com/lbernick/tekton-codelab/blob/882a8c2ddd5a33de0216e148cf1ca0a975668c5e/docker-ci-example/build-task.yaml#L83-L90) because the catalog one wasn't able to push to my image registry even though I had set up workload identity for the service account I was using (and I still don't 100% understand why 😅). I've been using this great [blog post](https://wlyn.ch/posts/gcp-tekton-workload-identity/) written by @wlynch as a reference-- thanks Billy! Unfortunately there are also a lot of ways to do these things (e.g. you could use imagepullsecrets or you could use workload identity depending on your k8s provider) and they can be platform dependent-- maybe we can list the options and link to their docs? A few other things that could be improved: - These docs talk a lot about needing annotations on your secrets so that tekton can recognize them. I think this might just be for `git` and `image` pipeline resources? - There's not much info here about how to mount a secret via a workspace. In [limiting secret access to specific steps](https://github.com/tektoncd/pipeline/blob/main/docs/auth.md#limiting-secret-access-to-specific-steps) it suggests using volume mounts even though we have isolated workspaces now. - Wondering if a lot of the detail around git credentials and docker credentials might make more sense in the catalog tasks that use these credentials? - The only places I see mention of allowing the pipelines controller to read private images are under the "google container registry" [section](https://github.com/tektoncd/pipeline/blob/main/DEVELOPMENT.md#using-google-container-registry-gcr) of our developers documentation and in ["container contract"](https://github.com/tektoncd/pipeline/blob/main/docs/container-contract.md). These might benefit from being more discoverable.
non_defect
improved docs for authentication there are a few improvements i think we could make to our the most confusing thing imo is that there are a few things authentication can refer to that our docs don t clearly distinguish allowing the tekton pipelines controller to read image metadata from a private registry allowing a taskrun s step to use a private image by giving the taskrun s service account permissions to pull the image providing a taskrun s steps with credentials to do things like clone a repo or push to a container registry for an example of why this would be helpful i wrote my own hacky because the catalog one wasn t able to push to my image registry even though i had set up workload identity for the service account i was using and i still don t understand why 😅 i ve been using this great written by wlynch as a reference thanks billy unfortunately there are also a lot of ways to do these things e g you could use imagepullsecrets or you could use workload identity depending on your provider and they can be platform dependent maybe we can list the options and link to their docs a few other things that could be improved these docs talk a lot about needing annotations on your secrets so that tekton can recognize them i think this might just be for git and image pipeline resources there s not much info here about how to mount a secret via a workspace in it suggests using volume mounts even though we have isolated workspaces now wondering if a lot of the detail around git credentials and docker credentials might make more sense in the catalog tasks that use these credentials the only places i see mention of allowing the pipelines controller to read private images are under the google container registry of our developers documentation and in these might benefit from being more discoverable
0
208,730
7,157,776,359
IssuesEvent
2018-01-26 21:14:36
elementary/icons
https://api.github.com/repos/elementary/icons
closed
devices/phone is missing at certain sizes
Priority: Medium Status: Confirmed
- [ ] 24px - [x] 32px - [ ] 64px - [ ] 128px ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28997835-devices-phone-is-missing-at-certain-sizes?utm_campaign=plugin&utm_content=tracker%2F27377189&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F27377189&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
devices/phone is missing at certain sizes - - [ ] 24px - [x] 32px - [ ] 64px - [ ] 128px ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28997835-devices-phone-is-missing-at-certain-sizes?utm_campaign=plugin&utm_content=tracker%2F27377189&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F27377189&utm_medium=issues&utm_source=github). </bountysource-plugin>
non_defect
devices phone is missing at certain sizes want to back this issue we accept bounties via
0
31,711
6,598,510,905
IssuesEvent
2017-09-16 06:27:10
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
misc.imresize with 'nearest' returns incorrect values when downsampling.
defect scipy.misc
I'm using the following code to resize the label images of semantic segmentation task [PASCAL VOC] ( images with values in range 0 to `n_classes` with `n_classes` = 21). lbl = m.imread(lbl_path) lbl = np.array(lbl, dtype=np.int32) lbl = self.encode_segmap(lbl) print 'Unique: ', np.unique(lbl) plt.imshow(lbl) plt.show() lbl = m.imresize(lbl, (self.img_size, self.img_size), 'nearest') print 'Unique after resize: ', np.unique(lbl) plt.imshow(lbl) plt.show() When I run this, I get this output: Unique: [ 0 1 15] Unique after resize: [ 0 17 255] Shouldn't the values after resize ( using `nearest`) only belong to the set ( 0, 1, 15 )? The images I get as output are : Original ![original](https://cloud.githubusercontent.com/assets/6251729/24836419/be5704a2-1d38-11e7-94ef-2aab572c0201.png) Resized ![resized](https://cloud.githubusercontent.com/assets/6251729/24836420/be5b2fd2-1d38-11e7-93e8-3307d127c20c.png)
1.0
misc.imresize with 'nearest' returns incorrect values when downsampling. - I'm using the following code to resize the label images of semantic segmentation task [PASCAL VOC] ( images with values in range 0 to `n_classes` with `n_classes` = 21). lbl = m.imread(lbl_path) lbl = np.array(lbl, dtype=np.int32) lbl = self.encode_segmap(lbl) print 'Unique: ', np.unique(lbl) plt.imshow(lbl) plt.show() lbl = m.imresize(lbl, (self.img_size, self.img_size), 'nearest') print 'Unique after resize: ', np.unique(lbl) plt.imshow(lbl) plt.show() When I run this, I get this output: Unique: [ 0 1 15] Unique after resize: [ 0 17 255] Shouldn't the values after resize ( using `nearest`) only belong to the set ( 0, 1, 15 )? The images I get as output are : Original ![original](https://cloud.githubusercontent.com/assets/6251729/24836419/be5704a2-1d38-11e7-94ef-2aab572c0201.png) Resized ![resized](https://cloud.githubusercontent.com/assets/6251729/24836420/be5b2fd2-1d38-11e7-93e8-3307d127c20c.png)
defect
misc imresize with nearest returns incorrect values when downsampling i m using the following code to resize the label images of semantic segmentation task images with values in range to n classes with n classes lbl m imread lbl path lbl np array lbl dtype np lbl self encode segmap lbl print unique np unique lbl plt imshow lbl plt show lbl m imresize lbl self img size self img size nearest print unique after resize np unique lbl plt imshow lbl plt show when i run this i get this output unique unique after resize shouldn t the values after resize using nearest only belong to the set the images i get as output are original resized
1
523,198
15,174,598,182
IssuesEvent
2021-02-13 19:06:08
eclipse-ee4j/glassfish
https://api.github.com/repos/eclipse-ee4j/glassfish
closed
App client deployment/download/launch should support --libraries option on deploy command
4_0-exclude Component: standalone_client Priority: Major Type: Bug
#13144 describes the needs for app client deployments to support the --libraries option. This issue captures that need separately. If this is still a need we'll track it with this issue. #### Affected Versions [V3, 3.1, 3.1.1, 3.1.2, 3.1.2.2, 4.0_dev]
1.0
App client deployment/download/launch should support --libraries option on deploy command - #13144 describes the needs for app client deployments to support the --libraries option. This issue captures that need separately. If this is still a need we'll track it with this issue. #### Affected Versions [V3, 3.1, 3.1.1, 3.1.2, 3.1.2.2, 4.0_dev]
non_defect
app client deployment download launch should support libraries option on deploy command describes the needs for app client deployments to support the libraries option this issue captures that need separately if this is still a need we ll track it with this issue affected versions
0
30,120
6,032,797,938
IssuesEvent
2017-06-09 05:57:30
moosetechnology/Moose
https://api.github.com/repos/moosetechnology/Moose
closed
VerveineJ: Method in EnumValue -> anonymous or inner class
Component-VerveineJ Priority-Medium Type-Defect
Originally reported on Google Code with ID 998 ``` Consider the following Java code (real one, got from FindBugs plugin). There are some method definitions in Enum Value. How VerveineJ should consider the enum values? as anonymous or inner classes? If it is inner classes the definition of innerClass method has to be modified since it considers only that the container is a class (and not a type). enum FilterKind { INCLUDE("property.includefilter") { Collection<String> selectedFiles(UserPreferences u) { return u.getIncludeFilterFiles(); } Collection<String> excludedFiles(UserPreferences u) { return u.getExcludeFilterFiles(); } void setFiles(UserPreferences u, Collection<String> files) { u.setIncludeFilterFiles(files); } }, EXCLUDE("property.excludefilter") { Collection<String> selectedFiles(UserPreferences u) { return u.getExcludeFilterFiles(); } Collection<String> excludedFiles(UserPreferences u) { return u.getIncludeFilterFiles(); } void setFiles(UserPreferences u, Collection<String> files) { u.setExcludeFilterFiles(files); } }, EXCLUDE_BUGS("property.excludebugs") { Collection<String> selectedFiles(UserPreferences u) { return u.getExcludeBugsFiles(); } Collection<String> excludedFiles(UserPreferences u) { return Collections.emptyList(); } void setFiles(UserPreferences u, Collection<String> files) { u.setExcludeBugsFiles(files); } }; final String propertyName; FilterKind(String propertyName) { this.propertyName = propertyName; } abstract Collection<String> selectedFiles(UserPreferences u); abstract Collection<String> excludedFiles(UserPreferences u); abstract void setFiles(UserPreferences u, Collection<String> files); } Additional information: platform, context which may impact the problem Please fill in the labels with the following information: * Type-Defect, Type-Enhancement, Type-Engineering, Type-Review, Type-Other * Component-XXX ``` Reported by `anne.etien` on 2013-11-14 09:37:35
1.0
VerveineJ: Method in EnumValue -> anonymous or inner class - Originally reported on Google Code with ID 998 ``` Consider the following Java code (real one, got from FindBugs plugin). There are some method definitions in Enum Value. How VerveineJ should consider the enum values? as anonymous or inner classes? If it is inner classes the definition of innerClass method has to be modified since it considers only that the container is a class (and not a type). enum FilterKind { INCLUDE("property.includefilter") { Collection<String> selectedFiles(UserPreferences u) { return u.getIncludeFilterFiles(); } Collection<String> excludedFiles(UserPreferences u) { return u.getExcludeFilterFiles(); } void setFiles(UserPreferences u, Collection<String> files) { u.setIncludeFilterFiles(files); } }, EXCLUDE("property.excludefilter") { Collection<String> selectedFiles(UserPreferences u) { return u.getExcludeFilterFiles(); } Collection<String> excludedFiles(UserPreferences u) { return u.getIncludeFilterFiles(); } void setFiles(UserPreferences u, Collection<String> files) { u.setExcludeFilterFiles(files); } }, EXCLUDE_BUGS("property.excludebugs") { Collection<String> selectedFiles(UserPreferences u) { return u.getExcludeBugsFiles(); } Collection<String> excludedFiles(UserPreferences u) { return Collections.emptyList(); } void setFiles(UserPreferences u, Collection<String> files) { u.setExcludeBugsFiles(files); } }; final String propertyName; FilterKind(String propertyName) { this.propertyName = propertyName; } abstract Collection<String> selectedFiles(UserPreferences u); abstract Collection<String> excludedFiles(UserPreferences u); abstract void setFiles(UserPreferences u, Collection<String> files); } Additional information: platform, context which may impact the problem Please fill in the labels with the following information: * Type-Defect, Type-Enhancement, Type-Engineering, Type-Review, Type-Other * Component-XXX ``` Reported by `anne.etien` on 2013-11-14 09:37:35
defect
verveinej method in enumvalue anonymous or inner class originally reported on google code with id consider the following java code real one got from findbugs plugin there are some method definitions in enum value how verveinej should consider the enum values as anonymous or inner classes if it is inner classes the definition of innerclass method has to be modified since it considers only that the container is a class and not a type enum filterkind include property includefilter collection selectedfiles userpreferences u return u getincludefilterfiles collection excludedfiles userpreferences u return u getexcludefilterfiles void setfiles userpreferences u collection files u setincludefilterfiles files exclude property excludefilter collection selectedfiles userpreferences u return u getexcludefilterfiles collection excludedfiles userpreferences u return u getincludefilterfiles void setfiles userpreferences u collection files u setexcludefilterfiles files exclude bugs property excludebugs collection selectedfiles userpreferences u return u getexcludebugsfiles collection excludedfiles userpreferences u return collections emptylist void setfiles userpreferences u collection files u setexcludebugsfiles files final string propertyname filterkind string propertyname this propertyname propertyname abstract collection selectedfiles userpreferences u abstract collection excludedfiles userpreferences u abstract void setfiles userpreferences u collection files additional information platform context which may impact the problem please fill in the labels with the following information type defect type enhancement type engineering type review type other component xxx reported by anne etien on
1
53,477
13,261,693,235
IssuesEvent
2020-08-20 20:21:57
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[CommonVariables] docs don't compile (Trac #1489)
Migrated from Trac combo reconstruction defect
When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error: ```text Sphinx error: 'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128) ``` When I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ubuntu 14.04 and system packages) and on cobalt. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1489">https://code.icecube.wisc.edu/projects/icecube/ticket/1489</a>, reported by seulerand owned by mwolf</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "_ts": "1550067117911749", "description": "When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error: \n\n{{{\nSphinx error:\n'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128)\n}}}\n\nWhen I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ubuntu 14.04 and system packages) and on cobalt. ", "reporter": "seuler", "cc": "", "resolution": "fixed", "time": "2015-12-14T16:50:56", "component": "combo reconstruction", "summary": "[CommonVariables] docs don't compile", "priority": "normal", "keywords": "", "milestone": "", "owner": "mwolf", "type": "defect" } ``` </p> </details>
1.0
[CommonVariables] docs don't compile (Trac #1489) - When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error: ```text Sphinx error: 'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128) ``` When I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ubuntu 14.04 and system packages) and on cobalt. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1489">https://code.icecube.wisc.edu/projects/icecube/ticket/1489</a>, reported by seulerand owned by mwolf</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "_ts": "1550067117911749", "description": "When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error: \n\n{{{\nSphinx error:\n'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128)\n}}}\n\nWhen I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ubuntu 14.04 and system packages) and on cobalt. ", "reporter": "seuler", "cc": "", "resolution": "fixed", "time": "2015-12-14T16:50:56", "component": "combo reconstruction", "summary": "[CommonVariables] docs don't compile", "priority": "normal", "keywords": "", "milestone": "", "owner": "mwolf", "type": "defect" } ``` </p> </details>
defect
docs don t compile trac when i try to compile the docs i don t get past commonvariables with this not very helpful sphinx error text sphinx error ascii codec can t decode byte in position ordinal not in range when i delete commonvariables docs compilation goes through this happens both on my local machine ubuntu and system packages and on cobalt migrated from json status closed changetime ts description when i try to compile the docs i don t get past commonvariables with this not very helpful sphinx error n n nsphinx error n ascii codec can t decode byte in position ordinal not in range n n nwhen i delete commonvariables docs compilation goes through this happens both on my local machine ubuntu and system packages and on cobalt reporter seuler cc resolution fixed time component combo reconstruction summary docs don t compile priority normal keywords milestone owner mwolf type defect
1
11,647
2,660,015,667
IssuesEvent
2015-03-19 01:36:26
perfsonar/toolkit
https://api.github.com/repos/perfsonar/toolkit
opened
More info in JSON of index.cgi
Milestone-Release3.5 Priority-Medium Type-Defect
_From @arlake228 on March 14, 2015 12:46_ Original [issue 1037](https://code.google.com/p/perfsonar-ps/issues/detail?id=1037) created by arlake228 on 2015-01-06T20:38:49.000Z: On the USATLAS call Shawn asked if the following would be possible to add to the index.cgi JSON output: 1. The percentage of time that BWCTL tests are running as shown on the &quot;Configure Tests&quot; page. This would be useful so they can programmatically see if a change they made to the mesh has put a host &gt; 100% testing. 2. He was also curious if it was possible to display manually configured tests in the JSON. Right now its just the mesh URL. They want a way to programmatically see what should be running on host. _Copied from original issue: perfsonar/project#1035_
1.0
More info in JSON of index.cgi - _From @arlake228 on March 14, 2015 12:46_ Original [issue 1037](https://code.google.com/p/perfsonar-ps/issues/detail?id=1037) created by arlake228 on 2015-01-06T20:38:49.000Z: On the USATLAS call Shawn asked if the following would be possible to add to the index.cgi JSON output: 1. The percentage of time that BWCTL tests are running as shown on the &quot;Configure Tests&quot; page. This would be useful so they can programmatically see if a change they made to the mesh has put a host &gt; 100% testing. 2. He was also curious if it was possible to display manually configured tests in the JSON. Right now its just the mesh URL. They want a way to programmatically see what should be running on host. _Copied from original issue: perfsonar/project#1035_
defect
more info in json of index cgi from on march original created by on on the usatlas call shawn asked if the following would be possible to add to the index cgi json output the percentage of time that bwctl tests are running as shown on the quot configure tests quot page this would be useful so they can programmatically see if a change they made to the mesh has put a host gt testing he was also curious if it was possible to display manually configured tests in the json right now its just the mesh url they want a way to programmatically see what should be running on host copied from original issue perfsonar project
1
35,890
7,818,984,373
IssuesEvent
2018-06-13 13:54:07
telus/tds-core
https://api.github.com/repos/telus/tds-core
closed
[Typography] Better word hyphenation
low hanging fruit owner: core team priority: medium status: in progress type: defect
## Why On small screens such as the iPhone 5, long words in headings may exceed the width the screen. Since that is an unfavourable user experience, we should address text overflow within TDS while maintaining our content principles. ## What It was previously brought to our attention that long words get cut off within headings (#442). To remedy this, we aggressively hyphenated _all_ words like so: https://github.com/telusdigital/tds/blob/a81e985e58a5ec72e005e669a95c9a30e56456e2/src/components/Typography.modules.scss#L1-L4 There are some trade-offs to handling typography this way: - Firefox does _not_ display hyphens ![image](https://user-images.githubusercontent.com/12798751/36864143-d45812ba-1d59-11e8-922b-dd680dbc67e2.png) - Body text displays hyphens even if it can sensibly break to a new line ![image](https://user-images.githubusercontent.com/12798751/36864246-264d8e24-1d5a-11e8-9bfe-89fb1b0ac93d.png) ## How Let's gather more requirements in order to form a better solution. This leaves us with some open questions: - What are our content standards regarding hyphens? - Can we add hyphens only when a word exceeds the width of a single line? - Can we find a solution that works with all the human languages we officially support? - Should we expose wrapping settings from the Typography components for added control? ## References Headings with long words get cut off - #442
1.0
[Typography] Better word hyphenation - ## Why On small screens such as the iPhone 5, long words in headings may exceed the width the screen. Since that is an unfavourable user experience, we should address text overflow within TDS while maintaining our content principles. ## What It was previously brought to our attention that long words get cut off within headings (#442). To remedy this, we aggressively hyphenated _all_ words like so: https://github.com/telusdigital/tds/blob/a81e985e58a5ec72e005e669a95c9a30e56456e2/src/components/Typography.modules.scss#L1-L4 There are some trade-offs to handling typography this way: - Firefox does _not_ display hyphens ![image](https://user-images.githubusercontent.com/12798751/36864143-d45812ba-1d59-11e8-922b-dd680dbc67e2.png) - Body text displays hyphens even if it can sensibly break to a new line ![image](https://user-images.githubusercontent.com/12798751/36864246-264d8e24-1d5a-11e8-9bfe-89fb1b0ac93d.png) ## How Let's gather more requirements in order to form a better solution. This leaves us with some open questions: - What are our content standards regarding hyphens? - Can we add hyphens only when a word exceeds the width of a single line? - Can we find a solution that works with all the human languages we officially support? - Should we expose wrapping settings from the Typography components for added control? ## References Headings with long words get cut off - #442
defect
better word hyphenation why on small screens such as the iphone long words in headings may exceed the width the screen since that is an unfavourable user experience we should address text overflow within tds while maintaining our content principles what it was previously brought to our attention that long words get cut off within headings to remedy this we aggressively hyphenated all words like so there are some trade offs to handling typography this way firefox does not display hyphens body text displays hyphens even if it can sensibly break to a new line how let s gather more requirements in order to form a better solution this leaves us with some open questions what are our content standards regarding hyphens can we add hyphens only when a word exceeds the width of a single line can we find a solution that works with all the human languages we officially support should we expose wrapping settings from the typography components for added control references headings with long words get cut off
1
8,897
2,612,927,332
IssuesEvent
2015-02-27 17:33:32
chrsmith/windows-package-manager
https://api.github.com/repos/chrsmith/windows-package-manager
closed
install new software not working
auto-migrated Milestone-1.18 Type-Defect
``` What steps will reproduce the problem? 1. reload repositories (F5) What is the expected output? What do you see instead? Should see new list of available software. It starts loading, but blocks on 100 % cpu load. List is not loaded. What version of the product are you using? On what operating system? Npackd 1.17.9, Windows 7 Prof. 64 bit Please provide any additional information below. ``` Original issue reported on code.google.com by `stefan.h...@gmx.net` on 16 Dec 2013 at 12:50
1.0
install new software not working - ``` What steps will reproduce the problem? 1. reload repositories (F5) What is the expected output? What do you see instead? Should see new list of available software. It starts loading, but blocks on 100 % cpu load. List is not loaded. What version of the product are you using? On what operating system? Npackd 1.17.9, Windows 7 Prof. 64 bit Please provide any additional information below. ``` Original issue reported on code.google.com by `stefan.h...@gmx.net` on 16 Dec 2013 at 12:50
defect
install new software not working what steps will reproduce the problem reload repositories what is the expected output what do you see instead should see new list of available software it starts loading but blocks on cpu load list is not loaded what version of the product are you using on what operating system npackd windows prof bit please provide any additional information below original issue reported on code google com by stefan h gmx net on dec at
1
148,164
23,319,998,688
IssuesEvent
2022-08-08 15:32:04
webstudio-is/webstudio-designer
https://api.github.com/repos/webstudio-is/webstudio-designer
closed
Navigator Panel
help wanted type:question area:designer prio:2
This issue is to discuss all details of the Navigator panel that are not already covered in [Issue #131](https://github.com/webstudio-is/webstudio-designer/issues/131) Suggestions: Make it pinnable - As a user I want the ability to pin the navigator panel so it's always open on the left side (I have this permanently enabled in Webflow). I use the Navigator in Webflow frequently so it saves me a lot of clicks to have it always open. Having the Navigator always pinned is like having the layers panel always open in figma. There's also the issue of naming elements. In Figma you can name layers directly (and most users don't). In Webflow the element name in the navigator is the name of the class. What do you think our approach should be here?
1.0
Navigator Panel - This issue is to discuss all details of the Navigator panel that are not already covered in [Issue #131](https://github.com/webstudio-is/webstudio-designer/issues/131) Suggestions: Make it pinnable - As a user I want the ability to pin the navigator panel so it's always open on the left side (I have this permanently enabled in Webflow). I use the Navigator in Webflow frequently so it saves me a lot of clicks to have it always open. Having the Navigator always pinned is like having the layers panel always open in figma. There's also the issue of naming elements. In Figma you can name layers directly (and most users don't). In Webflow the element name in the navigator is the name of the class. What do you think our approach should be here?
non_defect
navigator panel this issue is to discuss all details of the navigator panel that are not already covered in suggestions make it pinnable as a user i want the ability to pin the navigator panel so it s always open on the left side i have this permanently enabled in webflow i use the navigator in webflow frequently so it saves me a lot of clicks to have it always open having the navigator always pinned is like having the layers panel always open in figma there s also the issue of naming elements in figma you can name layers directly and most users don t in webflow the element name in the navigator is the name of the class what do you think our approach should be here
0
129,251
18,074,262,833
IssuesEvent
2021-09-21 08:05:44
owncloud/core
https://api.github.com/repos/owncloud/core
closed
Administrative changes should require verifying the identity by entering the password again all 15 minutes
enhancement settings:apps settings:admin settings:users security status/STALE
All administrative changes (e.g. create a user, or delete it) should require the user to verify his identity by providing the password again if the backend supports this. This verification is then cached for a sensible period of time. (e.g. 15 minutes). Important points to remember: - Has also to work with our API - Needs to work with different backends (In reference to https://github.com/owncloud/core/issues/6633, where I also proposed this for the "change mail address" form)
True
Administrative changes should require verifying the identity by entering the password again all 15 minutes - All administrative changes (e.g. create a user, or delete it) should require the user to verify his identity by providing the password again if the backend supports this. This verification is then cached for a sensible period of time. (e.g. 15 minutes). Important points to remember: - Has also to work with our API - Needs to work with different backends (In reference to https://github.com/owncloud/core/issues/6633, where I also proposed this for the "change mail address" form)
non_defect
administrative changes should require verifying the identity by entering the password again all minutes all administrative changes e g create a user or delete it should require the user to verify his identity by providing the password again if the backend supports this this verification is then cached for a sensible period of time e g minutes important points to remember has also to work with our api needs to work with different backends in reference to where i also proposed this for the change mail address form
0
340,052
30,492,647,871
IssuesEvent
2023-07-18 08:45:09
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: schemachange/index/tpcc/w=800 failed
C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-foundations
roachtest.schemachange/index/tpcc/w=800 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=artifacts#/schemachange/index/tpcc/w=800) on master @ [7675ca4998134028f0623e04737b5cb69fcc33a9](https://github.com/cockroachdb/cockroach/commits/7675ca4998134028f0623e04737b5cb69fcc33a9): ``` (cluster.go:2180).Start: ~ COCKROACH_CONNECT_TIMEOUT=1200 ./cockroach sql --url 'postgres://root@localhost:26257?sslmode=disable' -e "CREATE SCHEDULE IF NOT EXISTS test_only_backup FOR BACKUP INTO 'gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-85-n5cpu16/1689665715149307612?AUTH=implicit' RECURRING '*/15 * * * *' FULL BACKUP '@hourly' WITH SCHEDULE OPTIONS first_run = 'now'" ERROR: unexpected error occurred when checking for existing backups in gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-85-n5cpu16/1689665715149307612?AUTH=implicit: unable to list files in gcs bucket: googleapi: Error 403: 21965078311-compute@developer.gserviceaccount.com does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist). SQLSTATE: 58030 Failed running "sql": COMMAND_PROBLEM: exit status 1 test artifacts and logs in: /artifacts/schemachange/index/tpcc/w=800/run_1 ``` <p>Parameters: <code>ROACHTEST_arch=amd64</code> , <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=16</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/sql-foundations <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*schemachange/index/tpcc/w=800.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-29856
2.0
roachtest: schemachange/index/tpcc/w=800 failed - roachtest.schemachange/index/tpcc/w=800 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=artifacts#/schemachange/index/tpcc/w=800) on master @ [7675ca4998134028f0623e04737b5cb69fcc33a9](https://github.com/cockroachdb/cockroach/commits/7675ca4998134028f0623e04737b5cb69fcc33a9): ``` (cluster.go:2180).Start: ~ COCKROACH_CONNECT_TIMEOUT=1200 ./cockroach sql --url 'postgres://root@localhost:26257?sslmode=disable' -e "CREATE SCHEDULE IF NOT EXISTS test_only_backup FOR BACKUP INTO 'gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-85-n5cpu16/1689665715149307612?AUTH=implicit' RECURRING '*/15 * * * *' FULL BACKUP '@hourly' WITH SCHEDULE OPTIONS first_run = 'now'" ERROR: unexpected error occurred when checking for existing backups in gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-85-n5cpu16/1689665715149307612?AUTH=implicit: unable to list files in gcs bucket: googleapi: Error 403: 21965078311-compute@developer.gserviceaccount.com does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist). SQLSTATE: 58030 Failed running "sql": COMMAND_PROBLEM: exit status 1 test artifacts and logs in: /artifacts/schemachange/index/tpcc/w=800/run_1 ``` <p>Parameters: <code>ROACHTEST_arch=amd64</code> , <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=16</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/sql-foundations <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*schemachange/index/tpcc/w=800.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-29856
non_defect
roachtest schemachange index tpcc w failed roachtest schemachange index tpcc w with on master cluster go start cockroach connect timeout cockroach sql url postgres root localhost sslmode disable e create schedule if not exists test only backup for backup into gs cockroach backup testing private roachprod scheduled backups teamcity auth implicit recurring full backup hourly with schedule options first run now error unexpected error occurred when checking for existing backups in gs cockroach backup testing private roachprod scheduled backups teamcity auth implicit unable to list files in gcs bucket googleapi error compute developer gserviceaccount com does not have storage objects list access to the google cloud storage bucket permission storage objects list denied on resource or it may not exist sqlstate failed running sql command problem exit status test artifacts and logs in artifacts schemachange index tpcc w run parameters roachtest arch roachtest cloud gce roachtest cpu roachtest encrypted false roachtest ssd help see see cc cockroachdb sql foundations jira issue crdb
0
226,481
18,021,672,986
IssuesEvent
2021-09-16 20:18:25
apache/cloudstack
https://api.github.com/repos/apache/cloudstack
closed
Cannot select constrained or unconstrained offering on powered on VM
type:bug status:needs-testing
<!-- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release and main branch are affected too. Always add information AFTER of these HTML comments, but no need to delete the comments. --> ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Bug Report ##### COMPONENT NAME <!-- Categorize the issue, e.g. API, VR, VPN, UI, etc. --> ~~~ UI ~~~ ##### CLOUDSTACK VERSION <!-- New line separated list of affected versions, commit ID for issues on main branch. --> ~~~ 4.15.1 ~~~ ##### CONFIGURATION <!-- Information about the configuration if relevant, e.g. basic network, advanced networking, etc. N/A otherwise --> ##### OS / ENVIRONMENT <!-- Information about the environment if relevant, N/A otherwise --> VMware ##### SUMMARY <!-- Explain the problem/feature briefly --> ##### STEPS TO REPRODUCE <!-- For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate. For new features, show how the feature would be used. --> <!-- Paste example playbooks or commands between quotes below --> ~~~ In new and legacy UI Power on VM in Vmware environment and try to scale it . CPU and Memory hot add is enabled. ~~~ ![Screenshot 2021-09-07 134933](https://user-images.githubusercontent.com/30048481/132332643-200b6ed3-2414-4586-8c10-fd5c8c4fe751.png) ![Screenshot 2021-09-07 134814](https://user-images.githubusercontent.com/30048481/132332622-497e8800-41e2-4c4f-ad93-875335d32baa.png) <!-- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!-- What did you expect to happen when running the steps above? --> ~~~ Scaling can be done with constrained and unconstrained offerings. ~~~ ##### ACTUAL RESULTS <!-- What actually happened? --> <!-- Paste verbatim command output between quotes below --> ~~~ Scaling cant be done with constrained and unconstrained offerings. ~~~
1.0
Cannot select constrained or unconstrained offering on powered on VM - <!-- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release and main branch are affected too. Always add information AFTER of these HTML comments, but no need to delete the comments. --> ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Bug Report ##### COMPONENT NAME <!-- Categorize the issue, e.g. API, VR, VPN, UI, etc. --> ~~~ UI ~~~ ##### CLOUDSTACK VERSION <!-- New line separated list of affected versions, commit ID for issues on main branch. --> ~~~ 4.15.1 ~~~ ##### CONFIGURATION <!-- Information about the configuration if relevant, e.g. basic network, advanced networking, etc. N/A otherwise --> ##### OS / ENVIRONMENT <!-- Information about the environment if relevant, N/A otherwise --> VMware ##### SUMMARY <!-- Explain the problem/feature briefly --> ##### STEPS TO REPRODUCE <!-- For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate. For new features, show how the feature would be used. --> <!-- Paste example playbooks or commands between quotes below --> ~~~ In new and legacy UI Power on VM in Vmware environment and try to scale it . CPU and Memory hot add is enabled. ~~~ ![Screenshot 2021-09-07 134933](https://user-images.githubusercontent.com/30048481/132332643-200b6ed3-2414-4586-8c10-fd5c8c4fe751.png) ![Screenshot 2021-09-07 134814](https://user-images.githubusercontent.com/30048481/132332622-497e8800-41e2-4c4f-ad93-875335d32baa.png) <!-- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!-- What did you expect to happen when running the steps above? --> ~~~ Scaling can be done with constrained and unconstrained offerings. ~~~ ##### ACTUAL RESULTS <!-- What actually happened? --> <!-- Paste verbatim command output between quotes below --> ~~~ Scaling cant be done with constrained and unconstrained offerings. ~~~
non_defect
cannot select constrained or unconstrained offering on powered on vm verify first that your issue request is not already reported on github also test if the latest release and main branch are affected too always add information after of these html comments but no need to delete the comments issue type bug report component name categorize the issue e g api vr vpn ui etc ui cloudstack version new line separated list of affected versions commit id for issues on main branch configuration information about the configuration if relevant e g basic network advanced networking etc n a otherwise os environment information about the environment if relevant n a otherwise vmware summary steps to reproduce for bugs show exactly how to reproduce the problem using a minimal test case use screenshots if accurate for new features show how the feature would be used in new and legacy ui power on vm in vmware environment and try to scale it cpu and memory hot add is enabled expected results scaling can be done with constrained and unconstrained offerings actual results scaling cant be done with constrained and unconstrained offerings
0
8,954
27,261,401,629
IssuesEvent
2023-02-22 15:07:35
spacemeshos/smapp
https://api.github.com/repos/spacemeshos/smapp
opened
Make nightly-builds from develop branch
feature automation P1
### Rationale We need a new GHA workflow, which will build signed nightly artifacts from the develop branch on any push into `develop`. ### User story We want to make it possible for anyone to download & install the latest nightly Smapp build (from latest `develop`) without having to set up a dev environment. - [ ] I open the Releases page - [ ] Find the latest `nightly` build (versions for nightly builds looks like `v0.2.11-nightly.COMMIT_HASH`) - [ ] Download & Install ### Acceptance criteria - [ ] These builds should be signed - [ ] For anything pushed into `develop` it should build new artifacts and make a nightly release
1.0
Make nightly-builds from develop branch - ### Rationale We need a new GHA workflow, which will build signed nightly artifacts from the develop branch on any push into `develop`. ### User story We want to make it possible for anyone to download & install the latest nightly Smapp build (from latest `develop`) without having to set up a dev environment. - [ ] I open the Releases page - [ ] Find the latest `nightly` build (versions for nightly builds looks like `v0.2.11-nightly.COMMIT_HASH`) - [ ] Download & Install ### Acceptance criteria - [ ] These builds should be signed - [ ] For anything pushed into `develop` it should build new artifacts and make a nightly release
non_defect
make nightly builds from develop branch rationale we need a new gha workflow which will build signed nightly artifacts from the develop branch on any push into develop user story we want to make it possible for anyone to download install the latest nightly smapp build from latest develop without having to set up a dev environment i open the releases page find the latest nightly build versions for nightly builds looks like nightly commit hash download install acceptance criteria these builds should be signed for anything pushed into develop it should build new artifacts and make a nightly release
0
155,646
13,630,516,201
IssuesEvent
2020-09-24 16:33:33
twistlock/docs
https://api.github.com/repos/twistlock/docs
closed
Include OpenShift support in this System Requirements
documentation
https://docs.paloaltonetworks.com/prisma/prisma-cloud/20-09/prisma-cloud-compute-edition-admin/install/system_requirements.html Doesn't include OpenShift support details.
1.0
Include OpenShift support in this System Requirements - https://docs.paloaltonetworks.com/prisma/prisma-cloud/20-09/prisma-cloud-compute-edition-admin/install/system_requirements.html Doesn't include OpenShift support details.
non_defect
include openshift support in this system requirements doesn t include openshift support details
0
17,081
2,974,593,173
IssuesEvent
2015-07-15 02:10:24
Reimashi/jotai
https://api.github.com/repos/Reimashi/jotai
closed
ohm turns of machine in windows 8 consumer preview
auto-migrated Priority-Medium Type-Defect wontfix
``` What is the expected output? What do you see instead? what do u think? show the cpu temp What version of the product are you using? On what operating system? 0.4b windows 8 consumer preview Please provide any additional information below. Please attach a Report created with "File / Save Report...". how? if it turns off machine? ``` Original issue reported on code.google.com by `attila.j...@gmail.com` on 13 Jun 2012 at 10:10
1.0
ohm turns of machine in windows 8 consumer preview - ``` What is the expected output? What do you see instead? what do u think? show the cpu temp What version of the product are you using? On what operating system? 0.4b windows 8 consumer preview Please provide any additional information below. Please attach a Report created with "File / Save Report...". how? if it turns off machine? ``` Original issue reported on code.google.com by `attila.j...@gmail.com` on 13 Jun 2012 at 10:10
defect
ohm turns of machine in windows consumer preview what is the expected output what do you see instead what do u think show the cpu temp what version of the product are you using on what operating system windows consumer preview please provide any additional information below please attach a report created with file save report how if it turns off machine original issue reported on code google com by attila j gmail com on jun at
1
58,171
16,388,393,988
IssuesEvent
2021-05-17 13:26:00
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
"Get help" button has accessibility issues.
Core Application Team Defect Product Support Team
**Describe the defect** The get help button on the login page has a couple of accessbility issues 1. No visible change of state on hover. 2. No visible indication of it being selected when using tab navigation. Since we are addressing CSS in this issue it may be advantageous to address this one too https://github.com/department-of-veterans-affairs/va.gov-cms/issues/4302 **To Reproduce** Steps to reproduce the behavior: 1. Go to the site without being logged in. 2. Hover over get help button in lower right. Notice there is no visible change of state. 3. Use keyboard tab button to cycle through the links. Notice there is no visual indication that the "get help" button is selected. **Expected behavior** It should follow va design guidance for that style of button. https://design.va.gov/components/buttons **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information if relevant, or delete):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here. Reach out to the Product Managers to determine if it should be escalated as critical (prevents users from accomplishing their work with no known workaround and needs to be addressed within 2 business days). ## Labels (You can delete this section once it's complete) - [x] Issue type (red) (defaults to "Defect") - [ ] CMS subsystem (green) - [ ] CMS practice area (blue) - [x] CMS objective (orange) (not needed for bug tickets) - [ ] CMS-supported product (black) ### CMS Team Please leave only the team that will do this work selected. If you're not sure, it's fine to leave both selected. - [x] `Core Application Team` - [x] `Product Support Team`
1.0
"Get help" button has accessibility issues. - **Describe the defect** The get help button on the login page has a couple of accessbility issues 1. No visible change of state on hover. 2. No visible indication of it being selected when using tab navigation. Since we are addressing CSS in this issue it may be advantageous to address this one too https://github.com/department-of-veterans-affairs/va.gov-cms/issues/4302 **To Reproduce** Steps to reproduce the behavior: 1. Go to the site without being logged in. 2. Hover over get help button in lower right. Notice there is no visible change of state. 3. Use keyboard tab button to cycle through the links. Notice there is no visual indication that the "get help" button is selected. **Expected behavior** It should follow va design guidance for that style of button. https://design.va.gov/components/buttons **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information if relevant, or delete):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here. Reach out to the Product Managers to determine if it should be escalated as critical (prevents users from accomplishing their work with no known workaround and needs to be addressed within 2 business days). ## Labels (You can delete this section once it's complete) - [x] Issue type (red) (defaults to "Defect") - [ ] CMS subsystem (green) - [ ] CMS practice area (blue) - [x] CMS objective (orange) (not needed for bug tickets) - [ ] CMS-supported product (black) ### CMS Team Please leave only the team that will do this work selected. If you're not sure, it's fine to leave both selected. - [x] `Core Application Team` - [x] `Product Support Team`
defect
get help button has accessibility issues describe the defect the get help button on the login page has a couple of accessbility issues no visible change of state on hover no visible indication of it being selected when using tab navigation since we are addressing css in this issue it may be advantageous to address this one too to reproduce steps to reproduce the behavior go to the site without being logged in hover over get help button in lower right notice there is no visible change of state use keyboard tab button to cycle through the links notice there is no visual indication that the get help button is selected expected behavior it should follow va design guidance for that style of button screenshots if applicable add screenshots to help explain your problem desktop please complete the following information if relevant or delete os browser version additional context add any other context about the problem here reach out to the product managers to determine if it should be escalated as critical prevents users from accomplishing their work with no known workaround and needs to be addressed within business days labels you can delete this section once it s complete issue type red defaults to defect cms subsystem green cms practice area blue cms objective orange not needed for bug tickets cms supported product black cms team please leave only the team that will do this work selected if you re not sure it s fine to leave both selected core application team product support team
1
23,115
3,769,425,324
IssuesEvent
2016-03-16 10:36:02
fraimondo/pynetstation
https://api.github.com/repos/fraimondo/pynetstation
closed
move to github? (and/or to psychopy)
auto-migrated Priority-Medium Type-Defect
``` Hi there, I see that pynetstation hasn't been updated in a while. Maybe that means it's working so well it doesn't need changing, or that you're no longer doing EEG with an EGI system? PsychoPy has been packaging it as part of its Standalone distribution for a while, but 1. it seems that might not be possible once googlecode disappears 2. I wondered if its going to be Maybe pynetstation could be moved e.g. to github and whether it could be built so that users could install it with `pip install egi` Alternatively, it could be simply subsumed under psychopy.hardware to make things easier at our end (one less thing for me to install). Am I right in thinking that it's entirely python code using sockets - not relying on any egi compiled lib? cheers, Jon ``` Original issue reported on code.google.com by `jon.pei...@gmail.com` on 29 Jul 2015 at 1:39
1.0
move to github? (and/or to psychopy) - ``` Hi there, I see that pynetstation hasn't been updated in a while. Maybe that means it's working so well it doesn't need changing, or that you're no longer doing EEG with an EGI system? PsychoPy has been packaging it as part of its Standalone distribution for a while, but 1. it seems that might not be possible once googlecode disappears 2. I wondered if its going to be Maybe pynetstation could be moved e.g. to github and whether it could be built so that users could install it with `pip install egi` Alternatively, it could be simply subsumed under psychopy.hardware to make things easier at our end (one less thing for me to install). Am I right in thinking that it's entirely python code using sockets - not relying on any egi compiled lib? cheers, Jon ``` Original issue reported on code.google.com by `jon.pei...@gmail.com` on 29 Jul 2015 at 1:39
defect
move to github and or to psychopy hi there i see that pynetstation hasn t been updated in a while maybe that means it s working so well it doesn t need changing or that you re no longer doing eeg with an egi system psychopy has been packaging it as part of its standalone distribution for a while but it seems that might not be possible once googlecode disappears i wondered if its going to be maybe pynetstation could be moved e g to github and whether it could be built so that users could install it with pip install egi alternatively it could be simply subsumed under psychopy hardware to make things easier at our end one less thing for me to install am i right in thinking that it s entirely python code using sockets not relying on any egi compiled lib cheers jon original issue reported on code google com by jon pei gmail com on jul at
1
36,931
8,198,668,254
IssuesEvent
2018-08-31 17:14:19
google/googletest
https://api.github.com/repos/google/googletest
closed
Update XCode Project to 10.7 Lion
Priority-Medium Type-Defect auto-migrated
``` The project files you supply in the XCode folder of your distribution archive are quite outdated. I attached an updated version that works with current OS X versions. ``` Original issue reported on code.google.com by `jup...@gmail.com` on 31 Jan 2012 at 12:58 Attachments: - [gtest.xcodeproj.zip](https://storage.googleapis.com/google-code-attachments/googletest/issue-400/comment-0/gtest.xcodeproj.zip)
1.0
Update XCode Project to 10.7 Lion - ``` The project files you supply in the XCode folder of your distribution archive are quite outdated. I attached an updated version that works with current OS X versions. ``` Original issue reported on code.google.com by `jup...@gmail.com` on 31 Jan 2012 at 12:58 Attachments: - [gtest.xcodeproj.zip](https://storage.googleapis.com/google-code-attachments/googletest/issue-400/comment-0/gtest.xcodeproj.zip)
defect
update xcode project to lion the project files you supply in the xcode folder of your distribution archive are quite outdated i attached an updated version that works with current os x versions original issue reported on code google com by jup gmail com on jan at attachments
1
181,950
6,665,603,926
IssuesEvent
2017-10-03 02:29:56
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
mega.nz - desktop site instead of mobile site
browser-firefox-mobile priority-important status-needstriage
<!-- @browser: Firefox Mobile 58.0 --> <!-- @ua_header: Mozilla/5.0 (Android 5.1; Mobile; rv:58.0) Gecko/58.0 Firefox/58.0 --> <!-- @reported_with: web --> **URL**: https://mega.nz/#!7BchVTaT!xcCsk018wN0eblhtxw2txCfsG65Ry-Oft9bdGdt5Rgw **Browser / Version**: Firefox Mobile 58.0 **Operating System**: Android 5.1 **Tested Another Browser**: No **Problem type**: Desktop site instead of mobile site **Description**: dont vouloir dowload **Steps to Reproduce**: _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
mega.nz - desktop site instead of mobile site - <!-- @browser: Firefox Mobile 58.0 --> <!-- @ua_header: Mozilla/5.0 (Android 5.1; Mobile; rv:58.0) Gecko/58.0 Firefox/58.0 --> <!-- @reported_with: web --> **URL**: https://mega.nz/#!7BchVTaT!xcCsk018wN0eblhtxw2txCfsG65Ry-Oft9bdGdt5Rgw **Browser / Version**: Firefox Mobile 58.0 **Operating System**: Android 5.1 **Tested Another Browser**: No **Problem type**: Desktop site instead of mobile site **Description**: dont vouloir dowload **Steps to Reproduce**: _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
mega nz desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser no problem type desktop site instead of mobile site description dont vouloir dowload steps to reproduce from with ❤️
0
40,635
10,081,755,542
IssuesEvent
2019-07-25 09:32:10
vesoft-inc/nebula
https://api.github.com/repos/vesoft-inc/nebula
closed
To fix or improve the dependencies between different modules
Enhancement defect
The only explicit dependencies we have to specify is the parts regarding the auto generated source files, i.e. *.yy, *.lex, *.thrift, etc. All others shall be resolved automatically by the building system. Besides, it's the very linking phase of some executable or shared object that requires(depends on) other modules(libraries, objects), rather than the compiling phase of individual objects. Besides, generated header files of the thrift files are now missing in the OUTPUT list, I think it might be the root cause of how we reach the current sistuation.
1.0
To fix or improve the dependencies between different modules - The only explicit dependencies we have to specify is the parts regarding the auto generated source files, i.e. *.yy, *.lex, *.thrift, etc. All others shall be resolved automatically by the building system. Besides, it's the very linking phase of some executable or shared object that requires(depends on) other modules(libraries, objects), rather than the compiling phase of individual objects. Besides, generated header files of the thrift files are now missing in the OUTPUT list, I think it might be the root cause of how we reach the current sistuation.
defect
to fix or improve the dependencies between different modules the only explicit dependencies we have to specify is the parts regarding the auto generated source files i e yy lex thrift etc all others shall be resolved automatically by the building system besides it s the very linking phase of some executable or shared object that requires depends on other modules libraries objects rather than the compiling phase of individual objects besides generated header files of the thrift files are now missing in the output list i think it might be the root cause of how we reach the current sistuation
1
74,288
25,039,759,803
IssuesEvent
2022-11-04 19:26:49
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: SE_DRAIN_AFTER_SESSION_COUNT drains node before session completes
I-defect needs-triaging
### What happened? **Problem:** My chrome nodes drain before my session completes, I am running my tasks on AWS ECS as standalone. The hub is run using this image `selenium/hub:4.5.3`. I am passing the variable `SE_DRAIN_AFTER_SESSION_COUNT` to set drain count. Using JUnit if that counts ### How can we reproduce the issue? ```shell Not sure yet, but the test is pretty generic. Load webpage, wait for elements to load, interact with page and close browser. ``` ### Relevant log output ```shell Here is the log from my Node 2022-11-04 18:29:42,082 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing 2022-11-04 18:29:42,086 INFO RPC interface 'supervisor' initialized 2022-11-04 18:29:42,086 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2022-11-04 18:29:42,086 INFO supervisord started with pid 7 2022-11-04 18:29:43,089 INFO spawned: 'xvfb' with pid 9 2022-11-04 18:29:43,091 INFO spawned: 'vnc' with pid 10 2022-11-04 18:29:43,093 INFO spawned: 'novnc' with pid 11 2022-11-04 18:29:43,095 INFO spawned: 'selenium-node' with pid 12 2022-11-04 18:29:43,134 INFO success: selenium-node entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) Appending Selenium options: --register-period 600 Generating Selenium Config Configuring server... Setting up SE_NODE_HOST... Setting up SE_NODE_PORT... Setting up SE_NODE_GRID_URL... Selenium Grid Node configuration: [events] publish = "tcp://hub-address:4442" subscribe = "tcp://hub-address:4443" [node] session-timeout = "300" override-max-sessions = false detect-drivers = false drain-after-session-count = 1 max-sessions = 1 [[node.driver-configuration]] display-name = "chrome" stereotype = ' { "browserName": "chrome", "browserVersion": "106.0", "platformName": "Linux" } ' max-sessions = 1 Starting Selenium Grid Node... 2022-11-04 18:29:44,183 INFO success: xvfb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-11-04 18:29:44,183 INFO success: vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-11-04 18:29:44,184 INFO success: novnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 18:29:45.219 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding 18:29:45.278 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing 18:29:45.806 INFO [UnboundZmqEventBus.<init>] - Connecting to tcp://hub-address:4442 and tcp://hub-address:4443 18:29:46.028 INFO [UnboundZmqEventBus.<init>] - Sockets created 18:29:47.077 INFO [UnboundZmqEventBus.<init>] - Event bus ready 18:29:47.498 INFO [NodeServer.createHandlers] - Reporting self as: http://99.99.99.99:5555 18:29:47.524 INFO [NodeOptions.getSessionFactories] - Detected 1 available processors 18:29:47.680 INFO [NodeOptions.report] - Adding chrome for { "browserVersion": "106.0", "se:noVncPort": 7900, "browserName": "chrome", "platformName": "LINUX", "se:vncEnabled": true } 1 times 18:29:47.701 INFO [Node.<init>] - Binding additional locator mechanisms: id, name, relative 18:29:48.299 INFO [NodeServer$1.start] - Starting registration process for Node http://99.99.99.99:5555 18:29:48.301 INFO [NodeServer.execute] - Started Selenium node 4.5.3 (revision 4b786a1e430): http://99.99.99.99:5555 18:29:48.315 INFO [NodeServer$1.lambda$start$1] - Sending registration event... 18:29:48.726 INFO [NodeServer.lambda$createHandlers$2] - Node has been added Starting ChromeDriver 106.0.5249.61 (511755355844955cd3e264779baf0dd38212a4d0-refs/branch-heads/5249@{#569}) on port 20352 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully. 18:29:51.012 INFO [LocalNode.checkSessionCount] - Draining Node, configured sessions value (1) has been reached. 18:29:51.023 INFO [LocalNode.newSession] - Session created by the Node. Id: 8cded5ef9d9b2bf434f4959876037ea1, Caps: Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 106.0.5249.119, chrome: {chromedriverVersion: 106.0.5249.61 (511755355844..., userDataDir: /tmp/.com.google.Chrome.abHnWV}, goog:chromeOptions: {debuggerAddress: localhost:41113}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: Proxy(), se:cdp: http://localhost:41113, se:cdpVersion: 106.0.5249.119, se:vncEnabled: true, se:vncLocalAddress: ws://99.99.99.99:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} 18:35:17.820 INFO [LocalNode.lambda$new$3] - Session id 8cded5ef9d9b2bf434f4959876037ea1 timed out, stopping... 18:35:17.917 INFO [SessionSlot.stop] - Stopping session 8cded5ef9d9b2bf434f4959876037ea1 18:35:17.918 INFO [LocalNode.lambda$new$3] - Node draining complete! 18:35:18.923 INFO [NodeServer.lambda$createHandlers$3] - Shutting down 2022-11-04 18:35:19,253 INFO exited: selenium-node (exit status 0; expected) 2022-11-04 18:35:19,254 WARN received SIGINT indicating exit request 2022-11-04 18:35:19,254 INFO waiting for xvfb, vnc, novnc to die 2022-11-04 18:35:21,257 INFO stopped: novnc (terminated by SIGTERM) 2022-11-04 18:35:22,259 INFO stopped: vnc (terminated by SIGTERM) 2022-11-04 18:35:22,259 INFO waiting for xvfb to die 2022-11-04 18:35:23,261 INFO stopped: xvfb (terminated by SIGTERM) ``` Some salvagable logs from hub: ``` 18:29:48.721 INFO [GridModel.setAvailability] - Switching Node 1e6f0fd6-6821-4a29-957c-88ccd0eb8cff (uri: http://99.99.99.99:5555) from DOWN to UP -- 18:29:48.721 INFO [LocalDistributor.add] - Added node 1e6f0fd6-6821-4a29-957c-88ccd0eb8cff at http://99.99.99.99:5555. Health check every 120s 18:29:51.015 INFO [GridModel.setAvailability] - Switching Node 1e6f0fd6-6821-4a29-957c-88ccd0eb8cff (uri: http://99.99.99.99:5555) from UP to DRAINING 18:29:51.079 INFO [LocalDistributor.newSession] - Session created by the Distributor. Id: 8cded5ef9d9b2bf434f4959876037ea1 Caps: Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 106.0.5249.119, chrome: {chromedriverVersion: 106.0.5249.61 (511755355844..., userDataDir: /tmp/.com.google.Chrome.abHnWV}, goog:chromeOptions: {debuggerAddress: localhost:41113}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: {}, se:bidiEnabled: false, se:cdp: ws://99.99.99.99:4444/session..., se:cdpVersion: 106.0.5249.119, se:vnc: ws://99.99.99.99:4444/session..., se:vncEnabled: true, se:vncLocalAddress: ws://99.99.99.99:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} 18:35:17.919 INFO [GridModel.release] - Releasing slot for session id 8cded5ef9d9b2bf434f4959876037ea1 18:35:17.919 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local Session Map, Id: 8cded5ef9d9b2bf434f4959876037ea1 ``` ``` ### Operating System Linux? ### Selenium version 4.5.3 ### What are the browser(s) and version(s) where you see this issue? 106.0 ### What are the browser driver(s) and version(s) where you see this issue? 106.0 ### Are you using Selenium Grid? 4.5.3
1.0
[🐛 Bug]: SE_DRAIN_AFTER_SESSION_COUNT drains node before session completes - ### What happened? **Problem:** My chrome nodes drain before my session completes, I am running my tasks on AWS ECS as standalone. The hub is run using this image `selenium/hub:4.5.3`. I am passing the variable `SE_DRAIN_AFTER_SESSION_COUNT` to set drain count. Using JUnit if that counts ### How can we reproduce the issue? ```shell Not sure yet, but the test is pretty generic. Load webpage, wait for elements to load, interact with page and close browser. ``` ### Relevant log output ```shell Here is the log from my Node 2022-11-04 18:29:42,082 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing 2022-11-04 18:29:42,086 INFO RPC interface 'supervisor' initialized 2022-11-04 18:29:42,086 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2022-11-04 18:29:42,086 INFO supervisord started with pid 7 2022-11-04 18:29:43,089 INFO spawned: 'xvfb' with pid 9 2022-11-04 18:29:43,091 INFO spawned: 'vnc' with pid 10 2022-11-04 18:29:43,093 INFO spawned: 'novnc' with pid 11 2022-11-04 18:29:43,095 INFO spawned: 'selenium-node' with pid 12 2022-11-04 18:29:43,134 INFO success: selenium-node entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) Appending Selenium options: --register-period 600 Generating Selenium Config Configuring server... Setting up SE_NODE_HOST... Setting up SE_NODE_PORT... Setting up SE_NODE_GRID_URL... Selenium Grid Node configuration: [events] publish = "tcp://hub-address:4442" subscribe = "tcp://hub-address:4443" [node] session-timeout = "300" override-max-sessions = false detect-drivers = false drain-after-session-count = 1 max-sessions = 1 [[node.driver-configuration]] display-name = "chrome" stereotype = ' { "browserName": "chrome", "browserVersion": "106.0", "platformName": "Linux" } ' max-sessions = 1 Starting Selenium Grid Node... 2022-11-04 18:29:44,183 INFO success: xvfb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-11-04 18:29:44,183 INFO success: vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-11-04 18:29:44,184 INFO success: novnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 18:29:45.219 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding 18:29:45.278 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing 18:29:45.806 INFO [UnboundZmqEventBus.<init>] - Connecting to tcp://hub-address:4442 and tcp://hub-address:4443 18:29:46.028 INFO [UnboundZmqEventBus.<init>] - Sockets created 18:29:47.077 INFO [UnboundZmqEventBus.<init>] - Event bus ready 18:29:47.498 INFO [NodeServer.createHandlers] - Reporting self as: http://99.99.99.99:5555 18:29:47.524 INFO [NodeOptions.getSessionFactories] - Detected 1 available processors 18:29:47.680 INFO [NodeOptions.report] - Adding chrome for { "browserVersion": "106.0", "se:noVncPort": 7900, "browserName": "chrome", "platformName": "LINUX", "se:vncEnabled": true } 1 times 18:29:47.701 INFO [Node.<init>] - Binding additional locator mechanisms: id, name, relative 18:29:48.299 INFO [NodeServer$1.start] - Starting registration process for Node http://99.99.99.99:5555 18:29:48.301 INFO [NodeServer.execute] - Started Selenium node 4.5.3 (revision 4b786a1e430): http://99.99.99.99:5555 18:29:48.315 INFO [NodeServer$1.lambda$start$1] - Sending registration event... 18:29:48.726 INFO [NodeServer.lambda$createHandlers$2] - Node has been added Starting ChromeDriver 106.0.5249.61 (511755355844955cd3e264779baf0dd38212a4d0-refs/branch-heads/5249@{#569}) on port 20352 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully. 18:29:51.012 INFO [LocalNode.checkSessionCount] - Draining Node, configured sessions value (1) has been reached. 18:29:51.023 INFO [LocalNode.newSession] - Session created by the Node. Id: 8cded5ef9d9b2bf434f4959876037ea1, Caps: Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 106.0.5249.119, chrome: {chromedriverVersion: 106.0.5249.61 (511755355844..., userDataDir: /tmp/.com.google.Chrome.abHnWV}, goog:chromeOptions: {debuggerAddress: localhost:41113}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: Proxy(), se:cdp: http://localhost:41113, se:cdpVersion: 106.0.5249.119, se:vncEnabled: true, se:vncLocalAddress: ws://99.99.99.99:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} 18:35:17.820 INFO [LocalNode.lambda$new$3] - Session id 8cded5ef9d9b2bf434f4959876037ea1 timed out, stopping... 18:35:17.917 INFO [SessionSlot.stop] - Stopping session 8cded5ef9d9b2bf434f4959876037ea1 18:35:17.918 INFO [LocalNode.lambda$new$3] - Node draining complete! 18:35:18.923 INFO [NodeServer.lambda$createHandlers$3] - Shutting down 2022-11-04 18:35:19,253 INFO exited: selenium-node (exit status 0; expected) 2022-11-04 18:35:19,254 WARN received SIGINT indicating exit request 2022-11-04 18:35:19,254 INFO waiting for xvfb, vnc, novnc to die 2022-11-04 18:35:21,257 INFO stopped: novnc (terminated by SIGTERM) 2022-11-04 18:35:22,259 INFO stopped: vnc (terminated by SIGTERM) 2022-11-04 18:35:22,259 INFO waiting for xvfb to die 2022-11-04 18:35:23,261 INFO stopped: xvfb (terminated by SIGTERM) ``` Some salvagable logs from hub: ``` 18:29:48.721 INFO [GridModel.setAvailability] - Switching Node 1e6f0fd6-6821-4a29-957c-88ccd0eb8cff (uri: http://99.99.99.99:5555) from DOWN to UP -- 18:29:48.721 INFO [LocalDistributor.add] - Added node 1e6f0fd6-6821-4a29-957c-88ccd0eb8cff at http://99.99.99.99:5555. Health check every 120s 18:29:51.015 INFO [GridModel.setAvailability] - Switching Node 1e6f0fd6-6821-4a29-957c-88ccd0eb8cff (uri: http://99.99.99.99:5555) from UP to DRAINING 18:29:51.079 INFO [LocalDistributor.newSession] - Session created by the Distributor. Id: 8cded5ef9d9b2bf434f4959876037ea1 Caps: Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 106.0.5249.119, chrome: {chromedriverVersion: 106.0.5249.61 (511755355844..., userDataDir: /tmp/.com.google.Chrome.abHnWV}, goog:chromeOptions: {debuggerAddress: localhost:41113}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: {}, se:bidiEnabled: false, se:cdp: ws://99.99.99.99:4444/session..., se:cdpVersion: 106.0.5249.119, se:vnc: ws://99.99.99.99:4444/session..., se:vncEnabled: true, se:vncLocalAddress: ws://99.99.99.99:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} 18:35:17.919 INFO [GridModel.release] - Releasing slot for session id 8cded5ef9d9b2bf434f4959876037ea1 18:35:17.919 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local Session Map, Id: 8cded5ef9d9b2bf434f4959876037ea1 ``` ``` ### Operating System Linux? ### Selenium version 4.5.3 ### What are the browser(s) and version(s) where you see this issue? 106.0 ### What are the browser driver(s) and version(s) where you see this issue? 106.0 ### Are you using Selenium Grid? 4.5.3
defect
se drain after session count drains node before session completes what happened problem my chrome nodes drain before my session completes i am running my tasks on aws ecs as standalone the hub is run using this image selenium hub i am passing the variable se drain after session count to set drain count using junit if that counts how can we reproduce the issue shell not sure yet but the test is pretty generic load webpage wait for elements to load interact with page and close browser relevant log output shell here is the log from my node info included extra file etc supervisor conf d selenium conf during parsing info rpc interface supervisor initialized crit server unix http server running without any http authentication checking info supervisord started with pid info spawned xvfb with pid info spawned vnc with pid info spawned novnc with pid info spawned selenium node with pid info success selenium node entered running state process has stayed up for than seconds startsecs appending selenium options register period generating selenium config configuring server setting up se node host setting up se node port setting up se node grid url selenium grid node configuration publish tcp hub address subscribe tcp hub address session timeout override max sessions false detect drivers false drain after session count max sessions display name chrome stereotype browsername chrome browserversion platformname linux max sessions starting selenium grid node info success xvfb entered running state process has stayed up for than seconds startsecs info success vnc entered running state process has stayed up for than seconds startsecs info success novnc entered running state process has stayed up for than seconds startsecs info using the system default encoding info using opentelemetry for tracing info connecting to tcp hub address and tcp hub address info sockets created info event bus ready info reporting self as info detected available processors info adding chrome for browserversion se novncport browsername chrome platformname linux se vncenabled true times info binding additional locator mechanisms id name relative info starting registration process for node info started selenium node revision info sending registration event info node has been added starting chromedriver refs branch heads on port only local connections are allowed please see for suggestions on keeping chromedriver safe chromedriver was started successfully info draining node configured sessions value has been reached info session created by the node id caps capabilities acceptinsecurecerts false browsername chrome browserversion chrome chromedriverversion userdatadir tmp com google chrome abhnwv goog chromeoptions debuggeraddress localhost networkconnectionenabled false pageloadstrategy normal platformname linux proxy proxy se cdp se cdpversion se vncenabled true se vnclocaladdress ws setwindowrect true strictfileinteractability false timeouts implicit pageload script unhandledpromptbehavior dismiss and notify webauthn extension credblob true webauthn extension largeblob true webauthn virtualauthenticators true info session id timed out stopping info stopping session info node draining complete info shutting down info exited selenium node exit status expected warn received sigint indicating exit request info waiting for xvfb vnc novnc to die info stopped novnc terminated by sigterm info stopped vnc terminated by sigterm info waiting for xvfb to die info stopped xvfb terminated by sigterm some salvagable logs from hub info switching node uri from down to up info added node at health check every info switching node uri from up to draining info session created by the distributor id caps capabilities acceptinsecurecerts false browsername chrome browserversion chrome chromedriverversion userdatadir tmp com google chrome abhnwv goog chromeoptions debuggeraddress localhost networkconnectionenabled false pageloadstrategy normal platformname linux proxy se bidienabled false se cdp ws session se cdpversion se vnc ws session se vncenabled true se vnclocaladdress ws setwindowrect true strictfileinteractability false timeouts implicit pageload script unhandledpromptbehavior dismiss and notify webauthn extension credblob true webauthn extension largeblob true webauthn virtualauthenticators true info releasing slot for session id info deleted session from local session map id operating system linux selenium version what are the browser s and version s where you see this issue what are the browser driver s and version s where you see this issue are you using selenium grid
1
20,479
3,363,103,060
IssuesEvent
2015-11-20 10:28:44
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Stream getter properties should not consume stream
area-dartium needs-info priority-unassigned resolution-assumed-stale Type-Defect x Deprecated Editor-Debugging
*This issue was originally filed by armiller...&#064;google.com* _____ **What steps will reproduce the problem?** 1. Construct a stream with Stream.fromIterable 2. Use the debugger to step through code that uses the stream. Have the stream object expended in the variables area. 3. Code trying to add a listener will think the stream is already consumed. **What is the expected output? What do you see instead?** Having the debugger open should affect the stream properties. **What version of the product are you using? On what operating system?** Dart 1.5 - linux
1.0
Stream getter properties should not consume stream - *This issue was originally filed by armiller...&#064;google.com* _____ **What steps will reproduce the problem?** 1. Construct a stream with Stream.fromIterable 2. Use the debugger to step through code that uses the stream. Have the stream object expended in the variables area. 3. Code trying to add a listener will think the stream is already consumed. **What is the expected output? What do you see instead?** Having the debugger open should affect the stream properties. **What version of the product are you using? On what operating system?** Dart 1.5 - linux
defect
stream getter properties should not consume stream this issue was originally filed by armiller google com what steps will reproduce the problem construct a stream with stream fromiterable use the debugger to step through code that uses the stream have the stream object expended in the variables area code trying to add a listener will think the stream is already consumed what is the expected output what do you see instead having the debugger open should affect the stream properties what version of the product are you using on what operating system dart linux
1
72,447
24,122,078,669
IssuesEvent
2022-09-20 19:41:48
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Postgres array columns are not generated with non-null nor defaults
T: Defect
### Expected behavior If I have the following SQL definition in Postgres 14 database: ``` CREATE TABLE xxx ( id SERIAL PRIMARY KEY, foo TEXT[] NOT NULL DEFAULT ARRAY []::TEXT[], bar TEXT[] NOT NULL, baz TEXT[] DEFAULT ARRAY []::TEXT[] ); ``` then running codegen should result in correct nullable and default definitions in generated `XxxTable` ### Actual behavior Here are the relevant parts of generated file ``` /** * The column <code>public.xxx.foo</code>. */ public final TableField<XxxRecord, String[]> FOO = createField(DSL.name("foo"), SQLDataType.CLOB.getArrayDataType(), this, ""); /** * The column <code>public.xxx.bar</code>. */ public final TableField<XxxRecord, String[]> BAR = createField(DSL.name("bar"), SQLDataType.CLOB.getArrayDataType(), this, ""); /** * The column <code>public.xxx.baz</code>. */ public final TableField<XxxRecord, String[]> BAZ = createField(DSL.name("baz"), SQLDataType.CLOB.getArrayDataType(), this, ""); ``` None of the three columns have nullability nor default values. ### Steps to reproduce the problem Run codegen with default settings using given SQL. ### jOOQ Version 3.17.4 Open Source ### Database product and version PostgreSQL 14.2 on aarch64-apple-darwin20.6.0 ### Java Version openjdk version "18.0.2.1" 2022-08-18 ### OS Version Macos ### JDBC driver name and version (include name if unofficial driver) org.postgresql:postgresql:42.5.0
1.0
Postgres array columns are not generated with non-null nor defaults - ### Expected behavior If I have the following SQL definition in Postgres 14 database: ``` CREATE TABLE xxx ( id SERIAL PRIMARY KEY, foo TEXT[] NOT NULL DEFAULT ARRAY []::TEXT[], bar TEXT[] NOT NULL, baz TEXT[] DEFAULT ARRAY []::TEXT[] ); ``` then running codegen should result in correct nullable and default definitions in generated `XxxTable` ### Actual behavior Here are the relevant parts of generated file ``` /** * The column <code>public.xxx.foo</code>. */ public final TableField<XxxRecord, String[]> FOO = createField(DSL.name("foo"), SQLDataType.CLOB.getArrayDataType(), this, ""); /** * The column <code>public.xxx.bar</code>. */ public final TableField<XxxRecord, String[]> BAR = createField(DSL.name("bar"), SQLDataType.CLOB.getArrayDataType(), this, ""); /** * The column <code>public.xxx.baz</code>. */ public final TableField<XxxRecord, String[]> BAZ = createField(DSL.name("baz"), SQLDataType.CLOB.getArrayDataType(), this, ""); ``` None of the three columns have nullability nor default values. ### Steps to reproduce the problem Run codegen with default settings using given SQL. ### jOOQ Version 3.17.4 Open Source ### Database product and version PostgreSQL 14.2 on aarch64-apple-darwin20.6.0 ### Java Version openjdk version "18.0.2.1" 2022-08-18 ### OS Version Macos ### JDBC driver name and version (include name if unofficial driver) org.postgresql:postgresql:42.5.0
defect
postgres array columns are not generated with non null nor defaults expected behavior if i have the following sql definition in postgres database create table xxx id serial primary key foo text not null default array text bar text not null baz text default array text then running codegen should result in correct nullable and default definitions in generated xxxtable actual behavior here are the relevant parts of generated file the column public xxx foo public final tablefield foo createfield dsl name foo sqldatatype clob getarraydatatype this the column public xxx bar public final tablefield bar createfield dsl name bar sqldatatype clob getarraydatatype this the column public xxx baz public final tablefield baz createfield dsl name baz sqldatatype clob getarraydatatype this none of the three columns have nullability nor default values steps to reproduce the problem run codegen with default settings using given sql jooq version open source database product and version postgresql on apple java version openjdk version os version macos jdbc driver name and version include name if unofficial driver org postgresql postgresql
1
78,650
27,664,180,214
IssuesEvent
2023-03-12 21:23:55
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: using LinearOperator as RHS operand of @ causes a NumPy error
defect scipy.sparse.linalg
### Describe your issue. Using a `LinearOperator` on the right hand side of a matmul (through the `@` operator) leads to a NumPy error (see attached). It does work as a left hand side operand. Moreover, `A @ B`, where `A` is a NumPy array and `B` is a `LinearOperator`, can be implemented using this expression as a workaround: ```python (B.T @ A.T).T ``` A derived `LinearOperator` is thus forced to the left hand side. It is not clear whether `A @ B` should be expected to work, so I'm creating this issue to start a discussion. See https://github.com/scikit-learn/scikit-learn/issues/12794#issuecomment-1287827481 for more context. Fundamentally `A @ B` is equivalent to `A.__matmul__(B)`, so the implementation of `A` controls execution. To my knowledge as part of the general `ufunc` execution flow NumPy will try to coerce the `ufunc` arguments to `PyObjectArray`'s which are expected to have explicit data arrays. However as an abstraction of a 2D array, `LinearOperator`'s do not necessarily have any data. At the moment they end up being converted to zero-dimensional scalars, which leads to the error in question. One could always materialize the data by letting the `LinearOperator` act on an identity matrix, but that is typically undesirable in matrix-free methods where this class is used. As @ogrisel [notes](https://github.com/scikit-learn/scikit-learn/pull/18689#issuecomment-1287897926) though, it would be good to at least have a more user-friendly message. ### Reproducing Code Example ```python import numpy as np from scipy.sparse.linalg import LinearOperator def linear_operator_from_array(A): return LinearOperator( shape=A.shape, dtype=A.dtype, matvec=lambda x: A @ x, rmatvec=lambda x: A.T @ x, matmat=lambda X: A @ X, rmatmat=lambda X: A.T @ X, ) A = np.empty((2, 3)) B = np.empty((3, 4)) B = linear_operator_from_array(B) A @ B ``` ### Error message ```shell Traceback (most recent call last): File "/home/andrey/Projects/scikit-learn/linear-operator-matmul-fail.py", line 17, in <module> A @ B ValueError: matmul: Input operand 1 does not have enough dimensions (has 0, gufunc core with signature (n?,k),(k,m?)->(n?,m?) requires 1) ``` ### SciPy/NumPy/Python version information 1.9.1 1.23.4 sys.version_info(major=3, minor=10, micro=7, releaselevel='final', serial=0)
1.0
BUG: using LinearOperator as RHS operand of @ causes a NumPy error - ### Describe your issue. Using a `LinearOperator` on the right hand side of a matmul (through the `@` operator) leads to a NumPy error (see attached). It does work as a left hand side operand. Moreover, `A @ B`, where `A` is a NumPy array and `B` is a `LinearOperator`, can be implemented using this expression as a workaround: ```python (B.T @ A.T).T ``` A derived `LinearOperator` is thus forced to the left hand side. It is not clear whether `A @ B` should be expected to work, so I'm creating this issue to start a discussion. See https://github.com/scikit-learn/scikit-learn/issues/12794#issuecomment-1287827481 for more context. Fundamentally `A @ B` is equivalent to `A.__matmul__(B)`, so the implementation of `A` controls execution. To my knowledge as part of the general `ufunc` execution flow NumPy will try to coerce the `ufunc` arguments to `PyObjectArray`'s which are expected to have explicit data arrays. However as an abstraction of a 2D array, `LinearOperator`'s do not necessarily have any data. At the moment they end up being converted to zero-dimensional scalars, which leads to the error in question. One could always materialize the data by letting the `LinearOperator` act on an identity matrix, but that is typically undesirable in matrix-free methods where this class is used. As @ogrisel [notes](https://github.com/scikit-learn/scikit-learn/pull/18689#issuecomment-1287897926) though, it would be good to at least have a more user-friendly message. ### Reproducing Code Example ```python import numpy as np from scipy.sparse.linalg import LinearOperator def linear_operator_from_array(A): return LinearOperator( shape=A.shape, dtype=A.dtype, matvec=lambda x: A @ x, rmatvec=lambda x: A.T @ x, matmat=lambda X: A @ X, rmatmat=lambda X: A.T @ X, ) A = np.empty((2, 3)) B = np.empty((3, 4)) B = linear_operator_from_array(B) A @ B ``` ### Error message ```shell Traceback (most recent call last): File "/home/andrey/Projects/scikit-learn/linear-operator-matmul-fail.py", line 17, in <module> A @ B ValueError: matmul: Input operand 1 does not have enough dimensions (has 0, gufunc core with signature (n?,k),(k,m?)->(n?,m?) requires 1) ``` ### SciPy/NumPy/Python version information 1.9.1 1.23.4 sys.version_info(major=3, minor=10, micro=7, releaselevel='final', serial=0)
defect
bug using linearoperator as rhs operand of causes a numpy error describe your issue using a linearoperator on the right hand side of a matmul through the operator leads to a numpy error see attached it does work as a left hand side operand moreover a b where a is a numpy array and b is a linearoperator can be implemented using this expression as a workaround python b t a t t a derived linearoperator is thus forced to the left hand side it is not clear whether a b should be expected to work so i m creating this issue to start a discussion see for more context fundamentally a b is equivalent to a matmul b so the implementation of a controls execution to my knowledge as part of the general ufunc execution flow numpy will try to coerce the ufunc arguments to pyobjectarray s which are expected to have explicit data arrays however as an abstraction of a array linearoperator s do not necessarily have any data at the moment they end up being converted to zero dimensional scalars which leads to the error in question one could always materialize the data by letting the linearoperator act on an identity matrix but that is typically undesirable in matrix free methods where this class is used as ogrisel though it would be good to at least have a more user friendly message reproducing code example python import numpy as np from scipy sparse linalg import linearoperator def linear operator from array a return linearoperator shape a shape dtype a dtype matvec lambda x a x rmatvec lambda x a t x matmat lambda x a x rmatmat lambda x a t x a np empty b np empty b linear operator from array b a b error message shell traceback most recent call last file home andrey projects scikit learn linear operator matmul fail py line in a b valueerror matmul input operand does not have enough dimensions has gufunc core with signature n k k m n m requires scipy numpy python version information sys version info major minor micro releaselevel final serial
1
497
2,550,592,342
IssuesEvent
2015-02-01 18:39:29
cakephp/plugin-installer
https://api.github.com/repos/cakephp/plugin-installer
closed
CakePHP 3 Installer problem
defect on hold
I'm doing a fresh install of CakePHP 3 and having this error message: [ErrorException] include(/var/www/cake3/vendor/cakephp/plugin-installer/src//Installer/PluginInstaller.php): failed to open stream: No such file or directory I'm on a fresh install on a vagrant box using this command for install composer create-project --prefer-dist -s dev cakephp/app cake3 taken from CakePHP 3 Book. I see a double / on ...src//Installer... part of the path. I check and the PluginInstaller.php file is in the correct location. ![image](https://cloud.githubusercontent.com/assets/100788/5989416/4762f362-a966-11e4-8bb5-d4c558e4bd34.png)
1.0
CakePHP 3 Installer problem - I'm doing a fresh install of CakePHP 3 and having this error message: [ErrorException] include(/var/www/cake3/vendor/cakephp/plugin-installer/src//Installer/PluginInstaller.php): failed to open stream: No such file or directory I'm on a fresh install on a vagrant box using this command for install composer create-project --prefer-dist -s dev cakephp/app cake3 taken from CakePHP 3 Book. I see a double / on ...src//Installer... part of the path. I check and the PluginInstaller.php file is in the correct location. ![image](https://cloud.githubusercontent.com/assets/100788/5989416/4762f362-a966-11e4-8bb5-d4c558e4bd34.png)
defect
cakephp installer problem i m doing a fresh install of cakephp and having this error message include var www vendor cakephp plugin installer src installer plugininstaller php failed to open stream no such file or directory i m on a fresh install on a vagrant box using this command for install composer create project prefer dist s dev cakephp app taken from cakephp book i see a double on src installer part of the path i check and the plugininstaller php file is in the correct location
1
53,891
13,262,426,362
IssuesEvent
2020-08-20 21:46:14
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
investigate replacing `boost::ublas`code (Trac #2246)
Migrated from Trac defect other
while looking at something else, i saw that source:/IceCube/meta-projects/combo/trunk/recclasses/public/recclasses/ParameterStorage.h included [https://www.boost.org/doc/libs/1_57_0/libs/numeric/ublas/doc/index.html boost::ublas], sorely out of date (and slow). We should think about replacing instances of `boost::ublas` usage with our optimized BLASes or something like [http://eigen.tuxfamily.org/index.php?title=Main_Page Eigen]. This particular example is tied to serialization and there maybe good reasons for it being there (availability, data permanence). Serious testing would be required for a replacement in this case. This could also be a good for a workshop on "test driven development". <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2246">https://code.icecube.wisc.edu/projects/icecube/ticket/2246</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2019-09-18T07:51:29", "_ts": "1568793089537035", "description": "while looking at something else, i saw that source:/IceCube/meta-projects/combo/trunk/recclasses/public/recclasses/ParameterStorage.h included [https://www.boost.org/doc/libs/1_57_0/libs/numeric/ublas/doc/index.html boost::ublas], sorely out of date (and slow).\n\nWe should think about replacing instances of `boost::ublas` usage with our optimized BLASes or something like [http://eigen.tuxfamily.org/index.php?title=Main_Page Eigen].\n\nThis particular example is tied to serialization and there maybe good reasons for it being there (availability, data permanence). Serious testing would be required for a replacement in this case. \n\nThis could also be a good for a workshop on \"test driven development\".", "reporter": "nega", "cc": "olivas, kjmeagher", "resolution": "insufficient resources", "time": "2019-03-12T15:50:36", "component": "other", "summary": "investigate replacing `boost::ublas`code", "priority": "minor", "keywords": "serialization blas boost boost::ublas", "milestone": "Long-Term Future", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
investigate replacing `boost::ublas`code (Trac #2246) - while looking at something else, i saw that source:/IceCube/meta-projects/combo/trunk/recclasses/public/recclasses/ParameterStorage.h included [https://www.boost.org/doc/libs/1_57_0/libs/numeric/ublas/doc/index.html boost::ublas], sorely out of date (and slow). We should think about replacing instances of `boost::ublas` usage with our optimized BLASes or something like [http://eigen.tuxfamily.org/index.php?title=Main_Page Eigen]. This particular example is tied to serialization and there maybe good reasons for it being there (availability, data permanence). Serious testing would be required for a replacement in this case. This could also be a good for a workshop on "test driven development". <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2246">https://code.icecube.wisc.edu/projects/icecube/ticket/2246</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2019-09-18T07:51:29", "_ts": "1568793089537035", "description": "while looking at something else, i saw that source:/IceCube/meta-projects/combo/trunk/recclasses/public/recclasses/ParameterStorage.h included [https://www.boost.org/doc/libs/1_57_0/libs/numeric/ublas/doc/index.html boost::ublas], sorely out of date (and slow).\n\nWe should think about replacing instances of `boost::ublas` usage with our optimized BLASes or something like [http://eigen.tuxfamily.org/index.php?title=Main_Page Eigen].\n\nThis particular example is tied to serialization and there maybe good reasons for it being there (availability, data permanence). Serious testing would be required for a replacement in this case. \n\nThis could also be a good for a workshop on \"test driven development\".", "reporter": "nega", "cc": "olivas, kjmeagher", "resolution": "insufficient resources", "time": "2019-03-12T15:50:36", "component": "other", "summary": "investigate replacing `boost::ublas`code", "priority": "minor", "keywords": "serialization blas boost boost::ublas", "milestone": "Long-Term Future", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
investigate replacing boost ublas code trac while looking at something else i saw that source icecube meta projects combo trunk recclasses public recclasses parameterstorage h included sorely out of date and slow we should think about replacing instances of boost ublas usage with our optimized blases or something like this particular example is tied to serialization and there maybe good reasons for it being there availability data permanence serious testing would be required for a replacement in this case this could also be a good for a workshop on test driven development migrated from json status closed changetime ts description while looking at something else i saw that source icecube meta projects combo trunk recclasses public recclasses parameterstorage h included sorely out of date and slow n nwe should think about replacing instances of boost ublas usage with our optimized blases or something like n nthis particular example is tied to serialization and there maybe good reasons for it being there availability data permanence serious testing would be required for a replacement in this case n nthis could also be a good for a workshop on test driven development reporter nega cc olivas kjmeagher resolution insufficient resources time component other summary investigate replacing boost ublas code priority minor keywords serialization blas boost boost ublas milestone long term future owner nega type defect
1
75,784
26,049,903,185
IssuesEvent
2022-12-22 17:34:11
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Cannot connect to Jitpack
T-Defect
### Steps to reproduce When I build the element android project, it was failed. ### Outcome I've got one of the errors: `Could not HEAD 'https://jitpack.io/com/github/hyuwah/DraggableView/1.0.0/DraggableView-1.0.0.aar'. Received status code 521 from server: ` ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? Yes ### Are you willing to provide a PR? Yes
1.0
Cannot connect to Jitpack - ### Steps to reproduce When I build the element android project, it was failed. ### Outcome I've got one of the errors: `Could not HEAD 'https://jitpack.io/com/github/hyuwah/DraggableView/1.0.0/DraggableView-1.0.0.aar'. Received status code 521 from server: ` ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? Yes ### Are you willing to provide a PR? Yes
defect
cannot connect to jitpack steps to reproduce when i build the element android project it was failed outcome i ve got one of the errors could not head received status code from server your phone model no response operating system version no response application version and app store no response homeserver no response will you send logs yes are you willing to provide a pr yes
1
310,754
26,740,887,662
IssuesEvent
2023-01-30 12:54:39
etherisc/depeg-ui
https://api.github.com/repos/etherisc/depeg-ui
closed
Form allow amounts like `.9` and `8..9` to be entered and transaction fails
bug ui mumbai test instance
must fix regex pattern
1.0
Form allow amounts like `.9` and `8..9` to be entered and transaction fails - must fix regex pattern
non_defect
form allow amounts like and to be entered and transaction fails must fix regex pattern
0
2,805
2,607,946,174
IssuesEvent
2015-02-26 00:33:21
chrsmithdemos/switchlist
https://api.github.com/repos/chrsmithdemos/switchlist
opened
Add Car Cards generator mode
auto-migrated Priority-Medium Type-Defect
``` Much of SwitchList's functionality matches what we'd need to generate car cards. Adding the ability to make car cards would be really cool. One potential design: * Add a new checkbox to the layouts tab to indicate when the layout is for car cards. This would disable the "Trains" tab, and change the overview tab so it only has a "Print x car cards" button. * We'd want special car cards only templates, and only those would be selectable for a car cards layout. * Assuming four-step car cards, the car picking software would probably need to pair up cargos for front and back. ``` ----- Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 29 Sep 2012 at 8:02
1.0
Add Car Cards generator mode - ``` Much of SwitchList's functionality matches what we'd need to generate car cards. Adding the ability to make car cards would be really cool. One potential design: * Add a new checkbox to the layouts tab to indicate when the layout is for car cards. This would disable the "Trains" tab, and change the overview tab so it only has a "Print x car cards" button. * We'd want special car cards only templates, and only those would be selectable for a car cards layout. * Assuming four-step car cards, the car picking software would probably need to pair up cargos for front and back. ``` ----- Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 29 Sep 2012 at 8:02
defect
add car cards generator mode much of switchlist s functionality matches what we d need to generate car cards adding the ability to make car cards would be really cool one potential design add a new checkbox to the layouts tab to indicate when the layout is for car cards this would disable the trains tab and change the overview tab so it only has a print x car cards button we d want special car cards only templates and only those would be selectable for a car cards layout assuming four step car cards the car picking software would probably need to pair up cargos for front and back original issue reported on code google com by rwbowdi gmail com on sep at
1
139,477
20,868,114,608
IssuesEvent
2022-03-22 09:23:08
GameLab-UNIL-EPFL/Lausanne-1830
https://api.github.com/repos/GameLab-UNIL-EPFL/Lausanne-1830
closed
Create new Map and Notebook Icons
enhancement Art Design
The icons/buttons need to grab the player's attention in the scene - [ ] The map should be accessed through its own icon/button and no longer be inside the notebook - [ ] The Notebook and the Map should be closable by clicking around them and not just their icons
1.0
Create new Map and Notebook Icons - The icons/buttons need to grab the player's attention in the scene - [ ] The map should be accessed through its own icon/button and no longer be inside the notebook - [ ] The Notebook and the Map should be closable by clicking around them and not just their icons
non_defect
create new map and notebook icons the icons buttons need to grab the player s attention in the scene the map should be accessed through its own icon button and no longer be inside the notebook the notebook and the map should be closable by clicking around them and not just their icons
0
387,919
26,744,696,615
IssuesEvent
2023-01-30 15:15:44
fzyzcjy/flutter_portal
https://api.github.com/repos/fzyzcjy/flutter_portal
closed
PortalFollower hittest
documentation wontfix
Hi i got the following situation ```dart SingleChildScrollView( child: Column( children: [ // Some widgets PortalTarget( portalFollower: Follower(), child: Child(), ), // Some more widgets ], ), ); ``` where `Follower` is a widget that has children that should be clickable like buttons or smth. The problem is if `Follower` gets hovered its not possible to scroll anymore. To fix that i tried to wrap `Follower` with a `IgnorePointer` widget then the scrolling works but the children that should be clickable are failing hittesting and thus cant be clicked. Is there a solution to that problem where on hover scrolling works but also children can be clicked?
1.0
PortalFollower hittest - Hi i got the following situation ```dart SingleChildScrollView( child: Column( children: [ // Some widgets PortalTarget( portalFollower: Follower(), child: Child(), ), // Some more widgets ], ), ); ``` where `Follower` is a widget that has children that should be clickable like buttons or smth. The problem is if `Follower` gets hovered its not possible to scroll anymore. To fix that i tried to wrap `Follower` with a `IgnorePointer` widget then the scrolling works but the children that should be clickable are failing hittesting and thus cant be clicked. Is there a solution to that problem where on hover scrolling works but also children can be clicked?
non_defect
portalfollower hittest hi i got the following situation dart singlechildscrollview child column children some widgets portaltarget portalfollower follower child child some more widgets where follower is a widget that has children that should be clickable like buttons or smth the problem is if follower gets hovered its not possible to scroll anymore to fix that i tried to wrap follower with a ignorepointer widget then the scrolling works but the children that should be clickable are failing hittesting and thus cant be clicked is there a solution to that problem where on hover scrolling works but also children can be clicked
0
127,030
10,442,767,407
IssuesEvent
2019-09-18 13:42:15
boku-ilen/landscapelab
https://api.github.com/repos/boku-ilen/landscapelab
closed
The mouse-cursor-feedback particle gets spawned multiple times and randomly
bug needs testing
One particle gets spawned on starting the game directly at the player position. In the course of the game more cursor particles will spawn. I am uncertain how to reproduce this problem.
1.0
The mouse-cursor-feedback particle gets spawned multiple times and randomly - One particle gets spawned on starting the game directly at the player position. In the course of the game more cursor particles will spawn. I am uncertain how to reproduce this problem.
non_defect
the mouse cursor feedback particle gets spawned multiple times and randomly one particle gets spawned on starting the game directly at the player position in the course of the game more cursor particles will spawn i am uncertain how to reproduce this problem
0
56,069
14,919,200,527
IssuesEvent
2021-01-22 23:25:56
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
508-defect-2 [COGNITION]: Heading levels SHOULD increase by one in a logical order
508-defect-2 508-issue-cognition 508-issue-headings 508/Accessibility
# [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context [KEYBOARD]: Add another user link will not receive keyboard focus [AXE-CORE]: Heading levels should increase by one [COGNITION]: Error messages should be more specific [COLOR]: Blue button on blue background does not have sufficient contrast ratio --- --> <!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. --> ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Definition of done 1. Review and acknowledge feedback. 1. Fix and/or document decisions made. 1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix. <hr/> ## Point of Contact <!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. --> **VFS Point of Contact:** _Josh_ ## User Story or Problem Statement As a screen reader user, I want to navigate the hierarchy of the page content using heading levels to save time and frustration. ## Details Headings on the page should increase by one in a logical order. Currently, due to the absence of headings within the accordion elements, there is a skipped level between the `h2` and `h4` headings on the page. Placing the accordion buttons within a `h3` should resolve this issue without the need of editing their collapsible content's headings. Something very similar to this was addressed on the BAM team by @Mottie not too long ago in this ticket: [Add headers inside review accordion #15717](https://github.com/department-of-veterans-affairs/vets-website/pull/15717). ## Acceptance Criteria - [ ] Accordion buttons are contained within a `h3` - [ ] When each of the accordions are expanded, AXE does not throw an issue for skipped headings - [ ] The [headingsMap chrome extension](https://chrome.google.com/webstore/detail/headingsmap/flbjommegcjonpdmenkdiocclhjacmbi?hl=en) reveals a logical order of headings ## Environment * Operating System: any * Browser: any * Screenreading device: any * Server destination: staging ## Steps to Recreate 1. Enter `https://staging.va.gov/pittsburgh-health-care/locations/pittsburgh-va-medical-center-university-drive/` in browser. 2. Expand the Transportation and Services accordion 3. Run an AXE scan 4. Confirm the issue "Heading levels should only increase by one" is flagged ## Solution Place all the accordion buttons within an `h3`, this will allow their strings to be read as headings to screen readers. ## WCAG or Vendor Guidance (optional) * [Headings - Web Accessibility Tutorials](https://www.w3.org/WAI/tutorials/page-structure/headings/) ## Screenshots or Trace Logs <img width="1120" alt="Screen Shot 2021-01-22 at 3 14 28 PM" src="https://user-images.githubusercontent.com/14154792/105559328-dd495d80-5cde-11eb-851b-a9a550b1ecaa.png">
1.0
508-defect-2 [COGNITION]: Heading levels SHOULD increase by one in a logical order - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context [KEYBOARD]: Add another user link will not receive keyboard focus [AXE-CORE]: Heading levels should increase by one [COGNITION]: Error messages should be more specific [COLOR]: Blue button on blue background does not have sufficient contrast ratio --- --> <!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. --> ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Definition of done 1. Review and acknowledge feedback. 1. Fix and/or document decisions made. 1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix. <hr/> ## Point of Contact <!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. --> **VFS Point of Contact:** _Josh_ ## User Story or Problem Statement As a screen reader user, I want to navigate the hierarchy of the page content using heading levels to save time and frustration. ## Details Headings on the page should increase by one in a logical order. Currently, due to the absence of headings within the accordion elements, there is a skipped level between the `h2` and `h4` headings on the page. Placing the accordion buttons within a `h3` should resolve this issue without the need of editing their collapsible content's headings. Something very similar to this was addressed on the BAM team by @Mottie not too long ago in this ticket: [Add headers inside review accordion #15717](https://github.com/department-of-veterans-affairs/vets-website/pull/15717). ## Acceptance Criteria - [ ] Accordion buttons are contained within a `h3` - [ ] When each of the accordions are expanded, AXE does not throw an issue for skipped headings - [ ] The [headingsMap chrome extension](https://chrome.google.com/webstore/detail/headingsmap/flbjommegcjonpdmenkdiocclhjacmbi?hl=en) reveals a logical order of headings ## Environment * Operating System: any * Browser: any * Screenreading device: any * Server destination: staging ## Steps to Recreate 1. Enter `https://staging.va.gov/pittsburgh-health-care/locations/pittsburgh-va-medical-center-university-drive/` in browser. 2. Expand the Transportation and Services accordion 3. Run an AXE scan 4. Confirm the issue "Heading levels should only increase by one" is flagged ## Solution Place all the accordion buttons within an `h3`, this will allow their strings to be read as headings to screen readers. ## WCAG or Vendor Guidance (optional) * [Headings - Web Accessibility Tutorials](https://www.w3.org/WAI/tutorials/page-structure/headings/) ## Screenshots or Trace Logs <img width="1120" alt="Screen Shot 2021-01-22 at 3 14 28 PM" src="https://user-images.githubusercontent.com/14154792/105559328-dd495d80-5cde-11eb-851b-a9a550b1ecaa.png">
defect
defect heading levels should increase by one in a logical order enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specific blue button on blue background does not have sufficient contrast ratio feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact josh user story or problem statement as a screen reader user i want to navigate the hierarchy of the page content using heading levels to save time and frustration details headings on the page should increase by one in a logical order currently due to the absence of headings within the accordion elements there is a skipped level between the and headings on the page placing the accordion buttons within a should resolve this issue without the need of editing their collapsible content s headings something very similar to this was addressed on the bam team by mottie not too long ago in this ticket acceptance criteria accordion buttons are contained within a when each of the accordions are expanded axe does not throw an issue for skipped headings the reveals a logical order of headings environment operating system any browser any screenreading device any server destination staging steps to recreate enter in browser expand the transportation and services accordion run an axe scan confirm the issue heading levels should only increase by one is flagged solution place all the accordion buttons within an this will allow their strings to be read as headings to screen readers wcag or vendor guidance optional screenshots or trace logs img width alt screen shot at pm src
1
55,422
14,449,859,078
IssuesEvent
2020-12-08 08:46:31
FoldingAtHome/fah-issues
https://api.github.com/repos/FoldingAtHome/fah-issues
closed
FAHControl not starting up
1.Type - Defect 2.Priority - High 3.Component - FAHControl 4.OS - macOS
<!-- Thanks for reporting a bug :) This issue tracker is for defects and enhancements found within F@H Software. If you require more general support please use the Forum: https://foldingforum.org/index.php Please follow the template and fill in as much of the template as possible. --> Your issue may already be reported! Please search on the [issue tracker](./) before creating one. ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in. --> * **F@H Software version**: 7.6.20 * **Operating System**: MacOS 10.15.7 (19H2) * **Browser**: Chrome ---- ## Expected Behavior FAHControl should open <!--- --> ---- ## Current Behavior nothing happens (only one jump up) <!--- --> ---- ## Possible Solution (Optional) <!--- A suggestion to fix/reason for the bug, or ideas how to implement the addition or change. --> ---- ## Steps To Reproduce <!--- An unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant --> 1. Go to Applications directory 2. click on FAHControl icon ---- ## Context have to use Web Control.url to see what happens in the background <!--- How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world. --> ----
1.0
FAHControl not starting up - <!-- Thanks for reporting a bug :) This issue tracker is for defects and enhancements found within F@H Software. If you require more general support please use the Forum: https://foldingforum.org/index.php Please follow the template and fill in as much of the template as possible. --> Your issue may already be reported! Please search on the [issue tracker](./) before creating one. ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in. --> * **F@H Software version**: 7.6.20 * **Operating System**: MacOS 10.15.7 (19H2) * **Browser**: Chrome ---- ## Expected Behavior FAHControl should open <!--- --> ---- ## Current Behavior nothing happens (only one jump up) <!--- --> ---- ## Possible Solution (Optional) <!--- A suggestion to fix/reason for the bug, or ideas how to implement the addition or change. --> ---- ## Steps To Reproduce <!--- An unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant --> 1. Go to Applications directory 2. click on FAHControl icon ---- ## Context have to use Web Control.url to see what happens in the background <!--- How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world. --> ----
defect
fahcontrol not starting up thanks for reporting a bug this issue tracker is for defects and enhancements found within f h software if you require more general support please use the forum please follow the template and fill in as much of the template as possible your issue may already be reported please search on the before creating one your environment include as many relevant details about the environment you experienced the bug in f h software version operating system macos browser chrome expected behavior fahcontrol should open current behavior nothing happens only one jump up possible solution optional a suggestion to fix reason for the bug or ideas how to implement the addition or change steps to reproduce an unambiguous set of steps to reproduce this bug include code to reproduce if relevant go to applications directory click on fahcontrol icon context have to use web control url to see what happens in the background how has this issue affected you what are you trying to accomplish providing context helps us come up with a solution that is most useful in the real world
1
45,738
13,046,560,611
IssuesEvent
2020-07-29 09:12:22
EOxServer/eoxserver
https://api.github.com/repos/EOxServer/eoxserver
closed
getMap of masked layer fails when outside of vector feature bounds on python3 + django 2
Component: EOxServer Services Priority: major Type: defect
Problem: When vector features of the mask on masked layer do not intersect with requested view bbox, following error is thrown on WMS request. ``` File "/usr/local/lib/python3.7/dist-packages/eoxserver/services/views.py", line 75, in ows result = handler.handle(request) File "/usr/local/lib/python3.7/dist-packages/eoxserver/services/ows/wms/basehandlers.py", line 219, in handle result_bytes, content_type, filename = map_renderer.render_map(map_) File "/usr/local/lib/python3.7/dist-packages/eoxserver/render/mapserver/map_renderer.py", line 115, in render_map for layer, factory in layers_plus_factories File "/usr/local/lib/python3.7/dist-packages/eoxserver/render/mapserver/map_renderer.py", line 115, in <listcomp> for layer, factory in layers_plus_factories File "/usr/local/lib/python3.7/dist-packages/eoxserver/render/mapserver/factories.py", line 500, in create ]) or ([], []) ValueError: not enough values to unpack (expected 2, got 0) ``` Happening only to `__masked_validity` layer on new system (Python 3 + Django 2), `__validity` layer works.
1.0
getMap of masked layer fails when outside of vector feature bounds on python3 + django 2 - Problem: When vector features of the mask on masked layer do not intersect with requested view bbox, following error is thrown on WMS request. ``` File "/usr/local/lib/python3.7/dist-packages/eoxserver/services/views.py", line 75, in ows result = handler.handle(request) File "/usr/local/lib/python3.7/dist-packages/eoxserver/services/ows/wms/basehandlers.py", line 219, in handle result_bytes, content_type, filename = map_renderer.render_map(map_) File "/usr/local/lib/python3.7/dist-packages/eoxserver/render/mapserver/map_renderer.py", line 115, in render_map for layer, factory in layers_plus_factories File "/usr/local/lib/python3.7/dist-packages/eoxserver/render/mapserver/map_renderer.py", line 115, in <listcomp> for layer, factory in layers_plus_factories File "/usr/local/lib/python3.7/dist-packages/eoxserver/render/mapserver/factories.py", line 500, in create ]) or ([], []) ValueError: not enough values to unpack (expected 2, got 0) ``` Happening only to `__masked_validity` layer on new system (Python 3 + Django 2), `__validity` layer works.
defect
getmap of masked layer fails when outside of vector feature bounds on django problem when vector features of the mask on masked layer do not intersect with requested view bbox following error is thrown on wms request file usr local lib dist packages eoxserver services views py line in ows result handler handle request file usr local lib dist packages eoxserver services ows wms basehandlers py line in handle result bytes content type filename map renderer render map map file usr local lib dist packages eoxserver render mapserver map renderer py line in render map for layer factory in layers plus factories file usr local lib dist packages eoxserver render mapserver map renderer py line in for layer factory in layers plus factories file usr local lib dist packages eoxserver render mapserver factories py line in create or valueerror not enough values to unpack expected got happening only to masked validity layer on new system python django validity layer works
1
143,080
13,050,177,486
IssuesEvent
2020-07-29 15:07:13
hajimehoshi/ebiten
https://api.github.com/repos/hajimehoshi/ebiten
closed
text: Please add more detailed documentation to text.Draw
documentation request
Hello! I was kindly wondering what it means for text to be rendered at a "'dot' (period position)"? I'm creating a little Sudoku program with this library and I'm having trouble figuring out how to calculate the x and y for this function such that the number is rendered in the exact center of each tile. If it helps, you can see my code [here](https://github.com/Anthony-Fiddes/sudoku/tree/draw). Thank you very much! P.S. This is an amazing library and I've been having a lot of fun using it thus far!
1.0
text: Please add more detailed documentation to text.Draw - Hello! I was kindly wondering what it means for text to be rendered at a "'dot' (period position)"? I'm creating a little Sudoku program with this library and I'm having trouble figuring out how to calculate the x and y for this function such that the number is rendered in the exact center of each tile. If it helps, you can see my code [here](https://github.com/Anthony-Fiddes/sudoku/tree/draw). Thank you very much! P.S. This is an amazing library and I've been having a lot of fun using it thus far!
non_defect
text please add more detailed documentation to text draw hello i was kindly wondering what it means for text to be rendered at a dot period position i m creating a little sudoku program with this library and i m having trouble figuring out how to calculate the x and y for this function such that the number is rendered in the exact center of each tile if it helps you can see my code thank you very much p s this is an amazing library and i ve been having a lot of fun using it thus far
0
134,560
10,919,429,788
IssuesEvent
2019-11-21 19:00:31
Vachok/ftpplus
https://api.github.com/repos/Vachok/ftpplus
closed
testRunCheck
Medium TestQuality bug resolution_Dupe
Execute ChkMailAndUpdateDBTest::testRunCheck**testRunCheck** *ChkMailAndUpdateDBTest* *null TimeoutException - null ChkMailAndUpdateDBTest.java: ru.vachok.networker.exe.runnabletasks.ChkMailAndUpdateDBTest.testRunCheck(ChkMailAndUpdateDBTest.java:57) expected [null] but found [java.util.concurrent.TimeoutException]* *java.lang.AssertionError*
1.0
testRunCheck - Execute ChkMailAndUpdateDBTest::testRunCheck**testRunCheck** *ChkMailAndUpdateDBTest* *null TimeoutException - null ChkMailAndUpdateDBTest.java: ru.vachok.networker.exe.runnabletasks.ChkMailAndUpdateDBTest.testRunCheck(ChkMailAndUpdateDBTest.java:57) expected [null] but found [java.util.concurrent.TimeoutException]* *java.lang.AssertionError*
non_defect
testruncheck execute chkmailandupdatedbtest testruncheck testruncheck chkmailandupdatedbtest null timeoutexception null chkmailandupdatedbtest java ru vachok networker exe runnabletasks chkmailandupdatedbtest testruncheck chkmailandupdatedbtest java expected but found java lang assertionerror
0
217,420
16,855,772,167
IssuesEvent
2021-06-21 06:24:36
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
raftstore::test_replication_mode::test_migrate_replication_mode failed
component/test-bench severity/moderate sig/raft
raftstore::test_replication_mode::test_migrate_replication_mode Latest failed builds: https://internal.pingcap.net/idc-jenkins/job/tikv_ghpr_test/27645/consoleFull
1.0
raftstore::test_replication_mode::test_migrate_replication_mode failed - raftstore::test_replication_mode::test_migrate_replication_mode Latest failed builds: https://internal.pingcap.net/idc-jenkins/job/tikv_ghpr_test/27645/consoleFull
non_defect
raftstore test replication mode test migrate replication mode failed raftstore test replication mode test migrate replication mode latest failed builds
0
797,958
28,210,559,463
IssuesEvent
2023-04-05 03:41:20
AY2223S2-CS2103T-T12-2/tp
https://api.github.com/repos/AY2223S2-CS2103T-T12-2/tp
reopened
View patients by priority levels
type.Story priority.Medium
As a staff member, I want to view patients by priority levels so that I can address higher priority patients more quickly
1.0
View patients by priority levels - As a staff member, I want to view patients by priority levels so that I can address higher priority patients more quickly
non_defect
view patients by priority levels as a staff member i want to view patients by priority levels so that i can address higher priority patients more quickly
0
175,514
14,531,126,819
IssuesEvent
2020-12-14 20:18:23
ns1/pktvisor
https://api.github.com/repos/ns1/pktvisor
closed
Documentation for connecting with grafana
documentation
there is no instruction for connecting with existing grafana like how to scrape the metric how to import the graphs
1.0
Documentation for connecting with grafana - there is no instruction for connecting with existing grafana like how to scrape the metric how to import the graphs
non_defect
documentation for connecting with grafana there is no instruction for connecting with existing grafana like how to scrape the metric how to import the graphs
0
604,975
18,722,279,935
IssuesEvent
2021-11-03 13:08:17
AY2122S1-CS2103T-T12-3/tp
https://api.github.com/repos/AY2122S1-CS2103T-T12-3/tp
closed
[PE-D] Inconsistency in UG description of addApp
priority.Medium
![image.png](https://raw.githubusercontent.com/dhshah1/ped/main/files/d0e0e7bf-6b2a-427b-b600-4668a6edf456.png) The UG mentions that for addApp, the time field is optional, however adding an appointment is not permitted without a time field. For e.g the command `addApp id/1,5 a/Starbucks @ Raffles City start/14-12-2021 end/14-12-2021 ds/discuss marketing strategies`, will not add the appointment. (Displays the error "DateTime format should be "dd-MM-yyyy HHmm"). ![image.png](https://raw.githubusercontent.com/dhshah1/ped/main/files/5af37d83-9c44-4476-bc0b-066cf9015c99.png) <!--session: 1635494470031-ae847a21-fa57-4996-89af-f2b5b11c016b--> <!--Version: Web v3.4.1--> ------------- Labels: `severity.Low` `type.DocumentationBug` original: dhshah1/ped#4
1.0
[PE-D] Inconsistency in UG description of addApp - ![image.png](https://raw.githubusercontent.com/dhshah1/ped/main/files/d0e0e7bf-6b2a-427b-b600-4668a6edf456.png) The UG mentions that for addApp, the time field is optional, however adding an appointment is not permitted without a time field. For e.g the command `addApp id/1,5 a/Starbucks @ Raffles City start/14-12-2021 end/14-12-2021 ds/discuss marketing strategies`, will not add the appointment. (Displays the error "DateTime format should be "dd-MM-yyyy HHmm"). ![image.png](https://raw.githubusercontent.com/dhshah1/ped/main/files/5af37d83-9c44-4476-bc0b-066cf9015c99.png) <!--session: 1635494470031-ae847a21-fa57-4996-89af-f2b5b11c016b--> <!--Version: Web v3.4.1--> ------------- Labels: `severity.Low` `type.DocumentationBug` original: dhshah1/ped#4
non_defect
inconsistency in ug description of addapp the ug mentions that for addapp the time field is optional however adding an appointment is not permitted without a time field for e g the command addapp id a starbucks raffles city start end ds discuss marketing strategies will not add the appointment displays the error datetime format should be dd mm yyyy hhmm labels severity low type documentationbug original ped
0
61,039
3,137,446,623
IssuesEvent
2015-09-11 02:37:54
andresriancho/w3af
https://api.github.com/repos/andresriancho/w3af
closed
Fix blind SQL injection false positive in WAVSEP
bug plugin priority:medium
> Blind SQL injection was found at: "http://localhost:8080/active/RXSS-Detection-Evaluation-POST/Case24-Js2ScriptTag.jsp", using HTTP method POST. The injectable parameter is: "userinput". This vulnerability was found in the requests with ids 7573 and 7575. There is no SQL injection there, the HTTP response body is small and contains the `userinput` in an encoded form: ``` var orderId = 89&#39; OR &#39;89&#39;=&#39;89; ``` vs. ``` var orderId = 89&#39; AND &#39;89&#39;=&#39;90; ``` The encoding of the input might be confusing the blind sql injection detection algorithm, by making it believe that there is more change than there is.
1.0
Fix blind SQL injection false positive in WAVSEP - > Blind SQL injection was found at: "http://localhost:8080/active/RXSS-Detection-Evaluation-POST/Case24-Js2ScriptTag.jsp", using HTTP method POST. The injectable parameter is: "userinput". This vulnerability was found in the requests with ids 7573 and 7575. There is no SQL injection there, the HTTP response body is small and contains the `userinput` in an encoded form: ``` var orderId = 89&#39; OR &#39;89&#39;=&#39;89; ``` vs. ``` var orderId = 89&#39; AND &#39;89&#39;=&#39;90; ``` The encoding of the input might be confusing the blind sql injection detection algorithm, by making it believe that there is more change than there is.
non_defect
fix blind sql injection false positive in wavsep blind sql injection was found at using http method post the injectable parameter is userinput this vulnerability was found in the requests with ids and there is no sql injection there the http response body is small and contains the userinput in an encoded form var orderid or vs var orderid and the encoding of the input might be confusing the blind sql injection detection algorithm by making it believe that there is more change than there is
0
213,513
7,254,255,497
IssuesEvent
2018-02-16 10:14:16
spring-projects/spring-boot
https://api.github.com/repos/spring-projects/spring-boot
opened
Fix the logging format in our tests
priority: normal type: chore
It's rather mangled at the moment: ``` %.S.S.S.S.SpringBootTestContextBootstrapperlr %.%.%.%.%.SpringBootTestContextBootstrapperlr $.$.$.$.$.SpringBootTestContextBootstrapperlr -.-.-.-.-.SpringBootTestContextBootstrapperlr o5.s5.b5.t5.c5.SpringBootTestContextBootstrapperlr }.}.}.}.}.SpringBootTestContextBootstrapperlr :.:.:.:.:.SpringBootTestContextBootstrapperlr Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.boot.actuate.autoconfigure.endpoint.web.documentation.MappingsEndpointReactiveDocumentationTests], using SpringBootContextLoader []wEx%.S.S.S.S.AbstractContextLoaderlr %.%.%.%.%.AbstractContextLoaderlr $.$.$.$.$.AbstractContextLoaderlr -.-.-.-.-.AbstractContextLoaderlr o5.s5.t5.c5.s5.AbstractContextLoaderlr }.}.}.}.}.AbstractContextLoaderlr :.:.:.:.:.AbstractContextLoaderlr Could not detect default resource locations for test class [org.springframework.boot.actuate.autoconfigure.endpoint.web.documentation.MappingsEndpointReactiveDocumentationTests]: no resource found for suffixes {-context.xml, Context.groovy}. []wEx%.S.S.S.S.SpringBootTestContextBootstrapperlr %.%.%.%.%.SpringBootTestContextBootstrapperlr $.$.$.$.$.SpringBootTestContextBootstrapperlr -.-.-.-.-.SpringBootTestContextBootstrapperlr o5.s5.b5.t5.c5.SpringBootTestContextBootstrapperlr }.}.}.}.}.SpringBootTestContextBootstrapperlr :.:.:.:.:.SpringBootTestContextBootstrapperlr Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] []wEx%.S.S.S.S.SpringBootTestContextBootstrapperlr %.%.%.%.%.SpringBootTestContextBootstrapperlr $.$.$.$.$.SpringBootTestContextBootstrapperlr -.-.-.-.-.SpringBootTestContextBootstrapperlr o5.s5.b5.t5.c5.SpringBootTestContextBootstrapperlr }.}.}.}.}.SpringBootTestContextBootstrapperlr :.:.:.:.:.SpringBootTestContextBootstrapperlr Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@732d0d24, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1fb19a0, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6ee4d9ab, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5a5338df, org.springframework.test.context.support.DirtiesContextTestExecutionListener@418c5a9c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@18e36d14, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5082d622, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@13d4992d, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@302f7971, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@332729ad, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@75d2da2d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4278284b, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@9573584, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3370f42] []wEx%.S.S.S.S.Versionlr %.%.%.%.%.Versionlr $.$.$.$.$.Versionlr -.-.-.-.-.Versionlr o5.h5.v5.i5.u5.Versionlr }.}.}.}.}.Versionlr :.:.:.:.:.Versionlr HV000001: Hibernate Validator 6.0.7.Final []wEx . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: %.S.S.S.S.S.S.S.MappingsEndpointReactiveDocumentationTestslr %.%.%.%.%.%.%.%.MappingsEndpointReactiveDocumentationTestslr $.$.$.$.$.$.$.$.MappingsEndpointReactiveDocumentationTestslr -.-.-.-.-.-.-.-.MappingsEndpointReactiveDocumentationTestslr o5.s5.b5.a5.a5.e5.w5.d5.MappingsEndpointReactiveDocumentationTestslr }.}.}.}.}.}.}.}.MappingsEndpointReactiveDocumentationTestslr :.:.:.:.:.:.:.:.MappingsEndpointReactiveDocumentationTestslr Starting MappingsEndpointReactiveDocumentationTests on aw-rmbp.local with PID 82526 (started by awilkinson in /Users/awilkinson/dev/spring/spring-boot/master/spring-boot-project/spring-boot-actuator-autoconfigure) []wEx%.S.S.S.S.S.S.S.MappingsEndpointReactiveDocumentationTestslr %.%.%.%.%.%.%.%.MappingsEndpointReactiveDocumentationTestslr $.$.$.$.$.$.$.$.MappingsEndpointReactiveDocumentationTestslr -.-.-.-.-.-.-.-.MappingsEndpointReactiveDocumentationTestslr o5.s5.b5.a5.a5.e5.w5.d5.MappingsEndpointReactiveDocumentationTestslr }.}.}.}.}.}.}.}.MappingsEndpointReactiveDocumentationTestslr :.:.:.:.:.:.:.:.MappingsEndpointReactiveDocumentationTestslr No active profile set, falling back to default profiles: default []wEx%.S.S.S.S.S.AnnotationConfigReactiveWebServerApplicationContextlr %.%.%.%.%.%.AnnotationConfigReactiveWebServerApplicationContextlr $.$.$.$.$.$.AnnotationConfigReactiveWebServerApplicationContextlr -.-.-.-.-.-.AnnotationConfigReactiveWebServerApplicationContextlr o5.s5.b5.w5.r5.c5.AnnotationConfigReactiveWebServerApplicationContextlr }.}.}.}.}.}.AnnotationConfigReactiveWebServerApplicationContextlr :.:.:.:.:.:.AnnotationConfigReactiveWebServerApplicationContextlr Refreshing org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@7c84195: startup date [Fri Feb 16 10:13:10 GMT 2018]; root of context hierarchy []wEx%.S.S.S.S.AutowiredAnnotationBeanPostProcessorlr %.%.%.%.%.AutowiredAnnotationBeanPostProcessorlr $.$.$.$.$.AutowiredAnnotationBeanPostProcessorlr -.-.-.-.-.AutowiredAnnotationBeanPostProcessorlr o5.s5.b5.f5.a5.AutowiredAnnotationBeanPostProcessorlr }.}.}.}.}.AutowiredAnnotationBeanPostProcessorlr :.:.:.:.:.AutowiredAnnotationBeanPostProcessorlr JSR-330 'javax.inject.Inject' annotation found and supported for autowiring []wEx%.S.S.S.S.S.S.WebFluxEndpointHandlerMappinglr %.%.%.%.%.%.%.WebFluxEndpointHandlerMappinglr $.$.$.$.$.$.$.WebFluxEndpointHandlerMappinglr -.-.-.-.-.-.-.WebFluxEndpointHandlerMappinglr o5.s5.b5.a5.e5.w5.r5.WebFluxEndpointHandlerMappinglr }.}.}.}.}.}.}.WebFluxEndpointHandlerMappinglr :.:.:.:.:.:.:.WebFluxEndpointHandlerMappinglr Mapped "{[/actuator/mappings],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public org.reactivestreams.Publisher<org.springframework.http.ResponseEntity<java.lang.Object>> org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$ReadOperationHandler.handle(org.springframework.web.server.ServerWebExchange) []wEx%.S.S.S.S.S.S.WebFluxEndpointHandlerMappinglr %.%.%.%.%.%.%.WebFluxEndpointHandlerMappinglr $.$.$.$.$.$.$.WebFluxEndpointHandlerMappinglr -.-.-.-.-.-.-.WebFluxEndpointHandlerMappinglr o5.s5.b5.a5.e5.w5.r5.WebFluxEndpointHandlerMappinglr }.}.}.}.}.}.}.WebFluxEndpointHandlerMappinglr :.:.:.:.:.:.:.WebFluxEndpointHandlerMappinglr Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping.links(org.springframework.web.server.ServerWebExchange) []wEx%.S.S.S.S.SimpleUrlHandlerMappinglr %.%.%.%.%.SimpleUrlHandlerMappinglr $.$.$.$.$.SimpleUrlHandlerMappinglr -.-.-.-.-.SimpleUrlHandlerMappinglr o5.s5.w5.r5.h5.SimpleUrlHandlerMappinglr }.}.}.}.}.SimpleUrlHandlerMappinglr :.:.:.:.:.SimpleUrlHandlerMappinglr Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.reactive.resource.ResourceWebHandler] []wEx%.S.S.S.S.SimpleUrlHandlerMappinglr %.%.%.%.%.SimpleUrlHandlerMappinglr $.$.$.$.$.SimpleUrlHandlerMappinglr -.-.-.-.-.SimpleUrlHandlerMappinglr o5.s5.w5.r5.h5.SimpleUrlHandlerMappinglr }.}.}.}.}.SimpleUrlHandlerMappinglr :.:.:.:.:.SimpleUrlHandlerMappinglr Mapped URL path [/**] onto handler of type [class org.springframework.web.reactive.resource.ResourceWebHandler] []wEx%.S.S.S.S.S.S.ControllerMethodResolverlr %.%.%.%.%.%.%.ControllerMethodResolverlr $.$.$.$.$.$.$.ControllerMethodResolverlr -.-.-.-.-.-.-.ControllerMethodResolverlr o5.s5.w5.r5.r5.m5.a5.ControllerMethodResolverlr }.}.}.}.}.}.}.ControllerMethodResolverlr :.:.:.:.:.:.:.ControllerMethodResolverlr Looking for @ControllerAdvice: org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@7c84195: startup date [Fri Feb 16 10:13:10 GMT 2018]; root of context hierarchy []wEx2018-02-16 10:13:11.768 INFO 82526 --- [ctor-http-nio-1] r.ipc.netty.tcp.BlockingNettyContext : Started HttpServer on /0:0:0:0:0:0:0:0:55961 %.S.S.S.S.S.NettyWebServerlr %.%.%.%.%.%.NettyWebServerlr $.$.$.$.$.$.NettyWebServerlr -.-.-.-.-.-.NettyWebServerlr o5.s5.b5.w5.e5.n5.NettyWebServerlr }.}.}.}.}.}.NettyWebServerlr :.:.:.:.:.:.NettyWebServerlr Netty started on port(s): 55961 []wEx%.S.S.S.S.S.S.S.MappingsEndpointReactiveDocumentationTestslr %.%.%.%.%.%.%.%.MappingsEndpointReactiveDocumentationTestslr $.$.$.$.$.$.$.$.MappingsEndpointReactiveDocumentationTestslr -.-.-.-.-.-.-.-.MappingsEndpointReactiveDocumentationTestslr o5.s5.b5.a5.a5.e5.w5.d5.MappingsEndpointReactiveDocumentationTestslr }.}.}.}.}.}.}.}.MappingsEndpointReactiveDocumentationTestslr :.:.:.:.:.:.:.:.MappingsEndpointReactiveDocumentationTestslr Started MappingsEndpointReactiveDocumentationTests in 2.665 seconds (JVM running for 3.877) []wEx%.S.S.S.S.S.AnnotationConfigReactiveWebServerApplicationContextlr %.%.%.%.%.%.AnnotationConfigReactiveWebServerApplicationContextlr $.$.$.$.$.$.AnnotationConfigReactiveWebServerApplicationContextlr -.-.-.-.-.-.AnnotationConfigReactiveWebServerApplicationContextlr o5.s5.b5.w5.r5.c5.AnnotationConfigReactiveWebServerApplicationContextlr }.}.}.}.}.}.AnnotationConfigReactiveWebServerApplicationContextlr :.:.:.:.:.:.AnnotationConfigReactiveWebServerApplicationContextlr Closing org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@7c84195: startup date [Fri Feb 16 10:13:10 GMT 2018]; root of context hierarchy []wEx2018-02-16 10:13:12.450 INFO 82526 --- [ Thread-10] r.ipc.netty.tcp.BlockingNettyContext : Stopped HttpServer on /0:0:0:0:0:0:0:0:55961 ```
1.0
Fix the logging format in our tests - It's rather mangled at the moment: ``` %.S.S.S.S.SpringBootTestContextBootstrapperlr %.%.%.%.%.SpringBootTestContextBootstrapperlr $.$.$.$.$.SpringBootTestContextBootstrapperlr -.-.-.-.-.SpringBootTestContextBootstrapperlr o5.s5.b5.t5.c5.SpringBootTestContextBootstrapperlr }.}.}.}.}.SpringBootTestContextBootstrapperlr :.:.:.:.:.SpringBootTestContextBootstrapperlr Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.springframework.boot.actuate.autoconfigure.endpoint.web.documentation.MappingsEndpointReactiveDocumentationTests], using SpringBootContextLoader []wEx%.S.S.S.S.AbstractContextLoaderlr %.%.%.%.%.AbstractContextLoaderlr $.$.$.$.$.AbstractContextLoaderlr -.-.-.-.-.AbstractContextLoaderlr o5.s5.t5.c5.s5.AbstractContextLoaderlr }.}.}.}.}.AbstractContextLoaderlr :.:.:.:.:.AbstractContextLoaderlr Could not detect default resource locations for test class [org.springframework.boot.actuate.autoconfigure.endpoint.web.documentation.MappingsEndpointReactiveDocumentationTests]: no resource found for suffixes {-context.xml, Context.groovy}. []wEx%.S.S.S.S.SpringBootTestContextBootstrapperlr %.%.%.%.%.SpringBootTestContextBootstrapperlr $.$.$.$.$.SpringBootTestContextBootstrapperlr -.-.-.-.-.SpringBootTestContextBootstrapperlr o5.s5.b5.t5.c5.SpringBootTestContextBootstrapperlr }.}.}.}.}.SpringBootTestContextBootstrapperlr :.:.:.:.:.SpringBootTestContextBootstrapperlr Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] []wEx%.S.S.S.S.SpringBootTestContextBootstrapperlr %.%.%.%.%.SpringBootTestContextBootstrapperlr $.$.$.$.$.SpringBootTestContextBootstrapperlr -.-.-.-.-.SpringBootTestContextBootstrapperlr o5.s5.b5.t5.c5.SpringBootTestContextBootstrapperlr }.}.}.}.}.SpringBootTestContextBootstrapperlr :.:.:.:.:.SpringBootTestContextBootstrapperlr Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@732d0d24, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1fb19a0, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6ee4d9ab, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5a5338df, org.springframework.test.context.support.DirtiesContextTestExecutionListener@418c5a9c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@18e36d14, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5082d622, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@13d4992d, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@302f7971, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@332729ad, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@75d2da2d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4278284b, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@9573584, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3370f42] []wEx%.S.S.S.S.Versionlr %.%.%.%.%.Versionlr $.$.$.$.$.Versionlr -.-.-.-.-.Versionlr o5.h5.v5.i5.u5.Versionlr }.}.}.}.}.Versionlr :.:.:.:.:.Versionlr HV000001: Hibernate Validator 6.0.7.Final []wEx . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: %.S.S.S.S.S.S.S.MappingsEndpointReactiveDocumentationTestslr %.%.%.%.%.%.%.%.MappingsEndpointReactiveDocumentationTestslr $.$.$.$.$.$.$.$.MappingsEndpointReactiveDocumentationTestslr -.-.-.-.-.-.-.-.MappingsEndpointReactiveDocumentationTestslr o5.s5.b5.a5.a5.e5.w5.d5.MappingsEndpointReactiveDocumentationTestslr }.}.}.}.}.}.}.}.MappingsEndpointReactiveDocumentationTestslr :.:.:.:.:.:.:.:.MappingsEndpointReactiveDocumentationTestslr Starting MappingsEndpointReactiveDocumentationTests on aw-rmbp.local with PID 82526 (started by awilkinson in /Users/awilkinson/dev/spring/spring-boot/master/spring-boot-project/spring-boot-actuator-autoconfigure) []wEx%.S.S.S.S.S.S.S.MappingsEndpointReactiveDocumentationTestslr %.%.%.%.%.%.%.%.MappingsEndpointReactiveDocumentationTestslr $.$.$.$.$.$.$.$.MappingsEndpointReactiveDocumentationTestslr -.-.-.-.-.-.-.-.MappingsEndpointReactiveDocumentationTestslr o5.s5.b5.a5.a5.e5.w5.d5.MappingsEndpointReactiveDocumentationTestslr }.}.}.}.}.}.}.}.MappingsEndpointReactiveDocumentationTestslr :.:.:.:.:.:.:.:.MappingsEndpointReactiveDocumentationTestslr No active profile set, falling back to default profiles: default []wEx%.S.S.S.S.S.AnnotationConfigReactiveWebServerApplicationContextlr %.%.%.%.%.%.AnnotationConfigReactiveWebServerApplicationContextlr $.$.$.$.$.$.AnnotationConfigReactiveWebServerApplicationContextlr -.-.-.-.-.-.AnnotationConfigReactiveWebServerApplicationContextlr o5.s5.b5.w5.r5.c5.AnnotationConfigReactiveWebServerApplicationContextlr }.}.}.}.}.}.AnnotationConfigReactiveWebServerApplicationContextlr :.:.:.:.:.:.AnnotationConfigReactiveWebServerApplicationContextlr Refreshing org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@7c84195: startup date [Fri Feb 16 10:13:10 GMT 2018]; root of context hierarchy []wEx%.S.S.S.S.AutowiredAnnotationBeanPostProcessorlr %.%.%.%.%.AutowiredAnnotationBeanPostProcessorlr $.$.$.$.$.AutowiredAnnotationBeanPostProcessorlr -.-.-.-.-.AutowiredAnnotationBeanPostProcessorlr o5.s5.b5.f5.a5.AutowiredAnnotationBeanPostProcessorlr }.}.}.}.}.AutowiredAnnotationBeanPostProcessorlr :.:.:.:.:.AutowiredAnnotationBeanPostProcessorlr JSR-330 'javax.inject.Inject' annotation found and supported for autowiring []wEx%.S.S.S.S.S.S.WebFluxEndpointHandlerMappinglr %.%.%.%.%.%.%.WebFluxEndpointHandlerMappinglr $.$.$.$.$.$.$.WebFluxEndpointHandlerMappinglr -.-.-.-.-.-.-.WebFluxEndpointHandlerMappinglr o5.s5.b5.a5.e5.w5.r5.WebFluxEndpointHandlerMappinglr }.}.}.}.}.}.}.WebFluxEndpointHandlerMappinglr :.:.:.:.:.:.:.WebFluxEndpointHandlerMappinglr Mapped "{[/actuator/mappings],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public org.reactivestreams.Publisher<org.springframework.http.ResponseEntity<java.lang.Object>> org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$ReadOperationHandler.handle(org.springframework.web.server.ServerWebExchange) []wEx%.S.S.S.S.S.S.WebFluxEndpointHandlerMappinglr %.%.%.%.%.%.%.WebFluxEndpointHandlerMappinglr $.$.$.$.$.$.$.WebFluxEndpointHandlerMappinglr -.-.-.-.-.-.-.WebFluxEndpointHandlerMappinglr o5.s5.b5.a5.e5.w5.r5.WebFluxEndpointHandlerMappinglr }.}.}.}.}.}.}.WebFluxEndpointHandlerMappinglr :.:.:.:.:.:.:.WebFluxEndpointHandlerMappinglr Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping.links(org.springframework.web.server.ServerWebExchange) []wEx%.S.S.S.S.SimpleUrlHandlerMappinglr %.%.%.%.%.SimpleUrlHandlerMappinglr $.$.$.$.$.SimpleUrlHandlerMappinglr -.-.-.-.-.SimpleUrlHandlerMappinglr o5.s5.w5.r5.h5.SimpleUrlHandlerMappinglr }.}.}.}.}.SimpleUrlHandlerMappinglr :.:.:.:.:.SimpleUrlHandlerMappinglr Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.reactive.resource.ResourceWebHandler] []wEx%.S.S.S.S.SimpleUrlHandlerMappinglr %.%.%.%.%.SimpleUrlHandlerMappinglr $.$.$.$.$.SimpleUrlHandlerMappinglr -.-.-.-.-.SimpleUrlHandlerMappinglr o5.s5.w5.r5.h5.SimpleUrlHandlerMappinglr }.}.}.}.}.SimpleUrlHandlerMappinglr :.:.:.:.:.SimpleUrlHandlerMappinglr Mapped URL path [/**] onto handler of type [class org.springframework.web.reactive.resource.ResourceWebHandler] []wEx%.S.S.S.S.S.S.ControllerMethodResolverlr %.%.%.%.%.%.%.ControllerMethodResolverlr $.$.$.$.$.$.$.ControllerMethodResolverlr -.-.-.-.-.-.-.ControllerMethodResolverlr o5.s5.w5.r5.r5.m5.a5.ControllerMethodResolverlr }.}.}.}.}.}.}.ControllerMethodResolverlr :.:.:.:.:.:.:.ControllerMethodResolverlr Looking for @ControllerAdvice: org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@7c84195: startup date [Fri Feb 16 10:13:10 GMT 2018]; root of context hierarchy []wEx2018-02-16 10:13:11.768 INFO 82526 --- [ctor-http-nio-1] r.ipc.netty.tcp.BlockingNettyContext : Started HttpServer on /0:0:0:0:0:0:0:0:55961 %.S.S.S.S.S.NettyWebServerlr %.%.%.%.%.%.NettyWebServerlr $.$.$.$.$.$.NettyWebServerlr -.-.-.-.-.-.NettyWebServerlr o5.s5.b5.w5.e5.n5.NettyWebServerlr }.}.}.}.}.}.NettyWebServerlr :.:.:.:.:.:.NettyWebServerlr Netty started on port(s): 55961 []wEx%.S.S.S.S.S.S.S.MappingsEndpointReactiveDocumentationTestslr %.%.%.%.%.%.%.%.MappingsEndpointReactiveDocumentationTestslr $.$.$.$.$.$.$.$.MappingsEndpointReactiveDocumentationTestslr -.-.-.-.-.-.-.-.MappingsEndpointReactiveDocumentationTestslr o5.s5.b5.a5.a5.e5.w5.d5.MappingsEndpointReactiveDocumentationTestslr }.}.}.}.}.}.}.}.MappingsEndpointReactiveDocumentationTestslr :.:.:.:.:.:.:.:.MappingsEndpointReactiveDocumentationTestslr Started MappingsEndpointReactiveDocumentationTests in 2.665 seconds (JVM running for 3.877) []wEx%.S.S.S.S.S.AnnotationConfigReactiveWebServerApplicationContextlr %.%.%.%.%.%.AnnotationConfigReactiveWebServerApplicationContextlr $.$.$.$.$.$.AnnotationConfigReactiveWebServerApplicationContextlr -.-.-.-.-.-.AnnotationConfigReactiveWebServerApplicationContextlr o5.s5.b5.w5.r5.c5.AnnotationConfigReactiveWebServerApplicationContextlr }.}.}.}.}.}.AnnotationConfigReactiveWebServerApplicationContextlr :.:.:.:.:.:.AnnotationConfigReactiveWebServerApplicationContextlr Closing org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@7c84195: startup date [Fri Feb 16 10:13:10 GMT 2018]; root of context hierarchy []wEx2018-02-16 10:13:12.450 INFO 82526 --- [ Thread-10] r.ipc.netty.tcp.BlockingNettyContext : Stopped HttpServer on /0:0:0:0:0:0:0:0:55961 ```
non_defect
fix the logging format in our tests it s rather mangled at the moment s s s s springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr neither contextconfiguration nor contexthierarchy found for test class using springbootcontextloader wex s s s s abstractcontextloaderlr abstractcontextloaderlr abstractcontextloaderlr abstractcontextloaderlr abstractcontextloaderlr abstractcontextloaderlr abstractcontextloaderlr could not detect default resource locations for test class no resource found for suffixes context xml context groovy wex s s s s springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr loaded default testexecutionlistener class names from location wex s s s s springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr springboottestcontextbootstrapperlr using testexecutionlisteners wex s s s s versionlr versionlr versionlr versionlr versionlr versionlr versionlr hibernate validator final wex spring boot s s s s s s s mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr starting mappingsendpointreactivedocumentationtests on aw rmbp local with pid started by awilkinson in users awilkinson dev spring spring boot master spring boot project spring boot actuator autoconfigure wex s s s s s s s mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr no active profile set falling back to default profiles default wex s s s s s annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr refreshing org springframework boot web reactive context annotationconfigreactivewebserverapplicationcontext startup date root of context hierarchy wex s s s s autowiredannotationbeanpostprocessorlr autowiredannotationbeanpostprocessorlr autowiredannotationbeanpostprocessorlr autowiredannotationbeanpostprocessorlr autowiredannotationbeanpostprocessorlr autowiredannotationbeanpostprocessorlr autowiredannotationbeanpostprocessorlr jsr javax inject inject annotation found and supported for autowiring wex s s s s s s webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr mapped methods produces onto public org reactivestreams publisher org springframework boot actuate endpoint web reactive abstractwebfluxendpointhandlermapping readoperationhandler handle org springframework web server serverwebexchange wex s s s s s s webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr webfluxendpointhandlermappinglr mapped methods produces onto protected java util map org springframework boot actuate endpoint web reactive webfluxendpointhandlermapping links org springframework web server serverwebexchange wex s s s s simpleurlhandlermappinglr simpleurlhandlermappinglr simpleurlhandlermappinglr simpleurlhandlermappinglr simpleurlhandlermappinglr simpleurlhandlermappinglr simpleurlhandlermappinglr mapped url path onto handler of type wex s s s s simpleurlhandlermappinglr simpleurlhandlermappinglr simpleurlhandlermappinglr simpleurlhandlermappinglr simpleurlhandlermappinglr simpleurlhandlermappinglr simpleurlhandlermappinglr mapped url path onto handler of type wex s s s s s s controllermethodresolverlr controllermethodresolverlr controllermethodresolverlr controllermethodresolverlr controllermethodresolverlr controllermethodresolverlr controllermethodresolverlr looking for controlleradvice org springframework boot web reactive context annotationconfigreactivewebserverapplicationcontext startup date root of context hierarchy info r ipc netty tcp blockingnettycontext started httpserver on s s s s s nettywebserverlr nettywebserverlr nettywebserverlr nettywebserverlr nettywebserverlr nettywebserverlr nettywebserverlr netty started on port s wex s s s s s s s mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr mappingsendpointreactivedocumentationtestslr started mappingsendpointreactivedocumentationtests in seconds jvm running for wex s s s s s annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr annotationconfigreactivewebserverapplicationcontextlr closing org springframework boot web reactive context annotationconfigreactivewebserverapplicationcontext startup date root of context hierarchy info r ipc netty tcp blockingnettycontext stopped httpserver on
0
13,571
2,770,000,208
IssuesEvent
2015-05-01 09:38:16
OpenMS/OpenMS
https://api.github.com/repos/OpenMS/OpenMS
closed
TOPPAS fails to assign the correct extension to output files
Bug-Reports defect TOPPAS
Executing the workflow below with a consensusXML input file will result in a file named `<name-of-input-file>.unknown`. The workflow selects `out_type` in the FileConverter and I would assume that this is the reason that toppas cannot guess the correct extension. Should we add a heuristic that tries to select it based on `out_type`?
1.0
TOPPAS fails to assign the correct extension to output files - Executing the workflow below with a consensusXML input file will result in a file named `<name-of-input-file>.unknown`. The workflow selects `out_type` in the FileConverter and I would assume that this is the reason that toppas cannot guess the correct extension. Should we add a heuristic that tries to select it based on `out_type`?
defect
toppas fails to assign the correct extension to output files executing the workflow below with a consensusxml input file will result in a file named unknown the workflow selects out type in the fileconverter and i would assume that this is the reason that toppas cannot guess the correct extension should we add a heuristic that tries to select it based on out type
1
141,245
18,956,972,726
IssuesEvent
2021-11-18 21:33:21
CliffCrerar/aws-amplift-starter
https://api.github.com/repos/CliffCrerar/aws-amplift-starter
opened
WS-2019-0427 (Medium) detected in elliptic-6.5.0.tgz
security vulnerability
## WS-2019-0427 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.0.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz">https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz</a></p> <p>Path to dependency file: aws-amplift-starter/package.json</p> <p>Path to vulnerable library: aws-amplift-starter/node_modules/elliptic/package.json</p> <p> Dependency Hierarchy: - webpack-4.36.1.tgz (Root Library) - node-libs-browser-2.2.1.tgz - crypto-browserify-3.12.0.tgz - create-ecdh-4.0.3.tgz - :x: **elliptic-6.5.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/CliffCrerar/aws-amplift-starter/commit/1c99251524518f24892aa666395393a8251c80a2">1c99251524518f24892aa666395393a8251c80a2</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The function getNAF() in elliptic library has information leakage. This issue is mitigated in version 6.5.2 <p>Publish Date: 2019-11-22 <p>URL: <a href=https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a>WS-2019-0427</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: N/A - Attack Complexity: N/A - Privileges Required: N/A - User Interaction: N/A - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a">https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a</a></p> <p>Release Date: 2019-11-22</p> <p>Fix Resolution: v6.5.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2019-0427 (Medium) detected in elliptic-6.5.0.tgz - ## WS-2019-0427 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.0.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz">https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz</a></p> <p>Path to dependency file: aws-amplift-starter/package.json</p> <p>Path to vulnerable library: aws-amplift-starter/node_modules/elliptic/package.json</p> <p> Dependency Hierarchy: - webpack-4.36.1.tgz (Root Library) - node-libs-browser-2.2.1.tgz - crypto-browserify-3.12.0.tgz - create-ecdh-4.0.3.tgz - :x: **elliptic-6.5.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/CliffCrerar/aws-amplift-starter/commit/1c99251524518f24892aa666395393a8251c80a2">1c99251524518f24892aa666395393a8251c80a2</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The function getNAF() in elliptic library has information leakage. This issue is mitigated in version 6.5.2 <p>Publish Date: 2019-11-22 <p>URL: <a href=https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a>WS-2019-0427</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: N/A - Attack Complexity: N/A - Privileges Required: N/A - User Interaction: N/A - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a">https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a</a></p> <p>Release Date: 2019-11-22</p> <p>Fix Resolution: v6.5.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
ws medium detected in elliptic tgz ws medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file aws amplift starter package json path to vulnerable library aws amplift starter node modules elliptic package json dependency hierarchy webpack tgz root library node libs browser tgz crypto browserify tgz create ecdh tgz x elliptic tgz vulnerable library found in head commit a href found in base branch master vulnerability details the function getnaf in elliptic library has information leakage this issue is mitigated in version publish date url a href cvss score details base score metrics exploitability metrics attack vector n a attack complexity n a privileges required n a user interaction n a scope n a impact metrics confidentiality impact n a integrity impact n a availability impact n a 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
263,380
19,908,841,458
IssuesEvent
2022-01-25 15:19:56
caos/zitadel
https://api.github.com/repos/caos/zitadel
closed
User in wrong organization after Self Register
documentation enhancement question
**Describe the bug** When a new user Self Register himself from the login window in our application, the user is created in the wrong organization. He should be created in our organization that owns this project, however it is created in the "Global" organization. **Expected behavior** When user Self Register himself in the application login window, he is created in the organization that owns the project. **Screenshots** ![Capture](https://user-images.githubusercontent.com/89073193/145398402-4a6f4917-a2a3-4f0b-9567-769f62397b8a.PNG)
1.0
User in wrong organization after Self Register - **Describe the bug** When a new user Self Register himself from the login window in our application, the user is created in the wrong organization. He should be created in our organization that owns this project, however it is created in the "Global" organization. **Expected behavior** When user Self Register himself in the application login window, he is created in the organization that owns the project. **Screenshots** ![Capture](https://user-images.githubusercontent.com/89073193/145398402-4a6f4917-a2a3-4f0b-9567-769f62397b8a.PNG)
non_defect
user in wrong organization after self register describe the bug when a new user self register himself from the login window in our application the user is created in the wrong organization he should be created in our organization that owns this project however it is created in the global organization expected behavior when user self register himself in the application login window he is created in the organization that owns the project screenshots
0
76,454
26,436,867,011
IssuesEvent
2023-01-15 13:56:10
dkfans/keeperfx
https://api.github.com/repos/dkfans/keeperfx
closed
strange audio bug with footstep sounds in Alpha 3153
Type-Defect Priority-Critical Component-Sound
some footstep sounds seem to be replaced with other sounds. i also have the game on windowed mode and unfocused the window before i noticed this was happening. https://user-images.githubusercontent.com/33162051/209451891-22717a40-07bd-41bc-8aa6-095dcf4343e9.mp4
1.0
strange audio bug with footstep sounds in Alpha 3153 - some footstep sounds seem to be replaced with other sounds. i also have the game on windowed mode and unfocused the window before i noticed this was happening. https://user-images.githubusercontent.com/33162051/209451891-22717a40-07bd-41bc-8aa6-095dcf4343e9.mp4
defect
strange audio bug with footstep sounds in alpha some footstep sounds seem to be replaced with other sounds i also have the game on windowed mode and unfocused the window before i noticed this was happening
1
146,680
13,187,915,620
IssuesEvent
2020-08-13 05:01:16
ministryofjustice/cloud-platform
https://api.github.com/repos/ministryofjustice/cloud-platform
closed
Manual snapshot documentation
BLOCKED Support documentation
There needs to be a section in our user-guide to explain how to take a manual RDS snapshot. The guide should : - Explain the current way to manage snapshots (!=automated, manual snapshot limit) - Requirements (RDS module version, access to K8S namespace) - Example of a backup + cleanup job
1.0
Manual snapshot documentation - There needs to be a section in our user-guide to explain how to take a manual RDS snapshot. The guide should : - Explain the current way to manage snapshots (!=automated, manual snapshot limit) - Requirements (RDS module version, access to K8S namespace) - Example of a backup + cleanup job
non_defect
manual snapshot documentation there needs to be a section in our user guide to explain how to take a manual rds snapshot the guide should explain the current way to manage snapshots automated manual snapshot limit requirements rds module version access to namespace example of a backup cleanup job
0
51,646
13,207,557,201
IssuesEvent
2020-08-14 23:34:57
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[examples] scripts should run and build docs properly (Trac #776)
Incomplete Migration Migrated from Trac defect other
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/776">https://code.icecube.wisc.edu/projects/icecube/ticket/776</a>, reported by negaand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2015-03-11T13:57:15", "_ts": "1426082235272119", "description": "Many of the python modules and scripts in examples/ rely on imports from the long attic'd utils/ project. This breaks scripts, modules, and doc generation. #517 was related this.\n\ndoc generation is disabled in r1947/IceTray", "reporter": "nega", "cc": "olivas", "resolution": "wontfix", "time": "2014-10-08T21:45:17", "component": "other", "summary": "[examples] scripts should run and build docs properly", "priority": "normal", "keywords": "documentation", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
1.0
[examples] scripts should run and build docs properly (Trac #776) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/776">https://code.icecube.wisc.edu/projects/icecube/ticket/776</a>, reported by negaand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2015-03-11T13:57:15", "_ts": "1426082235272119", "description": "Many of the python modules and scripts in examples/ rely on imports from the long attic'd utils/ project. This breaks scripts, modules, and doc generation. #517 was related this.\n\ndoc generation is disabled in r1947/IceTray", "reporter": "nega", "cc": "olivas", "resolution": "wontfix", "time": "2014-10-08T21:45:17", "component": "other", "summary": "[examples] scripts should run and build docs properly", "priority": "normal", "keywords": "documentation", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
defect
scripts should run and build docs properly trac migrated from json status closed changetime ts description many of the python modules and scripts in examples rely on imports from the long attic d utils project this breaks scripts modules and doc generation was related this n ndoc generation is disabled in icetray reporter nega cc olivas resolution wontfix time component other summary scripts should run and build docs properly priority normal keywords documentation milestone owner olivas type defect
1
80,127
30,029,531,950
IssuesEvent
2023-06-27 08:41:45
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
SQLITE3 error "UNIQUE constraint failed: temp_user_filters.user_id" after update to 1.86.0
T-Defect A-Database
### Description Hi, I am using a Ubuntu server and had installed the matrix-synapse-py3. The update to version 1.86.0 appeared Today and I updated it as normal (via apt). After the update the server was not getting back. I've tried to rollback to version 1.71.0+focal1, but it complains the database has a newer version. ### Steps to reproduce - sudo apt upgrade After that, server did not started. ### Homeserver matrix.brunofontes.net ### Synapse Version 1.86.0 ### Installation Method Debian packages from packages.matrix.org ### Database SQLite ### Workers Single process ### Platform Linux mx 5.4.0-152-generic #169-Ubuntu SMP x86_64 ### Configuration _No response_ ### Relevant log output ```shell 2023-06-20 19:44:04,875 - root - 348 - WARNING - main - ***** STARTING SERVER ***** 2023-06-20 19:44:04,875 - root - 349 - WARNING - main - Server /opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/app/homeserver.py version 1.86.0 2023-06-20 19:44:04,875 - root - 354 - INFO - main - Server hostname: matrix.brunofontes.net 2023-06-20 19:44:04,876 - root - 355 - INFO - main - Instance name: master 2023-06-20 19:44:04,876 - root - 356 - INFO - main - Twisted reactor: EPollReactor 2023-06-20 19:44:04,876 - synapse.app.homeserver - 349 - INFO - main - Setting up server 2023-06-20 19:44:04,876 - synapse.server - 337 - INFO - main - Setting up. 2023-06-20 19:44:04,880 - synapse.storage.databases - 66 - INFO - main - [database config 'master']: Checking database server 2023-06-20 19:44:04,880 - synapse.storage.databases - 69 - INFO - main - [database config 'master']: Preparing for databases ['main', 'state'] 2023-06-20 19:44:04,881 - synapse.storage.prepare_database - 120 - INFO - main - ['main', 'state']: Checking existing schema version 2023-06-20 19:44:04,882 - synapse.storage.prepare_database - 124 - INFO - main - ['main', 'state']: Existing schema is 77 (+5 deltas) 2023-06-20 19:44:04,882 - synapse.storage.databases.main - 288 - INFO - main - Checking database for consistency with configuration... 2023-06-20 19:44:04,882 - synapse.storage.prepare_database - 418 - INFO - main - Applying schema deltas for v77 2023-06-20 19:44:04,883 - synapse.storage.prepare_database - 418 - INFO - main - Applying schema deltas for v78 2023-06-20 19:44:04,883 - synapse.storage.prepare_database - 513 - INFO - main - Running 78/01_validate_and_update_profiles.py:run_upgrade 2023-06-20 19:44:04,899 - synapse.storage.prepare_database - 513 - INFO - main - Running 78/02_validate_and_update_user_filters.py:run_upgrade 2023-06-20 19:44:04,901 - synapse.app._base - 215 - ERROR - main - Exception during startup Traceback (most recent call last): File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/app/homeserver.py", line 352, in setup hs.setup() File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/server.py", line 339, in setup self.datastores = Databases(self.DATASTORE_CLASS, self) File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/databases/__init__.py", line 74, in __init__ prepare_database( File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/prepare_database.py", line 141, in prepare_database _upgrade_existing_database( File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/prepare_database.py", line 514, in _upgrade_existing_database module.run_upgrade(cur, database_engine, config=config) File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/schema/main/delta/78/02_validate_and_update_user_filters.py", line 85, in run_upgrade cur.execute(copy_sql, (f"{hostname}",)) File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/database.py", line 417, in execute self._do_execute(self.txn.execute, sql, parameters) File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/database.py", line 469, in _do_execute return func(sql, *args, **kwargs) sqlite3.IntegrityError: UNIQUE constraint failed: temp_user_filters.user_id ``` ``` ### Anything else that would be useful to know? _No response_
1.0
SQLITE3 error "UNIQUE constraint failed: temp_user_filters.user_id" after update to 1.86.0 - ### Description Hi, I am using a Ubuntu server and had installed the matrix-synapse-py3. The update to version 1.86.0 appeared Today and I updated it as normal (via apt). After the update the server was not getting back. I've tried to rollback to version 1.71.0+focal1, but it complains the database has a newer version. ### Steps to reproduce - sudo apt upgrade After that, server did not started. ### Homeserver matrix.brunofontes.net ### Synapse Version 1.86.0 ### Installation Method Debian packages from packages.matrix.org ### Database SQLite ### Workers Single process ### Platform Linux mx 5.4.0-152-generic #169-Ubuntu SMP x86_64 ### Configuration _No response_ ### Relevant log output ```shell 2023-06-20 19:44:04,875 - root - 348 - WARNING - main - ***** STARTING SERVER ***** 2023-06-20 19:44:04,875 - root - 349 - WARNING - main - Server /opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/app/homeserver.py version 1.86.0 2023-06-20 19:44:04,875 - root - 354 - INFO - main - Server hostname: matrix.brunofontes.net 2023-06-20 19:44:04,876 - root - 355 - INFO - main - Instance name: master 2023-06-20 19:44:04,876 - root - 356 - INFO - main - Twisted reactor: EPollReactor 2023-06-20 19:44:04,876 - synapse.app.homeserver - 349 - INFO - main - Setting up server 2023-06-20 19:44:04,876 - synapse.server - 337 - INFO - main - Setting up. 2023-06-20 19:44:04,880 - synapse.storage.databases - 66 - INFO - main - [database config 'master']: Checking database server 2023-06-20 19:44:04,880 - synapse.storage.databases - 69 - INFO - main - [database config 'master']: Preparing for databases ['main', 'state'] 2023-06-20 19:44:04,881 - synapse.storage.prepare_database - 120 - INFO - main - ['main', 'state']: Checking existing schema version 2023-06-20 19:44:04,882 - synapse.storage.prepare_database - 124 - INFO - main - ['main', 'state']: Existing schema is 77 (+5 deltas) 2023-06-20 19:44:04,882 - synapse.storage.databases.main - 288 - INFO - main - Checking database for consistency with configuration... 2023-06-20 19:44:04,882 - synapse.storage.prepare_database - 418 - INFO - main - Applying schema deltas for v77 2023-06-20 19:44:04,883 - synapse.storage.prepare_database - 418 - INFO - main - Applying schema deltas for v78 2023-06-20 19:44:04,883 - synapse.storage.prepare_database - 513 - INFO - main - Running 78/01_validate_and_update_profiles.py:run_upgrade 2023-06-20 19:44:04,899 - synapse.storage.prepare_database - 513 - INFO - main - Running 78/02_validate_and_update_user_filters.py:run_upgrade 2023-06-20 19:44:04,901 - synapse.app._base - 215 - ERROR - main - Exception during startup Traceback (most recent call last): File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/app/homeserver.py", line 352, in setup hs.setup() File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/server.py", line 339, in setup self.datastores = Databases(self.DATASTORE_CLASS, self) File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/databases/__init__.py", line 74, in __init__ prepare_database( File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/prepare_database.py", line 141, in prepare_database _upgrade_existing_database( File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/prepare_database.py", line 514, in _upgrade_existing_database module.run_upgrade(cur, database_engine, config=config) File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/schema/main/delta/78/02_validate_and_update_user_filters.py", line 85, in run_upgrade cur.execute(copy_sql, (f"{hostname}",)) File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/database.py", line 417, in execute self._do_execute(self.txn.execute, sql, parameters) File "/opt/venvs/matrix-synapse/lib/python3.8/site-packages/synapse/storage/database.py", line 469, in _do_execute return func(sql, *args, **kwargs) sqlite3.IntegrityError: UNIQUE constraint failed: temp_user_filters.user_id ``` ``` ### Anything else that would be useful to know? _No response_
defect
error unique constraint failed temp user filters user id after update to description hi i am using a ubuntu server and had installed the matrix synapse the update to version appeared today and i updated it as normal via apt after the update the server was not getting back i ve tried to rollback to version but it complains the database has a newer version steps to reproduce sudo apt upgrade after that server did not started homeserver matrix brunofontes net synapse version installation method debian packages from packages matrix org database sqlite workers single process platform linux mx generic ubuntu smp configuration no response relevant log output shell root warning main starting server root warning main server opt venvs matrix synapse lib site packages synapse app homeserver py version root info main server hostname matrix brunofontes net root info main instance name master root info main twisted reactor epollreactor synapse app homeserver info main setting up server synapse server info main setting up synapse storage databases info main checking database server synapse storage databases info main preparing for databases synapse storage prepare database info main checking existing schema version synapse storage prepare database info main existing schema is deltas synapse storage databases main info main checking database for consistency with configuration synapse storage prepare database info main applying schema deltas for synapse storage prepare database info main applying schema deltas for synapse storage prepare database info main running validate and update profiles py run upgrade synapse storage prepare database info main running validate and update user filters py run upgrade synapse app base error main exception during startup traceback most recent call last file opt venvs matrix synapse lib site packages synapse app homeserver py line in setup hs setup file opt venvs matrix synapse lib site packages synapse server py line in setup self datastores databases self datastore class self file opt venvs matrix synapse lib site packages synapse storage databases init py line in init prepare database file opt venvs matrix synapse lib site packages synapse storage prepare database py line in prepare database upgrade existing database file opt venvs matrix synapse lib site packages synapse storage prepare database py line in upgrade existing database module run upgrade cur database engine config config file opt venvs matrix synapse lib site packages synapse storage schema main delta validate and update user filters py line in run upgrade cur execute copy sql f hostname file opt venvs matrix synapse lib site packages synapse storage database py line in execute self do execute self txn execute sql parameters file opt venvs matrix synapse lib site packages synapse storage database py line in do execute return func sql args kwargs integrityerror unique constraint failed temp user filters user id anything else that would be useful to know no response
1
196,230
22,441,176,056
IssuesEvent
2022-06-21 01:29:01
vasind/try-ember
https://api.github.com/repos/vasind/try-ember
closed
CVE-2019-10747 (High) detected in set-value-2.0.0.tgz, set-value-0.4.3.tgz - autoclosed
security vulnerability
## CVE-2019-10747 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-2.0.0.tgz</b>, <b>set-value-0.4.3.tgz</b></p></summary> <p> <details><summary><b>set-value-2.0.0.tgz</b></p></summary> <p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.</p> <p>Library home page: <a href="https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz">https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz</a></p> <p>Path to dependency file: try-ember/package.json</p> <p>Path to vulnerable library: try-ember/node_modules/set-value</p> <p> Dependency Hierarchy: - lint-staged-8.1.5.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - :x: **set-value-2.0.0.tgz** (Vulnerable Library) </details> <details><summary><b>set-value-0.4.3.tgz</b></p></summary> <p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.</p> <p>Library home page: <a href="https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz">https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz</a></p> <p>Path to dependency file: try-ember/package.json</p> <p>Path to vulnerable library: try-ember/node_modules/set-value</p> <p> Dependency Hierarchy: - lint-staged-8.1.5.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - union-value-1.0.0.tgz - :x: **set-value-0.4.3.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/vasind/try-ember/commit/beedb5ab2c3873dad108b98d824aefc8f882dcfa">beedb5ab2c3873dad108b98d824aefc8f882dcfa</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> set-value is vulnerable to Prototype Pollution in versions lower than 3.0.1. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using any of the constructor, prototype and _proto_ payloads. <p>Publish Date: 2019-08-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10747>CVE-2019-10747</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://github.com/jonschlinkert/set-value/commit/95e9d9923f8a8b4a01da1ea138fcc39ec7b6b15f">https://github.com/jonschlinkert/set-value/commit/95e9d9923f8a8b4a01da1ea138fcc39ec7b6b15f</a></p> <p>Release Date: 2019-07-24</p> <p>Fix Resolution: 2.0.1,3.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-10747 (High) detected in set-value-2.0.0.tgz, set-value-0.4.3.tgz - autoclosed - ## CVE-2019-10747 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-2.0.0.tgz</b>, <b>set-value-0.4.3.tgz</b></p></summary> <p> <details><summary><b>set-value-2.0.0.tgz</b></p></summary> <p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.</p> <p>Library home page: <a href="https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz">https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz</a></p> <p>Path to dependency file: try-ember/package.json</p> <p>Path to vulnerable library: try-ember/node_modules/set-value</p> <p> Dependency Hierarchy: - lint-staged-8.1.5.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - :x: **set-value-2.0.0.tgz** (Vulnerable Library) </details> <details><summary><b>set-value-0.4.3.tgz</b></p></summary> <p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.</p> <p>Library home page: <a href="https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz">https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz</a></p> <p>Path to dependency file: try-ember/package.json</p> <p>Path to vulnerable library: try-ember/node_modules/set-value</p> <p> Dependency Hierarchy: - lint-staged-8.1.5.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - union-value-1.0.0.tgz - :x: **set-value-0.4.3.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/vasind/try-ember/commit/beedb5ab2c3873dad108b98d824aefc8f882dcfa">beedb5ab2c3873dad108b98d824aefc8f882dcfa</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> set-value is vulnerable to Prototype Pollution in versions lower than 3.0.1. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using any of the constructor, prototype and _proto_ payloads. <p>Publish Date: 2019-08-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10747>CVE-2019-10747</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://github.com/jonschlinkert/set-value/commit/95e9d9923f8a8b4a01da1ea138fcc39ec7b6b15f">https://github.com/jonschlinkert/set-value/commit/95e9d9923f8a8b4a01da1ea138fcc39ec7b6b15f</a></p> <p>Release Date: 2019-07-24</p> <p>Fix Resolution: 2.0.1,3.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in set value tgz set value tgz autoclosed cve high severity vulnerability vulnerable libraries set value tgz set value tgz set value tgz create nested values and any intermediaries using dot notation a b c paths library home page a href path to dependency file try ember package json path to vulnerable library try ember node modules set value dependency hierarchy lint staged tgz root library micromatch tgz snapdragon tgz base tgz cache base tgz x set value tgz vulnerable library set value tgz create nested values and any intermediaries using dot notation a b c paths library home page a href path to dependency file try ember package json path to vulnerable library try ember node modules set value dependency hierarchy lint staged tgz root library micromatch tgz snapdragon tgz base tgz cache base tgz union value tgz x set value tgz vulnerable library found in head commit a href vulnerability details set value is vulnerable to prototype pollution in versions lower than the function mixin deep could be tricked into adding or modifying properties of object prototype using any of the constructor prototype and proto 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 step up your open source security game with whitesource
0
340,334
30,511,219,877
IssuesEvent
2023-07-18 21:01:03
verified-network-toolchain/petr4
https://api.github.com/repos/verified-network-toolchain/petr4
opened
lookahead unimplemented in P4light interpreter
stf-testing
This is causing several STF tests to fail with the following message. ``` [failure] packet_in.lookahead() not found in extern_funcs ```
1.0
lookahead unimplemented in P4light interpreter - This is causing several STF tests to fail with the following message. ``` [failure] packet_in.lookahead() not found in extern_funcs ```
non_defect
lookahead unimplemented in interpreter this is causing several stf tests to fail with the following message packet in lookahead not found in extern funcs
0
1,550
2,603,967,412
IssuesEvent
2015-02-24 18:59:23
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳生殖器有红色疙瘩
auto-migrated Priority-Medium Type-Defect
``` 沈阳生殖器有红色疙瘩〓沈陽軍區政治部醫院性病〓TEL:024-3 1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。� ��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:10
1.0
沈阳生殖器有红色疙瘩 - ``` 沈阳生殖器有红色疙瘩〓沈陽軍區政治部醫院性病〓TEL:024-3 1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。� ��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:10
defect
沈阳生殖器有红色疙瘩 沈阳生殖器有红色疙瘩〓沈陽軍區政治部醫院性病〓tel: 〓 , 。� �� 。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 original issue reported on code google com by gmail com on jun at
1
58,409
16,527,932,652
IssuesEvent
2021-05-26 23:19:59
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Code generator output no longer compiles for 'create domain foo as bytea' bytea after updating from 3.13 to 3.14
T: Defect
### Expected behavior The output of the code generator for the example project compiles. ### Actual behavior The generator creates an invalid domain definition and references it from the table definition: ```java public static final Domain<Bytes> HASH = Internal.createDomain( schema() , DSL.name("hash") , SQLDataType.BLOB ); ``` ``` Required type: Domain<Bytes> Provided: Domain<byte[]> Incompatible equality constraint: Bytes and byte[] ``` With v3.13 we used ```xml <udts>false</udts>``` and the output compiled just fine. With v3.14 we _have to_ use ```xml <udts>true</udts>``` or else the output will reference an *absent* ```Domains``` class. ### Steps to reproduce the problem - See attached [example.tar.gz](https://github.com/jOOQ/jOOQ/files/6550108/example.tar.gz) ### Versions - jOOQ: 3.14.11 - Java: 11 - Database (include vendor): PostgreSQL 11 - OS: Linux - JDBC Driver (include name if inofficial driver): official
1.0
Code generator output no longer compiles for 'create domain foo as bytea' bytea after updating from 3.13 to 3.14 - ### Expected behavior The output of the code generator for the example project compiles. ### Actual behavior The generator creates an invalid domain definition and references it from the table definition: ```java public static final Domain<Bytes> HASH = Internal.createDomain( schema() , DSL.name("hash") , SQLDataType.BLOB ); ``` ``` Required type: Domain<Bytes> Provided: Domain<byte[]> Incompatible equality constraint: Bytes and byte[] ``` With v3.13 we used ```xml <udts>false</udts>``` and the output compiled just fine. With v3.14 we _have to_ use ```xml <udts>true</udts>``` or else the output will reference an *absent* ```Domains``` class. ### Steps to reproduce the problem - See attached [example.tar.gz](https://github.com/jOOQ/jOOQ/files/6550108/example.tar.gz) ### Versions - jOOQ: 3.14.11 - Java: 11 - Database (include vendor): PostgreSQL 11 - OS: Linux - JDBC Driver (include name if inofficial driver): official
defect
code generator output no longer compiles for create domain foo as bytea bytea after updating from to expected behavior the output of the code generator for the example project compiles actual behavior the generator creates an invalid domain definition and references it from the table definition java public static final domain hash internal createdomain schema dsl name hash sqldatatype blob required type domain provided domain incompatible equality constraint bytes and byte with we used xml false and the output compiled just fine with we have to use xml true or else the output will reference an absent domains class steps to reproduce the problem see attached versions jooq java database include vendor postgresql os linux jdbc driver include name if inofficial driver official
1
109,200
16,832,715,294
IssuesEvent
2021-06-18 07:52:59
SmartBear/react-gherkin-editor
https://api.github.com/repos/SmartBear/react-gherkin-editor
closed
CVE-2020-36242 (High) detected in cryptography2.8 - autoclosed
security vulnerability
## CVE-2020-36242 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>cryptography2.8</b></p></summary> <p> <p>cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.</p> <p>Library home page: <a href=https://github.com/pyca/cryptography.git>https://github.com/pyca/cryptography.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/SmartBear/react-gherkin-editor/commit/a0032e722a56dbd83d31a1507c1bad93b4eb593b">a0032e722a56dbd83d31a1507c1bad93b4eb593b</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>canner/.poetry/lib/poetry/_vendor/py2.7/cryptography/hazmat/backends/openssl/ciphers.py</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 cryptography package before 3.3.2 for Python, certain sequences of update calls to symmetrically encrypt multi-GB values could result in an integer overflow and buffer overflow, as demonstrated by the Fernet class. <p>Publish Date: 2021-02-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36242>CVE-2020-36242</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.1</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: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst">https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst</a></p> <p>Release Date: 2021-02-07</p> <p>Fix Resolution: cryptography - 3.3.2</p> </p> </details> <p></p>
True
CVE-2020-36242 (High) detected in cryptography2.8 - autoclosed - ## CVE-2020-36242 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>cryptography2.8</b></p></summary> <p> <p>cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.</p> <p>Library home page: <a href=https://github.com/pyca/cryptography.git>https://github.com/pyca/cryptography.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/SmartBear/react-gherkin-editor/commit/a0032e722a56dbd83d31a1507c1bad93b4eb593b">a0032e722a56dbd83d31a1507c1bad93b4eb593b</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>canner/.poetry/lib/poetry/_vendor/py2.7/cryptography/hazmat/backends/openssl/ciphers.py</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 cryptography package before 3.3.2 for Python, certain sequences of update calls to symmetrically encrypt multi-GB values could result in an integer overflow and buffer overflow, as demonstrated by the Fernet class. <p>Publish Date: 2021-02-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36242>CVE-2020-36242</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.1</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: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst">https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst</a></p> <p>Release Date: 2021-02-07</p> <p>Fix Resolution: cryptography - 3.3.2</p> </p> </details> <p></p>
non_defect
cve high detected in autoclosed cve high severity vulnerability vulnerable library cryptography is a package designed to expose cryptographic primitives and recipes to python developers library home page a href found in head commit a href found in base branch master vulnerable source files canner poetry lib poetry vendor cryptography hazmat backends openssl ciphers py vulnerability details in the cryptography package before for python certain sequences of update calls to symmetrically encrypt multi gb values could result in an integer overflow and buffer overflow as demonstrated by the fernet class publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution cryptography
0
75,761
26,032,449,039
IssuesEvent
2022-12-21 23:06:23
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
closed
Cancelator - no está jalando.
resolved defect
Tengo instalada la aplicación de cancelaciones, que vendimos por ahí de Julio/Agosto. Es el facturat de escritorio. El jar mas reciente de esa aplicación, es del 27 de Julio del 2022. Al parecer no la han utilizado mucho y ahora están retomando. Revisé los XML que cancelamos en su momento (cuando entregamos) y son cfdi 3.3. Realmente debe cancelar 3.3 o 4.0, pero ahora mismo, no está jalando para el 3.3 Arroja estos errores a la consola: - No es posible leer el XML, revise sus par├ímetros] 2022-12-09 16:54:09,741 DEBUG [pool-2-thread-1] (Connector2Cancel.java:127) - Cancel process result : 012 description : CA1.0 - No es posible leer el XML, revise sus par├ímetros 2022-12-09 16:54:09,742 ERROR [pool-2-thread-1] (Connector2Cancel.java:143) - Error en proceso de cancelaci├│n : 012 description : CA1.0 - No es posible leerel XML, revise sus par├ímetros Mira, aquí dejo el log que genera, la llave, el CSD, y 3 XML 3.3 que no puede cancelar: [FacturaT.log](https://github.com/jccastillo0007/eFacturaT/files/10198639/FacturaT.log) [CSD.zip.txt](https://github.com/jccastillo0007/eFacturaT/files/10198640/CSD.zip.txt) [facturaT_TRA8402225G0.cfdi.txt](https://github.com/jccastillo0007/eFacturaT/files/10198642/facturaT_TRA8402225G0.cfdi.txt) [XML 3 cancel.zip.txt](https://github.com/jccastillo0007/eFacturaT/files/10198647/XML.3.cancel.zip.txt)
1.0
Cancelator - no está jalando. - Tengo instalada la aplicación de cancelaciones, que vendimos por ahí de Julio/Agosto. Es el facturat de escritorio. El jar mas reciente de esa aplicación, es del 27 de Julio del 2022. Al parecer no la han utilizado mucho y ahora están retomando. Revisé los XML que cancelamos en su momento (cuando entregamos) y son cfdi 3.3. Realmente debe cancelar 3.3 o 4.0, pero ahora mismo, no está jalando para el 3.3 Arroja estos errores a la consola: - No es posible leer el XML, revise sus par├ímetros] 2022-12-09 16:54:09,741 DEBUG [pool-2-thread-1] (Connector2Cancel.java:127) - Cancel process result : 012 description : CA1.0 - No es posible leer el XML, revise sus par├ímetros 2022-12-09 16:54:09,742 ERROR [pool-2-thread-1] (Connector2Cancel.java:143) - Error en proceso de cancelaci├│n : 012 description : CA1.0 - No es posible leerel XML, revise sus par├ímetros Mira, aquí dejo el log que genera, la llave, el CSD, y 3 XML 3.3 que no puede cancelar: [FacturaT.log](https://github.com/jccastillo0007/eFacturaT/files/10198639/FacturaT.log) [CSD.zip.txt](https://github.com/jccastillo0007/eFacturaT/files/10198640/CSD.zip.txt) [facturaT_TRA8402225G0.cfdi.txt](https://github.com/jccastillo0007/eFacturaT/files/10198642/facturaT_TRA8402225G0.cfdi.txt) [XML 3 cancel.zip.txt](https://github.com/jccastillo0007/eFacturaT/files/10198647/XML.3.cancel.zip.txt)
defect
cancelator no está jalando tengo instalada la aplicación de cancelaciones que vendimos por ahí de julio agosto es el facturat de escritorio el jar mas reciente de esa aplicación es del de julio del al parecer no la han utilizado mucho y ahora están retomando revisé los xml que cancelamos en su momento cuando entregamos y son cfdi realmente debe cancelar o pero ahora mismo no está jalando para el arroja estos errores a la consola no es posible leer el xml revise sus par├ímetros debug java cancel process result description no es posible leer el xml revise sus par├ímetros error java error en proceso de cancelaci├│n description no es posible leerel xml revise sus par├ímetros mira aquí dejo el log que genera la llave el csd y xml que no puede cancelar
1
653,536
21,605,870,014
IssuesEvent
2022-05-04 02:49:51
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
Market Shop Can't buy items.
status:confirmed component:core priority:low mode:renewal type:bug
How to get your GitHub Hash: 1. I update sever to ep17.2 2. Before update it's works. 3. If exchange works. Client Date: 23-04-22 Server Mode: Renewal Thank you advance. ![Screenshot_2](https://user-images.githubusercontent.com/80197766/164982094-17631f7d-a8bb-4a5f-9986-840c50c28725.png) .
1.0
Market Shop Can't buy items. - How to get your GitHub Hash: 1. I update sever to ep17.2 2. Before update it's works. 3. If exchange works. Client Date: 23-04-22 Server Mode: Renewal Thank you advance. ![Screenshot_2](https://user-images.githubusercontent.com/80197766/164982094-17631f7d-a8bb-4a5f-9986-840c50c28725.png) .
non_defect
market shop can t buy items how to get your github hash i update sever to before update it s works if exchange works client date server mode renewal thank you advance
0
69,077
22,139,139,845
IssuesEvent
2022-06-03 04:00:03
jezzsantos/automate
https://api.github.com/repos/jezzsantos/automate
opened
Defect: Validation of FilePath prevents expressions
defect-functional
`IsRuntimeFilePath` only permits simple scriban expressions in the regex of moustache expressions i.e. the text between {{ and }}
1.0
Defect: Validation of FilePath prevents expressions - `IsRuntimeFilePath` only permits simple scriban expressions in the regex of moustache expressions i.e. the text between {{ and }}
defect
defect validation of filepath prevents expressions isruntimefilepath only permits simple scriban expressions in the regex of moustache expressions i e the text between and
1
65,476
19,535,461,218
IssuesEvent
2021-12-31 05:16:58
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: Expires field of Network.setCookie not serialized as double
C-java I-defect
### What happened? When calling Network.setCookie, any value set for expires is serialized as a string ``` INFO: -> { "id": 5, "method": "Network.setCookie", "params": { "name": "test", "value": "test", "domain": ".example.com", "expires": "-1" }, "sessionId": "BBD81B244C0A68D25C798704C7C340E2" } ``` Response is an error `{"id":5,"error":{"code":-32602,"message":"Invalid parameters","data":"Failed to deserialize params.expires - BINDINGS: double value expected at position 56"},"sessionId":"BBD81B244C0A68D25C798704C7C340E2"}` Seems like it should be serialized as a double, eg: `"expires": -1` not `"expires": "-1"` ### How can we reproduce the issue? ```shell Unit test to reproduce issue -- Test setCookieDoesNotWork will fail `import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.chrome.ChromeOptions; import org.openqa.selenium.devtools.DevTools; import org.openqa.selenium.devtools.v85.network.Network; import org.openqa.selenium.devtools.v85.network.model.TimeSinceEpoch; import java.util.Optional; public class SetCookieTest { private ChromeDriver chromeDriver = null; private DevTools devTools = null; @Before public void setup() { ChromeOptions chromeOptions = new ChromeOptions(); chromeOptions.setHeadless(true); chromeDriver = new ChromeDriver(chromeOptions); devTools = chromeDriver.getDevTools(); devTools.createSession(); } @After public void cleanup() { chromeDriver.quit(); } @Test public void setCookieWorks() { devTools.send(Network.setCookie( "test", "test", Optional.empty(), Optional.of(".example.com"), Optional.empty(), Optional.empty(), Optional.empty(), Optional.empty(), Optional.empty(), Optional.empty())); } @Test public void setCookieDoesNotWork() { // this fails with error: // {"id":6,"error":{"code":-32602,"message":"Invalid parameters","data":"Failed to deserialize params.expires - BINDINGS: double value expected at position 56"},"sessionId":"D99E2349D88F4D799EC526BCCE31B9EF"} devTools.send(Network.setCookie( "test", "test", Optional.empty(), Optional.of(".example.com"), Optional.empty(), Optional.empty(), Optional.empty(), Optional.empty(), // when TimeSinceEpoch fails Optional.of(new TimeSinceEpoch(-1)), Optional.empty())); } } ` ``` ### Relevant log output ```shell Exception message -- org.openqa.selenium.devtools.DevToolsException: {"id":5,"error":{"code":-32602,"message":"Invalid parameters","data":"Failed to deserialize params.expires - BINDINGS: double value expected at position 56"},"sessionId":"69A350CDD71F711A42EE71A1266FCC76"} Build info: version: '4.1.0', revision: '87802e897b' System info: host: 'rhart-rmac.local', ip: '192.168.1.116', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '11.6', java.version: '17' Driver info: driver.version: unknown at org.openqa.selenium.devtools.Connection.sendAndWait(Connection.java:159) at org.openqa.selenium.devtools.DevTools.send(DevTools.java:70) at SetCookieTest.setCookieDoesNotWork(SetCookieTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) Caused by: org.openqa.selenium.WebDriverException: {"id":5,"error":{"code":-32602,"message":"Invalid parameters","data":"Failed to deserialize params.expires - BINDINGS: double value expected at position 56"},"sessionId":"69A350CDD71F711A42EE71A1266FCC76"} Build info: version: '4.1.0', revision: '87802e897b' System info: host: 'rhart-rmac.local', ip: '192.168.1.116', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '11.6', java.version: '17' Driver info: driver.version: unknown at org.openqa.selenium.devtools.Connection.handle(Connection.java:234) at org.openqa.selenium.devtools.Connection.access$200(Connection.java:58) at org.openqa.selenium.devtools.Connection$Listener.lambda$onText$0(Connection.java:199) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ``` ### Operating System macOS Big Sur ### Selenium version Java 4.1.0/4.0.0 ### What are the browser(s) and version(s) where you see this issue? Chrome 96 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 96 ### Are you using Selenium Grid? Not applicable
1.0
[🐛 Bug]: Expires field of Network.setCookie not serialized as double - ### What happened? When calling Network.setCookie, any value set for expires is serialized as a string ``` INFO: -> { "id": 5, "method": "Network.setCookie", "params": { "name": "test", "value": "test", "domain": ".example.com", "expires": "-1" }, "sessionId": "BBD81B244C0A68D25C798704C7C340E2" } ``` Response is an error `{"id":5,"error":{"code":-32602,"message":"Invalid parameters","data":"Failed to deserialize params.expires - BINDINGS: double value expected at position 56"},"sessionId":"BBD81B244C0A68D25C798704C7C340E2"}` Seems like it should be serialized as a double, eg: `"expires": -1` not `"expires": "-1"` ### How can we reproduce the issue? ```shell Unit test to reproduce issue -- Test setCookieDoesNotWork will fail `import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.chrome.ChromeOptions; import org.openqa.selenium.devtools.DevTools; import org.openqa.selenium.devtools.v85.network.Network; import org.openqa.selenium.devtools.v85.network.model.TimeSinceEpoch; import java.util.Optional; public class SetCookieTest { private ChromeDriver chromeDriver = null; private DevTools devTools = null; @Before public void setup() { ChromeOptions chromeOptions = new ChromeOptions(); chromeOptions.setHeadless(true); chromeDriver = new ChromeDriver(chromeOptions); devTools = chromeDriver.getDevTools(); devTools.createSession(); } @After public void cleanup() { chromeDriver.quit(); } @Test public void setCookieWorks() { devTools.send(Network.setCookie( "test", "test", Optional.empty(), Optional.of(".example.com"), Optional.empty(), Optional.empty(), Optional.empty(), Optional.empty(), Optional.empty(), Optional.empty())); } @Test public void setCookieDoesNotWork() { // this fails with error: // {"id":6,"error":{"code":-32602,"message":"Invalid parameters","data":"Failed to deserialize params.expires - BINDINGS: double value expected at position 56"},"sessionId":"D99E2349D88F4D799EC526BCCE31B9EF"} devTools.send(Network.setCookie( "test", "test", Optional.empty(), Optional.of(".example.com"), Optional.empty(), Optional.empty(), Optional.empty(), Optional.empty(), // when TimeSinceEpoch fails Optional.of(new TimeSinceEpoch(-1)), Optional.empty())); } } ` ``` ### Relevant log output ```shell Exception message -- org.openqa.selenium.devtools.DevToolsException: {"id":5,"error":{"code":-32602,"message":"Invalid parameters","data":"Failed to deserialize params.expires - BINDINGS: double value expected at position 56"},"sessionId":"69A350CDD71F711A42EE71A1266FCC76"} Build info: version: '4.1.0', revision: '87802e897b' System info: host: 'rhart-rmac.local', ip: '192.168.1.116', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '11.6', java.version: '17' Driver info: driver.version: unknown at org.openqa.selenium.devtools.Connection.sendAndWait(Connection.java:159) at org.openqa.selenium.devtools.DevTools.send(DevTools.java:70) at SetCookieTest.setCookieDoesNotWork(SetCookieTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54) Caused by: org.openqa.selenium.WebDriverException: {"id":5,"error":{"code":-32602,"message":"Invalid parameters","data":"Failed to deserialize params.expires - BINDINGS: double value expected at position 56"},"sessionId":"69A350CDD71F711A42EE71A1266FCC76"} Build info: version: '4.1.0', revision: '87802e897b' System info: host: 'rhart-rmac.local', ip: '192.168.1.116', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '11.6', java.version: '17' Driver info: driver.version: unknown at org.openqa.selenium.devtools.Connection.handle(Connection.java:234) at org.openqa.selenium.devtools.Connection.access$200(Connection.java:58) at org.openqa.selenium.devtools.Connection$Listener.lambda$onText$0(Connection.java:199) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) ``` ### Operating System macOS Big Sur ### Selenium version Java 4.1.0/4.0.0 ### What are the browser(s) and version(s) where you see this issue? Chrome 96 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 96 ### Are you using Selenium Grid? Not applicable
defect
expires field of network setcookie not serialized as double what happened when calling network setcookie any value set for expires is serialized as a string info id method network setcookie params name test value test domain example com expires sessionid response is an error id error code message invalid parameters data failed to deserialize params expires bindings double value expected at position sessionid seems like it should be serialized as a double eg expires not expires how can we reproduce the issue shell unit test to reproduce issue test setcookiedoesnotwork will fail import org junit after import org junit before import org junit test import org openqa selenium chrome chromedriver import org openqa selenium chrome chromeoptions import org openqa selenium devtools devtools import org openqa selenium devtools network network import org openqa selenium devtools network model timesinceepoch import java util optional public class setcookietest private chromedriver chromedriver null private devtools devtools null before public void setup chromeoptions chromeoptions new chromeoptions chromeoptions setheadless true chromedriver new chromedriver chromeoptions devtools chromedriver getdevtools devtools createsession after public void cleanup chromedriver quit test public void setcookieworks devtools send network setcookie test test optional empty optional of example com optional empty optional empty optional empty optional empty optional empty optional empty test public void setcookiedoesnotwork this fails with error id error code message invalid parameters data failed to deserialize params expires bindings double value expected at position sessionid devtools send network setcookie test test optional empty optional of example com optional empty optional empty optional empty optional empty when timesinceepoch fails optional of new timesinceepoch optional empty relevant log output shell exception message org openqa selenium devtools devtoolsexception id error code message invalid parameters data failed to deserialize params expires bindings double value expected at position sessionid build info version revision system info host rhart rmac local ip os name mac os x os arch os version java version driver info driver version unknown at org openqa selenium devtools connection sendandwait connection java at org openqa selenium devtools devtools send devtools java at setcookietest setcookiedoesnotwork setcookietest java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runner junitcore run junitcore java at com intellij startrunnerwithargs java at com intellij rt junit ideatestrunner repeater startrunnerwithargs ideatestrunner java at com intellij rt junit junitstarter preparestreamsandstart junitstarter java at com intellij rt junit junitstarter main junitstarter java caused by org openqa selenium webdriverexception id error code message invalid parameters data failed to deserialize params expires bindings double value expected at position sessionid build info version revision system info host rhart rmac local ip os name mac os x os arch os version java version driver info driver version unknown at org openqa selenium devtools connection handle connection java at org openqa selenium devtools connection access connection java at org openqa selenium devtools connection listener lambda ontext connection java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java operating system macos big sur selenium version java what are the browser s and version s where you see this issue chrome what are the browser driver s and version s where you see this issue chromedriver are you using selenium grid not applicable
1
223,214
17,574,028,631
IssuesEvent
2021-08-15 08:44:28
coronasafe/care_fe
https://api.github.com/repos/coronasafe/care_fe
reopened
Add Vaccine Name List in Patient Details
need testing
![Screenshot 2021-07-19 024703](https://user-images.githubusercontent.com/57055998/126082463-763b326d-a311-4e63-8e9c-39db843cb974.png) Add the name of vaccine approved by WHO in the droplist
1.0
Add Vaccine Name List in Patient Details - ![Screenshot 2021-07-19 024703](https://user-images.githubusercontent.com/57055998/126082463-763b326d-a311-4e63-8e9c-39db843cb974.png) Add the name of vaccine approved by WHO in the droplist
non_defect
add vaccine name list in patient details add the name of vaccine approved by who in the droplist
0
76,101
26,241,086,281
IssuesEvent
2023-01-05 11:33:31
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Poor voice broadcast look if bubble layout is active
T-Defect S-Minor O-Uncommon Z-Labs A-Broadcast
### Steps to reproduce 1. Enable bubble layout 2. Look at a broadcast or start a broadcast ### Outcome #### What did you expect? No bubble around broadcast tile #### What happened instead? Bubble around broadcast tile: ![image](https://user-images.githubusercontent.com/6216686/210390150-bd38e445-4629-4123-a7ca-11696e8da00a.png) ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? No
1.0
Poor voice broadcast look if bubble layout is active - ### Steps to reproduce 1. Enable bubble layout 2. Look at a broadcast or start a broadcast ### Outcome #### What did you expect? No bubble around broadcast tile #### What happened instead? Bubble around broadcast tile: ![image](https://user-images.githubusercontent.com/6216686/210390150-bd38e445-4629-4123-a7ca-11696e8da00a.png) ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? No
defect
poor voice broadcast look if bubble layout is active steps to reproduce enable bubble layout look at a broadcast or start a broadcast outcome what did you expect no bubble around broadcast tile what happened instead bubble around broadcast tile operating system no response browser information no response url for webapp no response application version no response homeserver no response will you send logs no
1
10,899
2,622,845,532
IssuesEvent
2015-03-04 08:02:22
max99x/pagemon-chrome-ext
https://api.github.com/repos/max99x/pagemon-chrome-ext
closed
Test dialog needs scroll bar
auto-migrated Priority-Medium Type-Defect
``` The dialog that pops up when you test an advanced regex or selector should be more useful. It'd be great if it could switch between raw text and html display, but at the minimum, it should be in a text box with a scroll bar. ``` Original issue reported on code.google.com by `bryce.schober` on 2 Jun 2010 at 4:28
1.0
Test dialog needs scroll bar - ``` The dialog that pops up when you test an advanced regex or selector should be more useful. It'd be great if it could switch between raw text and html display, but at the minimum, it should be in a text box with a scroll bar. ``` Original issue reported on code.google.com by `bryce.schober` on 2 Jun 2010 at 4:28
defect
test dialog needs scroll bar the dialog that pops up when you test an advanced regex or selector should be more useful it d be great if it could switch between raw text and html display but at the minimum it should be in a text box with a scroll bar original issue reported on code google com by bryce schober on jun at
1
270,934
8,474,743,254
IssuesEvent
2018-10-24 16:58:21
brainvisa/testbidon
https://api.github.com/repos/brainvisa/testbidon
closed
Create and use CMake generated config files for C++ and Python
Priority: Normal Status: Closed Tracker: Feature
--- Author Name: **Cointepas, Yann** (Cointepas, Yann) Original Redmine Issue: 532, https://bioproj.extra.cea.fr/redmine/issues/532 Original Date: 2009-09-22 --- With CMake infrastructure (see #366), it is possible to generate config files that contains useful information that have been defined at compilation time. For instance, which Qt version is used (3 or 4) and what is the default value for BRAINVISA_SHARE if no environment variable is defined (e.g. ${CMAKE_INSTALL_PREFIX}/share). These config files will probably be used by several projects, they could be generated by soma-base component.
1.0
Create and use CMake generated config files for C++ and Python - --- Author Name: **Cointepas, Yann** (Cointepas, Yann) Original Redmine Issue: 532, https://bioproj.extra.cea.fr/redmine/issues/532 Original Date: 2009-09-22 --- With CMake infrastructure (see #366), it is possible to generate config files that contains useful information that have been defined at compilation time. For instance, which Qt version is used (3 or 4) and what is the default value for BRAINVISA_SHARE if no environment variable is defined (e.g. ${CMAKE_INSTALL_PREFIX}/share). These config files will probably be used by several projects, they could be generated by soma-base component.
non_defect
create and use cmake generated config files for c and python author name cointepas yann cointepas yann original redmine issue original date with cmake infrastructure see it is possible to generate config files that contains useful information that have been defined at compilation time for instance which qt version is used or and what is the default value for brainvisa share if no environment variable is defined e g cmake install prefix share these config files will probably be used by several projects they could be generated by soma base component
0
1,665
2,603,969,183
IssuesEvent
2015-02-24 18:59:49
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳疱疹如何治疗
auto-migrated Priority-Medium Type-Defect
``` 沈阳疱疹如何治疗〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:21
1.0
沈阳疱疹如何治疗 - ``` 沈阳疱疹如何治疗〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:21
defect
沈阳疱疹如何治疗 沈阳疱疹如何治疗〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位于� �� 。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 original issue reported on code google com by gmail com on jun at
1
38,743
8,952,892,338
IssuesEvent
2019-01-25 17:48:05
svigerske/ipopt-donotuse
https://api.github.com/repos/svigerske/ipopt-donotuse
closed
Compilation error for bld 3.10.0 using MSVS-2010 ---> fatal error C1189 "don't have header file for math"
Compilation error Ipopt defect lowest
Issue created by migration from Trac. Original creator: dhavaljdave Original creation time: 2013-01-28 01:07:58 Assignee: ipopt-team Version: 3.10 When I compile IpOpt bld 3.10.0 using MSVS 2010 I get following error 1> IpAdaptiveMuUpdate.cpp 1>..\..\..\src\Algorithm\IpAdaptiveMuUpdate.cpp(18): fatal error C1189: #error : "don't have header file for math" 1> IpBacktrackingLineSearch.cpp 1>..\..\..\src\Algorithm\IpBacktrackingLineSearch.cpp(22): fatal error C1189: #error : "don't have header file for math" ... many other such errors.
1.0
Compilation error for bld 3.10.0 using MSVS-2010 ---> fatal error C1189 "don't have header file for math" - Issue created by migration from Trac. Original creator: dhavaljdave Original creation time: 2013-01-28 01:07:58 Assignee: ipopt-team Version: 3.10 When I compile IpOpt bld 3.10.0 using MSVS 2010 I get following error 1> IpAdaptiveMuUpdate.cpp 1>..\..\..\src\Algorithm\IpAdaptiveMuUpdate.cpp(18): fatal error C1189: #error : "don't have header file for math" 1> IpBacktrackingLineSearch.cpp 1>..\..\..\src\Algorithm\IpBacktrackingLineSearch.cpp(22): fatal error C1189: #error : "don't have header file for math" ... many other such errors.
defect
compilation error for bld using msvs fatal error don t have header file for math issue created by migration from trac original creator dhavaljdave original creation time assignee ipopt team version when i compile ipopt bld using msvs i get following error ipadaptivemuupdate cpp src algorithm ipadaptivemuupdate cpp fatal error error don t have header file for math ipbacktrackinglinesearch cpp src algorithm ipbacktrackinglinesearch cpp fatal error error don t have header file for math many other such errors
1
20,511
3,369,146,113
IssuesEvent
2015-11-23 08:21:17
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[TEST-FAILURE] VersionCheckTest.testVersionCheckParameters
Team: Integration Type: Defect
``` java.lang.AssertionError: Values should be different. Actual: 0 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failEquals(Assert.java:185) at org.junit.Assert.assertNotEquals(Assert.java:161) at org.junit.Assert.assertNotEquals(Assert.java:175) at com.hazelcast.util.VersionCheckTest.testVersionCheckParameters(VersionCheckTest.java:58) ``` https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.maintenance-IbmJDK1.6/com.hazelcast$hazelcast/303/testReport/junit/com.hazelcast.util/VersionCheckTest/testVersionCheckParameters/
1.0
[TEST-FAILURE] VersionCheckTest.testVersionCheckParameters - ``` java.lang.AssertionError: Values should be different. Actual: 0 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failEquals(Assert.java:185) at org.junit.Assert.assertNotEquals(Assert.java:161) at org.junit.Assert.assertNotEquals(Assert.java:175) at com.hazelcast.util.VersionCheckTest.testVersionCheckParameters(VersionCheckTest.java:58) ``` https://hazelcast-l337.ci.cloudbees.com/view/Official%20Builds/job/Hazelcast-3.maintenance-IbmJDK1.6/com.hazelcast$hazelcast/303/testReport/junit/com.hazelcast.util/VersionCheckTest/testVersionCheckParameters/
defect
versionchecktest testversioncheckparameters java lang assertionerror values should be different actual at org junit assert fail assert java at org junit assert failequals assert java at org junit assert assertnotequals assert java at org junit assert assertnotequals assert java at com hazelcast util versionchecktest testversioncheckparameters versionchecktest java
1
58,163
16,385,386,605
IssuesEvent
2021-05-17 09:45:18
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
DefaultConverterProvider isn't able to look up value to single-arg constructor conversions
C: Functionality E: All Editions P: Medium R: Fixed T: Defect
3.14 introduced https://github.com/jOOQ/jOOQ/issues/10229 (not documented yet in release notes), where any type `A` can be converted to a type `B`, if `B` has a single parameter constructor `B(A)`. This functionality isn't recognised in the `DefaultConverterProvider` yet (see #3896). While this is a bug, `ConverterProvider` changes are rather delicate, so I'm not backporting the fix to 3.14.
1.0
DefaultConverterProvider isn't able to look up value to single-arg constructor conversions - 3.14 introduced https://github.com/jOOQ/jOOQ/issues/10229 (not documented yet in release notes), where any type `A` can be converted to a type `B`, if `B` has a single parameter constructor `B(A)`. This functionality isn't recognised in the `DefaultConverterProvider` yet (see #3896). While this is a bug, `ConverterProvider` changes are rather delicate, so I'm not backporting the fix to 3.14.
defect
defaultconverterprovider isn t able to look up value to single arg constructor conversions introduced not documented yet in release notes where any type a can be converted to a type b if b has a single parameter constructor b a this functionality isn t recognised in the defaultconverterprovider yet see while this is a bug converterprovider changes are rather delicate so i m not backporting the fix to
1
21,240
3,477,596,456
IssuesEvent
2015-12-28 02:17:38
hackdefendr/gps-gimp-paint-studio
https://api.github.com/repos/hackdefendr/gps-gimp-paint-studio
closed
Download files aren't openable with the default tools of any major platform
auto-migrated Priority-Medium Type-Defect
``` Currently, I see two download formats - 7z and rar. Neither of these can be opened with the default tools of Windows, OS X, or most Linux distributions, requiring 7-Zip or WinRAR, respectively. Why not also put up a zip download? While marginally larger, the added ease of installation should make it worth it - and those who can unzip 7z or rar files can just get those. ``` Original issue reported on code.google.com by `n0nl1nearsb0x@gmail.com` on 27 Nov 2009 at 10:48
1.0
Download files aren't openable with the default tools of any major platform - ``` Currently, I see two download formats - 7z and rar. Neither of these can be opened with the default tools of Windows, OS X, or most Linux distributions, requiring 7-Zip or WinRAR, respectively. Why not also put up a zip download? While marginally larger, the added ease of installation should make it worth it - and those who can unzip 7z or rar files can just get those. ``` Original issue reported on code.google.com by `n0nl1nearsb0x@gmail.com` on 27 Nov 2009 at 10:48
defect
download files aren t openable with the default tools of any major platform currently i see two download formats and rar neither of these can be opened with the default tools of windows os x or most linux distributions requiring zip or winrar respectively why not also put up a zip download while marginally larger the added ease of installation should make it worth it and those who can unzip or rar files can just get those original issue reported on code google com by gmail com on nov at
1
122,680
17,762,091,051
IssuesEvent
2021-08-29 22:04:58
ghc-dev/Emily-Rice
https://api.github.com/repos/ghc-dev/Emily-Rice
opened
CVE-2020-8203 (High) detected in multiple libraries
security vulnerability
## CVE-2020-8203 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-0.9.2.tgz</b>, <b>lodash-3.10.1.tgz</b>, <b>lodash-3.7.0.tgz</b>, <b>lodash-0.10.0.tgz</b></p></summary> <p> <details><summary><b>lodash-0.9.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz">https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz</a></p> <p>Path to dependency file: Emily-Rice/package.json</p> <p>Path to vulnerable library: Emily-Rice/node_modules/grunt-connect-proxy-updated/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-connect-proxy-updated-0.2.1.tgz (Root Library) - :x: **lodash-0.9.2.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-3.10.1.tgz</b></p></summary> <p>The modern build of lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz">https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz</a></p> <p>Path to dependency file: Emily-Rice/package.json</p> <p>Path to vulnerable library: Emily-Rice/node_modules/grunt-usemin/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-usemin-3.1.1.tgz (Root Library) - :x: **lodash-3.10.1.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-3.7.0.tgz</b></p></summary> <p>The modern build of lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz">https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz</a></p> <p>Path to dependency file: Emily-Rice/package.json</p> <p>Path to vulnerable library: Emily-Rice/node_modules/htmlhint/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-htmlhint-0.9.13.tgz (Root Library) - htmlhint-0.9.13.tgz - jshint-2.8.0.tgz - :x: **lodash-3.7.0.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-0.10.0.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-0.10.0.tgz">https://registry.npmjs.org/lodash/-/lodash-0.10.0.tgz</a></p> <p>Path to dependency file: Emily-Rice/package.json</p> <p>Path to vulnerable library: Emily-Rice/node_modules/grunt-bower-task/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-bower-task-0.5.0.tgz (Root Library) - :x: **lodash-0.10.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/ghc-dev/Emily-Rice/commit/e4fe6f921c820cc5da5d9d2a52a7f5b9cc372215">e4fe6f921c820cc5da5d9d2a52a7f5b9cc372215</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20. <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p> <p>Release Date: 2020-10-21</p> <p>Fix Resolution: lodash - 4.17.19</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"0.9.2","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-connect-proxy-updated:0.2.1;lodash:0.9.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"3.10.1","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-usemin:3.1.1;lodash:3.10.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"3.7.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-htmlhint:0.9.13;htmlhint:0.9.13;jshint:2.8.0;lodash:3.7.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"0.10.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-bower-task:0.5.0;lodash:0.10.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-8203","vulnerabilityDetails":"Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203","cvss3Severity":"high","cvss3Score":"7.4","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-8203 (High) detected in multiple libraries - ## CVE-2020-8203 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-0.9.2.tgz</b>, <b>lodash-3.10.1.tgz</b>, <b>lodash-3.7.0.tgz</b>, <b>lodash-0.10.0.tgz</b></p></summary> <p> <details><summary><b>lodash-0.9.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz">https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz</a></p> <p>Path to dependency file: Emily-Rice/package.json</p> <p>Path to vulnerable library: Emily-Rice/node_modules/grunt-connect-proxy-updated/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-connect-proxy-updated-0.2.1.tgz (Root Library) - :x: **lodash-0.9.2.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-3.10.1.tgz</b></p></summary> <p>The modern build of lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz">https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz</a></p> <p>Path to dependency file: Emily-Rice/package.json</p> <p>Path to vulnerable library: Emily-Rice/node_modules/grunt-usemin/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-usemin-3.1.1.tgz (Root Library) - :x: **lodash-3.10.1.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-3.7.0.tgz</b></p></summary> <p>The modern build of lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz">https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz</a></p> <p>Path to dependency file: Emily-Rice/package.json</p> <p>Path to vulnerable library: Emily-Rice/node_modules/htmlhint/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-htmlhint-0.9.13.tgz (Root Library) - htmlhint-0.9.13.tgz - jshint-2.8.0.tgz - :x: **lodash-3.7.0.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-0.10.0.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-0.10.0.tgz">https://registry.npmjs.org/lodash/-/lodash-0.10.0.tgz</a></p> <p>Path to dependency file: Emily-Rice/package.json</p> <p>Path to vulnerable library: Emily-Rice/node_modules/grunt-bower-task/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-bower-task-0.5.0.tgz (Root Library) - :x: **lodash-0.10.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/ghc-dev/Emily-Rice/commit/e4fe6f921c820cc5da5d9d2a52a7f5b9cc372215">e4fe6f921c820cc5da5d9d2a52a7f5b9cc372215</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20. <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p> <p>Release Date: 2020-10-21</p> <p>Fix Resolution: lodash - 4.17.19</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"0.9.2","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-connect-proxy-updated:0.2.1;lodash:0.9.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"3.10.1","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-usemin:3.1.1;lodash:3.10.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"3.7.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-htmlhint:0.9.13;htmlhint:0.9.13;jshint:2.8.0;lodash:3.7.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"0.10.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-bower-task:0.5.0;lodash:0.10.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-8203","vulnerabilityDetails":"Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203","cvss3Severity":"high","cvss3Score":"7.4","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz lodash tgz lodash tgz a utility library delivering consistency customization performance and extras library home page a href path to dependency file emily rice package json path to vulnerable library emily rice node modules grunt connect proxy updated node modules lodash package json dependency hierarchy grunt connect proxy updated tgz root library x lodash tgz vulnerable library lodash tgz the modern build of lodash modular utilities library home page a href path to dependency file emily rice package json path to vulnerable library emily rice node modules grunt usemin node modules lodash package json dependency hierarchy grunt usemin tgz root library x lodash tgz vulnerable library lodash tgz the modern build of lodash modular utilities library home page a href path to dependency file emily rice package json path to vulnerable library emily rice node modules htmlhint node modules lodash package json dependency hierarchy grunt htmlhint tgz root library htmlhint tgz jshint tgz x lodash tgz vulnerable library lodash tgz a utility library delivering consistency customization performance and extras library home page a href path to dependency file emily rice package json path to vulnerable library emily rice node modules grunt bower task node modules lodash package json dependency hierarchy grunt bower task tgz root library x lodash tgz vulnerable library found in head commit a href found in base branch master vulnerability details prototype pollution attack when using zipobjectdeep in lodash before publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution lodash isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree grunt connect proxy updated lodash isminimumfixversionavailable true minimumfixversion lodash packagetype javascript node js packagename lodash packageversion packagefilepaths istransitivedependency true dependencytree grunt usemin lodash isminimumfixversionavailable true minimumfixversion lodash packagetype javascript node js packagename lodash packageversion packagefilepaths istransitivedependency true dependencytree grunt htmlhint htmlhint jshint lodash isminimumfixversionavailable true minimumfixversion lodash packagetype javascript node js packagename lodash packageversion packagefilepaths istransitivedependency true dependencytree grunt bower task lodash isminimumfixversionavailable true minimumfixversion lodash basebranches vulnerabilityidentifier cve vulnerabilitydetails prototype pollution attack when using zipobjectdeep in lodash before vulnerabilityurl
0
42,280
17,093,866,591
IssuesEvent
2021-07-08 21:37:33
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
opened
Service Bus: Investigate Stress test results
Client Service Bus tenet-reliability
Investigate findings in the stress test results/create bugs for them if they require more investment. Dependent on #20834
1.0
Service Bus: Investigate Stress test results - Investigate findings in the stress test results/create bugs for them if they require more investment. Dependent on #20834
non_defect
service bus investigate stress test results investigate findings in the stress test results create bugs for them if they require more investment dependent on
0
10,030
7,059,037,399
IssuesEvent
2018-01-04 23:03:28
ianstormtaylor/slate
https://api.github.com/repos/ianstormtaylor/slate
closed
change `State.create` to default to not normalizing
improvement ⚑ performance ✶ breaking
Right now if you do: ```js State.create({ ... }) ``` It will automatically normalize the newly created `state` before returning it with the Slate's "core" schema. And to prevent that you'd need to do: ```js State.create({ ... }, { normalize: false }) ``` This was required previously, but I think with https://github.com/ianstormtaylor/slate/pull/1196 this is no longer necessary for the 90% case of passing the newly created state directly into an `<Editor>`. But I think now that the editor also normalizes against the core schema, and does it transparently as far as the developer's concerned, I think we can switch the default. This would improve the default performance by a lot for quickly creating state objects, which is useful in server-side contexts, where you have no intention of passing them into the `<Editor>`. And in these cases, if you know you're going to be manipulating them and want a clean, normalized state to work with you can opt in to `normalize: true`. For the cases where you're passing it into an `<Editor>` right away you won't see improved performance because it will immediately normalize it. cc @SamyPesse @Soreine
True
change `State.create` to default to not normalizing - Right now if you do: ```js State.create({ ... }) ``` It will automatically normalize the newly created `state` before returning it with the Slate's "core" schema. And to prevent that you'd need to do: ```js State.create({ ... }, { normalize: false }) ``` This was required previously, but I think with https://github.com/ianstormtaylor/slate/pull/1196 this is no longer necessary for the 90% case of passing the newly created state directly into an `<Editor>`. But I think now that the editor also normalizes against the core schema, and does it transparently as far as the developer's concerned, I think we can switch the default. This would improve the default performance by a lot for quickly creating state objects, which is useful in server-side contexts, where you have no intention of passing them into the `<Editor>`. And in these cases, if you know you're going to be manipulating them and want a clean, normalized state to work with you can opt in to `normalize: true`. For the cases where you're passing it into an `<Editor>` right away you won't see improved performance because it will immediately normalize it. cc @SamyPesse @Soreine
non_defect
change state create to default to not normalizing right now if you do js state create it will automatically normalize the newly created state before returning it with the slate s core schema and to prevent that you d need to do js state create normalize false this was required previously but i think with this is no longer necessary for the case of passing the newly created state directly into an but i think now that the editor also normalizes against the core schema and does it transparently as far as the developer s concerned i think we can switch the default this would improve the default performance by a lot for quickly creating state objects which is useful in server side contexts where you have no intention of passing them into the and in these cases if you know you re going to be manipulating them and want a clean normalized state to work with you can opt in to normalize true for the cases where you re passing it into an right away you won t see improved performance because it will immediately normalize it cc samypesse soreine
0
32,477
6,802,552,872
IssuesEvent
2017-11-02 20:37:21
netty/netty
https://api.github.com/repos/netty/netty
closed
SSL failures Netty 4.1.13 -> 4.1.14
defect
I have fallen a little bit behind in the Netty releases and am in the process of upgrading from Netty 4.1.13 w/ netty-tcnative 2.0.5 (linux, openssl, custom static build) to Netty 4.1.14 with same netty-tcnative version. We're observing a failure where SSL is slowly failing and becoming more unreliable over a course of a couple of hours. Unreliable as in handshakes failing/hanging. It's a degrading failure with no apparent external metrics such as servers running of memory or more CPU being consumed. I'm going to bisect the 4.1.14 commits and hopefully find the source but if you've got ideas then let me know. ### Expected behavior ### Actual behavior ### Steps to reproduce ### Minimal yet complete reproducer code (or URL to code) ### Netty version ### JVM version (e.g. `java -version`) ### OS version (e.g. `uname -a`)
1.0
SSL failures Netty 4.1.13 -> 4.1.14 - I have fallen a little bit behind in the Netty releases and am in the process of upgrading from Netty 4.1.13 w/ netty-tcnative 2.0.5 (linux, openssl, custom static build) to Netty 4.1.14 with same netty-tcnative version. We're observing a failure where SSL is slowly failing and becoming more unreliable over a course of a couple of hours. Unreliable as in handshakes failing/hanging. It's a degrading failure with no apparent external metrics such as servers running of memory or more CPU being consumed. I'm going to bisect the 4.1.14 commits and hopefully find the source but if you've got ideas then let me know. ### Expected behavior ### Actual behavior ### Steps to reproduce ### Minimal yet complete reproducer code (or URL to code) ### Netty version ### JVM version (e.g. `java -version`) ### OS version (e.g. `uname -a`)
defect
ssl failures netty i have fallen a little bit behind in the netty releases and am in the process of upgrading from netty w netty tcnative linux openssl custom static build to netty with same netty tcnative version we re observing a failure where ssl is slowly failing and becoming more unreliable over a course of a couple of hours unreliable as in handshakes failing hanging it s a degrading failure with no apparent external metrics such as servers running of memory or more cpu being consumed i m going to bisect the commits and hopefully find the source but if you ve got ideas then let me know expected behavior actual behavior steps to reproduce minimal yet complete reproducer code or url to code netty version jvm version e g java version os version e g uname a
1
401,616
11,795,233,703
IssuesEvent
2020-03-18 08:32:37
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
userguides.tritondigital.com doesn't load properly because of adblock
bug feature/shields/webcompat priority/P5 workaround/allow-ads-and-tracking
Carried over from https://github.com/brave/browser-laptop/issues/14689 > 1. With shields enabled, visit https://userguides.tritondigital.com/adv/a2xspecdsp/ > 2. Notice totally blank screen > 3. Use shields menu and pick `Allow ads and tracking` under `Ad Control` > 4. Site works
1.0
userguides.tritondigital.com doesn't load properly because of adblock - Carried over from https://github.com/brave/browser-laptop/issues/14689 > 1. With shields enabled, visit https://userguides.tritondigital.com/adv/a2xspecdsp/ > 2. Notice totally blank screen > 3. Use shields menu and pick `Allow ads and tracking` under `Ad Control` > 4. Site works
non_defect
userguides tritondigital com doesn t load properly because of adblock carried over from with shields enabled visit notice totally blank screen use shields menu and pick allow ads and tracking under ad control site works
0
235,053
19,294,631,187
IssuesEvent
2021-12-12 11:34:35
zapccu/HMCCU
https://api.github.com/repos/zapccu/HMCCU
closed
Improve support of time values in week profile parameters
enhancement tested
Consider unit=minutes in parameterset description. Syntax for time value: { n | hh:[mm] } Error handling if value out of range. Update documentation for "set config" command.
1.0
Improve support of time values in week profile parameters - Consider unit=minutes in parameterset description. Syntax for time value: { n | hh:[mm] } Error handling if value out of range. Update documentation for "set config" command.
non_defect
improve support of time values in week profile parameters consider unit minutes in parameterset description syntax for time value n hh error handling if value out of range update documentation for set config command
0
5,677
2,610,193,128
IssuesEvent
2015-02-26 19:00:59
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
咨询脸上长色斑吃什么调理
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 化妆品已经普遍到每个人,不管是学生或是年轻人,还是老�� �人,都希望自己的皮肤白嫩细腻。但是皮肤粗糙长斑困扰着� ��多女性。大部分女性都经历过这种事情,白皙的皮肤莫名的 长斑,皮肤变的暗黄粗糙。只是一味的用美白祛斑的化妆品�� �不但皮肤没有得到改善,反而黄褐斑更重,皮肤更粗糙发黑� ��不化妆都不敢出门,全靠涂抹厚厚的化妆品遮盖,长此以往 造成脸上黄褐斑越来越严重,那么怎么样去除色斑怎么解决�� �。脸上长色斑吃什么调理, 《客户案例》   脸上的斑从小的时候就有,其实到了大学的时候我就开�� �找祛斑的产品了,而且老姐也相当的支持我,给我提供了大� ��的资金用于试用祛斑的产品,但不知道为什么,那些祛斑的 产品用起来总觉得皮肤有刺刺的感觉,还会脱皮,也许是我�� �肤太敏感了吧,这些化妆品用下来,斑没去掉,皮肤却搞得� ��别敏感,经过这一段时间的折腾,我的脸可真是雪上加霜啊 ,后来在网上看到说很多祛斑的产品都挺不安全的,添加了�� �了铅汞之类的有害物质,知道以后我再也不敢随便用祛斑产� ��啦!</br>   后来有一次,跟几个同事在一起聊天。谈到了如何祛斑�� �话题。其中一同事向我推荐了黛芙薇尔。原来她以前脸上也� ��斑,现在不但没有了皮肤也变得特别好,看着就羡慕。这就 是使用了黛芙薇尔之后的效果。同事说黛芙薇尔是天然精华�� �华的、无副作用、不反弹。听了同事的推荐,我也在他们官� ��上订购了三个周期的黛芙薇尔,特别想试试它的效果如何。 </br>   使用了10天左右,我脸上的晒斑颜色就开始变淡,大概第 20天的时候,我突然发现黄褐斑几乎看不清了,面积也缩小了 许多。当使用了30天左右,晒斑已经完全的消失不见了,皮肤 变的更加的光滑,水嫩。之前我的肌肤虽然保养的很好,但�� �有一些毛孔粗大,没想到使用黛芙薇尔不仅祛除了我脸上的� ��褐斑,就连毛孔粗大的问题也一并解决了,黛芙薇尔绝对是 我所遇到的最好的祛斑产品,她的美白祛斑效果真是太神奇�� �。 阅读了脸上长色斑吃什么调理,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 脸上长色斑吃什么调理,同时为您分享祛斑小方法 1.将人参蜂皇浆、维生素C、E注射液均匀地涂在洗净的面部,� ��法国倒膜粉250克和温水调成糊状,迅速敷盖面部,倒膜粉会 自行变硬、发热、冷却,30分钟后去掉,可有效减退面部斑。 2、冬瓜子仁15、橘皮6、桃花12,混合研成细末,饭后用米汤�� �服,一日三次,连服数月,面部会变得白嫩而光滑。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 5:39
1.0
咨询脸上长色斑吃什么调理 - ``` 《摘要》 化妆品已经普遍到每个人,不管是学生或是年轻人,还是老�� �人,都希望自己的皮肤白嫩细腻。但是皮肤粗糙长斑困扰着� ��多女性。大部分女性都经历过这种事情,白皙的皮肤莫名的 长斑,皮肤变的暗黄粗糙。只是一味的用美白祛斑的化妆品�� �不但皮肤没有得到改善,反而黄褐斑更重,皮肤更粗糙发黑� ��不化妆都不敢出门,全靠涂抹厚厚的化妆品遮盖,长此以往 造成脸上黄褐斑越来越严重,那么怎么样去除色斑怎么解决�� �。脸上长色斑吃什么调理, 《客户案例》   脸上的斑从小的时候就有,其实到了大学的时候我就开�� �找祛斑的产品了,而且老姐也相当的支持我,给我提供了大� ��的资金用于试用祛斑的产品,但不知道为什么,那些祛斑的 产品用起来总觉得皮肤有刺刺的感觉,还会脱皮,也许是我�� �肤太敏感了吧,这些化妆品用下来,斑没去掉,皮肤却搞得� ��别敏感,经过这一段时间的折腾,我的脸可真是雪上加霜啊 ,后来在网上看到说很多祛斑的产品都挺不安全的,添加了�� �了铅汞之类的有害物质,知道以后我再也不敢随便用祛斑产� ��啦!</br>   后来有一次,跟几个同事在一起聊天。谈到了如何祛斑�� �话题。其中一同事向我推荐了黛芙薇尔。原来她以前脸上也� ��斑,现在不但没有了皮肤也变得特别好,看着就羡慕。这就 是使用了黛芙薇尔之后的效果。同事说黛芙薇尔是天然精华�� �华的、无副作用、不反弹。听了同事的推荐,我也在他们官� ��上订购了三个周期的黛芙薇尔,特别想试试它的效果如何。 </br>   使用了10天左右,我脸上的晒斑颜色就开始变淡,大概第 20天的时候,我突然发现黄褐斑几乎看不清了,面积也缩小了 许多。当使用了30天左右,晒斑已经完全的消失不见了,皮肤 变的更加的光滑,水嫩。之前我的肌肤虽然保养的很好,但�� �有一些毛孔粗大,没想到使用黛芙薇尔不仅祛除了我脸上的� ��褐斑,就连毛孔粗大的问题也一并解决了,黛芙薇尔绝对是 我所遇到的最好的祛斑产品,她的美白祛斑效果真是太神奇�� �。 阅读了脸上长色斑吃什么调理,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 脸上长色斑吃什么调理,同时为您分享祛斑小方法 1.将人参蜂皇浆、维生素C、E注射液均匀地涂在洗净的面部,� ��法国倒膜粉250克和温水调成糊状,迅速敷盖面部,倒膜粉会 自行变硬、发热、冷却,30分钟后去掉,可有效减退面部斑。 2、冬瓜子仁15、橘皮6、桃花12,混合研成细末,饭后用米汤�� �服,一日三次,连服数月,面部会变得白嫩而光滑。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 5:39
defect
咨询脸上长色斑吃什么调理 《摘要》 化妆品已经普遍到每个人,不管是学生或是年轻人,还是老�� �人,都希望自己的皮肤白嫩细腻。但是皮肤粗糙长斑困扰着� ��多女性。大部分女性都经历过这种事情,白皙的皮肤莫名的 长斑,皮肤变的暗黄粗糙。只是一味的用美白祛斑的化妆品�� �不但皮肤没有得到改善,反而黄褐斑更重,皮肤更粗糙发黑� ��不化妆都不敢出门,全靠涂抹厚厚的化妆品遮盖,长此以往 造成脸上黄褐斑越来越严重,那么怎么样去除色斑怎么解决�� �。脸上长色斑吃什么调理, 《客户案例》   脸上的斑从小的时候就有,其实到了大学的时候我就开�� �找祛斑的产品了,而且老姐也相当的支持我,给我提供了大� ��的资金用于试用祛斑的产品,但不知道为什么,那些祛斑的 产品用起来总觉得皮肤有刺刺的感觉,还会脱皮,也许是我�� �肤太敏感了吧,这些化妆品用下来,斑没去掉,皮肤却搞得� ��别敏感,经过这一段时间的折腾,我的脸可真是雪上加霜啊 ,后来在网上看到说很多祛斑的产品都挺不安全的,添加了�� �了铅汞之类的有害物质,知道以后我再也不敢随便用祛斑产� ��啦   后来有一次,跟几个同事在一起聊天。谈到了如何祛斑�� �话题。其中一同事向我推荐了黛芙薇尔。原来她以前脸上也� ��斑,现在不但没有了皮肤也变得特别好,看着就羡慕。这就 是使用了黛芙薇尔之后的效果。同事说黛芙薇尔是天然精华�� �华的、无副作用、不反弹。听了同事的推荐,我也在他们官� ��上订购了三个周期的黛芙薇尔,特别想试试它的效果如何。    ,我脸上的晒斑颜色就开始变淡,大概第 ,我突然发现黄褐斑几乎看不清了,面积也缩小了 许多。 ,晒斑已经完全的消失不见了,皮肤 变的更加的光滑,水嫩。之前我的肌肤虽然保养的很好,但�� �有一些毛孔粗大,没想到使用黛芙薇尔不仅祛除了我脸上的� ��褐斑,就连毛孔粗大的问题也一并解决了,黛芙薇尔绝对是 我所遇到的最好的祛斑产品,她的美白祛斑效果真是太神奇�� �。 阅读了脸上长色斑吃什么调理,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 脸上长色斑吃什么调理,同时为您分享祛斑小方法 将人参蜂皇浆、维生素c、e注射液均匀地涂在洗净的面部,� �� ,迅速敷盖面部,倒膜粉会 自行变硬、发热、冷却, ,可有效减退面部斑。 、 、 、 ,混合研成细末,饭后用米汤�� �服,一日三次,连服数月,面部会变得白嫩而光滑。 original issue reported on code google com by additive gmail com on jul at
1
59,529
17,023,152,784
IssuesEvent
2021-07-03 00:36:45
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
don't allow empty keys
Component: api Priority: major Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 9.28am, Sunday, 15th April 2007]** empty keys: ''='foo' don't make sense and shouldn't be accepted by the API
1.0
don't allow empty keys - **[Submitted to the original trac issue database at 9.28am, Sunday, 15th April 2007]** empty keys: ''='foo' don't make sense and shouldn't be accepted by the API
defect
don t allow empty keys empty keys foo don t make sense and shouldn t be accepted by the api
1
2,107
4,833,850,429
IssuesEvent
2016-11-08 12:29:22
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Can’t Update Edit Snippet and Focus Keyword
compatibility wait for feedback
Hi, This started happening a few Yoast versions ago, but I thought it would come good. If both the Yoast SEO and Events Manager plugins are active then in Yoast SEO the Edit Snippet and Focus Keyword won't change or update in posts and pages. I have already contacted Event Manager By Marcus Sykes and they say it is a Yoast problem. Latest stable version of both plugins mentioned and Wordpress Multisite.
True
Can’t Update Edit Snippet and Focus Keyword - Hi, This started happening a few Yoast versions ago, but I thought it would come good. If both the Yoast SEO and Events Manager plugins are active then in Yoast SEO the Edit Snippet and Focus Keyword won't change or update in posts and pages. I have already contacted Event Manager By Marcus Sykes and they say it is a Yoast problem. Latest stable version of both plugins mentioned and Wordpress Multisite.
non_defect
can’t update edit snippet and focus keyword hi this started happening a few yoast versions ago but i thought it would come good if both the yoast seo and events manager plugins are active then in yoast seo the edit snippet and focus keyword won t change or update in posts and pages i have already contacted event manager by marcus sykes and they say it is a yoast problem latest stable version of both plugins mentioned and wordpress multisite
0
4,236
7,001,200,706
IssuesEvent
2017-12-18 09:21:18
angelleye/offers-for-woocommerce
https://api.github.com/repos/angelleye/offers-for-woocommerce
closed
Input fields focus problem on IOS
Compatibility Check
https://www.angelleye.com/support/scp/tickets.php?id=1537 Input fields focus problem on IOS: The Phone is Iphone 8 - IOS 11.0.3
True
Input fields focus problem on IOS - https://www.angelleye.com/support/scp/tickets.php?id=1537 Input fields focus problem on IOS: The Phone is Iphone 8 - IOS 11.0.3
non_defect
input fields focus problem on ios input fields focus problem on ios the phone is iphone ios
0
1,603
2,603,968,142
IssuesEvent
2015-02-24 18:59:34
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳男性生殖器有红疙瘩
auto-migrated Priority-Medium Type-Defect
``` 沈阳男性生殖器有红疙瘩〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:15
1.0
沈阳男性生殖器有红疙瘩 - ``` 沈阳男性生殖器有红疙瘩〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:15
defect
沈阳男性生殖器有红疙瘩 沈阳男性生殖器有红疙瘩〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at
1
63,874
18,025,537,239
IssuesEvent
2021-09-17 03:40:07
Guake/guake
https://api.github.com/repos/Guake/guake
closed
"Always on Top" windows always steals focus from last focused window when guake hides
Type: Defect Priority: Low
To reproduce: 1. Start guake and hide it 2. Open two windows of any applications, call them "Window A" and "Window B" 3. Right click on "Window A" title bar: check "Always on Top" 4. Switch Focus to "Window B" 5. Open guake with F12 6. Hide guake with F12 Actual result: 1. Focus is on Window A Expected result: 1. Focus should be on Window B This issue is noted on GNOME Shell 3.10.4 on Ubuntu 14.04.
1.0
"Always on Top" windows always steals focus from last focused window when guake hides - To reproduce: 1. Start guake and hide it 2. Open two windows of any applications, call them "Window A" and "Window B" 3. Right click on "Window A" title bar: check "Always on Top" 4. Switch Focus to "Window B" 5. Open guake with F12 6. Hide guake with F12 Actual result: 1. Focus is on Window A Expected result: 1. Focus should be on Window B This issue is noted on GNOME Shell 3.10.4 on Ubuntu 14.04.
defect
always on top windows always steals focus from last focused window when guake hides to reproduce start guake and hide it open two windows of any applications call them window a and window b right click on window a title bar check always on top switch focus to window b open guake with hide guake with actual result focus is on window a expected result focus should be on window b this issue is noted on gnome shell on ubuntu
1
72,733
24,260,979,379
IssuesEvent
2022-09-27 22:43:26
objectify/objectify
https://api.github.com/repos/objectify/objectify
closed
same query on a data range gives different count
Type-Defect Priority-Medium
Original [issue 103](https://code.google.com/p/objectify-appengine/issues/detail?id=103) created by objectify on 2011-08-31T19:26:12.000Z: When I query the SAME date range again and again like this: ``` return db.query(MyThingy.class) .filter(&quot;registrationDate &gt;=&quot;,startDate) .filter(&quot;registrationDate &lt;&quot;,endDate) .order(&quot;registrationDate&quot;) .count(); ``` I may sometimes get a count of 200, other times 196, 203, or 200! Note: all my dates are with 0:0:0 in the H:M.S part, I am on GAE 1.5.2 and Objectify 3.0b2 I added a calculated field to find MyThingy within the date range of a month and using the code below I do get the expected result: ``` int ym = (year*100) + month; return db.query(MyThingy.class) .filter(&quot;registrationMonth =&quot;,ym) .count(); ``` But I don't like this - I would like to know what is wrong. (me or GAE or Ofy)
1.0
same query on a data range gives different count - Original [issue 103](https://code.google.com/p/objectify-appengine/issues/detail?id=103) created by objectify on 2011-08-31T19:26:12.000Z: When I query the SAME date range again and again like this: ``` return db.query(MyThingy.class) .filter(&quot;registrationDate &gt;=&quot;,startDate) .filter(&quot;registrationDate &lt;&quot;,endDate) .order(&quot;registrationDate&quot;) .count(); ``` I may sometimes get a count of 200, other times 196, 203, or 200! Note: all my dates are with 0:0:0 in the H:M.S part, I am on GAE 1.5.2 and Objectify 3.0b2 I added a calculated field to find MyThingy within the date range of a month and using the code below I do get the expected result: ``` int ym = (year*100) + month; return db.query(MyThingy.class) .filter(&quot;registrationMonth =&quot;,ym) .count(); ``` But I don't like this - I would like to know what is wrong. (me or GAE or Ofy)
defect
same query on a data range gives different count original created by objectify on when i query the same date range again and again like this return db query mythingy class filter quot registrationdate gt quot startdate filter quot registrationdate lt quot enddate order quot registrationdate quot count i may sometimes get a count of other times or note all my dates are with in the h m s part i am on gae and objectify i added a calculated field to find mythingy within the date range of a month and using the code below i do get the expected result int ym year month return db query mythingy class filter quot registrationmonth quot ym count but i don t like this i would like to know what is wrong me or gae or ofy
1
54,431
13,672,402,584
IssuesEvent
2020-09-29 08:27:28
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Alignment issue on Scrollable TreeTable
defect
On scrollable treeTable, the header and footer have an alignment indent but the body doesn't have this indent.
1.0
Alignment issue on Scrollable TreeTable - On scrollable treeTable, the header and footer have an alignment indent but the body doesn't have this indent.
defect
alignment issue on scrollable treetable on scrollable treetable the header and footer have an alignment indent but the body doesn t have this indent
1
21,399
3,506,299,063
IssuesEvent
2016-01-08 05:28:36
toopriddy/mytime
https://api.github.com/repos/toopriddy/mytime
closed
Problemas con las estadisticas
auto-migrated Priority-Medium Type-Defect
``` !!! PLEASE ANSWER THE 9 QUESTIONS HERE: !!! Please fill out ALL of this form (there are several questions in this text entry box you need to answer, you will have to scroll down to answer them) This is for BUGS only, feature requests are done at http://code.google.com/p/mytime/wiki/Wishlist or email me NEVER POST PERSONAL INFORMATION IN A BUG REPORT! ================================================ 1. What steps will reproduce the problem? (please include step by step detail like you were going to explain how to do this to someone who has never seen this program before and has a hard time following your instructions, things obvious to you might not be obvious when trying to reproduce the issues) I have left you space below to include your 10-20 steps to reproduce the problem: a. b. c. ================================================ 2. What is the expected output? What do you see instead? (Please attach a screenshot or email one; capture a screenshot by pressing on the power and home buttons at the same time. The resulting screenshot will be in the Photos application in the "Camera Roll") ================================================ 3. Is this running on an iPhone, iPhone 3G or iTouch? ================================================ 4. What version of the iPhone/iTouch are you using (from the home screen go to Settings->General->About->Version) it will be something like 2.1, 2.2, 2.2.1? ================================================ 5. What version of MyTime are you running? (look for this in MyTime->More->Settings->MyTime Version) ================================================ 6. What language do you have your iPhone set to? ================================================ 7. Please provide any additional information below that you feel would help me to reproduce this problem ================================================ 8. Your issue might need some help reproducing; start the Settings app on the home screen then scroll down to "MyTime" and press on it, now turn on the "Email Backup Instantly" switch, now quit the Settings application and start MyTime and send the email to toopriddy@gmail.com I always delete the data after the bug has been reproduced and fixed. ================================================ 9. If you are reporting a crash, please follow the instructions at http://code.google.com/p/mytime/wiki/CrashReport to send me your crash reports Estimados hermanos: Tengo un problema cuando meto en años de servicios anteriores los informes de cada mes manualmente. Cuando veo las estadísticas, cada mes tiene su informe bien recogido, sin embargo el total del año de servicio está a cero. Esto ha pasado al copiar mis datos en papel al programa Mytime, para tenerlo todo unificado. Esperando una respuesta suya, me despido atentamente. ``` Original issue reported on code.google.com by `carlosan...@gmail.com` on 4 Sep 2014 at 5:11
1.0
Problemas con las estadisticas - ``` !!! PLEASE ANSWER THE 9 QUESTIONS HERE: !!! Please fill out ALL of this form (there are several questions in this text entry box you need to answer, you will have to scroll down to answer them) This is for BUGS only, feature requests are done at http://code.google.com/p/mytime/wiki/Wishlist or email me NEVER POST PERSONAL INFORMATION IN A BUG REPORT! ================================================ 1. What steps will reproduce the problem? (please include step by step detail like you were going to explain how to do this to someone who has never seen this program before and has a hard time following your instructions, things obvious to you might not be obvious when trying to reproduce the issues) I have left you space below to include your 10-20 steps to reproduce the problem: a. b. c. ================================================ 2. What is the expected output? What do you see instead? (Please attach a screenshot or email one; capture a screenshot by pressing on the power and home buttons at the same time. The resulting screenshot will be in the Photos application in the "Camera Roll") ================================================ 3. Is this running on an iPhone, iPhone 3G or iTouch? ================================================ 4. What version of the iPhone/iTouch are you using (from the home screen go to Settings->General->About->Version) it will be something like 2.1, 2.2, 2.2.1? ================================================ 5. What version of MyTime are you running? (look for this in MyTime->More->Settings->MyTime Version) ================================================ 6. What language do you have your iPhone set to? ================================================ 7. Please provide any additional information below that you feel would help me to reproduce this problem ================================================ 8. Your issue might need some help reproducing; start the Settings app on the home screen then scroll down to "MyTime" and press on it, now turn on the "Email Backup Instantly" switch, now quit the Settings application and start MyTime and send the email to toopriddy@gmail.com I always delete the data after the bug has been reproduced and fixed. ================================================ 9. If you are reporting a crash, please follow the instructions at http://code.google.com/p/mytime/wiki/CrashReport to send me your crash reports Estimados hermanos: Tengo un problema cuando meto en años de servicios anteriores los informes de cada mes manualmente. Cuando veo las estadísticas, cada mes tiene su informe bien recogido, sin embargo el total del año de servicio está a cero. Esto ha pasado al copiar mis datos en papel al programa Mytime, para tenerlo todo unificado. Esperando una respuesta suya, me despido atentamente. ``` Original issue reported on code.google.com by `carlosan...@gmail.com` on 4 Sep 2014 at 5:11
defect
problemas con las estadisticas please answer the questions here please fill out all of this form there are several questions in this text entry box you need to answer you will have to scroll down to answer them this is for bugs only feature requests are done at or email me never post personal information in a bug report what steps will reproduce the problem please include step by step detail like you were going to explain how to do this to someone who has never seen this program before and has a hard time following your instructions things obvious to you might not be obvious when trying to reproduce the issues i have left you space below to include your steps to reproduce the problem a b c what is the expected output what do you see instead please attach a screenshot or email one capture a screenshot by pressing on the power and home buttons at the same time the resulting screenshot will be in the photos application in the camera roll is this running on an iphone iphone or itouch what version of the iphone itouch are you using from the home screen go to settings general about version it will be something like what version of mytime are you running look for this in mytime more settings mytime version what language do you have your iphone set to please provide any additional information below that you feel would help me to reproduce this problem your issue might need some help reproducing start the settings app on the home screen then scroll down to mytime and press on it now turn on the email backup instantly switch now quit the settings application and start mytime and send the email to toopriddy gmail com i always delete the data after the bug has been reproduced and fixed if you are reporting a crash please follow the instructions at to send me your crash reports estimados hermanos tengo un problema cuando meto en años de servicios anteriores los informes de cada mes manualmente cuando veo las estadísticas cada mes tiene su informe bien recogido sin embargo el total del año de servicio está a cero esto ha pasado al copiar mis datos en papel al programa mytime para tenerlo todo unificado esperando una respuesta suya me despido atentamente original issue reported on code google com by carlosan gmail com on sep at
1
4,330
2,610,091,808
IssuesEvent
2015-02-26 18:27:44
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳粉刺的治疗
auto-migrated Priority-Medium Type-Defect
``` 深圳粉刺的治疗【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:52
1.0
深圳粉刺的治疗 - ``` 深圳粉刺的治疗【深圳韩方科颜全国热线400-869-1818,24小时QQ4 008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:52
defect
深圳粉刺的治疗 深圳粉刺的治疗【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� original issue reported on code google com by szft com on may at
1
20,226
3,317,627,446
IssuesEvent
2015-11-06 22:42:14
spockframework/spock
https://api.github.com/repos/spockframework/spock
closed
Move from Maven Central/Sonatype to jCenter (or other repo that uses HTTPS)
Module-Core Status-New Type-Defect won't fix
Originally reported on Google Code with ID 372 ``` For security reasons, usage of Maven Central should be deprecated. See: http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/ ``` Reported by `msgilligan` on 2014-07-29 10:37:48
1.0
Move from Maven Central/Sonatype to jCenter (or other repo that uses HTTPS) - Originally reported on Google Code with ID 372 ``` For security reasons, usage of Maven Central should be deprecated. See: http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/ ``` Reported by `msgilligan` on 2014-07-29 10:37:48
defect
move from maven central sonatype to jcenter or other repo that uses https originally reported on google code with id for security reasons usage of maven central should be deprecated see reported by msgilligan on
1
209,647
16,238,928,321
IssuesEvent
2021-05-07 06:51:06
chocolatey/docs
https://api.github.com/repos/chocolatey/docs
closed
Document QDE ClientSetup.ps1 running on a hardened endpoint
documentation
There are some specific TLS related settings that need to be ensured for things to work appropriately. These need added to the QDE FAQ
1.0
Document QDE ClientSetup.ps1 running on a hardened endpoint - There are some specific TLS related settings that need to be ensured for things to work appropriately. These need added to the QDE FAQ
non_defect
document qde clientsetup running on a hardened endpoint there are some specific tls related settings that need to be ensured for things to work appropriately these need added to the qde faq
0
21,034
16,470,536,701
IssuesEvent
2021-05-23 10:15:17
aroberge/friendly
https://api.github.com/repos/aroberge/friendly
closed
Using with the logging module.
usability
During a recent PFPy meeting, a question has been raised about using with the logging module. Following a previous suggestion that was made to me during a PyConUS discussion, I was already planning to investigate capturing and processing `Warnings` with the logging module (https://docs.python.org/3/library/logging.html#logging.captureWarnings), thus enhancing friendly using the logging module. However, I had not thought about the reverse, that is using friendly to supplement the logging module. At the time, I mentioned that that this might simply require to use `friendly.install()`, but at the very least, I need to confirm this and add a section to the documentation. However, it might require more than this, for example, using the `redirect="capture"` option togther with some special function of the logging module. So, briefly: 1. figure out how to make friendly work with the logging module 2. add a section to the documentation.
True
Using with the logging module. - During a recent PFPy meeting, a question has been raised about using with the logging module. Following a previous suggestion that was made to me during a PyConUS discussion, I was already planning to investigate capturing and processing `Warnings` with the logging module (https://docs.python.org/3/library/logging.html#logging.captureWarnings), thus enhancing friendly using the logging module. However, I had not thought about the reverse, that is using friendly to supplement the logging module. At the time, I mentioned that that this might simply require to use `friendly.install()`, but at the very least, I need to confirm this and add a section to the documentation. However, it might require more than this, for example, using the `redirect="capture"` option togther with some special function of the logging module. So, briefly: 1. figure out how to make friendly work with the logging module 2. add a section to the documentation.
non_defect
using with the logging module during a recent pfpy meeting a question has been raised about using with the logging module following a previous suggestion that was made to me during a pyconus discussion i was already planning to investigate capturing and processing warnings with the logging module thus enhancing friendly using the logging module however i had not thought about the reverse that is using friendly to supplement the logging module at the time i mentioned that that this might simply require to use friendly install but at the very least i need to confirm this and add a section to the documentation however it might require more than this for example using the redirect capture option togther with some special function of the logging module so briefly figure out how to make friendly work with the logging module add a section to the documentation
0
25,051
7,620,348,398
IssuesEvent
2018-05-03 02:08:08
apache/incubator-mxnet
https://api.github.com/repos/apache/incubator-mxnet
closed
Build from sources with Cuda 9.0 cudnn 7.1 on Window 10.
Build CUDA Windows
Hi, everyone, Has anyone tried to compile mxnet from sources with Cuda 9.0 cudnn 7.1 on Window 10? I used VS2015, Cuda 9.0, cudnn7.1. When I use CMake to generate sln file for VS. I noticed that it print that: `CUDA detected: 9.0 Found cuDNN (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/lib/x64/cudnn.lib) Added CUDA NVCC flags for: sm_90` When I compile the generated vs project, the compiler told me that compute_90 was not nvcc supported. I know that the maximum compute_xx should be compute_70. But I don'k know why mx-net will "Added CUDA NVCC flags for compute_90". Anyone know how to fix this?
1.0
Build from sources with Cuda 9.0 cudnn 7.1 on Window 10. - Hi, everyone, Has anyone tried to compile mxnet from sources with Cuda 9.0 cudnn 7.1 on Window 10? I used VS2015, Cuda 9.0, cudnn7.1. When I use CMake to generate sln file for VS. I noticed that it print that: `CUDA detected: 9.0 Found cuDNN (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/lib/x64/cudnn.lib) Added CUDA NVCC flags for: sm_90` When I compile the generated vs project, the compiler told me that compute_90 was not nvcc supported. I know that the maximum compute_xx should be compute_70. But I don'k know why mx-net will "Added CUDA NVCC flags for compute_90". Anyone know how to fix this?
non_defect
build from sources with cuda cudnn on window hi everyone has anyone tried to compile mxnet from sources with cuda cudnn on window i used cuda when i use cmake to generate sln file for vs i noticed that it print that cuda detected found cudnn include c program files nvidia gpu computing toolkit cuda include library c program files nvidia gpu computing toolkit cuda lib cudnn lib added cuda nvcc flags for sm when i compile the generated vs project the compiler told me that compute was not nvcc supported i know that the maximum compute xx should be compute but i don k know why mx net will added cuda nvcc flags for compute anyone know how to fix this
0
137,399
30,684,841,392
IssuesEvent
2023-07-26 11:38:24
SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe
https://api.github.com/repos/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe
opened
Code Security Report: 30 high severity findings, 56 total findings
Mend: code security findings
# Code Security Report ### Scan Metadata **Latest Scan:** 2023-07-26 11:36am **Total Findings:** 56 | **New Findings:** 0 | **Resolved Findings:** 0 **Tested Project Files:** 1 **Detected Programming Languages:** 1 (Java*) <!-- SAST-MANUAL-SCAN-START --> - [ ] Check this box to manually trigger a scan <!-- SAST-MANUAL-SCAN-END --> ### Most Relevant Findings > The below list presents the 10 most relevant findings that need your attention. To view information on the remaining findings, navigate to the [Mend Application](https://staging.whitesourcesoftware.com/app/orgs/UP-QA-ORG/scans/3f6ef4c4-c526-44a0-8420-069208aa9c40/sast?project=9dbda606-8452-48f5-8983-98db361ce570). <table role='table'><thead><tr><th>Severity</th><th>Vulnerability Type</th><th>CWE</th><th>File</th><th>Data Flows</th><th>Date</th></tr></thead><tbody><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:696](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L696) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L691-L696 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L685 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:721](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L721) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L716-L721 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L714 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:744](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L744) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L739-L744 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L738 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:1183](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1183) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1178-L1183 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1163 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1167 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1167 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1167 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1179 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1179 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1179 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1183 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:1813](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1813) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1808-L1813 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1795 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1798 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1798 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1802 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1802 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1802 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1813 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1813 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:172](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L172) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L167-L172 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L166 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L172 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L172 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L172 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:199](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L199) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L194-L199 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L188 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L199 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L199 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L199 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:1230](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1230) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1225-L1230 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1215 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1219 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1219 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1219 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1225 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1225 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1225 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1230 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>SQL Injection</td><td> [CWE-89](https://cwe.mitre.org/data/definitions/89.html) </td><td> [60Findings.java:1271](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1271) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1266-L1271 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1260 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1264 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1264 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1264 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1266 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1271 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>SQL Injection</td><td> [CWE-89](https://cwe.mitre.org/data/definitions/89.html) </td><td> [60Findings.java:1856](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1856) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1851-L1856 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1842 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1845 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1845 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1849 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1849 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1849 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1851 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1856 </details> </details> </td></tr></details></td></tr></tbody></table> ### Findings Overview | Severity | Vulnerability Type | CWE | Language | Count | |-|-|-|-|-| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Deserialization of Untrusted Data|[CWE-502](https://cwe.mitre.org/data/definitions/502.html)|Java*|5| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Cross-Site Scripting|[CWE-79](https://cwe.mitre.org/data/definitions/79.html)|Java*|3| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|SQL Injection|[CWE-89](https://cwe.mitre.org/data/definitions/89.html)|Java*|3| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Command Injection|[CWE-78](https://cwe.mitre.org/data/definitions/78.html)|Java*|9| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Expression Language Injection|[CWE-917](https://cwe.mitre.org/data/definitions/917.html)|Java*|4| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Path/Directory Traversal|[CWE-22](https://cwe.mitre.org/data/definitions/22.html)|Java*|4| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Unsafe Format String|[CWE-134](https://cwe.mitre.org/data/definitions/134.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Improper Verification of JWT Signature|[CWE-347](https://cwe.mitre.org/data/definitions/347.html)|Java*|4| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|LDAP Injection|[CWE-90](https://cwe.mitre.org/data/definitions/90.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Insecure Cryptographic Algorithm|[CWE-327](https://cwe.mitre.org/data/definitions/327.html)|Java*|7| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Trust Boundary Violation|[CWE-501](https://cwe.mitre.org/data/definitions/501.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Hardcoded Password/Credentials|[CWE-798](https://cwe.mitre.org/data/definitions/798.html)|Java*|7| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Error Messages Information Exposure|[CWE-209](https://cwe.mitre.org/data/definitions/209.html)|Java*|3| |<img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png?' width=19 height=20> Low|HTTP Header Injection|[CWE-113](https://cwe.mitre.org/data/definitions/113.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png?' width=19 height=20> Low|Weak Hash Strength|[CWE-328](https://cwe.mitre.org/data/definitions/328.html)|Java*|2|
1.0
Code Security Report: 30 high severity findings, 56 total findings - # Code Security Report ### Scan Metadata **Latest Scan:** 2023-07-26 11:36am **Total Findings:** 56 | **New Findings:** 0 | **Resolved Findings:** 0 **Tested Project Files:** 1 **Detected Programming Languages:** 1 (Java*) <!-- SAST-MANUAL-SCAN-START --> - [ ] Check this box to manually trigger a scan <!-- SAST-MANUAL-SCAN-END --> ### Most Relevant Findings > The below list presents the 10 most relevant findings that need your attention. To view information on the remaining findings, navigate to the [Mend Application](https://staging.whitesourcesoftware.com/app/orgs/UP-QA-ORG/scans/3f6ef4c4-c526-44a0-8420-069208aa9c40/sast?project=9dbda606-8452-48f5-8983-98db361ce570). <table role='table'><thead><tr><th>Severity</th><th>Vulnerability Type</th><th>CWE</th><th>File</th><th>Data Flows</th><th>Date</th></tr></thead><tbody><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:696](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L696) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L691-L696 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L685 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:721](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L721) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L716-L721 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L714 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:744](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L744) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L739-L744 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L738 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:1183](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1183) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1178-L1183 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1163 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1167 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1167 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1167 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1179 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1179 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1179 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1183 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:1813](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1813) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1808-L1813 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1795 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1798 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1798 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1802 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1802 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1802 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1813 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1813 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:172](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L172) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L167-L172 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L166 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L172 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L172 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L172 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:199](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L199) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L194-L199 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L188 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L199 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L199 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L199 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>Command Injection</td><td> [CWE-78](https://cwe.mitre.org/data/definitions/78.html) </td><td> [60Findings.java:1230](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1230) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1225-L1230 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1215 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1219 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1219 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1219 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1225 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1225 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1225 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1230 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>SQL Injection</td><td> [CWE-89](https://cwe.mitre.org/data/definitions/89.html) </td><td> [60Findings.java:1271](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1271) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1266-L1271 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1260 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1264 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1264 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1264 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1266 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1271 </details> </details> </td></tr></details></td></tr><tr><td><a href='#'><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20></a> High</td><td>SQL Injection</td><td> [CWE-89](https://cwe.mitre.org/data/definitions/89.html) </td><td> [60Findings.java:1856](https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1856) </td><td>1</td><td>2023-07-26 11:37am</td></tr><tr><td colspan='6'><details><summary>More info</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1851-L1856 <details> <summary>1 Data Flow/s detected</summary></br> <details> <summary>View Data Flow 1</summary> https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1842 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1845 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1845 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1849 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1849 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1849 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1851 https://github.com/SAST-UP-STG/SAST-Test-Repo-03a601cd-3eeb-455b-85ac-23772d1f9efe/blob/a827f2fb51c06dfcb8048cdd269b7e32053eff22/60Findings.java#L1856 </details> </details> </td></tr></details></td></tr></tbody></table> ### Findings Overview | Severity | Vulnerability Type | CWE | Language | Count | |-|-|-|-|-| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Deserialization of Untrusted Data|[CWE-502](https://cwe.mitre.org/data/definitions/502.html)|Java*|5| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Cross-Site Scripting|[CWE-79](https://cwe.mitre.org/data/definitions/79.html)|Java*|3| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|SQL Injection|[CWE-89](https://cwe.mitre.org/data/definitions/89.html)|Java*|3| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Command Injection|[CWE-78](https://cwe.mitre.org/data/definitions/78.html)|Java*|9| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Expression Language Injection|[CWE-917](https://cwe.mitre.org/data/definitions/917.html)|Java*|4| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Path/Directory Traversal|[CWE-22](https://cwe.mitre.org/data/definitions/22.html)|Java*|4| |<img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High|Unsafe Format String|[CWE-134](https://cwe.mitre.org/data/definitions/134.html)|Java*|2| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Improper Verification of JWT Signature|[CWE-347](https://cwe.mitre.org/data/definitions/347.html)|Java*|4| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|LDAP Injection|[CWE-90](https://cwe.mitre.org/data/definitions/90.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Insecure Cryptographic Algorithm|[CWE-327](https://cwe.mitre.org/data/definitions/327.html)|Java*|7| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Trust Boundary Violation|[CWE-501](https://cwe.mitre.org/data/definitions/501.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Hardcoded Password/Credentials|[CWE-798](https://cwe.mitre.org/data/definitions/798.html)|Java*|7| |<img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium|Error Messages Information Exposure|[CWE-209](https://cwe.mitre.org/data/definitions/209.html)|Java*|3| |<img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png?' width=19 height=20> Low|HTTP Header Injection|[CWE-113](https://cwe.mitre.org/data/definitions/113.html)|Java*|1| |<img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png?' width=19 height=20> Low|Weak Hash Strength|[CWE-328](https://cwe.mitre.org/data/definitions/328.html)|Java*|2|
non_defect
code security report high severity findings total findings code security report scan metadata latest scan total findings new findings resolved findings tested project files detected programming languages java check this box to manually trigger a scan most relevant findings the below list presents the most relevant findings that need your attention to view information on the remaining findings navigate to the severity vulnerability type cwe file data flows date high command injection more info data flow s detected view data flow high command injection more info data flow s detected view data flow high command injection more info data flow s detected view data flow high command injection more info data flow s detected view data flow high command injection more info data flow s detected view data flow high command injection more info data flow s detected view data flow high command injection more info data flow s detected view data flow high command injection more info data flow s detected view data flow high sql injection more info data flow s detected view data flow high sql injection more info data flow s detected view data flow findings overview severity vulnerability type cwe language count high deserialization of untrusted data high cross site scripting high sql injection high command injection high expression language injection high path directory traversal high unsafe format string medium improper verification of jwt signature medium ldap injection medium insecure cryptographic algorithm medium trust boundary violation medium hardcoded password credentials medium error messages information exposure low http header injection low weak hash strength
0
145,561
19,339,528,457
IssuesEvent
2021-12-15 01:41:58
artsking/linux-5.13.13
https://api.github.com/repos/artsking/linux-5.13.13
opened
CVE-2021-43975 (Medium) detected in linux-yoctov5.13.15
security vulnerability
## CVE-2021-43975 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.13.15</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 base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In the Linux kernel through 5.15.2, hw_atl_utils_fw_rpc_wait in drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c allows an attacker (who can introduce a crafted device) to trigger an out-of-bounds write via a crafted length value. <p>Publish Date: 2021-11-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43975>CVE-2021-43975</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.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: High - 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://www.linuxkernelcves.com/cves/CVE-2021-43975">https://www.linuxkernelcves.com/cves/CVE-2021-43975</a></p> <p>Release Date: 2021-11-17</p> <p>Fix Resolution: v5.16-rc2</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-43975 (Medium) detected in linux-yoctov5.13.15 - ## CVE-2021-43975 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.13.15</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 base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In the Linux kernel through 5.15.2, hw_atl_utils_fw_rpc_wait in drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c allows an attacker (who can introduce a crafted device) to trigger an out-of-bounds write via a crafted length value. <p>Publish Date: 2021-11-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43975>CVE-2021-43975</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.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: High - 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://www.linuxkernelcves.com/cves/CVE-2021-43975">https://www.linuxkernelcves.com/cves/CVE-2021-43975</a></p> <p>Release Date: 2021-11-17</p> <p>Fix Resolution: v5.16-rc2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in linux cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in base branch master vulnerable source files drivers net ethernet aquantia atlantic hw atl hw atl utils c vulnerability details in the linux kernel through hw atl utils fw rpc wait in drivers net ethernet aquantia atlantic hw atl hw atl utils c allows an attacker who can introduce a crafted device to trigger an out of bounds write via a crafted length value publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required high user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
72,214
23,997,572,191
IssuesEvent
2022-09-14 08:48:24
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
IMap.get gets blocked forever when Cassandra NoNodeAvailableException is thrown from the MapStore [API-1387]
Type: Defect Team: Client Source: Community good first issue to-jira
**Describe the bug** The IMap.get() call will be blocked forever when a `com.datastax.oss.driver.api.core.NoNodeAvailableException` is thrown from the MapStore. **Setup:** Hazelcast v5.1.1 Cassandra SDK v4.14.1 Client-server setup Read through cache, Cassandra DB gets called on a cache miss. **Test scenario: Read through cache, Cassandra server is down:** We tested the scenario when the Cassandra datastore is down and the client tries to load an entry from the cache and there's a cache miss. It turned out that Hazelcast incorrectly handles the exception from Cassandra as it assumes that there will be always a cause property from the exception that comes from the data store in case of an issue. When the Cassandra cluster is down Hazelcast receives a `com.datastax.oss.driver.api.core.NoNodeAvailableException`, it tries to clone this exception and call the initCause on a Throwable that throws an exception as the cause cannot be null. Exception thrown: ``` java.lang.RuntimeException: Exception creation failed at com.hazelcast.internal.util.ExceptionUtil.cloneException(ExceptionUtil.java:250) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.util.ExceptionUtil.tryCreateExceptionWithMessageAndCause(ExceptionUtil.java:225) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.protocol.ClientExceptionFactory.createException(ClientExceptionFactory.java:345) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.protocol.ClientExceptionFactory.createException(ClientExceptionFactory.java:330) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.spi.impl.ClientResponseHandlerSupplier.handleResponse(ClientResponseHandlerSupplier.java:164) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.spi.impl.ClientResponseHandlerSupplier.process(ClientResponseHandlerSupplier.java:141) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.spi.impl.ClientResponseHandlerSupplier.access$300(ClientResponseHandlerSupplier.java:60) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.spi.impl.ClientResponseHandlerSupplier$DynamicResponseHandler.accept(ClientResponseHandlerSupplier.java:251) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.spi.impl.ClientResponseHandlerSupplier$DynamicResponseHandler.accept(ClientResponseHandlerSupplier.java:243) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.connection.tcp.TcpClientConnection.handleClientMessage(TcpClientConnection.java:245) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.protocol.util.ClientMessageDecoder.handleMessage(ClientMessageDecoder.java:135) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.protocol.util.ClientMessageDecoder.onRead(ClientMessageDecoder.java:89) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.networking.nio.NioInboundPipeline.process(NioInboundPipeline.java:136) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.networking.nio.NioThread.processSelectionKey(NioThread.java:383) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.networking.nio.NioThread.processSelectionKeys(NioThread.java:368) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:294) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.networking.nio.NioThread.executeRun(NioThread.java:249) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) ~[hazelcast-5.1.1.jar:5.1.1] Caused by: java.lang.IllegalStateException: Can't overwrite cause with a null at java.base/java.lang.Throwable.initCause(Throwable.java:462) ~[na:na] at com.hazelcast.internal.util.ExceptionUtil$ConstructorMethod$4.cloneWith(ExceptionUtil.java:314) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.util.ExceptionUtil.cloneException(ExceptionUtil.java:246) ~[hazelcast-5.1.1.jar:5.1.1] ... 17 common frames omitted Caused by: com.datastax.oss.driver.api.core.NoNodeAvailableException: No node was available to execute the query at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) ~[na:na] at com.hazelcast.internal.util.ExceptionUtil$ConstructorMethod$4.cloneWith(ExceptionUtil.java:313) ~[hazelcast-5.1.1.jar:5.1.1] ... 18 common frames omitted ``` Hazelcast's ExceptionUtil.java - tryCreateExceptionWithMessageAndCause(): ``` try { constructor = LOOKUP.findConstructor(exceptionClass, MT_INIT); T clone = (T) constructor.invokeWithArguments(); clone.initCause(cause); return clone; } catch (ClassCastException | WrongMethodTypeException...) ``` Throwable.java: ``` public synchronized Throwable initCause(Throwable cause) { if (this.cause != this) **throw new IllegalStateException("Can't overwrite cause with " + Objects.toString(cause, "a null"), this);** if (cause == this) throw new IllegalArgumentException("Self-causation not permitted", this); this.cause = cause; return this; } ``` **Current workaround:** Catch the NoNodeAvailableException in the MapStore's load method and throw a different runtime exception. **Expected behavior** The `ExceptionUtil.cloneException()` should handle the scenario when an exception type is thrown without a cause property and should not block the client forever but fail fast. **To Reproduce** Steps to reproduce the behavior: 1. Create a MapStore like this ``` public class FooStore implements MapStore<String, String> { @Override public String load(String key) { throw new com.datastax.oss.driver.api.core.NoNodeAvailableException(); } ``` 2. Call a HazelcastClientProxy.get()
1.0
IMap.get gets blocked forever when Cassandra NoNodeAvailableException is thrown from the MapStore [API-1387] - **Describe the bug** The IMap.get() call will be blocked forever when a `com.datastax.oss.driver.api.core.NoNodeAvailableException` is thrown from the MapStore. **Setup:** Hazelcast v5.1.1 Cassandra SDK v4.14.1 Client-server setup Read through cache, Cassandra DB gets called on a cache miss. **Test scenario: Read through cache, Cassandra server is down:** We tested the scenario when the Cassandra datastore is down and the client tries to load an entry from the cache and there's a cache miss. It turned out that Hazelcast incorrectly handles the exception from Cassandra as it assumes that there will be always a cause property from the exception that comes from the data store in case of an issue. When the Cassandra cluster is down Hazelcast receives a `com.datastax.oss.driver.api.core.NoNodeAvailableException`, it tries to clone this exception and call the initCause on a Throwable that throws an exception as the cause cannot be null. Exception thrown: ``` java.lang.RuntimeException: Exception creation failed at com.hazelcast.internal.util.ExceptionUtil.cloneException(ExceptionUtil.java:250) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.util.ExceptionUtil.tryCreateExceptionWithMessageAndCause(ExceptionUtil.java:225) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.protocol.ClientExceptionFactory.createException(ClientExceptionFactory.java:345) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.protocol.ClientExceptionFactory.createException(ClientExceptionFactory.java:330) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.spi.impl.ClientResponseHandlerSupplier.handleResponse(ClientResponseHandlerSupplier.java:164) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.spi.impl.ClientResponseHandlerSupplier.process(ClientResponseHandlerSupplier.java:141) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.spi.impl.ClientResponseHandlerSupplier.access$300(ClientResponseHandlerSupplier.java:60) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.spi.impl.ClientResponseHandlerSupplier$DynamicResponseHandler.accept(ClientResponseHandlerSupplier.java:251) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.spi.impl.ClientResponseHandlerSupplier$DynamicResponseHandler.accept(ClientResponseHandlerSupplier.java:243) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.connection.tcp.TcpClientConnection.handleClientMessage(TcpClientConnection.java:245) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.protocol.util.ClientMessageDecoder.handleMessage(ClientMessageDecoder.java:135) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.client.impl.protocol.util.ClientMessageDecoder.onRead(ClientMessageDecoder.java:89) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.networking.nio.NioInboundPipeline.process(NioInboundPipeline.java:136) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.networking.nio.NioThread.processSelectionKey(NioThread.java:383) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.networking.nio.NioThread.processSelectionKeys(NioThread.java:368) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:294) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.networking.nio.NioThread.executeRun(NioThread.java:249) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) ~[hazelcast-5.1.1.jar:5.1.1] Caused by: java.lang.IllegalStateException: Can't overwrite cause with a null at java.base/java.lang.Throwable.initCause(Throwable.java:462) ~[na:na] at com.hazelcast.internal.util.ExceptionUtil$ConstructorMethod$4.cloneWith(ExceptionUtil.java:314) ~[hazelcast-5.1.1.jar:5.1.1] at com.hazelcast.internal.util.ExceptionUtil.cloneException(ExceptionUtil.java:246) ~[hazelcast-5.1.1.jar:5.1.1] ... 17 common frames omitted Caused by: com.datastax.oss.driver.api.core.NoNodeAvailableException: No node was available to execute the query at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) ~[na:na] at com.hazelcast.internal.util.ExceptionUtil$ConstructorMethod$4.cloneWith(ExceptionUtil.java:313) ~[hazelcast-5.1.1.jar:5.1.1] ... 18 common frames omitted ``` Hazelcast's ExceptionUtil.java - tryCreateExceptionWithMessageAndCause(): ``` try { constructor = LOOKUP.findConstructor(exceptionClass, MT_INIT); T clone = (T) constructor.invokeWithArguments(); clone.initCause(cause); return clone; } catch (ClassCastException | WrongMethodTypeException...) ``` Throwable.java: ``` public synchronized Throwable initCause(Throwable cause) { if (this.cause != this) **throw new IllegalStateException("Can't overwrite cause with " + Objects.toString(cause, "a null"), this);** if (cause == this) throw new IllegalArgumentException("Self-causation not permitted", this); this.cause = cause; return this; } ``` **Current workaround:** Catch the NoNodeAvailableException in the MapStore's load method and throw a different runtime exception. **Expected behavior** The `ExceptionUtil.cloneException()` should handle the scenario when an exception type is thrown without a cause property and should not block the client forever but fail fast. **To Reproduce** Steps to reproduce the behavior: 1. Create a MapStore like this ``` public class FooStore implements MapStore<String, String> { @Override public String load(String key) { throw new com.datastax.oss.driver.api.core.NoNodeAvailableException(); } ``` 2. Call a HazelcastClientProxy.get()
defect
imap get gets blocked forever when cassandra nonodeavailableexception is thrown from the mapstore describe the bug the imap get call will be blocked forever when a com datastax oss driver api core nonodeavailableexception is thrown from the mapstore setup hazelcast cassandra sdk client server setup read through cache cassandra db gets called on a cache miss test scenario read through cache cassandra server is down we tested the scenario when the cassandra datastore is down and the client tries to load an entry from the cache and there s a cache miss it turned out that hazelcast incorrectly handles the exception from cassandra as it assumes that there will be always a cause property from the exception that comes from the data store in case of an issue when the cassandra cluster is down hazelcast receives a com datastax oss driver api core nonodeavailableexception it tries to clone this exception and call the initcause on a throwable that throws an exception as the cause cannot be null exception thrown java lang runtimeexception exception creation failed at com hazelcast internal util exceptionutil cloneexception exceptionutil java at com hazelcast internal util exceptionutil trycreateexceptionwithmessageandcause exceptionutil java at com hazelcast client impl protocol clientexceptionfactory createexception clientexceptionfactory java at com hazelcast client impl protocol clientexceptionfactory createexception clientexceptionfactory java at com hazelcast client impl spi impl clientresponsehandlersupplier handleresponse clientresponsehandlersupplier java at com hazelcast client impl spi impl clientresponsehandlersupplier process clientresponsehandlersupplier java at com hazelcast client impl spi impl clientresponsehandlersupplier access clientresponsehandlersupplier java at com hazelcast client impl spi impl clientresponsehandlersupplier dynamicresponsehandler accept clientresponsehandlersupplier java at com hazelcast client impl spi impl clientresponsehandlersupplier dynamicresponsehandler accept clientresponsehandlersupplier java at com hazelcast client impl connection tcp tcpclientconnection handleclientmessage tcpclientconnection java at com hazelcast client impl protocol util clientmessagedecoder handlemessage clientmessagedecoder java at com hazelcast client impl protocol util clientmessagedecoder onread clientmessagedecoder java at com hazelcast internal networking nio nioinboundpipeline process nioinboundpipeline java at com hazelcast internal networking nio niothread processselectionkey niothread java at com hazelcast internal networking nio niothread processselectionkeys niothread java at com hazelcast internal networking nio niothread selectloop niothread java at com hazelcast internal networking nio niothread executerun niothread java at com hazelcast internal util executor hazelcastmanagedthread run hazelcastmanagedthread java caused by java lang illegalstateexception can t overwrite cause with a null at java base java lang throwable initcause throwable java at com hazelcast internal util exceptionutil constructormethod clonewith exceptionutil java at com hazelcast internal util exceptionutil cloneexception exceptionutil java common frames omitted caused by com datastax oss driver api core nonodeavailableexception no node was available to execute the query at java base java lang invoke methodhandle invokewitharguments methodhandle java at com hazelcast internal util exceptionutil constructormethod clonewith exceptionutil java common frames omitted hazelcast s exceptionutil java trycreateexceptionwithmessageandcause try constructor lookup findconstructor exceptionclass mt init t clone t constructor invokewitharguments clone initcause cause return clone catch classcastexception wrongmethodtypeexception throwable java public synchronized throwable initcause throwable cause if this cause this throw new illegalstateexception can t overwrite cause with objects tostring cause a null this if cause this throw new illegalargumentexception self causation not permitted this this cause cause return this current workaround catch the nonodeavailableexception in the mapstore s load method and throw a different runtime exception expected behavior the exceptionutil cloneexception should handle the scenario when an exception type is thrown without a cause property and should not block the client forever but fail fast to reproduce steps to reproduce the behavior create a mapstore like this public class foostore implements mapstore override public string load string key throw new com datastax oss driver api core nonodeavailableexception call a hazelcastclientproxy get
1
47,097
13,056,030,490
IssuesEvent
2020-07-30 03:26:34
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
I3FrameSequence from Python add_file function fails for sensible usage, but no docs (Trac #2421)
Incomplete Migration Migrated from Trac combo core defect
Migrated from https://code.icecube.wisc.edu/ticket/2421 ```json { "status": "accepted", "changetime": "2020-06-30T17:09:06", "description": "No documentation, and the following construct fails:\n{{{\ni3file_iterator = dataio.I3FrameSequence()\nfor path in paths:\n i3file_iterator.add_file(path)\nwhile i3file_iterator.more():\n frame = i3file_iterator.pop_frame()\n}}}\nwith output\n{{{\nFATAL (dataio): Assertion failed: static_cast<ssize_t>(fs.file.get_size()) <= tmp_index (I3FrameSequence.cxx:321 in std::vector<boost::shared_ptr<I3Frame> > {anonymous}::FileGroup::get_frame(size_t))\nFATAL (dataio): index not in file (I3File.cxx:156 in void dataio::I3File::seek(size_t))\nTraceback (most recent call last):\n File \"/home/jlanfranchi/test_I3FrameSequence.py\", line 36, in <module>\n main()\n File \"/home/jlanfranchi/test_I3FrameSequence.py\", line 32, in main\n test_func(**kwargs)\n File \"/home/jlanfranchi/test_I3FrameSequence.py\", line 20, in test_func\n while i3file_iterator.more():\nRuntimeError: Assertion failed: static_cast<ssize_t>(fs.file.get_size()) <= tmp_index (in std::vector<boost::shared_ptr<I3Frame> > {anonymous}::FileGroup::get_frame(size_t))\n}}}\nBut the following construct appears to work, but is slower than `dataio.I3FrameSequence(paths)` (but using multiple paths in the constructor segfaults sometimes, so until that's fixed I was looking for an alternative):\n{{{\ni3file_iterator = dataio.I3FrameSequence()\ntry:\n for path in paths:\n i3file_iterator.add_file(path)\n while i3file_iterator.more():\n frame = i3file_iterator.pop_frame()\n del frame\n i3file_iterator.close_last_file()\nfinally:\n i3file_iterator.close()\n}}}", "reporter": "jlanfranchi", "cc": "", "resolution": "", "_ts": "1593536946984585", "component": "combo core", "summary": "I3FrameSequence from Python add_file function fails for sensible usage, but no docs", "priority": "normal", "keywords": "I3FrameSequence", "time": "2020-04-03T19:26:15", "milestone": "Autumnal Equinox 2020", "owner": "olivas", "type": "defect" } ```
1.0
I3FrameSequence from Python add_file function fails for sensible usage, but no docs (Trac #2421) - Migrated from https://code.icecube.wisc.edu/ticket/2421 ```json { "status": "accepted", "changetime": "2020-06-30T17:09:06", "description": "No documentation, and the following construct fails:\n{{{\ni3file_iterator = dataio.I3FrameSequence()\nfor path in paths:\n i3file_iterator.add_file(path)\nwhile i3file_iterator.more():\n frame = i3file_iterator.pop_frame()\n}}}\nwith output\n{{{\nFATAL (dataio): Assertion failed: static_cast<ssize_t>(fs.file.get_size()) <= tmp_index (I3FrameSequence.cxx:321 in std::vector<boost::shared_ptr<I3Frame> > {anonymous}::FileGroup::get_frame(size_t))\nFATAL (dataio): index not in file (I3File.cxx:156 in void dataio::I3File::seek(size_t))\nTraceback (most recent call last):\n File \"/home/jlanfranchi/test_I3FrameSequence.py\", line 36, in <module>\n main()\n File \"/home/jlanfranchi/test_I3FrameSequence.py\", line 32, in main\n test_func(**kwargs)\n File \"/home/jlanfranchi/test_I3FrameSequence.py\", line 20, in test_func\n while i3file_iterator.more():\nRuntimeError: Assertion failed: static_cast<ssize_t>(fs.file.get_size()) <= tmp_index (in std::vector<boost::shared_ptr<I3Frame> > {anonymous}::FileGroup::get_frame(size_t))\n}}}\nBut the following construct appears to work, but is slower than `dataio.I3FrameSequence(paths)` (but using multiple paths in the constructor segfaults sometimes, so until that's fixed I was looking for an alternative):\n{{{\ni3file_iterator = dataio.I3FrameSequence()\ntry:\n for path in paths:\n i3file_iterator.add_file(path)\n while i3file_iterator.more():\n frame = i3file_iterator.pop_frame()\n del frame\n i3file_iterator.close_last_file()\nfinally:\n i3file_iterator.close()\n}}}", "reporter": "jlanfranchi", "cc": "", "resolution": "", "_ts": "1593536946984585", "component": "combo core", "summary": "I3FrameSequence from Python add_file function fails for sensible usage, but no docs", "priority": "normal", "keywords": "I3FrameSequence", "time": "2020-04-03T19:26:15", "milestone": "Autumnal Equinox 2020", "owner": "olivas", "type": "defect" } ```
defect
from python add file function fails for sensible usage but no docs trac migrated from json status accepted changetime description no documentation and the following construct fails n iterator dataio nfor path in paths n iterator add file path nwhile iterator more n frame iterator pop frame n nwith output n nfatal dataio assertion failed static cast fs file get size anonymous filegroup get frame size t nfatal dataio index not in file cxx in void dataio seek size t ntraceback most recent call last n file home jlanfranchi test py line in n main n file home jlanfranchi test py line in main n test func kwargs n file home jlanfranchi test py line in test func n while iterator more nruntimeerror assertion failed static cast fs file get size anonymous filegroup get frame size t n nbut the following construct appears to work but is slower than dataio paths but using multiple paths in the constructor segfaults sometimes so until that s fixed i was looking for an alternative n iterator dataio ntry n for path in paths n iterator add file path n while iterator more n frame iterator pop frame n del frame n iterator close last file nfinally n iterator close n reporter jlanfranchi cc resolution ts component combo core summary from python add file function fails for sensible usage but no docs priority normal keywords time milestone autumnal equinox owner olivas type defect
1
81,557
31,020,348,101
IssuesEvent
2023-08-10 04:30:16
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
2.5 timezone() is deprecated. Use setTimezone() instead
defect
### Description `i18nFormat` causes this error due to the following dependency ``` "cakephp/chronos": "^2.2" ``` It is getting chronos 2.4.0 when I compose install, which deprecates the timezone function ### CakePHP Version 4.4 ### PHP Version _No response_
1.0
2.5 timezone() is deprecated. Use setTimezone() instead - ### Description `i18nFormat` causes this error due to the following dependency ``` "cakephp/chronos": "^2.2" ``` It is getting chronos 2.4.0 when I compose install, which deprecates the timezone function ### CakePHP Version 4.4 ### PHP Version _No response_
defect
timezone is deprecated use settimezone instead description causes this error due to the following dependency cakephp chronos it is getting chronos when i compose install which deprecates the timezone function cakephp version php version no response
1
492,185
14,189,685,308
IssuesEvent
2020-11-14 01:57:01
dkoslicki/PressPurt
https://api.github.com/repos/dkoslicki/PressPurt
closed
CRAN Submission
High priority
It's my understanding that CRAN re-runs the vignettes when you submit the package. They will not pass CRAN's test environment because it doesn't have python, etc. I briefly looked for a solution and I ran into static vignettes. All of the posts are from 7+ years ago so I don't know if that solution will work, but I can look into it if you'd like. _Originally posted by @danagibbon in https://github.com/dkoslicki/PressPurt/issues/17#issuecomment-539242760_
1.0
CRAN Submission - It's my understanding that CRAN re-runs the vignettes when you submit the package. They will not pass CRAN's test environment because it doesn't have python, etc. I briefly looked for a solution and I ran into static vignettes. All of the posts are from 7+ years ago so I don't know if that solution will work, but I can look into it if you'd like. _Originally posted by @danagibbon in https://github.com/dkoslicki/PressPurt/issues/17#issuecomment-539242760_
non_defect
cran submission it s my understanding that cran re runs the vignettes when you submit the package they will not pass cran s test environment because it doesn t have python etc i briefly looked for a solution and i ran into static vignettes all of the posts are from years ago so i don t know if that solution will work but i can look into it if you d like originally posted by danagibbon in
0
34,139
28,322,151,843
IssuesEvent
2023-04-11 02:42:43
APSIMInitiative/ApsimX
https://api.github.com/repos/APSIMInitiative/ApsimX
closed
Data display clock.today bug?
bug interface/infrastructure
Just noticed an odd behaviour of the datastore in my simulation. The clock ends up repeating itself in the display so I cannot interrogate the data via the gui. @hol430 not sure what's causing the bug though it should be related to the display since the simulation ran fine and the results can be imported into R/excel correctly. Thanks! ![1636070320(1)](https://user-images.githubusercontent.com/63323287/140436425-376052b2-1997-484d-b007-0ec5553bcf6f.png)
1.0
Data display clock.today bug? - Just noticed an odd behaviour of the datastore in my simulation. The clock ends up repeating itself in the display so I cannot interrogate the data via the gui. @hol430 not sure what's causing the bug though it should be related to the display since the simulation ran fine and the results can be imported into R/excel correctly. Thanks! ![1636070320(1)](https://user-images.githubusercontent.com/63323287/140436425-376052b2-1997-484d-b007-0ec5553bcf6f.png)
non_defect
data display clock today bug just noticed an odd behaviour of the datastore in my simulation the clock ends up repeating itself in the display so i cannot interrogate the data via the gui not sure what s causing the bug though it should be related to the display since the simulation ran fine and the results can be imported into r excel correctly thanks
0