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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19,527 | 3,218,759,173 | IssuesEvent | 2015-10-08 04:35:21 | pellcorp/tcpmon | https://api.github.com/repos/pellcorp/tcpmon | closed | Large Post Completely Locks up TCPMON | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Start up tcpmon via java web start, listening on port 8888, sending to port
8080
2. Start up a server that can receive a post request on port 8080
3. Submit a post to the server via tcpmon where the post body contains a very
large file (such as a 16MB war archive)
What is the expected output? What do you see instead?
Expected:
1. The connection shows up in the table at the top
2. The request should show up in the request area
3. The response should show up in the response area
4. The application should remain functional
Observed:
1. The connection is not displayed
2. After some time the request does show up
3. The response is never displayed
4. The UI stops responding and the program can only be killed via the operating
system.
What version of the product are you using? On what operating system?
1.1
Please provide any additional information below.
In my case I was checking the action of apache httpclient when using FileEntity
(which does not properly set up a multipart file upload as I had hoped still
need to do the full MultipartEntity thing after all).
I suggest that you monitor the incoming data and beyond a certain size drop it
to a temp file. If the user wants to see more than 100k (for example) of data,
you can write it to a text file for them to view. Note that I am not suggesting
that you make the binary data readable. That's not your problem, and probably
not desireable since your tool is supposed to show exactly what transpired over
the wire.
```
Original issue reported on code.google.com by `gus.h...@gmail.com` on 23 Nov 2011 at 6:47 | 1.0 | Large Post Completely Locks up TCPMON - ```
What steps will reproduce the problem?
1. Start up tcpmon via java web start, listening on port 8888, sending to port
8080
2. Start up a server that can receive a post request on port 8080
3. Submit a post to the server via tcpmon where the post body contains a very
large file (such as a 16MB war archive)
What is the expected output? What do you see instead?
Expected:
1. The connection shows up in the table at the top
2. The request should show up in the request area
3. The response should show up in the response area
4. The application should remain functional
Observed:
1. The connection is not displayed
2. After some time the request does show up
3. The response is never displayed
4. The UI stops responding and the program can only be killed via the operating
system.
What version of the product are you using? On what operating system?
1.1
Please provide any additional information below.
In my case I was checking the action of apache httpclient when using FileEntity
(which does not properly set up a multipart file upload as I had hoped still
need to do the full MultipartEntity thing after all).
I suggest that you monitor the incoming data and beyond a certain size drop it
to a temp file. If the user wants to see more than 100k (for example) of data,
you can write it to a text file for them to view. Note that I am not suggesting
that you make the binary data readable. That's not your problem, and probably
not desireable since your tool is supposed to show exactly what transpired over
the wire.
```
Original issue reported on code.google.com by `gus.h...@gmail.com` on 23 Nov 2011 at 6:47 | defect | large post completely locks up tcpmon what steps will reproduce the problem start up tcpmon via java web start listening on port sending to port start up a server that can receive a post request on port submit a post to the server via tcpmon where the post body contains a very large file such as a war archive what is the expected output what do you see instead expected the connection shows up in the table at the top the request should show up in the request area the response should show up in the response area the application should remain functional observed the connection is not displayed after some time the request does show up the response is never displayed the ui stops responding and the program can only be killed via the operating system what version of the product are you using on what operating system please provide any additional information below in my case i was checking the action of apache httpclient when using fileentity which does not properly set up a multipart file upload as i had hoped still need to do the full multipartentity thing after all i suggest that you monitor the incoming data and beyond a certain size drop it to a temp file if the user wants to see more than for example of data you can write it to a text file for them to view note that i am not suggesting that you make the binary data readable that s not your problem and probably not desireable since your tool is supposed to show exactly what transpired over the wire original issue reported on code google com by gus h gmail com on nov at | 1 |
55,886 | 14,743,947,286 | IssuesEvent | 2021-01-07 14:38:21 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-2 [COGNITION, SCREEN READER]: Edit buttons SHOULD have accessible labels when editing inline data on Review screen | 508-defect-2 508-issue-cognition 508/Accessibility HLR design-system-team frontend vsa vsa-benefits | # [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 hear an accessible label like "Edit issues eligible for review" instead of "Edit" when the button has focus or virtual cursor.
## Details
The edit button for contact information and issues eligible for review do not have descriptive aria-labels.
## Acceptance Criteria
- [ ] All edit buttons have unique and descriptive aria-labels
## Environment
* Operating System: all
* Browser: any
* Screenreading device: any
* Server destination: staging
## Steps to Recreate
1. Turn on a screen reader of your choice.
2. Enter `https://staging.va.gov/decision-reviews/higher-level-review/request-higher-level-review-form-20-0996/review-and-submit` in browser.
3. Complete test case 3 and reach the review page.
4. Tab to "Edit" for contact information and issues eligible for review.
5. Verify you only hear the visible label.
## Solution
Add a more descriptive aria-label to each of these items:
- Edit contact information on profile
- Edit issues eligible for review
## WCAG or Vendor Guidance (optional)
* [Info and Relationships: Understanding SC 1.3.1](https://www.w3.org/TR/UNDERSTANDING-WCAG20/content-structure-separation-programmatic.html)
## Screenshots or Trace Logs
<img width="935" alt="Screen Shot 2020-12-22 at 11 52 14 AM" src="https://user-images.githubusercontent.com/14154792/102913810-4d00ca00-444d-11eb-9bac-d34503ef8b86.png">
| 1.0 | 508-defect-2 [COGNITION, SCREEN READER]: Edit buttons SHOULD have accessible labels when editing inline data on Review screen - # [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 hear an accessible label like "Edit issues eligible for review" instead of "Edit" when the button has focus or virtual cursor.
## Details
The edit button for contact information and issues eligible for review do not have descriptive aria-labels.
## Acceptance Criteria
- [ ] All edit buttons have unique and descriptive aria-labels
## Environment
* Operating System: all
* Browser: any
* Screenreading device: any
* Server destination: staging
## Steps to Recreate
1. Turn on a screen reader of your choice.
2. Enter `https://staging.va.gov/decision-reviews/higher-level-review/request-higher-level-review-form-20-0996/review-and-submit` in browser.
3. Complete test case 3 and reach the review page.
4. Tab to "Edit" for contact information and issues eligible for review.
5. Verify you only hear the visible label.
## Solution
Add a more descriptive aria-label to each of these items:
- Edit contact information on profile
- Edit issues eligible for review
## WCAG or Vendor Guidance (optional)
* [Info and Relationships: Understanding SC 1.3.1](https://www.w3.org/TR/UNDERSTANDING-WCAG20/content-structure-separation-programmatic.html)
## Screenshots or Trace Logs
<img width="935" alt="Screen Shot 2020-12-22 at 11 52 14 AM" src="https://user-images.githubusercontent.com/14154792/102913810-4d00ca00-444d-11eb-9bac-d34503ef8b86.png">
| defect | defect edit buttons should have accessible labels when editing inline data on review screen 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 hear an accessible label like edit issues eligible for review instead of edit when the button has focus or virtual cursor details the edit button for contact information and issues eligible for review do not have descriptive aria labels acceptance criteria all edit buttons have unique and descriptive aria labels environment operating system all browser any screenreading device any server destination staging steps to recreate turn on a screen reader of your choice enter in browser complete test case and reach the review page tab to edit for contact information and issues eligible for review verify you only hear the visible label solution add a more descriptive aria label to each of these items edit contact information on profile edit issues eligible for review wcag or vendor guidance optional screenshots or trace logs img width alt screen shot at am src | 1 |
44,552 | 12,246,876,209 | IssuesEvent | 2020-05-05 15:04:42 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | opened | Predicates do have not managed context injection when predicate is local/not serialized | Type: Defect | a placeholder for coming PR.
When a Predicate is created that expects to have Dep Injection with ManagedContext, if the Predicate is only used in the local JVM, and not serialized to another node, then the Predicate does not receive Dep Injection with managed context.
cc @mmedenjak | 1.0 | Predicates do have not managed context injection when predicate is local/not serialized - a placeholder for coming PR.
When a Predicate is created that expects to have Dep Injection with ManagedContext, if the Predicate is only used in the local JVM, and not serialized to another node, then the Predicate does not receive Dep Injection with managed context.
cc @mmedenjak | defect | predicates do have not managed context injection when predicate is local not serialized a placeholder for coming pr when a predicate is created that expects to have dep injection with managedcontext if the predicate is only used in the local jvm and not serialized to another node then the predicate does not receive dep injection with managed context cc mmedenjak | 1 |
12,104 | 7,697,233,844 | IssuesEvent | 2018-05-18 18:01:37 | cassproject/cass-editor | https://api.github.com/repos/cassproject/cass-editor | closed | Tooltips for new competency info icons when creating a new framework | usability | Fritz or Mile give me a ping on Skype and let's run through these quickly. | True | Tooltips for new competency info icons when creating a new framework - Fritz or Mile give me a ping on Skype and let's run through these quickly. | non_defect | tooltips for new competency info icons when creating a new framework fritz or mile give me a ping on skype and let s run through these quickly | 0 |
16,104 | 11,838,908,040 | IssuesEvent | 2020-03-23 16:20:37 | hzi-braunschweig/SORMAS-Project | https://api.github.com/repos/hzi-braunschweig/SORMAS-Project | opened | Import and use lists of family doctors/general practitioners, treatment centers and elderly care facilities | Import & Export Infrastructure Management refine | <!--
If you've never submitted an issue to the SORMAS repository before or this is your first time using this template, please read the Contributing guidelines (accessible in the right sidebar) for an explanation about the information we'd like you to provide.
-->
### Feature Description
We need to allow users to import lists of:
* General practitioners
* Treatment centers
* Elderly care facilities
The best approach is probably to add these as facility types and then decide for individual facility fields which types of facilities should be added to the dropdown. Also, we probably have to think about changing the captions of these fields.
In addition, general practitioners probably need information like address and phone number, so we might need to add these as fields to facilities. | 1.0 | Import and use lists of family doctors/general practitioners, treatment centers and elderly care facilities - <!--
If you've never submitted an issue to the SORMAS repository before or this is your first time using this template, please read the Contributing guidelines (accessible in the right sidebar) for an explanation about the information we'd like you to provide.
-->
### Feature Description
We need to allow users to import lists of:
* General practitioners
* Treatment centers
* Elderly care facilities
The best approach is probably to add these as facility types and then decide for individual facility fields which types of facilities should be added to the dropdown. Also, we probably have to think about changing the captions of these fields.
In addition, general practitioners probably need information like address and phone number, so we might need to add these as fields to facilities. | non_defect | import and use lists of family doctors general practitioners treatment centers and elderly care facilities if you ve never submitted an issue to the sormas repository before or this is your first time using this template please read the contributing guidelines accessible in the right sidebar for an explanation about the information we d like you to provide feature description we need to allow users to import lists of general practitioners treatment centers elderly care facilities the best approach is probably to add these as facility types and then decide for individual facility fields which types of facilities should be added to the dropdown also we probably have to think about changing the captions of these fields in addition general practitioners probably need information like address and phone number so we might need to add these as fields to facilities | 0 |
38,705 | 8,952,491,132 | IssuesEvent | 2019-01-25 16:40:24 | svigerske/ipopt-donotuse | https://api.github.com/repos/svigerske/ipopt-donotuse | closed | Error compiling with debug flags | Ipopt defect | Issue created by migration from Trac.
Original creator: rln
Original creation time: 2010-10-19 21:27:00
Assignee: ipopt-team
Version: 3.8
CC: rln@cmu.edu
When I configure using the debug flags --enable-debug --with-ipopt-verbosity=5 I get the errors shown below. The first one seems to be an error in spelling. In line 764 of 'src/Common/IpCachedResults.hpp' it says chached_results_, and it should be cached_results_. The second error I'm unsure on how to fix that, but its in the same file, line 765: the variable iter is not defined in this scope.
Please see below for more details.
Thanks,
Rodrigo
```
g++ -DHAVE_CONFIG_H -I. -I../../../../../Ipopt/src/LinAlg/TMatrices -I../../../inc -I../../../../../Ipopt/src/LinAlg/TMatrices/../../Common -I../../../../../Ipopt/src/LinAlg/TMatrices/.. -g -pipe -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -DCHECK_SMARTPTR -MT IpSymTMatrix.lo -MD -MP -MF .deps/IpSymTMatrix.Tpo -c ../../../../../Ipopt/src/LinAlg/TMatrices/IpSymTMatrix.cpp -o IpSymTMatrix.o
In file included from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpVector.hpp:14,
from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpMatrix.hpp:12,
from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpSymMatrix.hpp:13,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpSymTMatrix.hpp:13,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpSymTMatrix.cpp:9:
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp: In member function 'void Ipopt::CachedResults<T>::DebugPrintCachedResults() const':
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:764: error: 'chached_results_' was not declared in this scope
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:765: error: 'iter' was not declared in this scope
In file included from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpVector.hpp:14,
from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpMatrix.hpp:12,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpGenTMatrix.hpp:13,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpGenTMatrix.cpp:9:
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp: In member function 'void Ipopt::CachedResults<T>::DebugPrintCachedResults() const':
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:764: error: 'chached_results_' was not declared in this scope
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:765: error: 'iter' was not declared in this scope
In file included from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpVector.hpp:14,
from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpMatrix.hpp:12,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpGenTMatrix.hpp:13,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpTripletHelper.cpp:11:
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp: In member function 'void Ipopt::CachedResults<T>::DebugPrintCachedResults() const':
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:764: error: 'chached_results_' was not declared in this scope
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:765: error: 'iter' was not declared in this scope
```
| 1.0 | Error compiling with debug flags - Issue created by migration from Trac.
Original creator: rln
Original creation time: 2010-10-19 21:27:00
Assignee: ipopt-team
Version: 3.8
CC: rln@cmu.edu
When I configure using the debug flags --enable-debug --with-ipopt-verbosity=5 I get the errors shown below. The first one seems to be an error in spelling. In line 764 of 'src/Common/IpCachedResults.hpp' it says chached_results_, and it should be cached_results_. The second error I'm unsure on how to fix that, but its in the same file, line 765: the variable iter is not defined in this scope.
Please see below for more details.
Thanks,
Rodrigo
```
g++ -DHAVE_CONFIG_H -I. -I../../../../../Ipopt/src/LinAlg/TMatrices -I../../../inc -I../../../../../Ipopt/src/LinAlg/TMatrices/../../Common -I../../../../../Ipopt/src/LinAlg/TMatrices/.. -g -pipe -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -DCHECK_SMARTPTR -MT IpSymTMatrix.lo -MD -MP -MF .deps/IpSymTMatrix.Tpo -c ../../../../../Ipopt/src/LinAlg/TMatrices/IpSymTMatrix.cpp -o IpSymTMatrix.o
In file included from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpVector.hpp:14,
from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpMatrix.hpp:12,
from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpSymMatrix.hpp:13,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpSymTMatrix.hpp:13,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpSymTMatrix.cpp:9:
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp: In member function 'void Ipopt::CachedResults<T>::DebugPrintCachedResults() const':
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:764: error: 'chached_results_' was not declared in this scope
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:765: error: 'iter' was not declared in this scope
In file included from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpVector.hpp:14,
from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpMatrix.hpp:12,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpGenTMatrix.hpp:13,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpGenTMatrix.cpp:9:
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp: In member function 'void Ipopt::CachedResults<T>::DebugPrintCachedResults() const':
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:764: error: 'chached_results_' was not declared in this scope
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:765: error: 'iter' was not declared in this scope
In file included from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpVector.hpp:14,
from ../../../../../Ipopt/src/LinAlg/TMatrices/../IpMatrix.hpp:12,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpGenTMatrix.hpp:13,
from ../../../../../Ipopt/src/LinAlg/TMatrices/IpTripletHelper.cpp:11:
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp: In member function 'void Ipopt::CachedResults<T>::DebugPrintCachedResults() const':
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:764: error: 'chached_results_' was not declared in this scope
../../../../../Ipopt/src/LinAlg/TMatrices/../../Common/IpCachedResults.hpp:765: error: 'iter' was not declared in this scope
```
| defect | error compiling with debug flags issue created by migration from trac original creator rln original creation time assignee ipopt team version cc rln cmu edu when i configure using the debug flags enable debug with ipopt verbosity i get the errors shown below the first one seems to be an error in spelling in line of src common ipcachedresults hpp it says chached results and it should be cached results the second error i m unsure on how to fix that but its in the same file line the variable iter is not defined in this scope please see below for more details thanks rodrigo g dhave config h i i ipopt src linalg tmatrices i inc i ipopt src linalg tmatrices common i ipopt src linalg tmatrices g pipe pedantic errors wimplicit wparentheses wreturn type wcast qual wall wpointer arith wwrite strings wconversion wno unknown pragmas dcheck smartptr mt ipsymtmatrix lo md mp mf deps ipsymtmatrix tpo c ipopt src linalg tmatrices ipsymtmatrix cpp o ipsymtmatrix o in file included from ipopt src linalg tmatrices ipvector hpp from ipopt src linalg tmatrices ipmatrix hpp from ipopt src linalg tmatrices ipsymmatrix hpp from ipopt src linalg tmatrices ipsymtmatrix hpp from ipopt src linalg tmatrices ipsymtmatrix cpp ipopt src linalg tmatrices common ipcachedresults hpp in member function void ipopt cachedresults debugprintcachedresults const ipopt src linalg tmatrices common ipcachedresults hpp error chached results was not declared in this scope ipopt src linalg tmatrices common ipcachedresults hpp error iter was not declared in this scope in file included from ipopt src linalg tmatrices ipvector hpp from ipopt src linalg tmatrices ipmatrix hpp from ipopt src linalg tmatrices ipgentmatrix hpp from ipopt src linalg tmatrices ipgentmatrix cpp ipopt src linalg tmatrices common ipcachedresults hpp in member function void ipopt cachedresults debugprintcachedresults const ipopt src linalg tmatrices common ipcachedresults hpp error chached results was not declared in this scope ipopt src linalg tmatrices common ipcachedresults hpp error iter was not declared in this scope in file included from ipopt src linalg tmatrices ipvector hpp from ipopt src linalg tmatrices ipmatrix hpp from ipopt src linalg tmatrices ipgentmatrix hpp from ipopt src linalg tmatrices iptriplethelper cpp ipopt src linalg tmatrices common ipcachedresults hpp in member function void ipopt cachedresults debugprintcachedresults const ipopt src linalg tmatrices common ipcachedresults hpp error chached results was not declared in this scope ipopt src linalg tmatrices common ipcachedresults hpp error iter was not declared in this scope | 1 |
194,898 | 22,281,577,873 | IssuesEvent | 2022-06-11 01:06:43 | kedacore/http-add-on | https://api.github.com/repos/kedacore/http-add-on | closed | CVE-2022-28948 (High) detected in github.com/kubernetes-sigs/yaml-v1.3.0 - autoclosed | security vulnerability | ## CVE-2022-28948 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/kubernetes-sigs/yaml-v1.3.0</b></p></summary>
<p>A better way to marshal and unmarshal YAML in Golang</p>
<p>
Dependency Hierarchy:
- github.com/kubernetes/apimachinery-v0.24.1 (Root Library)
- :x: **github.com/kubernetes-sigs/yaml-v1.3.0** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kedacore/http-add-on/commit/b3ce0e4e67ba887b24b523419d6a48bc2641d1ce">b3ce0e4e67ba887b24b523419d6a48bc2641d1ce</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue in the Unmarshal function in Go-Yaml v3 causes the program to crash when attempting to deserialize invalid input.
<p>Publish Date: 2022-05-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-28948>CVE-2022-28948</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-hp87-p4gw-j4gq">https://github.com/advisories/GHSA-hp87-p4gw-j4gq</a></p>
<p>Release Date: 2022-05-19</p>
<p>Fix Resolution: 3.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-28948 (High) detected in github.com/kubernetes-sigs/yaml-v1.3.0 - autoclosed - ## CVE-2022-28948 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/kubernetes-sigs/yaml-v1.3.0</b></p></summary>
<p>A better way to marshal and unmarshal YAML in Golang</p>
<p>
Dependency Hierarchy:
- github.com/kubernetes/apimachinery-v0.24.1 (Root Library)
- :x: **github.com/kubernetes-sigs/yaml-v1.3.0** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kedacore/http-add-on/commit/b3ce0e4e67ba887b24b523419d6a48bc2641d1ce">b3ce0e4e67ba887b24b523419d6a48bc2641d1ce</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue in the Unmarshal function in Go-Yaml v3 causes the program to crash when attempting to deserialize invalid input.
<p>Publish Date: 2022-05-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-28948>CVE-2022-28948</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-hp87-p4gw-j4gq">https://github.com/advisories/GHSA-hp87-p4gw-j4gq</a></p>
<p>Release Date: 2022-05-19</p>
<p>Fix Resolution: 3.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in github com kubernetes sigs yaml autoclosed cve high severity vulnerability vulnerable library github com kubernetes sigs yaml a better way to marshal and unmarshal yaml in golang dependency hierarchy github com kubernetes apimachinery root library x github com kubernetes sigs yaml vulnerable library found in head commit a href found in base branch main vulnerability details an issue in the unmarshal function in go yaml causes the program to crash when attempting to deserialize invalid input publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
91,446 | 8,305,330,828 | IssuesEvent | 2018-09-22 04:51:14 | sudar/bulk-delete | https://api.github.com/repos/sudar/bulk-delete | closed | DeleteTermsByNameModuleTest fails for the 'not_equal_to' and 'equal_to' datasets | Current Sprint bug tests | Blocks #478
There were 4 failures:
1) BulkWP\BulkDelete\Core\Terms\Modules\DeleteTermsByNameModuleTest::test_that_terms_can_be_deleted_by_name_using_various_filters with data set #0 (array('post', 'post_tag', array('Term A', 'Term B', 'Term C', 'term A')), array('Term A', 'equal_to'), 1, array('Term B', 'Term C', 'term A'))
Failed asserting that null is not null.
-------------------------------------------------------------------------------
2) BulkWP\BulkDelete\Core\Terms\Modules\DeleteTermsByNameModuleTest::test_that_terms_can_be_deleted_by_name_using_various_filters with data set #4 (array('post', 'post_tag', array('Term A', 'Term B', 'Term C', 'term A')), array('Term A', 'not_equal_to'), 3, array('Term A'))
Failed asserting that 2 matches expected 3.
--------------------------------------------------------------------------------
3) BulkWP\BulkDelete\Core\Terms\Modules\DeleteTermsByNameModuleTest::test_that_terms_can_be_deleted_by_name_using_various_filters with data set #6 (array('post', 'custom_taxonomy', array('Term A', 'Term sample B', 'Term Sample C')), array('Term sample C', 'not_equal_to'), 3, array())
Failed asserting that 2 matches expected 3.
----------------------------------------------------------------------------------
4) BulkWP\BulkDelete\Core\Terms\Modules\DeleteTermsByNameModuleTest::test_that_terms_can_be_deleted_by_name_using_various_filters with data set #7 (array('post', 'custom_taxonomy', array('Term A', 'Term sample B', 'Term Sample C')), array('Term sample', 'not_equal_to'), 0, array('Term A', 'Term sample B', 'Term Sample C'))
Failed asserting that 3 matches expected 0. | 1.0 | DeleteTermsByNameModuleTest fails for the 'not_equal_to' and 'equal_to' datasets - Blocks #478
There were 4 failures:
1) BulkWP\BulkDelete\Core\Terms\Modules\DeleteTermsByNameModuleTest::test_that_terms_can_be_deleted_by_name_using_various_filters with data set #0 (array('post', 'post_tag', array('Term A', 'Term B', 'Term C', 'term A')), array('Term A', 'equal_to'), 1, array('Term B', 'Term C', 'term A'))
Failed asserting that null is not null.
-------------------------------------------------------------------------------
2) BulkWP\BulkDelete\Core\Terms\Modules\DeleteTermsByNameModuleTest::test_that_terms_can_be_deleted_by_name_using_various_filters with data set #4 (array('post', 'post_tag', array('Term A', 'Term B', 'Term C', 'term A')), array('Term A', 'not_equal_to'), 3, array('Term A'))
Failed asserting that 2 matches expected 3.
--------------------------------------------------------------------------------
3) BulkWP\BulkDelete\Core\Terms\Modules\DeleteTermsByNameModuleTest::test_that_terms_can_be_deleted_by_name_using_various_filters with data set #6 (array('post', 'custom_taxonomy', array('Term A', 'Term sample B', 'Term Sample C')), array('Term sample C', 'not_equal_to'), 3, array())
Failed asserting that 2 matches expected 3.
----------------------------------------------------------------------------------
4) BulkWP\BulkDelete\Core\Terms\Modules\DeleteTermsByNameModuleTest::test_that_terms_can_be_deleted_by_name_using_various_filters with data set #7 (array('post', 'custom_taxonomy', array('Term A', 'Term sample B', 'Term Sample C')), array('Term sample', 'not_equal_to'), 0, array('Term A', 'Term sample B', 'Term Sample C'))
Failed asserting that 3 matches expected 0. | non_defect | deletetermsbynamemoduletest fails for the not equal to and equal to datasets blocks there were failures bulkwp bulkdelete core terms modules deletetermsbynamemoduletest test that terms can be deleted by name using various filters with data set array post post tag array term a term b term c term a array term a equal to array term b term c term a failed asserting that null is not null bulkwp bulkdelete core terms modules deletetermsbynamemoduletest test that terms can be deleted by name using various filters with data set array post post tag array term a term b term c term a array term a not equal to array term a failed asserting that matches expected bulkwp bulkdelete core terms modules deletetermsbynamemoduletest test that terms can be deleted by name using various filters with data set array post custom taxonomy array term a term sample b term sample c array term sample c not equal to array failed asserting that matches expected bulkwp bulkdelete core terms modules deletetermsbynamemoduletest test that terms can be deleted by name using various filters with data set array post custom taxonomy array term a term sample b term sample c array term sample not equal to array term a term sample b term sample c failed asserting that matches expected | 0 |
31,972 | 6,671,350,579 | IssuesEvent | 2017-10-04 06:47:12 | 8fold/php-html | https://api.github.com/repos/8fold/php-html | opened | ARIA roles not being allowed | [priority] defect | # Issue target(s)
Creating beta info Alert for the UI site.
# What happened
Set the `role` attribute in the configuration. Was not there when the HTML was rendered.
# What I expected
`<div class="ef-alert ef-alert-info" role="alert"></div>`
# Additional Info
Should probably create an array of ARIA roles to validate against. Also, it's possible to choose "any". Should consider a way a to handle that...maybe just return true, don't even set the return. Or an array merge. | 1.0 | ARIA roles not being allowed - # Issue target(s)
Creating beta info Alert for the UI site.
# What happened
Set the `role` attribute in the configuration. Was not there when the HTML was rendered.
# What I expected
`<div class="ef-alert ef-alert-info" role="alert"></div>`
# Additional Info
Should probably create an array of ARIA roles to validate against. Also, it's possible to choose "any". Should consider a way a to handle that...maybe just return true, don't even set the return. Or an array merge. | defect | aria roles not being allowed issue target s creating beta info alert for the ui site what happened set the role attribute in the configuration was not there when the html was rendered what i expected additional info should probably create an array of aria roles to validate against also it s possible to choose any should consider a way a to handle that maybe just return true don t even set the return or an array merge | 1 |
11,048 | 2,622,956,217 | IssuesEvent | 2015-03-04 09:03:39 | folded/carve | https://api.github.com/repos/folded/carve | opened | Dynamic flip edges to remove flat triangles | auto-migrated Priority-Medium Type-Defect | ```
Dear all,
I need to do flip edge operations to remove flat triangles (maybe not coplaner,
for example, the attached .ply file), is there any function to flip edges of
triangulated surface?
Thanks,
Tang Laoya
```
Original issue reported on code.google.com by `tanglaoy...@gmail.com` on 29 Apr 2014 at 2:20
Attachments:
* [aa11.ply](https://storage.googleapis.com/google-code-attachments/carve/issue-61/comment-0/aa11.ply)
| 1.0 | Dynamic flip edges to remove flat triangles - ```
Dear all,
I need to do flip edge operations to remove flat triangles (maybe not coplaner,
for example, the attached .ply file), is there any function to flip edges of
triangulated surface?
Thanks,
Tang Laoya
```
Original issue reported on code.google.com by `tanglaoy...@gmail.com` on 29 Apr 2014 at 2:20
Attachments:
* [aa11.ply](https://storage.googleapis.com/google-code-attachments/carve/issue-61/comment-0/aa11.ply)
| defect | dynamic flip edges to remove flat triangles dear all i need to do flip edge operations to remove flat triangles maybe not coplaner for example the attached ply file is there any function to flip edges of triangulated surface thanks tang laoya original issue reported on code google com by tanglaoy gmail com on apr at attachments | 1 |
826,528 | 31,627,935,677 | IssuesEvent | 2023-09-06 07:07:57 | oceanbase/odc | https://api.github.com/repos/oceanbase/odc | opened | [Bug]: failed to step in a PL object which is defined twice with same name when debugging a procedure | type-bug priority-medium module-PL debugger | ### ODC version
4.2.0
### OB version
not related
### What happened?
there are procedures as follow:
```SQL
create or replace procedure P1(a in varchar)
IS
b varchar(100);
d int;
FUNCTION P2(c in varchar) return integer
is
v1 int;
begin
dbms_output.put_line('11');
v1 := 1;
return v1;
end P2;
begin
b := 'test'||a;
P2(b);
end;
create or replace procedure P2(c in varchar)
is
begin
dbms_output.put_line('11');
end P2;
```
I debug procedure `P1` and want to step in `P2`, there may step in outer `P2` proc.
### What did you expect to happen?
step in inner `P2` proc
### How can we reproduce it (as minimally and precisely as possible)?
follow 'What happened'
### Anything else we need to know?
_No response_
### Cloud
_No response_ | 1.0 | [Bug]: failed to step in a PL object which is defined twice with same name when debugging a procedure - ### ODC version
4.2.0
### OB version
not related
### What happened?
there are procedures as follow:
```SQL
create or replace procedure P1(a in varchar)
IS
b varchar(100);
d int;
FUNCTION P2(c in varchar) return integer
is
v1 int;
begin
dbms_output.put_line('11');
v1 := 1;
return v1;
end P2;
begin
b := 'test'||a;
P2(b);
end;
create or replace procedure P2(c in varchar)
is
begin
dbms_output.put_line('11');
end P2;
```
I debug procedure `P1` and want to step in `P2`, there may step in outer `P2` proc.
### What did you expect to happen?
step in inner `P2` proc
### How can we reproduce it (as minimally and precisely as possible)?
follow 'What happened'
### Anything else we need to know?
_No response_
### Cloud
_No response_ | non_defect | failed to step in a pl object which is defined twice with same name when debugging a procedure odc version ob version not related what happened there are procedures as follow sql create or replace procedure a in varchar is b varchar d int function c in varchar return integer is int begin dbms output put line return end begin b test a b end create or replace procedure c in varchar is begin dbms output put line end i debug procedure and want to step in there may step in outer proc what did you expect to happen step in inner proc how can we reproduce it as minimally and precisely as possible follow what happened anything else we need to know no response cloud no response | 0 |
274,937 | 30,188,300,732 | IssuesEvent | 2023-07-04 13:36:06 | gabriel-milan/denoising-autoencoder | https://api.github.com/repos/gabriel-milan/denoising-autoencoder | opened | CVE-2022-21739 (Medium) detected in tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl | Mend: dependency security vulnerability | ## CVE-2022-21739 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/aa/fd/993aa1333eb54d9f000863fe8ec61e41d12eb833dea51484c76c038718b5/tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/aa/fd/993aa1333eb54d9f000863fe8ec61e41d12eb833dea51484c76c038718b5/tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: /training/requirements.txt</p>
<p>Path to vulnerable library: /training/requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/gabriel-milan/denoising-autoencoder/commit/22186005a9ff5cf052b53f8bb5aa092b9ea8a670">22186005a9ff5cf052b53f8bb5aa092b9ea8a670</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>
Tensorflow is an Open Source Machine Learning Framework. The implementation of `QuantizedMaxPool` has an undefined behavior where user controlled inputs can trigger a reference binding to null pointer. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
<p>Publish Date: 2022-02-03
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-21739>CVE-2022-21739</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<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/tensorflow/tensorflow/security/advisories/GHSA-3mw4-6rj6-74g5">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-3mw4-6rj6-74g5</a></p>
<p>Release Date: 2022-02-03</p>
<p>Fix Resolution: 2.5.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-21739 (Medium) detected in tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl - ## CVE-2022-21739 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/aa/fd/993aa1333eb54d9f000863fe8ec61e41d12eb833dea51484c76c038718b5/tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/aa/fd/993aa1333eb54d9f000863fe8ec61e41d12eb833dea51484c76c038718b5/tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: /training/requirements.txt</p>
<p>Path to vulnerable library: /training/requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/gabriel-milan/denoising-autoencoder/commit/22186005a9ff5cf052b53f8bb5aa092b9ea8a670">22186005a9ff5cf052b53f8bb5aa092b9ea8a670</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>
Tensorflow is an Open Source Machine Learning Framework. The implementation of `QuantizedMaxPool` has an undefined behavior where user controlled inputs can trigger a reference binding to null pointer. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
<p>Publish Date: 2022-02-03
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-21739>CVE-2022-21739</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<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/tensorflow/tensorflow/security/advisories/GHSA-3mw4-6rj6-74g5">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-3mw4-6rj6-74g5</a></p>
<p>Release Date: 2022-02-03</p>
<p>Fix Resolution: 2.5.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file training requirements txt path to vulnerable library training requirements txt dependency hierarchy x tensorflow whl vulnerable library found in head commit a href found in base branch master vulnerability details tensorflow is an open source machine learning framework the implementation of quantizedmaxpool has an undefined behavior where user controlled inputs can trigger a reference binding to null pointer the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow and tensorflow as these are also affected and still in supported range publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
24,051 | 3,902,070,357 | IssuesEvent | 2016-04-18 13:29:10 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | DataTable filtering and sorting not working well together | defect | Updated to beta1 and the problem still exists, i.e.
- Set up a table with columns with sortable=true filter=true
- Filter by some value (using default filter type)
- Sort by any column and the full list is displayed again | 1.0 | DataTable filtering and sorting not working well together - Updated to beta1 and the problem still exists, i.e.
- Set up a table with columns with sortable=true filter=true
- Filter by some value (using default filter type)
- Sort by any column and the full list is displayed again | defect | datatable filtering and sorting not working well together updated to and the problem still exists i e set up a table with columns with sortable true filter true filter by some value using default filter type sort by any column and the full list is displayed again | 1 |
125,850 | 10,361,459,478 | IssuesEvent | 2019-09-06 10:04:06 | ghusta/android-docker-search | https://api.github.com/repos/ghusta/android-docker-search | closed | Replace AssertJ by Truth | refactoring test | [AssertJ](http://joel-costigliola.github.io/assertj/) is not fully compatible with Android.
AssertJ 3.x is targeted to Java 8, but some features are not compatible with Android.
We could use AssertJ 2.x, targeted to Java 7.
There used to be [AssertJ Android](https://github.com/square/assertj-android) by Square, but it's deprecated.
Another recent alternative is the library [Truth](https://truth.dev/) by Guava (Google) team.
It is described as :
> Fluent assertions for Java and Android
## Comparison
[Truth vs. AssertJ and Hamcrest](https://truth.dev/comparison)
## Who use it ?
This project for example :
- [Materialistic](https://github.com/hidroh/materialistic) | 1.0 | Replace AssertJ by Truth - [AssertJ](http://joel-costigliola.github.io/assertj/) is not fully compatible with Android.
AssertJ 3.x is targeted to Java 8, but some features are not compatible with Android.
We could use AssertJ 2.x, targeted to Java 7.
There used to be [AssertJ Android](https://github.com/square/assertj-android) by Square, but it's deprecated.
Another recent alternative is the library [Truth](https://truth.dev/) by Guava (Google) team.
It is described as :
> Fluent assertions for Java and Android
## Comparison
[Truth vs. AssertJ and Hamcrest](https://truth.dev/comparison)
## Who use it ?
This project for example :
- [Materialistic](https://github.com/hidroh/materialistic) | non_defect | replace assertj by truth is not fully compatible with android assertj x is targeted to java but some features are not compatible with android we could use assertj x targeted to java there used to be by square but it s deprecated another recent alternative is the library by guava google team it is described as fluent assertions for java and android comparison who use it this project for example | 0 |
328,474 | 9,995,182,280 | IssuesEvent | 2019-07-11 19:35:21 | rstudio/gt | https://api.github.com/repos/rstudio/gt | closed | Rename the `cells_styles()` function as `cell_text()`; create `cell_fill()` fcn | Difficulty: ① Novice Effort: ① Low Priority: ③ High Type: ★ Enhancement | Rename the `cells_styles()` function as `cell_text()`. This helper function should only be concerned with cell text so all `text_*` args should be renamed to lose the `text_` part.
| 1.0 | Rename the `cells_styles()` function as `cell_text()`; create `cell_fill()` fcn - Rename the `cells_styles()` function as `cell_text()`. This helper function should only be concerned with cell text so all `text_*` args should be renamed to lose the `text_` part.
| non_defect | rename the cells styles function as cell text create cell fill fcn rename the cells styles function as cell text this helper function should only be concerned with cell text so all text args should be renamed to lose the text part | 0 |
207,126 | 15,793,238,140 | IssuesEvent | 2021-04-02 08:37:24 | WoWManiaUK/Redemption | https://api.github.com/repos/WoWManiaUK/Redemption | closed | [Quest] The Astongue Corruptors become attackable after only one totem killed 10685 - Shadowmoon Valley | Confirmed Fixed on PTR - Ready to Test | Quest Link:
https://www.wow-mania.com/armory/?quest=10685 (scryer)
https://www.wow-mania.com/armory/?quest=10574 (aldor)
NPCs:
21710
21711
21416
21709
Video Evidence: https://youtu.be/12RWBd9OK2w
The NPC is suppose to be invulnerable while totems are alive.
The NPC should not be able to be hit While the totems are alive.
Link to what is suppose to happen: https://www.wowhead.com/quest=10685/the-ashtongue-corruptors#comments
| 1.0 | [Quest] The Astongue Corruptors become attackable after only one totem killed 10685 - Shadowmoon Valley - Quest Link:
https://www.wow-mania.com/armory/?quest=10685 (scryer)
https://www.wow-mania.com/armory/?quest=10574 (aldor)
NPCs:
21710
21711
21416
21709
Video Evidence: https://youtu.be/12RWBd9OK2w
The NPC is suppose to be invulnerable while totems are alive.
The NPC should not be able to be hit While the totems are alive.
Link to what is suppose to happen: https://www.wowhead.com/quest=10685/the-ashtongue-corruptors#comments
| non_defect | the astongue corruptors become attackable after only one totem killed shadowmoon valley quest link scryer aldor npcs video evidence the npc is suppose to be invulnerable while totems are alive the npc should not be able to be hit while the totems are alive link to what is suppose to happen | 0 |
9,608 | 2,615,163,604 | IssuesEvent | 2015-03-01 06:43:17 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | [!] WARNING: Failed to associate | auto-migrated Priority-Triage Type-Defect | ```
What does this error mean?
[!] WARNING: Failed to associate with... xxxxxx
there are many post about it but as far as i can tell: zero working answers.
*please* link me if i'm wrong.
Does anyone have a likely cause for this error?
In my case i suspect a mac-address white-list is in play, is that feasible or
no? if so, what do?
thanks!
(this is for cyber-security contest at my university)
```
Original issue reported on code.google.com by `surgezi...@gmail.com` on 9 Aug 2012 at 11:56 | 1.0 | [!] WARNING: Failed to associate - ```
What does this error mean?
[!] WARNING: Failed to associate with... xxxxxx
there are many post about it but as far as i can tell: zero working answers.
*please* link me if i'm wrong.
Does anyone have a likely cause for this error?
In my case i suspect a mac-address white-list is in play, is that feasible or
no? if so, what do?
thanks!
(this is for cyber-security contest at my university)
```
Original issue reported on code.google.com by `surgezi...@gmail.com` on 9 Aug 2012 at 11:56 | defect | warning failed to associate what does this error mean warning failed to associate with xxxxxx there are many post about it but as far as i can tell zero working answers please link me if i m wrong does anyone have a likely cause for this error in my case i suspect a mac address white list is in play is that feasible or no if so what do thanks this is for cyber security contest at my university original issue reported on code google com by surgezi gmail com on aug at | 1 |
90,652 | 18,235,958,703 | IssuesEvent | 2021-10-01 06:56:27 | polifonia-project/sonar2021_demo | https://api.github.com/repos/polifonia-project/sonar2021_demo | closed | UI: Song does not start from the beginning when moving to next song in the queue which is the same as current song. | bug code ui | If the same song is in the playlist/queue twice in succession, moving forwards in the queue does not cause the song to start again because the YouTube ID does not change and so it doesn't trigger a YouTubePlayer state change. | 1.0 | UI: Song does not start from the beginning when moving to next song in the queue which is the same as current song. - If the same song is in the playlist/queue twice in succession, moving forwards in the queue does not cause the song to start again because the YouTube ID does not change and so it doesn't trigger a YouTubePlayer state change. | non_defect | ui song does not start from the beginning when moving to next song in the queue which is the same as current song if the same song is in the playlist queue twice in succession moving forwards in the queue does not cause the song to start again because the youtube id does not change and so it doesn t trigger a youtubeplayer state change | 0 |
19,256 | 3,172,164,720 | IssuesEvent | 2015-09-23 05:45:05 | AtlasOfLivingAustralia/biocache-service | https://api.github.com/repos/AtlasOfLivingAustralia/biocache-service | closed | heatmap forceRefresh=true does cause the cache to upgrade | bug priority-medium status-new type-defect | _From @mbohun on August 19, 2014 13:5_
*migrated from:* https://code.google.com/p/ala/issues/detail?id=638
*date:* Mon Apr 14 22:42:36 2014
*author:* natasha....@csiro.au
---
This is a regression issue since String getQueryHash(HttpServletRequest request) method has been used to get the name of the map file.
This is because the hash of the normal query string will be different to the hash that includes forceRefresh=true.
_Copied from original issue: AtlasOfLivingAustralia/biocache-hubs#71_ | 1.0 | heatmap forceRefresh=true does cause the cache to upgrade - _From @mbohun on August 19, 2014 13:5_
*migrated from:* https://code.google.com/p/ala/issues/detail?id=638
*date:* Mon Apr 14 22:42:36 2014
*author:* natasha....@csiro.au
---
This is a regression issue since String getQueryHash(HttpServletRequest request) method has been used to get the name of the map file.
This is because the hash of the normal query string will be different to the hash that includes forceRefresh=true.
_Copied from original issue: AtlasOfLivingAustralia/biocache-hubs#71_ | defect | heatmap forcerefresh true does cause the cache to upgrade from mbohun on august migrated from date mon apr author natasha csiro au this is a regression issue since string getqueryhash httpservletrequest request method has been used to get the name of the map file this is because the hash of the normal query string will be different to the hash that includes forcerefresh true copied from original issue atlasoflivingaustralia biocache hubs | 1 |
63,724 | 17,871,050,013 | IssuesEvent | 2021-09-06 15:33:17 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | arcstat complains about DeprecationWarning when given a sleep interval | Type: Defect | ### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name | Ubuntu
Distribution Version | 20.04.2
Kernel Version |
Architecture | amd64
OpenZFS Version | zfs-0.8.3-1ubuntu12.12
<!--
Command to find OpenZFS version:
zfs version
Commands to find kernel version:
uname -r # Linux
freebsd-version -r # FreeBSD
-->
### Describe the problem you're observing
`/usr/sbin/arcstat:463: DeprecationWarning: an integer is required (got type decimal.Decimal). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.`
### Describe how to reproduce the problem
`arcstat 1`
| 1.0 | arcstat complains about DeprecationWarning when given a sleep interval - ### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name | Ubuntu
Distribution Version | 20.04.2
Kernel Version |
Architecture | amd64
OpenZFS Version | zfs-0.8.3-1ubuntu12.12
<!--
Command to find OpenZFS version:
zfs version
Commands to find kernel version:
uname -r # Linux
freebsd-version -r # FreeBSD
-->
### Describe the problem you're observing
`/usr/sbin/arcstat:463: DeprecationWarning: an integer is required (got type decimal.Decimal). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.`
### Describe how to reproduce the problem
`arcstat 1`
| defect | arcstat complains about deprecationwarning when given a sleep interval system information type version name distribution name ubuntu distribution version kernel version architecture openzfs version zfs command to find openzfs version zfs version commands to find kernel version uname r linux freebsd version r freebsd describe the problem you re observing usr sbin arcstat deprecationwarning an integer is required got type decimal decimal implicit conversion to integers using int is deprecated and may be removed in a future version of python describe how to reproduce the problem arcstat | 1 |
22,836 | 4,846,980,235 | IssuesEvent | 2016-11-10 13:40:18 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | opened | Include typescript definitions for SchedulerView | C: Scheduler Documentation | Define the SchedulerView base class in the type definitions, and possibly the inheriting DayView, AgendaView etc. | 1.0 | Include typescript definitions for SchedulerView - Define the SchedulerView base class in the type definitions, and possibly the inheriting DayView, AgendaView etc. | non_defect | include typescript definitions for schedulerview define the schedulerview base class in the type definitions and possibly the inheriting dayview agendaview etc | 0 |
137,548 | 18,753,662,911 | IssuesEvent | 2021-11-05 07:46:42 | madhans23/linux-4.15 | https://api.github.com/repos/madhans23/linux-4.15 | opened | WS-2021-0317 (High) detected in linux-yocto-devv5.13 | security vulnerability | ## WS-2021-0317 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-devv5.13</b></p></summary>
<p>
<p>Linux Embedded Kernel - tracks the next mainline release</p>
<p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto-dev>https://git.yoctoproject.org/git/linux-yocto-dev</a></p>
<p>Found in HEAD commit: <a href="https://github.com/madhans23/linux-4.15/commit/0212a970b00f59b908ade7092ec2cd13230ec39d">0212a970b00f59b908ade7092ec2cd13230ec39d</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Linux/Kernel in versions v5.13-rc1 to v5.13.3 is vulnerable to two use after free in ibmasm_init_one
<p>Publish Date: 2021-05-31
<p>URL: <a href=https://github.com/gregkh/linux/commit/a7268e8a227d5a4f0bd1584f556246b0224ab274>WS-2021-0317</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- 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://osv.dev/vulnerability/UVI-2021-1001206">https://osv.dev/vulnerability/UVI-2021-1001206</a></p>
<p>Release Date: 2021-05-31</p>
<p>Fix Resolution: v5.13.4</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-2021-0317 (High) detected in linux-yocto-devv5.13 - ## WS-2021-0317 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-devv5.13</b></p></summary>
<p>
<p>Linux Embedded Kernel - tracks the next mainline release</p>
<p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto-dev>https://git.yoctoproject.org/git/linux-yocto-dev</a></p>
<p>Found in HEAD commit: <a href="https://github.com/madhans23/linux-4.15/commit/0212a970b00f59b908ade7092ec2cd13230ec39d">0212a970b00f59b908ade7092ec2cd13230ec39d</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Linux/Kernel in versions v5.13-rc1 to v5.13.3 is vulnerable to two use after free in ibmasm_init_one
<p>Publish Date: 2021-05-31
<p>URL: <a href=https://github.com/gregkh/linux/commit/a7268e8a227d5a4f0bd1584f556246b0224ab274>WS-2021-0317</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- 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://osv.dev/vulnerability/UVI-2021-1001206">https://osv.dev/vulnerability/UVI-2021-1001206</a></p>
<p>Release Date: 2021-05-31</p>
<p>Fix Resolution: v5.13.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | ws high detected in linux yocto ws high severity vulnerability vulnerable library linux yocto linux embedded kernel tracks the next mainline release library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details linux kernel in versions to is vulnerable to two use after free in ibmasm init one publish date url a href cvss score details base score metrics exploitability metrics attack vector local 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 |
26,285 | 4,651,992,199 | IssuesEvent | 2016-10-03 12:31:10 | gbif/ipt | https://api.github.com/repos/gbif/ipt | closed | DCAT feed broken | bug Priority-High Type-Defect | Affects version 2.3.2
Error appears as either a Freemarker template error as the following stacktrace: java.lang.NullPointerException
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:210)
org.gbif.ipt.task.GenerateDCAT.createDCATDistributionInformation(GenerateDCAT.java:665)
org.gbif.ipt.task.GenerateDCAT.createDCATFeed(GenerateDCAT.java:181)
| 1.0 | DCAT feed broken - Affects version 2.3.2
Error appears as either a Freemarker template error as the following stacktrace: java.lang.NullPointerException
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:210)
org.gbif.ipt.task.GenerateDCAT.createDCATDistributionInformation(GenerateDCAT.java:665)
org.gbif.ipt.task.GenerateDCAT.createDCATFeed(GenerateDCAT.java:181)
| defect | dcat feed broken affects version error appears as either a freemarker template error as the following stacktrace java lang nullpointerexception com google common base preconditions checknotnull preconditions java org gbif ipt task generatedcat createdcatdistributioninformation generatedcat java org gbif ipt task generatedcat createdcatfeed generatedcat java | 1 |
76,502 | 26,464,428,133 | IssuesEvent | 2023-01-16 21:24:43 | openslide/openslide | https://api.github.com/repos/openslide/openslide | closed | Image has many blank tiles in it | defect | ### Operating system
Linux
### Platform
64bit-python
### OpenSlide version
1.2.0
### Slide format
mrxs
### Issue details
The image shows in the data has many blank tiles. I checked several files and they have the same issues. I wonder what could possibly lead to this? Thanks!
<img width="428" alt="image" src="https://user-images.githubusercontent.com/16257776/212741140-8297038b-5372-4113-96c6-c74d6902b059.png">
| 1.0 | Image has many blank tiles in it - ### Operating system
Linux
### Platform
64bit-python
### OpenSlide version
1.2.0
### Slide format
mrxs
### Issue details
The image shows in the data has many blank tiles. I checked several files and they have the same issues. I wonder what could possibly lead to this? Thanks!
<img width="428" alt="image" src="https://user-images.githubusercontent.com/16257776/212741140-8297038b-5372-4113-96c6-c74d6902b059.png">
| defect | image has many blank tiles in it operating system linux platform python openslide version slide format mrxs issue details the image shows in the data has many blank tiles i checked several files and they have the same issues i wonder what could possibly lead to this thanks img width alt image src | 1 |
6,185 | 9,102,019,130 | IssuesEvent | 2019-02-20 12:43:21 | linnovate/root | https://api.github.com/repos/linnovate/root | opened | document templates inheritance from office | 2.0.6 Process bug | after associating Template Document to Office (with members )
and the user (of the office) update to the Template Document only after refresh.
-the office with one user

-the Template Document before refresh (user not appears)

the member added is only with viewer permissions when he has higher permissions | 1.0 | document templates inheritance from office - after associating Template Document to Office (with members )
and the user (of the office) update to the Template Document only after refresh.
-the office with one user

-the Template Document before refresh (user not appears)

the member added is only with viewer permissions when he has higher permissions | non_defect | document templates inheritance from office after associating template document to office with members and the user of the office update to the template document only after refresh the office with one user the template document before refresh user not appears the member added is only with viewer permissions when he has higher permissions | 0 |
142,653 | 11,488,650,906 | IssuesEvent | 2020-02-11 14:16:17 | eclipse/openj9 | https://api.github.com/repos/eclipse/openj9 | closed | openjdk8_j9_sanity.functional_x86-64_linux libj9jit29.so: undefined symbol: _ZNK6google8protobuf7Message11GetTypeNameB5cxx11Ev | test failure | Failure link
------------
From an internal build:
```
21:44:56 JVMJ9VM011W Unable to load j9jit29: /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/amd64/compressedrefs/libj9jit29.so: undefined symbol: _ZNK6google8protobuf7Message11GetTypeNameB5cxx11Ev
21:44:56 openjdk version "1.8.0_252-internal"
21:44:56 OpenJDK Runtime Environment (build 1.8.0_252-internal-jenkins_2020_02_10_18_14-b00)
21:44:56 Eclipse OpenJ9 VM (build ibm_sdk-7c7d6e9d89, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20200210_317 (JIT disabled, AOT disabled)
21:44:56 OpenJ9 - 7c7d6e9d89
21:44:56 OMR - 2065a9182
21:44:56 JCL - fde5ba181d0 based on jdk8u252-b00)
```
Optional info
-------------
Failure output (captured from console output)
---------------------------------------------
```
test suite: read tests from "/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdk-tests/TKG/../../jvmtest/functional/VM_Test/VM_Test.jar"
+++ j9vm.test.libraryhandle.MultipleLibraryLoadTest: +++
command: /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/bin/java -Xcompressedrefs -XX:+UseCompressedOops -Xjit -Xgcpolicy:balanced -Xdump -Xms64m -Xmx64m -Xbootclasspath:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/amd64/compressedrefs/jclSC180/vm.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/se-service.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/rt.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/resources.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/jsse.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/charsets.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/jce.jar -classpath /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdk-tests/TKG/../../jvmtest/functional/VM_Test/VM_Test.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdk-tests/TKG/../TKG/lib/asm-all.jar j9vm.test.libraryhandle.MultipleLibraryLoadTest
JVMJ9VM011W Unable to load j9jit29: /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/amd64/compressedrefs/libj9jit29.so: undefined symbol: _ZNK6google8protobuf7Message11GetTypeNameB5cxx11Ev
JVMJ9VM004E Cannot load library required by: -Xjit
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
no-zero exit value: 1
*** Test FAILED *** (j9vm.test.libraryhandle.MultipleLibraryLoadTest)
```
This could be a machine issue, `-version` runs ok in another build. | 1.0 | openjdk8_j9_sanity.functional_x86-64_linux libj9jit29.so: undefined symbol: _ZNK6google8protobuf7Message11GetTypeNameB5cxx11Ev - Failure link
------------
From an internal build:
```
21:44:56 JVMJ9VM011W Unable to load j9jit29: /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/amd64/compressedrefs/libj9jit29.so: undefined symbol: _ZNK6google8protobuf7Message11GetTypeNameB5cxx11Ev
21:44:56 openjdk version "1.8.0_252-internal"
21:44:56 OpenJDK Runtime Environment (build 1.8.0_252-internal-jenkins_2020_02_10_18_14-b00)
21:44:56 Eclipse OpenJ9 VM (build ibm_sdk-7c7d6e9d89, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20200210_317 (JIT disabled, AOT disabled)
21:44:56 OpenJ9 - 7c7d6e9d89
21:44:56 OMR - 2065a9182
21:44:56 JCL - fde5ba181d0 based on jdk8u252-b00)
```
Optional info
-------------
Failure output (captured from console output)
---------------------------------------------
```
test suite: read tests from "/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdk-tests/TKG/../../jvmtest/functional/VM_Test/VM_Test.jar"
+++ j9vm.test.libraryhandle.MultipleLibraryLoadTest: +++
command: /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/bin/java -Xcompressedrefs -XX:+UseCompressedOops -Xjit -Xgcpolicy:balanced -Xdump -Xms64m -Xmx64m -Xbootclasspath:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/amd64/compressedrefs/jclSC180/vm.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/se-service.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/rt.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/resources.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/jsse.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/charsets.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/jce.jar -classpath /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdk-tests/TKG/../../jvmtest/functional/VM_Test/VM_Test.jar:/home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdk-tests/TKG/../TKG/lib/asm-all.jar j9vm.test.libraryhandle.MultipleLibraryLoadTest
JVMJ9VM011W Unable to load j9jit29: /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-64_linux_Nightly/openjdkbinary/j2sdk-image/jre/lib/amd64/compressedrefs/libj9jit29.so: undefined symbol: _ZNK6google8protobuf7Message11GetTypeNameB5cxx11Ev
JVMJ9VM004E Cannot load library required by: -Xjit
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
no-zero exit value: 1
*** Test FAILED *** (j9vm.test.libraryhandle.MultipleLibraryLoadTest)
```
This could be a machine issue, `-version` runs ok in another build. | non_defect | sanity functional linux so undefined symbol failure link from an internal build unable to load home jenkins workspace test sanity functional linux nightly openjdkbinary image jre lib compressedrefs so undefined symbol openjdk version internal openjdk runtime environment build internal jenkins eclipse vm build ibm sdk jre linux bit compressed references jit disabled aot disabled omr jcl based on optional info failure output captured from console output test suite read tests from home jenkins workspace test sanity functional linux nightly openjdk tests tkg jvmtest functional vm test vm test jar test libraryhandle multiplelibraryloadtest command home jenkins workspace test sanity functional linux nightly openjdkbinary image bin java xcompressedrefs xx usecompressedoops xjit xgcpolicy balanced xdump xbootclasspath home jenkins workspace test sanity functional linux nightly openjdkbinary image jre lib compressedrefs vm jar home jenkins workspace test sanity functional linux nightly openjdkbinary image jre lib se service jar home jenkins workspace test sanity functional linux nightly openjdkbinary image jre lib rt jar home jenkins workspace test sanity functional linux nightly openjdkbinary image jre lib resources jar home jenkins workspace test sanity functional linux nightly openjdkbinary image jre lib jsse jar home jenkins workspace test sanity functional linux nightly openjdkbinary image jre lib charsets jar home jenkins workspace test sanity functional linux nightly openjdkbinary image jre lib jce jar classpath home jenkins workspace test sanity functional linux nightly openjdk tests tkg jvmtest functional vm test vm test jar home jenkins workspace test sanity functional linux nightly openjdk tests tkg tkg lib asm all jar test libraryhandle multiplelibraryloadtest unable to load home jenkins workspace test sanity functional linux nightly openjdkbinary image jre lib compressedrefs so undefined symbol cannot load library required by xjit error could not create the java virtual machine error a fatal exception has occurred program will exit no zero exit value test failed test libraryhandle multiplelibraryloadtest this could be a machine issue version runs ok in another build | 0 |
174,587 | 13,496,123,938 | IssuesEvent | 2020-09-12 02:14:22 | jsoss-sig/keycloak-fapi | https://api.github.com/repos/jsoss-sig/keycloak-fapi | closed | Confirm all FAPI R/W OP w/ MTLS conformance tests are passed by the locally built keycloak | Authz Server Environment TestPlan: [MTLS] keycloak | Confirm all FAPI R/W OP w/ MTLS conformance tests are passed by the locally build keycloak that the following issues are resolved (not yet sent as PRs).
- [KEYCLOAK-15236](https://issues.redhat.com/browse/KEYCLOAK-15236)
- [KEYCLOAK-14195](https://issues.redhat.com/browse/KEYCLOAK-14195)
- [KEYCLOAK-14204](https://issues.redhat.com/browse/KEYCLOAK-14204)
- [KEYCLOAK-14205](https://issues.redhat.com/browse/KEYCLOAK-14205)
clarified by https://github.com/jsoss-sig/keycloak-fapi/issues/41 | 1.0 | Confirm all FAPI R/W OP w/ MTLS conformance tests are passed by the locally built keycloak - Confirm all FAPI R/W OP w/ MTLS conformance tests are passed by the locally build keycloak that the following issues are resolved (not yet sent as PRs).
- [KEYCLOAK-15236](https://issues.redhat.com/browse/KEYCLOAK-15236)
- [KEYCLOAK-14195](https://issues.redhat.com/browse/KEYCLOAK-14195)
- [KEYCLOAK-14204](https://issues.redhat.com/browse/KEYCLOAK-14204)
- [KEYCLOAK-14205](https://issues.redhat.com/browse/KEYCLOAK-14205)
clarified by https://github.com/jsoss-sig/keycloak-fapi/issues/41 | non_defect | confirm all fapi r w op w mtls conformance tests are passed by the locally built keycloak confirm all fapi r w op w mtls conformance tests are passed by the locally build keycloak that the following issues are resolved not yet sent as prs clarified by | 0 |
59,593 | 17,023,170,801 | IssuesEvent | 2021-07-03 00:41:34 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | next page link on user/<username>/traces/ page links to /traces/page/<number> | Component: website Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 9.19pm, Sunday, 10th June 2007]**
For example
http://www.openstreetmap.org/user/Chris%20Morley/traces/
The next page link links to
http://www.openstreetmap.org/traces/page/2
instead of
http://www.openstreetmap.org/user/Chris%20Morley/traces/page/2 | 1.0 | next page link on user/<username>/traces/ page links to /traces/page/<number> - **[Submitted to the original trac issue database at 9.19pm, Sunday, 10th June 2007]**
For example
http://www.openstreetmap.org/user/Chris%20Morley/traces/
The next page link links to
http://www.openstreetmap.org/traces/page/2
instead of
http://www.openstreetmap.org/user/Chris%20Morley/traces/page/2 | defect | next page link on user traces page links to traces page for example the next page link links to instead of | 1 |
343,400 | 10,329,540,148 | IssuesEvent | 2019-09-02 12:28:49 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | CSS File Dawn/yui.css not found | Bug Duplicate Low Priority | <!--- Provide a general summary of the issue in the **Title** above -->
Mon Aug 26 21:28:20 2019 [919][1][WARN] CSS File Dawn/yui.css not found
<!--- Before you open an issue, please check if a similar issue already exists or has been closed before. --->
<!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. --->
#### Issue
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> This should not be appearing within the error log and I am concerned that it may cause further issues across the Suite CRM system and create additional workload. By ironing out errors generated, it provides a cast iron base to move forward with (to add to recommendations already provided to Ashley regarding end user involvement being at the core of the development work that Suite CRM undertakes.
#### Expected Behavior
<!--- Tell us what should happen --> Shouldn't be happening.
#### Actual Behavior
<!--- Tell us what happens instead -->
<!--- Also please check relevant logs (suitecrm.log, php error.log etc.) -->
#### Possible Fix
<!--- Not obligatory, but suggest a fix or reason for the bug -->
#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. By checking log with "warn status".
2.
3.
4.
#### Context
<!--- How has this bug affected you? What were you trying to accomplish? -->
<!--- If you feel this should be a low/medium/high priority then please state so -->
SuiteCRM Version used: 7.11.8
Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Version 76.0.3809.100 (Official Build) Built on Ubuntu , running on LinuxMint 18.3 (64-bit)
Environment name and version (e.g. MySQL, PHP 7): PHP 7.0.33 - 10.3.15-MariaDB-1 - Debian 10 Apache 2.4.28 (Debian)
Operating System and version (e.g Ubuntu 16.04): As Above.
This issue has not been resolved with a quick rebuild.
Many thanks. | 1.0 | CSS File Dawn/yui.css not found - <!--- Provide a general summary of the issue in the **Title** above -->
Mon Aug 26 21:28:20 2019 [919][1][WARN] CSS File Dawn/yui.css not found
<!--- Before you open an issue, please check if a similar issue already exists or has been closed before. --->
<!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. --->
#### Issue
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> This should not be appearing within the error log and I am concerned that it may cause further issues across the Suite CRM system and create additional workload. By ironing out errors generated, it provides a cast iron base to move forward with (to add to recommendations already provided to Ashley regarding end user involvement being at the core of the development work that Suite CRM undertakes.
#### Expected Behavior
<!--- Tell us what should happen --> Shouldn't be happening.
#### Actual Behavior
<!--- Tell us what happens instead -->
<!--- Also please check relevant logs (suitecrm.log, php error.log etc.) -->
#### Possible Fix
<!--- Not obligatory, but suggest a fix or reason for the bug -->
#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. By checking log with "warn status".
2.
3.
4.
#### Context
<!--- How has this bug affected you? What were you trying to accomplish? -->
<!--- If you feel this should be a low/medium/high priority then please state so -->
SuiteCRM Version used: 7.11.8
Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Version 76.0.3809.100 (Official Build) Built on Ubuntu , running on LinuxMint 18.3 (64-bit)
Environment name and version (e.g. MySQL, PHP 7): PHP 7.0.33 - 10.3.15-MariaDB-1 - Debian 10 Apache 2.4.28 (Debian)
Operating System and version (e.g Ubuntu 16.04): As Above.
This issue has not been resolved with a quick rebuild.
Many thanks. | non_defect | css file dawn yui css not found mon aug css file dawn yui css not found issue this should not be appearing within the error log and i am concerned that it may cause further issues across the suite crm system and create additional workload by ironing out errors generated it provides a cast iron base to move forward with to add to recommendations already provided to ashley regarding end user involvement being at the core of the development work that suite crm undertakes expected behavior shouldn t be happening actual behavior possible fix steps to reproduce by checking log with warn status context suitecrm version used browser name and version e g chrome version bit version official build built on ubuntu running on linuxmint bit environment name and version e g mysql php php mariadb debian apache debian operating system and version e g ubuntu as above this issue has not been resolved with a quick rebuild many thanks | 0 |
3,382 | 13,627,026,289 | IssuesEvent | 2020-09-24 11:59:12 | elastic/beats | https://api.github.com/repos/elastic/beats | closed | Support running Auditbeat and Elastic Agent docker images without root | :Packaging Team:Automation Team:Ingest Management Team:Platforms Team:SIEM enhancement v7.10.0 | In general it makes more sense to run Auditbeat and Elastic Agent as root. Most of Auditbeat functionality requires high privileges, and Elastic Agent has capabilities to start and supervise other services, including Auditbeat, so it also requires these privileges. Endpoint probably also require high privileges.
For that, docker images use `USER root`, but this goes against generally accepted good practices, containers run with arbitrary user ids in secured Kubernetes environments, and Red Hat certified images cannot run as root.
So we should stop using `USER root`, at least in UBI images, that are more intended to certified, secure environments. We have to take into account that the images could still be run as root in privileged environments with runtime options.
Things to do:
* Remove `USER root` from Auditbeat and Elastic Agent docker images (at least from the UBI ones).
* Ensure that they include a minimal configuration that provides some functionality without root privileges. If this is not possible, we will have to reconsider this.
* Ensure that they can still be run as root, with specific runtime options for that, in privileged environments.
Where to look at:
* User is set to root for Auditbeat in the `magefile.go` ([here](https://github.com/elastic/beats/blob/65ddc49cd4bcb63bb0252f5d70872137baa51fc7/auditbeat/scripts/mage/package.go#L98)), if we are going to provide different config for default and UBI images, we will have to move this to the `packages.yml` file as a new config that extends common Beats config, what would allow a cleaner override.
* User is set to root for Elastic Agent in the `packages.yml` file ([here](https://github.com/elastic/beats/blob/65ddc49cd4bcb63bb0252f5d70872137baa51fc7/dev-tools/packaging/packages.yml#L343)).
Related PRs and issues:
* UBI images - https://github.com/elastic/beats/pull/20576
* Support running containers with arbitrary users - https://github.com/elastic/beats/pull/18873
* Improving support on restricted environments - https://github.com/elastic/beats/issues/19600 | 1.0 | Support running Auditbeat and Elastic Agent docker images without root - In general it makes more sense to run Auditbeat and Elastic Agent as root. Most of Auditbeat functionality requires high privileges, and Elastic Agent has capabilities to start and supervise other services, including Auditbeat, so it also requires these privileges. Endpoint probably also require high privileges.
For that, docker images use `USER root`, but this goes against generally accepted good practices, containers run with arbitrary user ids in secured Kubernetes environments, and Red Hat certified images cannot run as root.
So we should stop using `USER root`, at least in UBI images, that are more intended to certified, secure environments. We have to take into account that the images could still be run as root in privileged environments with runtime options.
Things to do:
* Remove `USER root` from Auditbeat and Elastic Agent docker images (at least from the UBI ones).
* Ensure that they include a minimal configuration that provides some functionality without root privileges. If this is not possible, we will have to reconsider this.
* Ensure that they can still be run as root, with specific runtime options for that, in privileged environments.
Where to look at:
* User is set to root for Auditbeat in the `magefile.go` ([here](https://github.com/elastic/beats/blob/65ddc49cd4bcb63bb0252f5d70872137baa51fc7/auditbeat/scripts/mage/package.go#L98)), if we are going to provide different config for default and UBI images, we will have to move this to the `packages.yml` file as a new config that extends common Beats config, what would allow a cleaner override.
* User is set to root for Elastic Agent in the `packages.yml` file ([here](https://github.com/elastic/beats/blob/65ddc49cd4bcb63bb0252f5d70872137baa51fc7/dev-tools/packaging/packages.yml#L343)).
Related PRs and issues:
* UBI images - https://github.com/elastic/beats/pull/20576
* Support running containers with arbitrary users - https://github.com/elastic/beats/pull/18873
* Improving support on restricted environments - https://github.com/elastic/beats/issues/19600 | non_defect | support running auditbeat and elastic agent docker images without root in general it makes more sense to run auditbeat and elastic agent as root most of auditbeat functionality requires high privileges and elastic agent has capabilities to start and supervise other services including auditbeat so it also requires these privileges endpoint probably also require high privileges for that docker images use user root but this goes against generally accepted good practices containers run with arbitrary user ids in secured kubernetes environments and red hat certified images cannot run as root so we should stop using user root at least in ubi images that are more intended to certified secure environments we have to take into account that the images could still be run as root in privileged environments with runtime options things to do remove user root from auditbeat and elastic agent docker images at least from the ubi ones ensure that they include a minimal configuration that provides some functionality without root privileges if this is not possible we will have to reconsider this ensure that they can still be run as root with specific runtime options for that in privileged environments where to look at user is set to root for auditbeat in the magefile go if we are going to provide different config for default and ubi images we will have to move this to the packages yml file as a new config that extends common beats config what would allow a cleaner override user is set to root for elastic agent in the packages yml file related prs and issues ubi images support running containers with arbitrary users improving support on restricted environments | 0 |
69,531 | 22,412,922,189 | IssuesEvent | 2022-06-19 01:49:10 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | silent corruption for thousands files gives input/output error but cannot be detected with scrub - at least for openzfs 2.0.0 | Type: Defect Status: Stale | <!-- Please fill out the following template, which will help other contributors address your issue. -->
### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name | Freenas/Freebsd and Arch Linux
Distribution Version |
Linux Kernel |
Architecture |
ZFS Version | 2.0.0
SPL Version |
<!--
Commands to find ZFS/SPL versions:
modinfo zfs | grep -iw version
modinfo spl | grep -iw version
-->
### Describe the problem you're observing
The issue raised for a previous version of zfs (https://github.com/openzfs/zfs/issues/10697) is still there.
Issue appears in Freenas (Freebsd 12) using openzfs 2.0; problem was confirmed using SystemRescue (https://github.com/nchevsky/systemrescue-zfs) that is using a more recent version of zfs. This sound more a zfs issue.
The impacted files are read-only (I never changed them (write once, read many times), should have been part of the pool for at least one year). The files (about 17,000) are all part of the same dataset (mainly .jpg files but not all while the dataset contains mostly music)
I have many files that I can't see (cat, less, ... reports: Input/output error); ls is reporting the file howver. I replaced a disk recently, not sure if I should try a resilver or if it was the reason of the problem. I checked old snapshots, and the problem is also there.
I tried to see the content of the file using zdb and it seems successful
cp returns: Bad Address, and dmesg reports the error (nothing for cat, ....):
`vm_fault: pager read error`
`zfs send`
returns also Input/output error; easy way to spot the problem.
Pool is healthy, scrub did not report any issue. However after executing the zfs send, one error appeared connected to a snapshot (the one I used with zfs send); I guess it stopped after the 1st error.
```
root@freenas:~ # zpool status -v
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0B in 00:00:56 with 0 errors on Tue Jan 5 03:45:56 2021
config:
NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
ada0p2 ONLINE 0 0 0
errors: No known data errors
pool: vollog
state: ONLINE
scan: scrub repaired 0B in 00:00:43 with 0 errors on Sun Dec 20 00:00:44 2020
config:
NAME STATE READ WRITE CKSUM
vollog ONLINE 0 0 0
ada1p2 ONLINE 0 0 0
errors: No known data errors
pool: voluz
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
scan: scrub repaired 0B in 10:39:18 with 0 errors on Wed Jan 6 01:16:40 2021
config:
NAME STATE READ WRITE CKSUM
voluz ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
da0p2 ONLINE 0 0 0
da1p2 ONLINE 0 0 0
da2p2 ONLINE 0 0 0
da3p2 ONLINE 0 0 0
da4p2 ONLINE 0 0 0
logs
nvd0p2 ONLINE 0 0 0
cache
nvd0p3 ONLINE 0 0 0
errors: Permanent errors have been detected in the following files:
voluz/media/music@auto-20210104.0900-2w:/EAC-Pending/The Who - Quadrophenia [MFSL]/Disc 2/02 - Sea And Sand.flac
```
Note that the slog/cache were added very recently (the issue was likely present before I added them).
Files are pretty old as per below, but it is as if the inode changed recently (I replaced one disk with a larger one) around that time (mid-November I think, not sure how to check it as I don't see it under zpool history) and if it relates.
```
root@freenas:/mnt/voluz # stat "./media/music/APE/Aerosmith/1974_20-_20Get_20Your_20Wings/CD.jpg"
1334434238368977443 25594 -rwxrwxrwx 1 webdav webdav 18446744073709551615 99445 "Sep 20 09:26:08 2012" "Jun 8 19:11:23 2012" "Oct 19 18:14:21 2020" "Sep 20 09:26:08 2012" 65536 242 0x800 ./media/music/APE/Aerosmith/1974_20-_20Get_20Your_20Wings/CD.jpg
```
### Describe how to reproduce the problem
zfs send or cat file
### Include any warning/errors/backtraces from the system logs
<!--
*IMPORTANT* - Please mark logs and text output from terminal commands
or else Github will not display them correctly.
An example is provided below.
Example:
```
this is an example how log text should be marked (wrap it with ```)
```
-->
On Freebsd, nothing except if I am using cp (`vm_fault: pager read error`)
| 1.0 | silent corruption for thousands files gives input/output error but cannot be detected with scrub - at least for openzfs 2.0.0 - <!-- Please fill out the following template, which will help other contributors address your issue. -->
### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name | Freenas/Freebsd and Arch Linux
Distribution Version |
Linux Kernel |
Architecture |
ZFS Version | 2.0.0
SPL Version |
<!--
Commands to find ZFS/SPL versions:
modinfo zfs | grep -iw version
modinfo spl | grep -iw version
-->
### Describe the problem you're observing
The issue raised for a previous version of zfs (https://github.com/openzfs/zfs/issues/10697) is still there.
Issue appears in Freenas (Freebsd 12) using openzfs 2.0; problem was confirmed using SystemRescue (https://github.com/nchevsky/systemrescue-zfs) that is using a more recent version of zfs. This sound more a zfs issue.
The impacted files are read-only (I never changed them (write once, read many times), should have been part of the pool for at least one year). The files (about 17,000) are all part of the same dataset (mainly .jpg files but not all while the dataset contains mostly music)
I have many files that I can't see (cat, less, ... reports: Input/output error); ls is reporting the file howver. I replaced a disk recently, not sure if I should try a resilver or if it was the reason of the problem. I checked old snapshots, and the problem is also there.
I tried to see the content of the file using zdb and it seems successful
cp returns: Bad Address, and dmesg reports the error (nothing for cat, ....):
`vm_fault: pager read error`
`zfs send`
returns also Input/output error; easy way to spot the problem.
Pool is healthy, scrub did not report any issue. However after executing the zfs send, one error appeared connected to a snapshot (the one I used with zfs send); I guess it stopped after the 1st error.
```
root@freenas:~ # zpool status -v
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0B in 00:00:56 with 0 errors on Tue Jan 5 03:45:56 2021
config:
NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
ada0p2 ONLINE 0 0 0
errors: No known data errors
pool: vollog
state: ONLINE
scan: scrub repaired 0B in 00:00:43 with 0 errors on Sun Dec 20 00:00:44 2020
config:
NAME STATE READ WRITE CKSUM
vollog ONLINE 0 0 0
ada1p2 ONLINE 0 0 0
errors: No known data errors
pool: voluz
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
scan: scrub repaired 0B in 10:39:18 with 0 errors on Wed Jan 6 01:16:40 2021
config:
NAME STATE READ WRITE CKSUM
voluz ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
da0p2 ONLINE 0 0 0
da1p2 ONLINE 0 0 0
da2p2 ONLINE 0 0 0
da3p2 ONLINE 0 0 0
da4p2 ONLINE 0 0 0
logs
nvd0p2 ONLINE 0 0 0
cache
nvd0p3 ONLINE 0 0 0
errors: Permanent errors have been detected in the following files:
voluz/media/music@auto-20210104.0900-2w:/EAC-Pending/The Who - Quadrophenia [MFSL]/Disc 2/02 - Sea And Sand.flac
```
Note that the slog/cache were added very recently (the issue was likely present before I added them).
Files are pretty old as per below, but it is as if the inode changed recently (I replaced one disk with a larger one) around that time (mid-November I think, not sure how to check it as I don't see it under zpool history) and if it relates.
```
root@freenas:/mnt/voluz # stat "./media/music/APE/Aerosmith/1974_20-_20Get_20Your_20Wings/CD.jpg"
1334434238368977443 25594 -rwxrwxrwx 1 webdav webdav 18446744073709551615 99445 "Sep 20 09:26:08 2012" "Jun 8 19:11:23 2012" "Oct 19 18:14:21 2020" "Sep 20 09:26:08 2012" 65536 242 0x800 ./media/music/APE/Aerosmith/1974_20-_20Get_20Your_20Wings/CD.jpg
```
### Describe how to reproduce the problem
zfs send or cat file
### Include any warning/errors/backtraces from the system logs
<!--
*IMPORTANT* - Please mark logs and text output from terminal commands
or else Github will not display them correctly.
An example is provided below.
Example:
```
this is an example how log text should be marked (wrap it with ```)
```
-->
On Freebsd, nothing except if I am using cp (`vm_fault: pager read error`)
| defect | silent corruption for thousands files gives input output error but cannot be detected with scrub at least for openzfs system information type version name distribution name freenas freebsd and arch linux distribution version linux kernel architecture zfs version spl version commands to find zfs spl versions modinfo zfs grep iw version modinfo spl grep iw version describe the problem you re observing the issue raised for a previous version of zfs is still there issue appears in freenas freebsd using openzfs problem was confirmed using systemrescue that is using a more recent version of zfs this sound more a zfs issue the impacted files are read only i never changed them write once read many times should have been part of the pool for at least one year the files about are all part of the same dataset mainly jpg files but not all while the dataset contains mostly music i have many files that i can t see cat less reports input output error ls is reporting the file howver i replaced a disk recently not sure if i should try a resilver or if it was the reason of the problem i checked old snapshots and the problem is also there i tried to see the content of the file using zdb and it seems successful cp returns bad address and dmesg reports the error nothing for cat vm fault pager read error zfs send returns also input output error easy way to spot the problem pool is healthy scrub did not report any issue however after executing the zfs send one error appeared connected to a snapshot the one i used with zfs send i guess it stopped after the error root freenas zpool status v pool freenas boot state online scan scrub repaired in with errors on tue jan config name state read write cksum freenas boot online online errors no known data errors pool vollog state online scan scrub repaired in with errors on sun dec config name state read write cksum vollog online online errors no known data errors pool voluz state online status one or more devices has experienced an error resulting in data corruption applications may be affected action restore the file in question if possible otherwise restore the entire pool from backup see scan scrub repaired in with errors on wed jan config name state read write cksum voluz online online online online online online online logs online cache online errors permanent errors have been detected in the following files voluz media music auto eac pending the who quadrophenia disc sea and sand flac note that the slog cache were added very recently the issue was likely present before i added them files are pretty old as per below but it is as if the inode changed recently i replaced one disk with a larger one around that time mid november i think not sure how to check it as i don t see it under zpool history and if it relates root freenas mnt voluz stat media music ape aerosmith cd jpg rwxrwxrwx webdav webdav sep jun oct sep media music ape aerosmith cd jpg describe how to reproduce the problem zfs send or cat file include any warning errors backtraces from the system logs important please mark logs and text output from terminal commands or else github will not display them correctly an example is provided below example this is an example how log text should be marked wrap it with on freebsd nothing except if i am using cp vm fault pager read error | 1 |
1,387 | 2,603,844,371 | IssuesEvent | 2015-02-24 18:15:31 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳疱疹是怎么回事 | auto-migrated Priority-Medium Type-Defect | ```
沈阳疱疹是怎么回事〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:00 | 1.0 | 沈阳疱疹是怎么回事 - ```
沈阳疱疹是怎么回事〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:00 | defect | 沈阳疱疹是怎么回事 沈阳疱疹是怎么回事〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at | 1 |
67,649 | 21,040,603,634 | IssuesEvent | 2022-03-31 11:59:18 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Integration manager cannot invite the slack bot into room | T-Defect X-Regression A-Integrations | Users such as https://github.com/matrix-org/riot-web-rageshakes/issues/2699 are failing to invite the slack bot into their room to begin bridging with the slack bridge. They usually profess to have admin in the rooms, so it's unclear why it's failing.
This doesn't seem to be a problem for everyone.
Relevant code path is: https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/ScalarMessaging.js#L268-L294 | 1.0 | Integration manager cannot invite the slack bot into room - Users such as https://github.com/matrix-org/riot-web-rageshakes/issues/2699 are failing to invite the slack bot into their room to begin bridging with the slack bridge. They usually profess to have admin in the rooms, so it's unclear why it's failing.
This doesn't seem to be a problem for everyone.
Relevant code path is: https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/ScalarMessaging.js#L268-L294 | defect | integration manager cannot invite the slack bot into room users such as are failing to invite the slack bot into their room to begin bridging with the slack bridge they usually profess to have admin in the rooms so it s unclear why it s failing this doesn t seem to be a problem for everyone relevant code path is | 1 |
116,942 | 4,709,077,889 | IssuesEvent | 2016-10-14 03:15:43 | projectcalico/libcalico-go | https://api.github.com/repos/projectcalico/libcalico-go | opened | Rename !X fields in API to be notX | Priority/P3 | They format really weirdly in yaml.
@robbrockbank what do you think? The backend can stay the same. | 1.0 | Rename !X fields in API to be notX - They format really weirdly in yaml.
@robbrockbank what do you think? The backend can stay the same. | non_defect | rename x fields in api to be notx they format really weirdly in yaml robbrockbank what do you think the backend can stay the same | 0 |
106,704 | 13,350,577,850 | IssuesEvent | 2020-08-30 08:51:41 | oppia/oppia | https://api.github.com/repos/oppia/oppia | closed | Navigating through previous answers in the learner view is a bit fiddly | frontend needs UX design talk-to: @DubeySandeep | If you want to look back at an answer from several questions ago, then you have to click the left arrow a lot of times, and it keeps jumping up and down as the length of text on each card changes. Then to get back to the current question you have to click on the forward arrow the same number of times, with no way to fast-forward to the current question.
I'm not sure if users are looking back at their earlier answers often enough for this to be a significant issues, so I'm marking it for triage.
@seanlip do you have a sense of whether this is a common user behaviour?
| 1.0 | Navigating through previous answers in the learner view is a bit fiddly - If you want to look back at an answer from several questions ago, then you have to click the left arrow a lot of times, and it keeps jumping up and down as the length of text on each card changes. Then to get back to the current question you have to click on the forward arrow the same number of times, with no way to fast-forward to the current question.
I'm not sure if users are looking back at their earlier answers often enough for this to be a significant issues, so I'm marking it for triage.
@seanlip do you have a sense of whether this is a common user behaviour?
| non_defect | navigating through previous answers in the learner view is a bit fiddly if you want to look back at an answer from several questions ago then you have to click the left arrow a lot of times and it keeps jumping up and down as the length of text on each card changes then to get back to the current question you have to click on the forward arrow the same number of times with no way to fast forward to the current question i m not sure if users are looking back at their earlier answers often enough for this to be a significant issues so i m marking it for triage seanlip do you have a sense of whether this is a common user behaviour | 0 |
64,116 | 18,234,646,748 | IssuesEvent | 2021-10-01 04:31:28 | include-what-you-use/include-what-you-use | https://api.github.com/repos/include-what-you-use/include-what-you-use | closed | fix_includes.py --comments should add comments even if the actual includes didn't change | Type-Defect Priority-Medium | Originally reported on Google Code with ID 75
```
What steps will reproduce the problem? Give the *exact* arguments passed
to include-what-you-use, and attach the input source file that gives the
problem (minimal test-cases are much appreciated!)
1. Run iwyu on something, and update the file to match its recommendations.
2. Later on, run iwyu again, and feed the output to fix_includes.py --comments to add
comments.
3. Nothing happens! "(skipping /path/to/foo.cpp: iwyu reports no contentful changes)".
I don't want only "contentful" changes -- that's why I ran it with --comments!
Looking at the output of iwyu itself, it currently doesn't output anything for files
it's already happy with. It should change to output the contents again with comments
if they don't already have comments.
What version of the product are you using? On what operating system?
LLVM r160007, iwyu r357, Ubuntu 12.04 LTS x86.
```
Reported by `ayg@aryeh.name` on 2012-07-11 12:42:58
| 1.0 | fix_includes.py --comments should add comments even if the actual includes didn't change - Originally reported on Google Code with ID 75
```
What steps will reproduce the problem? Give the *exact* arguments passed
to include-what-you-use, and attach the input source file that gives the
problem (minimal test-cases are much appreciated!)
1. Run iwyu on something, and update the file to match its recommendations.
2. Later on, run iwyu again, and feed the output to fix_includes.py --comments to add
comments.
3. Nothing happens! "(skipping /path/to/foo.cpp: iwyu reports no contentful changes)".
I don't want only "contentful" changes -- that's why I ran it with --comments!
Looking at the output of iwyu itself, it currently doesn't output anything for files
it's already happy with. It should change to output the contents again with comments
if they don't already have comments.
What version of the product are you using? On what operating system?
LLVM r160007, iwyu r357, Ubuntu 12.04 LTS x86.
```
Reported by `ayg@aryeh.name` on 2012-07-11 12:42:58
| defect | fix includes py comments should add comments even if the actual includes didn t change originally reported on google code with id what steps will reproduce the problem give the exact arguments passed to include what you use and attach the input source file that gives the problem minimal test cases are much appreciated run iwyu on something and update the file to match its recommendations later on run iwyu again and feed the output to fix includes py comments to add comments nothing happens skipping path to foo cpp iwyu reports no contentful changes i don t want only contentful changes that s why i ran it with comments looking at the output of iwyu itself it currently doesn t output anything for files it s already happy with it should change to output the contents again with comments if they don t already have comments what version of the product are you using on what operating system llvm iwyu ubuntu lts reported by ayg aryeh name on | 1 |
8,928 | 2,612,931,465 | IssuesEvent | 2015-02-27 17:34:57 | chrsmith/windows-package-manager | https://api.github.com/repos/chrsmith/windows-package-manager | closed | 1.19 regression "Unkown has sum type one-file for mpv 0.3.11" | auto-migrated Milestone-1.19 Type-Defect | ```
With Npackd and NpackdCL 1.19.12, (but not 1.18.7)
PS C:\Windows\system32> C:\Npackd\NpackdCL\npackdcl.exe add -p io.mpv.mpv-64
[0%] - Reading list of installed packages from the registry
[10%] - Detecting installed software
Unknown hash sum type one-file for mpv 64-bit 0.3.11
PS C:\Windows\system32>
Looking at appspot entry and the the xml, I don't see any obvious problems. It
must be misinterpreteing
"""
<version name="0.3.11" package="io.mpv.mpv-64" type="one-file">
"""
as referring to the hash sum.
```
Original issue reported on code.google.com by `kevmi...@gmail.com` on 18 Jul 2014 at 5:56 | 1.0 | 1.19 regression "Unkown has sum type one-file for mpv 0.3.11" - ```
With Npackd and NpackdCL 1.19.12, (but not 1.18.7)
PS C:\Windows\system32> C:\Npackd\NpackdCL\npackdcl.exe add -p io.mpv.mpv-64
[0%] - Reading list of installed packages from the registry
[10%] - Detecting installed software
Unknown hash sum type one-file for mpv 64-bit 0.3.11
PS C:\Windows\system32>
Looking at appspot entry and the the xml, I don't see any obvious problems. It
must be misinterpreteing
"""
<version name="0.3.11" package="io.mpv.mpv-64" type="one-file">
"""
as referring to the hash sum.
```
Original issue reported on code.google.com by `kevmi...@gmail.com` on 18 Jul 2014 at 5:56 | defect | regression unkown has sum type one file for mpv with npackd and npackdcl but not ps c windows c npackd npackdcl npackdcl exe add p io mpv mpv reading list of installed packages from the registry detecting installed software unknown hash sum type one file for mpv bit ps c windows looking at appspot entry and the the xml i don t see any obvious problems it must be misinterpreteing as referring to the hash sum original issue reported on code google com by kevmi gmail com on jul at | 1 |
55,769 | 14,675,420,783 | IssuesEvent | 2020-12-30 17:33:19 | TykTechnologies/tyk-operator | https://api.github.com/repos/TykTechnologies/tyk-operator | opened | delete template api definition should block if ingress resources depend upon it | defect | At present - ingress resources can depend on ingress templates (api definitions with template annotation).
If I try to delete the ingress template, and there are referenced ingress dependencies, this means that a reconcile on the ingress resource will cause ingress to break, as they will have no template to be applied against.
```
Scenario: Delete an Ingress Template
Given: I have an ingress template `foo`
And: I have an ingress resource referencing `annotations/tyk.io/template: foo`
When: I delete ingress template `foo`
Then: The apiDefinition controller should log the problem, return an error, allowing K8s to retry
```
| 1.0 | delete template api definition should block if ingress resources depend upon it - At present - ingress resources can depend on ingress templates (api definitions with template annotation).
If I try to delete the ingress template, and there are referenced ingress dependencies, this means that a reconcile on the ingress resource will cause ingress to break, as they will have no template to be applied against.
```
Scenario: Delete an Ingress Template
Given: I have an ingress template `foo`
And: I have an ingress resource referencing `annotations/tyk.io/template: foo`
When: I delete ingress template `foo`
Then: The apiDefinition controller should log the problem, return an error, allowing K8s to retry
```
| defect | delete template api definition should block if ingress resources depend upon it at present ingress resources can depend on ingress templates api definitions with template annotation if i try to delete the ingress template and there are referenced ingress dependencies this means that a reconcile on the ingress resource will cause ingress to break as they will have no template to be applied against scenario delete an ingress template given i have an ingress template foo and i have an ingress resource referencing annotations tyk io template foo when i delete ingress template foo then the apidefinition controller should log the problem return an error allowing to retry | 1 |
38,595 | 8,923,088,107 | IssuesEvent | 2019-01-21 14:47:14 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Caketime timezone bug | Defect i18n | This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 2.10.14
* Platform and Target: YOUR WEB-SERVER, DATABASE AND OTHER RELEVANT INFO AND HOW THE REQUEST IS BEING MADE, HERE.
### What you did
```
$x = new DateTime('2019-01-31 10:00:00', new DateTimeZone('Asia/Bangkok'));
$x->setTimezone(new DateTimeZone('UTC'));
debug($x->format('Y-m-d H:i:s'));
$t = new DateTime('2019-01-31 10:00:00', new DateTimeZone('Asia/Bangkok'));
$f = CakeTime::format($t, '%Y-%m-%d %H:%M:%S', false, 'UTC');
debug($f);
```
The correct answer is `2019-01-31 03:00:00`
and the first code outputs that but the second code outputs: `2019-01-31 04:00:00`
### What happened
`2019-01-31 03:00:00`
### What you expected to happen
`2019-01-31 04:00:00`
See: https://www.timeanddate.com/worldclock/converter.html?iso=20190131T030000&p1=28&p2=69
P.S. Remember, an issue is not the place to ask questions. You can use [Stack Overflow](https://stackoverflow.com/questions/tagged/cakephp)
for that or join the #cakephp channel on irc.freenode.net, where we will be more
than happy to help answer your questions.
Before you open an issue, please check if a similar issue already exists or has been closed before.
| 1.0 | Caketime timezone bug - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 2.10.14
* Platform and Target: YOUR WEB-SERVER, DATABASE AND OTHER RELEVANT INFO AND HOW THE REQUEST IS BEING MADE, HERE.
### What you did
```
$x = new DateTime('2019-01-31 10:00:00', new DateTimeZone('Asia/Bangkok'));
$x->setTimezone(new DateTimeZone('UTC'));
debug($x->format('Y-m-d H:i:s'));
$t = new DateTime('2019-01-31 10:00:00', new DateTimeZone('Asia/Bangkok'));
$f = CakeTime::format($t, '%Y-%m-%d %H:%M:%S', false, 'UTC');
debug($f);
```
The correct answer is `2019-01-31 03:00:00`
and the first code outputs that but the second code outputs: `2019-01-31 04:00:00`
### What happened
`2019-01-31 03:00:00`
### What you expected to happen
`2019-01-31 04:00:00`
See: https://www.timeanddate.com/worldclock/converter.html?iso=20190131T030000&p1=28&p2=69
P.S. Remember, an issue is not the place to ask questions. You can use [Stack Overflow](https://stackoverflow.com/questions/tagged/cakephp)
for that or join the #cakephp channel on irc.freenode.net, where we will be more
than happy to help answer your questions.
Before you open an issue, please check if a similar issue already exists or has been closed before.
| defect | caketime timezone bug this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target your web server database and other relevant info and how the request is being made here what you did x new datetime new datetimezone asia bangkok x settimezone new datetimezone utc debug x format y m d h i s t new datetime new datetimezone asia bangkok f caketime format t y m d h m s false utc debug f the correct answer is and the first code outputs that but the second code outputs what happened what you expected to happen see p s remember an issue is not the place to ask questions you can use for that or join the cakephp channel on irc freenode net where we will be more than happy to help answer your questions before you open an issue please check if a similar issue already exists or has been closed before | 1 |
10,094 | 12,093,649,917 | IssuesEvent | 2020-04-19 20:30:12 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | closed | Load storybook bundle with SystemJS | babel / webpack compatibility with other tools inactive question / support | I realize this is a long shot, but
I'm trying to load a number of modules with SystemJS. I'm doing this so that we can include features from other microservices in our storybook library.
What I've tried is populating `preview-head.html` with a script that obtains and adds an import map to the DOM. Then it fetches SystemJS and addons.
When I add the `config.output.libraryTarget = 'system'` to storybook webpack, I see the `main.` loaded with preview `System.register...` before system.js in network.

I know SystemJS is loaded successfully in the iframe

But I am thinking I need to adjust storybook's webpack to output a usable bundle name for systemJS. | True | Load storybook bundle with SystemJS - I realize this is a long shot, but
I'm trying to load a number of modules with SystemJS. I'm doing this so that we can include features from other microservices in our storybook library.
What I've tried is populating `preview-head.html` with a script that obtains and adds an import map to the DOM. Then it fetches SystemJS and addons.
When I add the `config.output.libraryTarget = 'system'` to storybook webpack, I see the `main.` loaded with preview `System.register...` before system.js in network.

I know SystemJS is loaded successfully in the iframe

But I am thinking I need to adjust storybook's webpack to output a usable bundle name for systemJS. | non_defect | load storybook bundle with systemjs i realize this is a long shot but i m trying to load a number of modules with systemjs i m doing this so that we can include features from other microservices in our storybook library what i ve tried is populating preview head html with a script that obtains and adds an import map to the dom then it fetches systemjs and addons when i add the config output librarytarget system to storybook webpack i see the main loaded with preview system register before system js in network i know systemjs is loaded successfully in the iframe but i am thinking i need to adjust storybook s webpack to output a usable bundle name for systemjs | 0 |
36,484 | 7,961,081,911 | IssuesEvent | 2018-07-13 09:31:40 | hazelcast/hazelcast-nodejs-client | https://api.github.com/repos/hazelcast/hazelcast-nodejs-client | closed | Portable Serialization incompatible class definition when nested portables used | Type: Defect | See original issue on java https://github.com/hazelcast/hazelcast/issues/12733
| 1.0 | Portable Serialization incompatible class definition when nested portables used - See original issue on java https://github.com/hazelcast/hazelcast/issues/12733
| defect | portable serialization incompatible class definition when nested portables used see original issue on java | 1 |
48,298 | 13,068,427,771 | IssuesEvent | 2020-07-31 03:32:43 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | Corrupted file: /mnt/lfs1/sim/IceCube/2016/filtered/level2/CORSIKA-in-ice/12703/0000000-0000999/Level2_IC86.2016_corsika.012703.000066.i3.zst (Trac #2147) | Migrated from Trac combo simulation defect | Hi,
the file /mnt/lfs1/sim/IceCube/2016/filtered/level2/CORSIKA-in-ice/12703/0000000-0000999/Level2_IC86.2016_corsika.012703.000066.i3.zst seems to be corrupted around frame 23273.
Also tried to open it in data-pyshovel (py2-v3 combo/stabe), same error.
Migrated from https://code.icecube.wisc.edu/ticket/2147
```json
{
"status": "closed",
"changetime": "2019-02-13T14:15:23",
"description": "Hi,\n\nthe file /mnt/lfs1/sim/IceCube/2016/filtered/level2/CORSIKA-in-ice/12703/0000000-0000999/Level2_IC86.2016_corsika.012703.000066.i3.zst seems to be corrupted around frame 23273.\n\nAlso tried to open it in data-pyshovel (py2-v3 combo/stabe), same error.",
"reporter": "flauber",
"cc": "juancarlos",
"resolution": "wontfix",
"_ts": "1550067323910946",
"component": "combo simulation",
"summary": "Corrupted file: /mnt/lfs1/sim/IceCube/2016/filtered/level2/CORSIKA-in-ice/12703/0000000-0000999/Level2_IC86.2016_corsika.012703.000066.i3.zst",
"priority": "normal",
"keywords": "",
"time": "2018-04-24T14:23:12",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
| 1.0 | Corrupted file: /mnt/lfs1/sim/IceCube/2016/filtered/level2/CORSIKA-in-ice/12703/0000000-0000999/Level2_IC86.2016_corsika.012703.000066.i3.zst (Trac #2147) - Hi,
the file /mnt/lfs1/sim/IceCube/2016/filtered/level2/CORSIKA-in-ice/12703/0000000-0000999/Level2_IC86.2016_corsika.012703.000066.i3.zst seems to be corrupted around frame 23273.
Also tried to open it in data-pyshovel (py2-v3 combo/stabe), same error.
Migrated from https://code.icecube.wisc.edu/ticket/2147
```json
{
"status": "closed",
"changetime": "2019-02-13T14:15:23",
"description": "Hi,\n\nthe file /mnt/lfs1/sim/IceCube/2016/filtered/level2/CORSIKA-in-ice/12703/0000000-0000999/Level2_IC86.2016_corsika.012703.000066.i3.zst seems to be corrupted around frame 23273.\n\nAlso tried to open it in data-pyshovel (py2-v3 combo/stabe), same error.",
"reporter": "flauber",
"cc": "juancarlos",
"resolution": "wontfix",
"_ts": "1550067323910946",
"component": "combo simulation",
"summary": "Corrupted file: /mnt/lfs1/sim/IceCube/2016/filtered/level2/CORSIKA-in-ice/12703/0000000-0000999/Level2_IC86.2016_corsika.012703.000066.i3.zst",
"priority": "normal",
"keywords": "",
"time": "2018-04-24T14:23:12",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
| defect | corrupted file mnt sim icecube filtered corsika in ice corsika zst trac hi the file mnt sim icecube filtered corsika in ice corsika zst seems to be corrupted around frame also tried to open it in data pyshovel combo stabe same error migrated from json status closed changetime description hi n nthe file mnt sim icecube filtered corsika in ice corsika zst seems to be corrupted around frame n nalso tried to open it in data pyshovel combo stabe same error reporter flauber cc juancarlos resolution wontfix ts component combo simulation summary corrupted file mnt sim icecube filtered corsika in ice corsika zst priority normal keywords time milestone owner olivas type defect | 1 |
63,104 | 17,376,881,348 | IssuesEvent | 2021-07-30 23:34:08 | chorman0773/Clever-ISA | https://api.github.com/repos/chorman0773/Clever-ISA | opened | Potential Defect: Should `popgpr` and `popar` restore the value of `r7` (sp) | I-defect S-blocked-on-maintainer X-main | Currently, `r7` (`sp`) is restored by `rstoar`, `rstogpr`, `popar`, and `popgpr`. However, for the latter two, restoring the stack pointer from the stack pointer is potentially not useful. Both `popar` and `popgpr` are specializations of `rstoar (r7)` and `rstogpr (r7)` respectively, while the counterparts, `pushar` and `pushgpr`, act differently (storing the registers with an offset of -256 for `pushar` and -128 for `pushgpr` from the stack pointer, then decrementing it by that amount). | 1.0 | Potential Defect: Should `popgpr` and `popar` restore the value of `r7` (sp) - Currently, `r7` (`sp`) is restored by `rstoar`, `rstogpr`, `popar`, and `popgpr`. However, for the latter two, restoring the stack pointer from the stack pointer is potentially not useful. Both `popar` and `popgpr` are specializations of `rstoar (r7)` and `rstogpr (r7)` respectively, while the counterparts, `pushar` and `pushgpr`, act differently (storing the registers with an offset of -256 for `pushar` and -128 for `pushgpr` from the stack pointer, then decrementing it by that amount). | defect | potential defect should popgpr and popar restore the value of sp currently sp is restored by rstoar rstogpr popar and popgpr however for the latter two restoring the stack pointer from the stack pointer is potentially not useful both popar and popgpr are specializations of rstoar and rstogpr respectively while the counterparts pushar and pushgpr act differently storing the registers with an offset of for pushar and for pushgpr from the stack pointer then decrementing it by that amount | 1 |
78,938 | 22,549,623,301 | IssuesEvent | 2022-06-27 03:09:41 | rust-lang/rust | https://api.github.com/repos/rust-lang/rust | closed | move `download-ci-llvm` logic from bootstrap.py to rustbuild | C-cleanup A-LLVM A-rustbuild | As discussed a bit in the comments of #77756 , it'd be great if the logic handling LLVM setup / download was integrated with rustbuild directly. The main blocker being that rustbuild would need to depend on an http client library.
Currently, the python script does system calls [to `curl` or to Powershell's `WebClient`](https://github.com/rust-lang/rust/blob/7f587168102498a488abf608a86c7fdfa62fb7bb/src/bootstrap/bootstrap.py#L81-L98) depending on the platform. | 1.0 | move `download-ci-llvm` logic from bootstrap.py to rustbuild - As discussed a bit in the comments of #77756 , it'd be great if the logic handling LLVM setup / download was integrated with rustbuild directly. The main blocker being that rustbuild would need to depend on an http client library.
Currently, the python script does system calls [to `curl` or to Powershell's `WebClient`](https://github.com/rust-lang/rust/blob/7f587168102498a488abf608a86c7fdfa62fb7bb/src/bootstrap/bootstrap.py#L81-L98) depending on the platform. | non_defect | move download ci llvm logic from bootstrap py to rustbuild as discussed a bit in the comments of it d be great if the logic handling llvm setup download was integrated with rustbuild directly the main blocker being that rustbuild would need to depend on an http client library currently the python script does system calls depending on the platform | 0 |
33,267 | 27,349,406,443 | IssuesEvent | 2023-02-27 08:26:34 | Altinn/altinn-platform | https://api.github.com/repos/Altinn/altinn-platform | opened | Add public_ip_prefix to apps nodepool | kind/user-story solution/apps status/draft area/infrastructure | ### Description
Today when we do changes in nodepool for apps AKS we get new outbound public ip. Because of this we need to notify service owners when we do changes for them to update ip filters on their own systems.
With public_ip_prefix the outbound ip address will på preserved. It function as a proxy for outbound ip. This proxy can be set up with this netmasks:
- /28 (IPv4) or /124 (IPv6) = 16 addresses
- /29 (IPv4) or /125 (IPv6) = 8 addresses
- /30 (IPv4) or /126 (IPv6) = 4 addresses
- /31 (IPv4) or /127 (IPv6) = 2 addresses
### Additional Information
_No response_
### Tasks
Do changes to apps cluster iac
- Add azurerm_public_ip_prefix resource
- Add data.azurerm_public_ip_prefix.example.ip_prefix to azurerm_kubernetes_cluster
### Acceptance Criterias
apps AKS use assigned public_ip_prefix resource as outbound ip
Test:
1. kubectl run nginx --image=nginx
2. kubectl exec -it nginx -- bash
2.1 `curl https://am.i.mullvad.net/ip` # Expected output is public_ip_prefix ip
4. kubectl delete pod nginx | 1.0 | Add public_ip_prefix to apps nodepool - ### Description
Today when we do changes in nodepool for apps AKS we get new outbound public ip. Because of this we need to notify service owners when we do changes for them to update ip filters on their own systems.
With public_ip_prefix the outbound ip address will på preserved. It function as a proxy for outbound ip. This proxy can be set up with this netmasks:
- /28 (IPv4) or /124 (IPv6) = 16 addresses
- /29 (IPv4) or /125 (IPv6) = 8 addresses
- /30 (IPv4) or /126 (IPv6) = 4 addresses
- /31 (IPv4) or /127 (IPv6) = 2 addresses
### Additional Information
_No response_
### Tasks
Do changes to apps cluster iac
- Add azurerm_public_ip_prefix resource
- Add data.azurerm_public_ip_prefix.example.ip_prefix to azurerm_kubernetes_cluster
### Acceptance Criterias
apps AKS use assigned public_ip_prefix resource as outbound ip
Test:
1. kubectl run nginx --image=nginx
2. kubectl exec -it nginx -- bash
2.1 `curl https://am.i.mullvad.net/ip` # Expected output is public_ip_prefix ip
4. kubectl delete pod nginx | non_defect | add public ip prefix to apps nodepool description today when we do changes in nodepool for apps aks we get new outbound public ip because of this we need to notify service owners when we do changes for them to update ip filters on their own systems with public ip prefix the outbound ip address will på preserved it function as a proxy for outbound ip this proxy can be set up with this netmasks or addresses or addresses or addresses or addresses additional information no response tasks do changes to apps cluster iac add azurerm public ip prefix resource add data azurerm public ip prefix example ip prefix to azurerm kubernetes cluster acceptance criterias apps aks use assigned public ip prefix resource as outbound ip test kubectl run nginx image nginx kubectl exec it nginx bash curl expected output is public ip prefix ip kubectl delete pod nginx | 0 |
52,665 | 6,649,432,285 | IssuesEvent | 2017-09-28 13:13:51 | MindBuffer/gantz | https://api.github.com/repos/MindBuffer/gantz | opened | Graph trait for GUI graph widget - implement it for petgraph Graph types | design | Rather than locking users into a specific graph data structure, it might be more flexible to provide a `Graph` trait describing only the necessary behaviour.
Implementations can be provided for common graph data structures like `petgraph::{Graph, StableGraph, GraphMap}`. | 1.0 | Graph trait for GUI graph widget - implement it for petgraph Graph types - Rather than locking users into a specific graph data structure, it might be more flexible to provide a `Graph` trait describing only the necessary behaviour.
Implementations can be provided for common graph data structures like `petgraph::{Graph, StableGraph, GraphMap}`. | non_defect | graph trait for gui graph widget implement it for petgraph graph types rather than locking users into a specific graph data structure it might be more flexible to provide a graph trait describing only the necessary behaviour implementations can be provided for common graph data structures like petgraph graph stablegraph graphmap | 0 |
68,595 | 21,719,291,321 | IssuesEvent | 2022-05-10 21:28:34 | catmaid/CATMAID | https://api.github.com/repos/catmaid/CATMAID | opened | [BUG] URL to this view fails when preserving widgets layout and content | type: defect | Click on "Create URL to view with layout" and get:
```
Unsuccessful request: DeepLinkStackGroup() got an unexpected keyword argument 'deeplink'
Click to show/hide detail (please include in bug reports)
Version: 2021.12.21-117-g7510a2cb8
URL: /catmaid/fibsem/10/links/
Method: POST
Details: Traceback (most recent call last):
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python3.8/contextlib.py", line 75, in inner
return func(*args, **kwds)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
return view_func(*args, **kwargs)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/django/views/generic/base.py", line 70, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/rest_framework/views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/rest_framework/views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
raise exc
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/rest_framework/views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/django/utils/decorators.py", line 43, in _wrapper
return bound_method(*args, **kwargs)
File "/opt/catmaid/fibsem/django/applications/catmaid/control/authentication.py", line 274, in inner_decorator
return f(request, *args, **kwargs)
File "/opt/catmaid/fibsem/django/applications/catmaid/control/deeplink.py", line 215, in post
sg_link = DeepLinkStackGroup(**{
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/django/db/models/base.py", line 503, in __init__
raise TypeError("%s() got an unexpected keyword argument '%s'" % (cls.__name__, kwarg))
TypeError: DeepLinkStackGroup() got an unexpected keyword argument 'deeplink'
``` | 1.0 | [BUG] URL to this view fails when preserving widgets layout and content - Click on "Create URL to view with layout" and get:
```
Unsuccessful request: DeepLinkStackGroup() got an unexpected keyword argument 'deeplink'
Click to show/hide detail (please include in bug reports)
Version: 2021.12.21-117-g7510a2cb8
URL: /catmaid/fibsem/10/links/
Method: POST
Details: Traceback (most recent call last):
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python3.8/contextlib.py", line 75, in inner
return func(*args, **kwds)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
return view_func(*args, **kwargs)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/django/views/generic/base.py", line 70, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/rest_framework/views.py", line 509, in dispatch
response = self.handle_exception(exc)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/rest_framework/views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
raise exc
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/rest_framework/views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/django/utils/decorators.py", line 43, in _wrapper
return bound_method(*args, **kwargs)
File "/opt/catmaid/fibsem/django/applications/catmaid/control/authentication.py", line 274, in inner_decorator
return f(request, *args, **kwargs)
File "/opt/catmaid/fibsem/django/applications/catmaid/control/deeplink.py", line 215, in post
sg_link = DeepLinkStackGroup(**{
File "/opt/catmaid/fibsem/django/env/lib/python3.8/site-packages/django/db/models/base.py", line 503, in __init__
raise TypeError("%s() got an unexpected keyword argument '%s'" % (cls.__name__, kwarg))
TypeError: DeepLinkStackGroup() got an unexpected keyword argument 'deeplink'
``` | defect | url to this view fails when preserving widgets layout and content click on create url to view with layout and get unsuccessful request deeplinkstackgroup got an unexpected keyword argument deeplink click to show hide detail please include in bug reports version url catmaid fibsem links method post details traceback most recent call last file opt catmaid fibsem django env lib site packages django core handlers base py line in get response response wrapped callback request callback args callback kwargs file usr lib contextlib py line in inner return func args kwds file opt catmaid fibsem django env lib site packages django views decorators csrf py line in wrapped view return view func args kwargs file opt catmaid fibsem django env lib site packages django views generic base py line in view return self dispatch request args kwargs file opt catmaid fibsem django env lib site packages rest framework views py line in dispatch response self handle exception exc file opt catmaid fibsem django env lib site packages rest framework views py line in handle exception self raise uncaught exception exc file opt catmaid fibsem django env lib site packages rest framework views py line in raise uncaught exception raise exc file opt catmaid fibsem django env lib site packages rest framework views py line in dispatch response handler request args kwargs file opt catmaid fibsem django env lib site packages django utils decorators py line in wrapper return bound method args kwargs file opt catmaid fibsem django applications catmaid control authentication py line in inner decorator return f request args kwargs file opt catmaid fibsem django applications catmaid control deeplink py line in post sg link deeplinkstackgroup file opt catmaid fibsem django env lib site packages django db models base py line in init raise typeerror s got an unexpected keyword argument s cls name kwarg typeerror deeplinkstackgroup got an unexpected keyword argument deeplink | 1 |
4,880 | 2,610,159,517 | IssuesEvent | 2015-02-26 18:50:37 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | SFX | auto-migrated Priority-Medium Type-Defect | ```
Some abmient sounds need the preset saturation distance increased possible
volume increase also.
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 31 Jan 2011 at 12:37 | 1.0 | SFX - ```
Some abmient sounds need the preset saturation distance increased possible
volume increase also.
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 31 Jan 2011 at 12:37 | defect | sfx some abmient sounds need the preset saturation distance increased possible volume increase also original issue reported on code google com by gmail com on jan at | 1 |
33,808 | 7,254,779,715 | IssuesEvent | 2018-02-16 12:27:07 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Using VARBINARY type with length on Oracle fails in DDL statements | C: DB: Oracle C: Functionality P: Medium R: Fixed T: Defect | This statement fails in Oracle:
```java
Table<?> t = table(name("t"));
Field<Integer> i = field(name("i"), INTEGER);
Field<byte[]> b = field(name("b"), VARBINARY(16));
create().createTable(t)
.columns(i, b)
.execute();
```
As it generates an illegal `BLOB(16)` type. We should simply ignore the `VARBINARY` length | 1.0 | Using VARBINARY type with length on Oracle fails in DDL statements - This statement fails in Oracle:
```java
Table<?> t = table(name("t"));
Field<Integer> i = field(name("i"), INTEGER);
Field<byte[]> b = field(name("b"), VARBINARY(16));
create().createTable(t)
.columns(i, b)
.execute();
```
As it generates an illegal `BLOB(16)` type. We should simply ignore the `VARBINARY` length | defect | using varbinary type with length on oracle fails in ddl statements this statement fails in oracle java table t table name t field i field name i integer field b field name b varbinary create createtable t columns i b execute as it generates an illegal blob type we should simply ignore the varbinary length | 1 |
254,126 | 8,070,193,409 | IssuesEvent | 2018-08-06 08:57:49 | ozwillo/ozwillo-portal | https://api.github.com/repos/ozwillo/ozwillo-portal | closed | Problem with iOS, requires supporting iOS (also Android) | priority : low | Using the portal with iPhone and iPad, in the "my apps" section, when you click on the organization label, to show the installed applications, nothing happens, and then it's impossible to change the properties of the services.
I have iOS 8.1.3 and the problem is present in Safari and in Chrome.
| 1.0 | Problem with iOS, requires supporting iOS (also Android) - Using the portal with iPhone and iPad, in the "my apps" section, when you click on the organization label, to show the installed applications, nothing happens, and then it's impossible to change the properties of the services.
I have iOS 8.1.3 and the problem is present in Safari and in Chrome.
| non_defect | problem with ios requires supporting ios also android using the portal with iphone and ipad in the my apps section when you click on the organization label to show the installed applications nothing happens and then it s impossible to change the properties of the services i have ios and the problem is present in safari and in chrome | 0 |
188,798 | 22,046,918,088 | IssuesEvent | 2022-05-30 03:32:31 | dpteam/RK3188_TABLET | https://api.github.com/repos/dpteam/RK3188_TABLET | closed | CVE-2017-7187 (High) detected in linuxv3.0 - autoclosed | security vulnerability | ## CVE-2017-7187 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary>
<p>
<p>miscellaneous core development</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/djbw/linux.git>https://git.kernel.org/pub/scm/linux/kernel/git/djbw/linux.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</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/scsi/sg.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The sg_ioctl function in drivers/scsi/sg.c in the Linux kernel through 4.10.4 allows local users to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a large command size in an SG_NEXT_CMD_LEN ioctl call, leading to out-of-bounds write access in the sg_write function.
<p>Publish Date: 2017-03-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-7187>CVE-2017-7187</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-7187">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-7187</a></p>
<p>Release Date: 2017-03-20</p>
<p>Fix Resolution: v4.11-rc5</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-2017-7187 (High) detected in linuxv3.0 - autoclosed - ## CVE-2017-7187 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary>
<p>
<p>miscellaneous core development</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/djbw/linux.git>https://git.kernel.org/pub/scm/linux/kernel/git/djbw/linux.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</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/scsi/sg.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The sg_ioctl function in drivers/scsi/sg.c in the Linux kernel through 4.10.4 allows local users to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a large command size in an SG_NEXT_CMD_LEN ioctl call, leading to out-of-bounds write access in the sg_write function.
<p>Publish Date: 2017-03-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-7187>CVE-2017-7187</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-7187">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-7187</a></p>
<p>Release Date: 2017-03-20</p>
<p>Fix Resolution: v4.11-rc5</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 autoclosed cve high severity vulnerability vulnerable library miscellaneous core development library home page a href found in head commit a href found in base branch master vulnerable source files drivers scsi sg c vulnerability details the sg ioctl function in drivers scsi sg c in the linux kernel through allows local users to cause a denial of service stack based buffer overflow or possibly have unspecified other impact via a large command size in an sg next cmd len ioctl call leading to out of bounds write access in the sg write function publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
96,835 | 16,167,131,056 | IssuesEvent | 2021-05-01 18:27:04 | Ryan-Oneil/oneil-industries-website | https://api.github.com/repos/Ryan-Oneil/oneil-industries-website | closed | CVE-2021-28092 (High) detected in is-svg-3.0.0.tgz | help wanted security vulnerability | ## CVE-2021-28092 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>is-svg-3.0.0.tgz</b></p></summary>
<p>Check if a string or buffer is SVG</p>
<p>Library home page: <a href="https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz">https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz</a></p>
<p>Path to dependency file: oneil-industries-website/frontend/package.json</p>
<p>Path to vulnerable library: oneil-industries-website/frontend/node_modules/is-svg/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-3.4.4.tgz (Root Library)
- optimize-css-assets-webpack-plugin-5.0.3.tgz
- cssnano-4.1.10.tgz
- cssnano-preset-default-4.0.7.tgz
- postcss-svgo-4.0.2.tgz
- :x: **is-svg-3.0.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Ryan-Oneil/oneil-industries-website/commit/9c49ba58e863e524d759bc4de3f5e617bf7c617f">9c49ba58e863e524d759bc4de3f5e617bf7c617f</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>
The is-svg package 2.1.0 through 4.2.1 for Node.js uses a regular expression that is vulnerable to Regular Expression Denial of Service (ReDoS). If an attacker provides a malicious string, is-svg will get stuck processing the input for a very long time.
<p>Publish Date: 2021-03-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-28092>CVE-2021-28092</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28092">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28092</a></p>
<p>Release Date: 2021-03-12</p>
<p>Fix Resolution: v4.2.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 | CVE-2021-28092 (High) detected in is-svg-3.0.0.tgz - ## CVE-2021-28092 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>is-svg-3.0.0.tgz</b></p></summary>
<p>Check if a string or buffer is SVG</p>
<p>Library home page: <a href="https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz">https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz</a></p>
<p>Path to dependency file: oneil-industries-website/frontend/package.json</p>
<p>Path to vulnerable library: oneil-industries-website/frontend/node_modules/is-svg/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-3.4.4.tgz (Root Library)
- optimize-css-assets-webpack-plugin-5.0.3.tgz
- cssnano-4.1.10.tgz
- cssnano-preset-default-4.0.7.tgz
- postcss-svgo-4.0.2.tgz
- :x: **is-svg-3.0.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Ryan-Oneil/oneil-industries-website/commit/9c49ba58e863e524d759bc4de3f5e617bf7c617f">9c49ba58e863e524d759bc4de3f5e617bf7c617f</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>
The is-svg package 2.1.0 through 4.2.1 for Node.js uses a regular expression that is vulnerable to Regular Expression Denial of Service (ReDoS). If an attacker provides a malicious string, is-svg will get stuck processing the input for a very long time.
<p>Publish Date: 2021-03-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-28092>CVE-2021-28092</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28092">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28092</a></p>
<p>Release Date: 2021-03-12</p>
<p>Fix Resolution: v4.2.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 | cve high detected in is svg tgz cve high severity vulnerability vulnerable library is svg tgz check if a string or buffer is svg library home page a href path to dependency file oneil industries website frontend package json path to vulnerable library oneil industries website frontend node modules is svg package json dependency hierarchy react scripts tgz root library optimize css assets webpack plugin tgz cssnano tgz cssnano preset default tgz postcss svgo tgz x is svg tgz vulnerable library found in head commit a href vulnerability details the is svg package through for node js uses a regular expression that is vulnerable to regular expression denial of service redos if an attacker provides a malicious string is svg will get stuck processing the input for a very long time publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
440,245 | 12,696,530,553 | IssuesEvent | 2020-06-22 10:12:08 | stfc/rucio | https://api.github.com/repos/stfc/rucio | opened | Listing all accounts/scope while at VO "def" | bug low-priority | Motivation
----------
Currently when listing accounts/scopes while at VO `def` (i.e. when `super_root`) we return all accounts/scopes irrespective of VO. Normally we'd filter using `.like('%@tst')` at the core, but as we don't append the VO when at `def`, the string used is just `'%'` which returns all accounts.
In itself this isn't a bad thing, but because we strip the VO from the end of account names at the API level the list returned is somewhat confusing, for example it can have multiple `root` accounts and there's no indication of their respective VO.
There are other places we use `.like()` that may exhibit similar behaviour.
Modification
------------
1. Do nothing, as this should only affect `super_root` who should/might not be running these kinds of commands on `def` anyway.
2. Limit the results to `def` (i.e. we should only see `super_root` in the list of accounts.
3. Include the VO in the returned list (for this set of circumstances only) so that `super_root` can use list functions to monitor across all VOs meaningfully.
Discuss at the next M-VO meeting? Course of action may depend on how we/users plan on using the M-VO setup. | 1.0 | Listing all accounts/scope while at VO "def" - Motivation
----------
Currently when listing accounts/scopes while at VO `def` (i.e. when `super_root`) we return all accounts/scopes irrespective of VO. Normally we'd filter using `.like('%@tst')` at the core, but as we don't append the VO when at `def`, the string used is just `'%'` which returns all accounts.
In itself this isn't a bad thing, but because we strip the VO from the end of account names at the API level the list returned is somewhat confusing, for example it can have multiple `root` accounts and there's no indication of their respective VO.
There are other places we use `.like()` that may exhibit similar behaviour.
Modification
------------
1. Do nothing, as this should only affect `super_root` who should/might not be running these kinds of commands on `def` anyway.
2. Limit the results to `def` (i.e. we should only see `super_root` in the list of accounts.
3. Include the VO in the returned list (for this set of circumstances only) so that `super_root` can use list functions to monitor across all VOs meaningfully.
Discuss at the next M-VO meeting? Course of action may depend on how we/users plan on using the M-VO setup. | non_defect | listing all accounts scope while at vo def motivation currently when listing accounts scopes while at vo def i e when super root we return all accounts scopes irrespective of vo normally we d filter using like tst at the core but as we don t append the vo when at def the string used is just which returns all accounts in itself this isn t a bad thing but because we strip the vo from the end of account names at the api level the list returned is somewhat confusing for example it can have multiple root accounts and there s no indication of their respective vo there are other places we use like that may exhibit similar behaviour modification do nothing as this should only affect super root who should might not be running these kinds of commands on def anyway limit the results to def i e we should only see super root in the list of accounts include the vo in the returned list for this set of circumstances only so that super root can use list functions to monitor across all vos meaningfully discuss at the next m vo meeting course of action may depend on how we users plan on using the m vo setup | 0 |
13,317 | 2,753,724,890 | IssuesEvent | 2015-04-25 00:36:51 | sma-bluetooth/sma-bluetooth | https://api.github.com/repos/sma-bluetooth/sma-bluetooth | closed | USB Sniff results - SB3000TL-20 | auto-migrated Priority-Medium Type-Defect | ```
Here is the log from my sniff.
I hope you'll find why I can't run sma-bluetooth with my inverter.
```
Original issue reported on code.google.com by `buzzi.la...@gmail.com` on 5 May 2011 at 8:44
Attachments:
* [usbsnoop.log](https://storage.googleapis.com/google-code-attachments/sma-bluetooth/issue-26/comment-0/usbsnoop.log)
| 1.0 | USB Sniff results - SB3000TL-20 - ```
Here is the log from my sniff.
I hope you'll find why I can't run sma-bluetooth with my inverter.
```
Original issue reported on code.google.com by `buzzi.la...@gmail.com` on 5 May 2011 at 8:44
Attachments:
* [usbsnoop.log](https://storage.googleapis.com/google-code-attachments/sma-bluetooth/issue-26/comment-0/usbsnoop.log)
| defect | usb sniff results here is the log from my sniff i hope you ll find why i can t run sma bluetooth with my inverter original issue reported on code google com by buzzi la gmail com on may at attachments | 1 |
65,029 | 19,030,467,982 | IssuesEvent | 2021-11-24 10:08:07 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | closed | [Bug|Crash] Voice Messages sending need more robustfully | T-Defect A-Voice-Messages | Hey Element Devs,
The Issue cause by low or unstable internet connectivity, the Voice Message temporarily dismiss and try to resend but the tmp file is broken or seems to have invalid data, the 2nd problem after some retries the App crash instantly by opening this Room again.
**Code:** Develop
**Server:** Synapse last Stable 1.43.0 (messenger.3dns.eu)
https://user-images.githubusercontent.com/1436958/129432354-cc1987a1-02e4-4e38-a340-4cea24f6ceea.mp4
| 1.0 | [Bug|Crash] Voice Messages sending need more robustfully - Hey Element Devs,
The Issue cause by low or unstable internet connectivity, the Voice Message temporarily dismiss and try to resend but the tmp file is broken or seems to have invalid data, the 2nd problem after some retries the App crash instantly by opening this Room again.
**Code:** Develop
**Server:** Synapse last Stable 1.43.0 (messenger.3dns.eu)
https://user-images.githubusercontent.com/1436958/129432354-cc1987a1-02e4-4e38-a340-4cea24f6ceea.mp4
| defect | voice messages sending need more robustfully hey element devs the issue cause by low or unstable internet connectivity the voice message temporarily dismiss and try to resend but the tmp file is broken or seems to have invalid data the problem after some retries the app crash instantly by opening this room again code develop server synapse last stable messenger eu | 1 |
26,357 | 4,682,650,793 | IssuesEvent | 2016-10-09 11:16:58 | phingofficial/phing | https://api.github.com/repos/phingofficial/phing | opened | includePath using project.basedir is failing under certain conditions (Trac #586) | defect Incomplete Migration Migrated from Trac phing-tasks-system | Migrated from http://localhost:3530/trac/ticket/586
```json
{
"status": "new",
"changetime": "2016-10-07T08:28:55",
"description": "Summary:\n\nIf running `phing -f path/to/build.xml myTarget` and using an `<includePath>` that uses ${project.basedir}, the wrong path is added.\n\nDetails\n\nAs I understand it, project.basedir is set to the basedir of the build.xml file. But under some circumstances it seems to be set to the current working directory for part of the build, and to the basedir of the build.xml for the rest of the build.\n\nIn particular, when using <includepath classpath=\"${project.basedir}/foo\"/> and then running Phing this way:\n\n$ phing -f ../../build.xml foo\n\nThis seems to set `${project.basedir}` to `.` during the includpath execution, but then treat substitute the basedir of `${buildxml}` for the rest of the processing.\n\nThis seems to me to be a bug... or at least a nuance that should be documented.\n\nPlatform:\n\n * phing 2.4.1\n * PHP 5.3.3 \n * Mac OS 10.6",
"reporter": "matt@aleph-null.tv",
"cc": "",
"resolution": "",
"_ts": "1475828935569836",
"component": "phing-tasks-system",
"summary": "includePath using project.basedir is failing under certain conditions",
"priority": "major",
"keywords": "",
"version": "2.4.1",
"time": "2010-11-12T22:41:08",
"milestone": "4.0",
"owner": "mrook",
"type": "defect"
}
```
| 1.0 | includePath using project.basedir is failing under certain conditions (Trac #586) - Migrated from http://localhost:3530/trac/ticket/586
```json
{
"status": "new",
"changetime": "2016-10-07T08:28:55",
"description": "Summary:\n\nIf running `phing -f path/to/build.xml myTarget` and using an `<includePath>` that uses ${project.basedir}, the wrong path is added.\n\nDetails\n\nAs I understand it, project.basedir is set to the basedir of the build.xml file. But under some circumstances it seems to be set to the current working directory for part of the build, and to the basedir of the build.xml for the rest of the build.\n\nIn particular, when using <includepath classpath=\"${project.basedir}/foo\"/> and then running Phing this way:\n\n$ phing -f ../../build.xml foo\n\nThis seems to set `${project.basedir}` to `.` during the includpath execution, but then treat substitute the basedir of `${buildxml}` for the rest of the processing.\n\nThis seems to me to be a bug... or at least a nuance that should be documented.\n\nPlatform:\n\n * phing 2.4.1\n * PHP 5.3.3 \n * Mac OS 10.6",
"reporter": "matt@aleph-null.tv",
"cc": "",
"resolution": "",
"_ts": "1475828935569836",
"component": "phing-tasks-system",
"summary": "includePath using project.basedir is failing under certain conditions",
"priority": "major",
"keywords": "",
"version": "2.4.1",
"time": "2010-11-12T22:41:08",
"milestone": "4.0",
"owner": "mrook",
"type": "defect"
}
```
| defect | includepath using project basedir is failing under certain conditions trac migrated from json status new changetime description summary n nif running phing f path to build xml mytarget and using an that uses project basedir the wrong path is added n ndetails n nas i understand it project basedir is set to the basedir of the build xml file but under some circumstances it seems to be set to the current working directory for part of the build and to the basedir of the build xml for the rest of the build n nin particular when using and then running phing this way n n phing f build xml foo n nthis seems to set project basedir to during the includpath execution but then treat substitute the basedir of buildxml for the rest of the processing n nthis seems to me to be a bug or at least a nuance that should be documented n nplatform n n phing n php n mac os reporter matt aleph null tv cc resolution ts component phing tasks system summary includepath using project basedir is failing under certain conditions priority major keywords version time milestone owner mrook type defect | 1 |
65,861 | 19,722,080,168 | IssuesEvent | 2022-01-13 16:15:44 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | closed | Unable to send messages | T-Defect | ### Steps to reproduce
1. Try to send a message in 1 to 1 encrypted chat.
### Outcome
1. Expect message to send
2. Message fails to send
### Your phone model
Redmi Note 8
### Operating system version
Android 11
### Application version and app store
Element 1.3.13
### Homeserver
vector hosted
### Will you send logs?
Yes | 1.0 | Unable to send messages - ### Steps to reproduce
1. Try to send a message in 1 to 1 encrypted chat.
### Outcome
1. Expect message to send
2. Message fails to send
### Your phone model
Redmi Note 8
### Operating system version
Android 11
### Application version and app store
Element 1.3.13
### Homeserver
vector hosted
### Will you send logs?
Yes | defect | unable to send messages steps to reproduce try to send a message in to encrypted chat outcome expect message to send message fails to send your phone model redmi note operating system version android application version and app store element homeserver vector hosted will you send logs yes | 1 |
71,766 | 23,792,500,703 | IssuesEvent | 2022-09-02 15:48:13 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | closed | On iOS 16, name pills are replaced by a generic document icon | T-Defect A-Timeline S-Minor O-Uncommon os:iOS16 | ### Steps to reproduce
Looking at any reply message in any chat room
### Outcome
For mentions and replies, I expect to see "pills" with the name of the person being referred to.
Instead, I see a standard "document" icon in white and blue, stretched out sideways.

### Your phone model
iPhone 13 Max Pro
### Operating system version
iOS 16 beta
### Application version
Element 1.8.20
### Homeserver
Synapse matrix.moodle.com
### Will you send logs?
No | 1.0 | On iOS 16, name pills are replaced by a generic document icon - ### Steps to reproduce
Looking at any reply message in any chat room
### Outcome
For mentions and replies, I expect to see "pills" with the name of the person being referred to.
Instead, I see a standard "document" icon in white and blue, stretched out sideways.

### Your phone model
iPhone 13 Max Pro
### Operating system version
iOS 16 beta
### Application version
Element 1.8.20
### Homeserver
Synapse matrix.moodle.com
### Will you send logs?
No | defect | on ios name pills are replaced by a generic document icon steps to reproduce looking at any reply message in any chat room outcome for mentions and replies i expect to see pills with the name of the person being referred to instead i see a standard document icon in white and blue stretched out sideways your phone model iphone max pro operating system version ios beta application version element homeserver synapse matrix moodle com will you send logs no | 1 |
53,331 | 13,155,563,065 | IssuesEvent | 2020-08-10 09:07:15 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | TensorFlowLite C++ Mobile | comp:lite subtype:macOS type:build/install | I am a iOS developer
I know you have
TensorFlowLiteSwift, 2.2.0
TensorFlowLiteC,2.2.0
TensorFlowLiteOC,2.2.0
but where i can get TensorFlowLite,2.2.0? ,this only 1.31.0 verison
1.31.0 not working result right answer
| 1.0 | TensorFlowLite C++ Mobile - I am a iOS developer
I know you have
TensorFlowLiteSwift, 2.2.0
TensorFlowLiteC,2.2.0
TensorFlowLiteOC,2.2.0
but where i can get TensorFlowLite,2.2.0? ,this only 1.31.0 verison
1.31.0 not working result right answer
| non_defect | tensorflowlite c mobile i am a ios developer i know you have tensorflowliteswift tensorflowlitec tensorflowliteoc but where i can get tensorflowlite this only verison not working result right answer | 0 |
202,487 | 15,832,545,970 | IssuesEvent | 2021-04-06 14:44:04 | bounswe/2021SpringGroup5 | https://api.github.com/repos/bounswe/2021SpringGroup5 | closed | Creating a glossary section in requirements wiki page | documentation medium | We should all write the definitions of the keywords that we use in requirements. | 1.0 | Creating a glossary section in requirements wiki page - We should all write the definitions of the keywords that we use in requirements. | non_defect | creating a glossary section in requirements wiki page we should all write the definitions of the keywords that we use in requirements | 0 |
3,122 | 2,537,121,182 | IssuesEvent | 2015-01-26 18:26:41 | jazzsequence/book-review-library | https://api.github.com/repos/jazzsequence/book-review-library | closed | Book Information box | CMB enhancement priority-medium | can combine various individual metaboxes into one:
* illustrator
* subjects
* series
* languages
* format
* publisher
* genre
* reading level | 1.0 | Book Information box - can combine various individual metaboxes into one:
* illustrator
* subjects
* series
* languages
* format
* publisher
* genre
* reading level | non_defect | book information box can combine various individual metaboxes into one illustrator subjects series languages format publisher genre reading level | 0 |
369,040 | 25,823,589,037 | IssuesEvent | 2022-12-12 11:18:10 | mollyim/mollyim-android | https://api.github.com/repos/mollyim/mollyim-android | closed | Please provide instructions for migrating from Signal | documentation feature-request | ### Is there an existing request for this?
- [X] I have searched the existing issues
### Feature description
Hi! This is a *documentation* feature request.
Signal users who are interested in migrating to Molly may have concerns about exactly what steps to take to successfully migrate. There are several moving parts, including Signal account registration, PINs, passphrases, and chat backups.
I have already written a list of steps and would like to suggest adding this information as a separate section in the `README.md` file. Please see the pull request which I will open shortly.
Thank you for your work on Molly and Molly-FOSS. | 1.0 | Please provide instructions for migrating from Signal - ### Is there an existing request for this?
- [X] I have searched the existing issues
### Feature description
Hi! This is a *documentation* feature request.
Signal users who are interested in migrating to Molly may have concerns about exactly what steps to take to successfully migrate. There are several moving parts, including Signal account registration, PINs, passphrases, and chat backups.
I have already written a list of steps and would like to suggest adding this information as a separate section in the `README.md` file. Please see the pull request which I will open shortly.
Thank you for your work on Molly and Molly-FOSS. | non_defect | please provide instructions for migrating from signal is there an existing request for this i have searched the existing issues feature description hi this is a documentation feature request signal users who are interested in migrating to molly may have concerns about exactly what steps to take to successfully migrate there are several moving parts including signal account registration pins passphrases and chat backups i have already written a list of steps and would like to suggest adding this information as a separate section in the readme md file please see the pull request which i will open shortly thank you for your work on molly and molly foss | 0 |
126,819 | 17,110,559,959 | IssuesEvent | 2021-07-10 07:36:48 | aig-upf/tarski | https://api.github.com/repos/aig-upf/tarski | closed | The status of Axiomatic Formulas | design discussion | Axiomatic formulae have been disabled in this iteration. Quoting the comment in the code:
> The distinction between whether a formula is axiomatic, external, etc. should probably be done elsewhere, not here (possibly at the evaluation level)
Like the implication, "axiomatic" formulas of the form
```
\phi \iff \varphi
```
can be rewritten, compiling the equivalence operator away. This form of syntactic sugar is somewhat controversial, because of the tendency in the planning literature of conflating the semantics of the constraint (phi and varphi need to be simultaneously satisfiable in all worlds) with the vagaries of the syntactic restrictions enforced by planners so as to make transition functions, heuristics and what not tractable/simple/easy.
My idea with axiomatic formulas in ```Tarski``` is that they are what they are: the bi conditional. How they're compiled, handled or what restrictions are forced on other elements of the language, such as action effects, is something for the back ends to handle as it suits them best. | 1.0 | The status of Axiomatic Formulas - Axiomatic formulae have been disabled in this iteration. Quoting the comment in the code:
> The distinction between whether a formula is axiomatic, external, etc. should probably be done elsewhere, not here (possibly at the evaluation level)
Like the implication, "axiomatic" formulas of the form
```
\phi \iff \varphi
```
can be rewritten, compiling the equivalence operator away. This form of syntactic sugar is somewhat controversial, because of the tendency in the planning literature of conflating the semantics of the constraint (phi and varphi need to be simultaneously satisfiable in all worlds) with the vagaries of the syntactic restrictions enforced by planners so as to make transition functions, heuristics and what not tractable/simple/easy.
My idea with axiomatic formulas in ```Tarski``` is that they are what they are: the bi conditional. How they're compiled, handled or what restrictions are forced on other elements of the language, such as action effects, is something for the back ends to handle as it suits them best. | non_defect | the status of axiomatic formulas axiomatic formulae have been disabled in this iteration quoting the comment in the code the distinction between whether a formula is axiomatic external etc should probably be done elsewhere not here possibly at the evaluation level like the implication axiomatic formulas of the form phi iff varphi can be rewritten compiling the equivalence operator away this form of syntactic sugar is somewhat controversial because of the tendency in the planning literature of conflating the semantics of the constraint phi and varphi need to be simultaneously satisfiable in all worlds with the vagaries of the syntactic restrictions enforced by planners so as to make transition functions heuristics and what not tractable simple easy my idea with axiomatic formulas in tarski is that they are what they are the bi conditional how they re compiled handled or what restrictions are forced on other elements of the language such as action effects is something for the back ends to handle as it suits them best | 0 |
35,634 | 7,794,819,810 | IssuesEvent | 2018-06-08 05:13:28 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | New netcdf code not blocked off by compiler flags (Trac #79) | Migrated from Trac clubb_src defect dschanen@uwm.edu | If -DNETCDF is removed from the compiler configuration file, CLUBB will not compile as some code which uses netcdf-g95 has not been flagged with #ifdef NETCDF.
This may have been introduced in r3480.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/79
```json
{
"status": "closed",
"changetime": "2009-06-19T20:15:51",
"description": "If -DNETCDF is removed from the compiler configuration file, CLUBB will not compile as some code which uses netcdf-g95 has not been flagged with #ifdef NETCDF.\n\nThis may have been introduced in r3480.",
"reporter": "fasching@uwm.edu",
"cc": "",
"resolution": "Verified by V. Larson",
"_ts": "1245442551000000",
"component": "clubb_src",
"summary": "New netcdf code not blocked off by compiler flags",
"priority": "minor",
"keywords": "",
"time": "2009-06-17T19:04:47",
"milestone": "",
"owner": "dschanen@uwm.edu",
"type": "defect"
}
```
| 1.0 | New netcdf code not blocked off by compiler flags (Trac #79) - If -DNETCDF is removed from the compiler configuration file, CLUBB will not compile as some code which uses netcdf-g95 has not been flagged with #ifdef NETCDF.
This may have been introduced in r3480.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/79
```json
{
"status": "closed",
"changetime": "2009-06-19T20:15:51",
"description": "If -DNETCDF is removed from the compiler configuration file, CLUBB will not compile as some code which uses netcdf-g95 has not been flagged with #ifdef NETCDF.\n\nThis may have been introduced in r3480.",
"reporter": "fasching@uwm.edu",
"cc": "",
"resolution": "Verified by V. Larson",
"_ts": "1245442551000000",
"component": "clubb_src",
"summary": "New netcdf code not blocked off by compiler flags",
"priority": "minor",
"keywords": "",
"time": "2009-06-17T19:04:47",
"milestone": "",
"owner": "dschanen@uwm.edu",
"type": "defect"
}
```
| defect | new netcdf code not blocked off by compiler flags trac if dnetcdf is removed from the compiler configuration file clubb will not compile as some code which uses netcdf has not been flagged with ifdef netcdf this may have been introduced in attachments migrated from json status closed changetime description if dnetcdf is removed from the compiler configuration file clubb will not compile as some code which uses netcdf has not been flagged with ifdef netcdf n nthis may have been introduced in reporter fasching uwm edu cc resolution verified by v larson ts component clubb src summary new netcdf code not blocked off by compiler flags priority minor keywords time milestone owner dschanen uwm edu type defect | 1 |
9,570 | 2,615,162,684 | IssuesEvent | 2015-03-01 06:42:05 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | reaver cracking wep? | auto-migrated Priority-Triage Type-Defect | ```
Hey so i did a wash check and it agve me an access point and i started the
reaver cracking...im at 35% now and i just realized that the access point is
WEP not wpa...i even verified this with airodump scanning. does reaver work for
wep too? will it actually work? or will it just hit 100% and crack nothing?
```
Original issue reported on code.google.com by `akivakat...@gmail.com` on 29 May 2012 at 9:12 | 1.0 | reaver cracking wep? - ```
Hey so i did a wash check and it agve me an access point and i started the
reaver cracking...im at 35% now and i just realized that the access point is
WEP not wpa...i even verified this with airodump scanning. does reaver work for
wep too? will it actually work? or will it just hit 100% and crack nothing?
```
Original issue reported on code.google.com by `akivakat...@gmail.com` on 29 May 2012 at 9:12 | defect | reaver cracking wep hey so i did a wash check and it agve me an access point and i started the reaver cracking im at now and i just realized that the access point is wep not wpa i even verified this with airodump scanning does reaver work for wep too will it actually work or will it just hit and crack nothing original issue reported on code google com by akivakat gmail com on may at | 1 |
58,665 | 16,677,475,962 | IssuesEvent | 2021-06-07 18:08:17 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | "Some of your messages have not been sent" message appears every time I open element | T-Defect | <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->
<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
Whenever element restarts or I open the client, the "Some of your message have not been sent" issue shows up. (as pictured below)

When I hit "Delete", my latest message gets cropped lengthwise:

When I hit "Retry", or go to another room and then back to that chat, it disappears, but the ! logo remains.

### Steps to reproduce
- open element desktop
- look at the bottom of the chatroom you closed it in
- you will see that message there
Describe how what happens differs from what you expected.
There should be no "your messages didn't send" message because I never sent any messages in the first place.
<!-- Please send us logs for your bug report. They're very important for bugs
which are hard to reproduce. To do this, create this issue then go to your
account settings and click 'Submit Debug Logs' from the Help & About tab -->
Logs being sent: yes
<!-- Include screenshots if possible: you can drag and drop images below. -->
### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
- **Platform**: desktop
For the desktop app:
- **OS**: Windows
- **Version**: 1.7.30 <!-- check the user settings panel if unsure -->
| 1.0 | "Some of your messages have not been sent" message appears every time I open element - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->
<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
Whenever element restarts or I open the client, the "Some of your message have not been sent" issue shows up. (as pictured below)

When I hit "Delete", my latest message gets cropped lengthwise:

When I hit "Retry", or go to another room and then back to that chat, it disappears, but the ! logo remains.

### Steps to reproduce
- open element desktop
- look at the bottom of the chatroom you closed it in
- you will see that message there
Describe how what happens differs from what you expected.
There should be no "your messages didn't send" message because I never sent any messages in the first place.
<!-- Please send us logs for your bug report. They're very important for bugs
which are hard to reproduce. To do this, create this issue then go to your
account settings and click 'Submit Debug Logs' from the Help & About tab -->
Logs being sent: yes
<!-- Include screenshots if possible: you can drag and drop images below. -->
### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
- **Platform**: desktop
For the desktop app:
- **OS**: Windows
- **Version**: 1.7.30 <!-- check the user settings panel if unsure -->
| defect | some of your messages have not been sent message appears every time i open element this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description whenever element restarts or i open the client the some of your message have not been sent issue shows up as pictured below when i hit delete my latest message gets cropped lengthwise when i hit retry or go to another room and then back to that chat it disappears but the logo remains steps to reproduce open element desktop look at the bottom of the chatroom you closed it in you will see that message there describe how what happens differs from what you expected there should be no your messages didn t send message because i never sent any messages in the first place please send us logs for your bug report they re very important for bugs which are hard to reproduce to do this create this issue then go to your account settings and click submit debug logs from the help about tab logs being sent yes version information platform desktop for the desktop app os windows version | 1 |
330,504 | 24,263,780,324 | IssuesEvent | 2022-09-28 03:04:23 | Field-Day-2022/documentation | https://api.github.com/repos/Field-Day-2022/documentation | opened | Meeting Minutes Documentation | documentation | - [ ] review sponsor video
- [ ] create meeting minutes
- [ ] review and submit | 1.0 | Meeting Minutes Documentation - - [ ] review sponsor video
- [ ] create meeting minutes
- [ ] review and submit | non_defect | meeting minutes documentation review sponsor video create meeting minutes review and submit | 0 |
56,782 | 15,368,119,976 | IssuesEvent | 2021-03-02 04:53:25 | esavaris75/google-opt-out-plugin | https://api.github.com/repos/esavaris75/google-opt-out-plugin | closed | Too many adds popping up when accessing web | Priority-Medium Type-Defect auto-migrated | ```
What steps will reproduce the problem?
1.Clicking on an e-mail attachment
2.Searching and accessing websites
3. Popup adds in the middle of reading material/articles/videos
What is the expected output? What do you see instead? Opt out of all ads.
What version of the product are you using? On what operating system? OS X
Yosemite 10
Please provide any additional information below.
```
Original issue reported on code.google.com by `mcgeebec...@gmail.com` on 24 Aug 2015 at 5:06
| 1.0 | Too many adds popping up when accessing web - ```
What steps will reproduce the problem?
1.Clicking on an e-mail attachment
2.Searching and accessing websites
3. Popup adds in the middle of reading material/articles/videos
What is the expected output? What do you see instead? Opt out of all ads.
What version of the product are you using? On what operating system? OS X
Yosemite 10
Please provide any additional information below.
```
Original issue reported on code.google.com by `mcgeebec...@gmail.com` on 24 Aug 2015 at 5:06
| defect | too many adds popping up when accessing web what steps will reproduce the problem clicking on an e mail attachment searching and accessing websites popup adds in the middle of reading material articles videos what is the expected output what do you see instead opt out of all ads what version of the product are you using on what operating system os x yosemite please provide any additional information below original issue reported on code google com by mcgeebec gmail com on aug at | 1 |
36,070 | 9,740,361,797 | IssuesEvent | 2019-06-01 19:44:02 | numpy/numpy | https://api.github.com/repos/numpy/numpy | opened | BUILD, ENH: use codespell, flake8 to check code before merging | 01 - Enhancement component: build | In #13664 @luzpaz used codespell to find typos. We could maybe do this by adding this to a travis CI run. I wonder how many false positives it would generate. While we are at it, we could check new code similarily for flake8 violations.
`mapfile -t files < <(git diff --name-only $TRAVIS_COMMIT_RANGE); codespell -d -q 3 -S "$CODESPELL_SKIPS" -I ./whitelist.txt "${files[@]}"` | 1.0 | BUILD, ENH: use codespell, flake8 to check code before merging - In #13664 @luzpaz used codespell to find typos. We could maybe do this by adding this to a travis CI run. I wonder how many false positives it would generate. While we are at it, we could check new code similarily for flake8 violations.
`mapfile -t files < <(git diff --name-only $TRAVIS_COMMIT_RANGE); codespell -d -q 3 -S "$CODESPELL_SKIPS" -I ./whitelist.txt "${files[@]}"` | non_defect | build enh use codespell to check code before merging in luzpaz used codespell to find typos we could maybe do this by adding this to a travis ci run i wonder how many false positives it would generate while we are at it we could check new code similarily for violations mapfile t files git diff name only travis commit range codespell d q s codespell skips i whitelist txt files | 0 |
69,202 | 22,272,899,413 | IssuesEvent | 2022-06-10 13:57:14 | PowerDNS/pdns | https://api.github.com/repos/PowerDNS/pdns | closed | dnsdist: Add an option to create BPF maps without launching the filter | docs defect dnsdist | <!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! -->
<!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate -->
<!-- Please don't file an issue when you have a support question, send support questions to the mailinglist or ask them on IRC (https://www.powerdns.com/opensource.html) -->
<!-- Tell us what is issue is about -->
- Program: dnsdist
- Issue type: Feature request
### Short description
Now that BPF maps can be pinned and used by external program, the fact that the dnsdist BPF filter still block IP could be troublesome
### Usecase
Using an external program to perform TC based on values inserted in the dnsdist BPF map, I came with the issue that when a client IP is blocked, the client that get a TC answer and retry with TCP is blocked by the dnsdist BPF program
### Description
It would be useful to have an option that let dnsdist populate maps (using DynBPFFilter for example) but not run the associated program.
| 1.0 | dnsdist: Add an option to create BPF maps without launching the filter - <!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! -->
<!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate -->
<!-- Please don't file an issue when you have a support question, send support questions to the mailinglist or ask them on IRC (https://www.powerdns.com/opensource.html) -->
<!-- Tell us what is issue is about -->
- Program: dnsdist
- Issue type: Feature request
### Short description
Now that BPF maps can be pinned and used by external program, the fact that the dnsdist BPF filter still block IP could be troublesome
### Usecase
Using an external program to perform TC based on values inserted in the dnsdist BPF map, I came with the issue that when a client IP is blocked, the client that get a TC answer and retry with TCP is blocked by the dnsdist BPF program
### Description
It would be useful to have an option that let dnsdist populate maps (using DynBPFFilter for example) but not run the associated program.
| defect | dnsdist add an option to create bpf maps without launching the filter program dnsdist issue type feature request short description now that bpf maps can be pinned and used by external program the fact that the dnsdist bpf filter still block ip could be troublesome usecase using an external program to perform tc based on values inserted in the dnsdist bpf map i came with the issue that when a client ip is blocked the client that get a tc answer and retry with tcp is blocked by the dnsdist bpf program description it would be useful to have an option that let dnsdist populate maps using dynbpffilter for example but not run the associated program | 1 |
22,399 | 3,642,382,817 | IssuesEvent | 2016-02-14 09:13:34 | skaut/dsw-oddil | https://api.github.com/repos/skaut/dsw-oddil | closed | Aktualizace readme.txt a hardkódované meta tagy | defect template | for example your readme.txt file is only a copy of underscores. Adding meta "author" and hardcoding favicon is not allowed. Now you have a few things to work on while you wait :) | 1.0 | Aktualizace readme.txt a hardkódované meta tagy - for example your readme.txt file is only a copy of underscores. Adding meta "author" and hardcoding favicon is not allowed. Now you have a few things to work on while you wait :) | defect | aktualizace readme txt a hardkódované meta tagy for example your readme txt file is only a copy of underscores adding meta author and hardcoding favicon is not allowed now you have a few things to work on while you wait | 1 |
24,376 | 3,969,059,924 | IssuesEvent | 2016-05-03 21:53:24 | schuel/hmmm | https://api.github.com/repos/schuel/hmmm | closed | datepicker doesn't work | defect | when creating events.
on FF-45 and on Chomium-49. on deployed version on alpha-server dfc722a and on newest commit on master ee31030139
#300 | 1.0 | datepicker doesn't work - when creating events.
on FF-45 and on Chomium-49. on deployed version on alpha-server dfc722a and on newest commit on master ee31030139
#300 | defect | datepicker doesn t work when creating events on ff and on chomium on deployed version on alpha server and on newest commit on master | 1 |
204,205 | 23,222,507,645 | IssuesEvent | 2022-08-02 19:41:59 | TIBCOSoftware/jasperreports-server-ce | https://api.github.com/repos/TIBCOSoftware/jasperreports-server-ce | closed | WS-2022-0080 (High) detected in postgresql-42.2.20.jar - autoclosed | security vulnerability | ## WS-2022-0080 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>postgresql-42.2.20.jar</b></p></summary>
<p>PostgreSQL JDBC Driver Postgresql</p>
<p>Library home page: <a href="https://jdbc.postgresql.org">https://jdbc.postgresql.org</a></p>
<p>Path to vulnerable library: /jasperserver/buildomatic/conf_source/db/app-srv-jdbc-drivers/postgresql-42.2.20.jar,/jasperserver/buildomatic/conf_source/db/postgresql/jdbc/postgresql-42.2.20.jar</p>
<p>
Dependency Hierarchy:
- :x: **postgresql-42.2.20.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/TIBCOSoftware/jasperreports-server-ce/commit/e1b47cd38e2251ab73815346ec28c1fee1b43487">e1b47cd38e2251ab73815346ec28c1fee1b43487</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>
In org.postgresql:postgresql before 42.3.3 the connection properties for configuring a pgjdbc connection are not meant to be exposed to an unauthenticated attacker. While allowing an attacker to specify arbitrary connection properties could lead to a compromise of a system, that's a defect of an application that allows unauthenticated attackers that level of control.
<p>Publish Date: 2022-02-16
<p>URL: <a href=https://github.com/pgjdbc/pgjdbc/commit/f6d47034a4ce292e1a659fa00963f6f713117064>WS-2022-0080</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/advisories/GHSA-673j-qm5f-xpv8">https://github.com/advisories/GHSA-673j-qm5f-xpv8</a></p>
<p>Release Date: 2022-02-16</p>
<p>Fix Resolution: 42.3.3</p>
</p>
</details>
<p></p>
| True | WS-2022-0080 (High) detected in postgresql-42.2.20.jar - autoclosed - ## WS-2022-0080 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>postgresql-42.2.20.jar</b></p></summary>
<p>PostgreSQL JDBC Driver Postgresql</p>
<p>Library home page: <a href="https://jdbc.postgresql.org">https://jdbc.postgresql.org</a></p>
<p>Path to vulnerable library: /jasperserver/buildomatic/conf_source/db/app-srv-jdbc-drivers/postgresql-42.2.20.jar,/jasperserver/buildomatic/conf_source/db/postgresql/jdbc/postgresql-42.2.20.jar</p>
<p>
Dependency Hierarchy:
- :x: **postgresql-42.2.20.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/TIBCOSoftware/jasperreports-server-ce/commit/e1b47cd38e2251ab73815346ec28c1fee1b43487">e1b47cd38e2251ab73815346ec28c1fee1b43487</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>
In org.postgresql:postgresql before 42.3.3 the connection properties for configuring a pgjdbc connection are not meant to be exposed to an unauthenticated attacker. While allowing an attacker to specify arbitrary connection properties could lead to a compromise of a system, that's a defect of an application that allows unauthenticated attackers that level of control.
<p>Publish Date: 2022-02-16
<p>URL: <a href=https://github.com/pgjdbc/pgjdbc/commit/f6d47034a4ce292e1a659fa00963f6f713117064>WS-2022-0080</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/advisories/GHSA-673j-qm5f-xpv8">https://github.com/advisories/GHSA-673j-qm5f-xpv8</a></p>
<p>Release Date: 2022-02-16</p>
<p>Fix Resolution: 42.3.3</p>
</p>
</details>
<p></p>
| non_defect | ws high detected in postgresql jar autoclosed ws high severity vulnerability vulnerable library postgresql jar postgresql jdbc driver postgresql library home page a href path to vulnerable library jasperserver buildomatic conf source db app srv jdbc drivers postgresql jar jasperserver buildomatic conf source db postgresql jdbc postgresql jar dependency hierarchy x postgresql jar vulnerable library found in head commit a href found in base branch master vulnerability details in org postgresql postgresql before the connection properties for configuring a pgjdbc connection are not meant to be exposed to an unauthenticated attacker while allowing an attacker to specify arbitrary connection properties could lead to a compromise of a system that s a defect of an application that allows unauthenticated attackers that level of control 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 | 0 |
605,762 | 18,740,317,511 | IssuesEvent | 2021-11-04 12:54:30 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | net shell: self-connecting to TCP might lead to a crash | bug priority: low area: Networking has-pr | **Describe the bug**
If a TCP socket is listening up, using net-shell's tcp connect command to it may lead to a crash
**To Reproduce**
Steps to reproduce the behavior:
1. west build -b qemu_x86_64 samples/net/sockets/echo_server
2. west build -t run
3. run this command: net tcp connect 192.0.2.1 4242
4. See error (sometime, it takes a few seconds before happening)
**Expected behavior**
Crash should not happen
**Additional context**
Haven't tried on other target than qemu_x86_64, but it's likely to exist on others. | 1.0 | net shell: self-connecting to TCP might lead to a crash - **Describe the bug**
If a TCP socket is listening up, using net-shell's tcp connect command to it may lead to a crash
**To Reproduce**
Steps to reproduce the behavior:
1. west build -b qemu_x86_64 samples/net/sockets/echo_server
2. west build -t run
3. run this command: net tcp connect 192.0.2.1 4242
4. See error (sometime, it takes a few seconds before happening)
**Expected behavior**
Crash should not happen
**Additional context**
Haven't tried on other target than qemu_x86_64, but it's likely to exist on others. | non_defect | net shell self connecting to tcp might lead to a crash describe the bug if a tcp socket is listening up using net shell s tcp connect command to it may lead to a crash to reproduce steps to reproduce the behavior west build b qemu samples net sockets echo server west build t run run this command net tcp connect see error sometime it takes a few seconds before happening expected behavior crash should not happen additional context haven t tried on other target than qemu but it s likely to exist on others | 0 |
680,930 | 23,290,446,167 | IssuesEvent | 2022-08-05 21:59:22 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] gFlag support for PG GUC Variables | kind/enhancement area/docdb priority/medium | Jira Link: [DB-3039](https://yugabyte.atlassian.net/browse/DB-3039)
### Description
Instead of passing flags via `ysql_pg_conf_csv` can we have regular gFlags tagged with pgFlag?
In pgGate we can automatically detect any gFlag with this tag that has been overridden and write it to pg conf file.
Flags like `ysql_max_connections` and `ysql_default_transaction_isolation` does this today with custom code in pgGate but we can generalize it.
DEFINE_BOOL(ysql_<guc flag name>, false,...)
TAG_FLAG(ysql_<guc flag name>, PgFlag)
It will make it easy for customers to set via the platform ui and there will be one flags xml file with all pg flags. And they will support AutoFlags.
https://yugabyte.slack.com/archives/C027M2T0W8Z/p1658451890631639 | 1.0 | [DocDB] gFlag support for PG GUC Variables - Jira Link: [DB-3039](https://yugabyte.atlassian.net/browse/DB-3039)
### Description
Instead of passing flags via `ysql_pg_conf_csv` can we have regular gFlags tagged with pgFlag?
In pgGate we can automatically detect any gFlag with this tag that has been overridden and write it to pg conf file.
Flags like `ysql_max_connections` and `ysql_default_transaction_isolation` does this today with custom code in pgGate but we can generalize it.
DEFINE_BOOL(ysql_<guc flag name>, false,...)
TAG_FLAG(ysql_<guc flag name>, PgFlag)
It will make it easy for customers to set via the platform ui and there will be one flags xml file with all pg flags. And they will support AutoFlags.
https://yugabyte.slack.com/archives/C027M2T0W8Z/p1658451890631639 | non_defect | gflag support for pg guc variables jira link description instead of passing flags via ysql pg conf csv can we have regular gflags tagged with pgflag in pggate we can automatically detect any gflag with this tag that has been overridden and write it to pg conf file flags like ysql max connections and ysql default transaction isolation does this today with custom code in pggate but we can generalize it define bool ysql false tag flag ysql pgflag it will make it easy for customers to set via the platform ui and there will be one flags xml file with all pg flags and they will support autoflags | 0 |
78,600 | 3,511,487,305 | IssuesEvent | 2016-01-10 09:35:11 | LunaSela/artdawn | https://api.github.com/repos/LunaSela/artdawn | closed | Add notification when audio is playing | Component-UI Priority-Medium Type-Enhancement Type-Usability | <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Sun Mar 15 12:39:51 2015_
_Originally opened as https://github.com/balau/fakedawn/issues/28_
----
```
Since there may still be bugs that can make the sound play in the background
forever, the notification could help to kill it manually.
```
Original issue reported on code.google.com by `francesc...@gmail.com` on 14 Sep 2014 at 10:00
| 1.0 | Add notification when audio is playing - <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Sun Mar 15 12:39:51 2015_
_Originally opened as https://github.com/balau/fakedawn/issues/28_
----
```
Since there may still be bugs that can make the sound play in the background
forever, the notification could help to kill it manually.
```
Original issue reported on code.google.com by `francesc...@gmail.com` on 14 Sep 2014 at 10:00
| non_defect | add notification when audio is playing issue by sun mar originally opened as since there may still be bugs that can make the sound play in the background forever the notification could help to kill it manually original issue reported on code google com by francesc gmail com on sep at | 0 |
37,264 | 8,310,395,652 | IssuesEvent | 2018-09-24 10:34:26 | hazelcast/hazelcast-go-client | https://api.github.com/repos/hazelcast/hazelcast-go-client | opened | Wrong naming in Hazelcast Client interface | Type: Defect | Currently the name of the interface is `Instance`, I think it should be `Client`. It is named instance in java but it is used in server and client side whereas we only have Client in go. Also the godoc is wrong. | 1.0 | Wrong naming in Hazelcast Client interface - Currently the name of the interface is `Instance`, I think it should be `Client`. It is named instance in java but it is used in server and client side whereas we only have Client in go. Also the godoc is wrong. | defect | wrong naming in hazelcast client interface currently the name of the interface is instance i think it should be client it is named instance in java but it is used in server and client side whereas we only have client in go also the godoc is wrong | 1 |
101,187 | 8,780,574,075 | IssuesEvent | 2018-12-19 17:42:50 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | Support More Alert Rules when Monitoring Tools is Enabled | alpha-priority/0 kind/feature priority/0 releases/alpha1 status/resolved status/to-test team/cn version/2.0 | Support more alert rules such as CPU/Memory usage when Monitoring Tools is Enabled | 1.0 | Support More Alert Rules when Monitoring Tools is Enabled - Support more alert rules such as CPU/Memory usage when Monitoring Tools is Enabled | non_defect | support more alert rules when monitoring tools is enabled support more alert rules such as cpu memory usage when monitoring tools is enabled | 0 |
72,099 | 23,941,004,317 | IssuesEvent | 2022-09-11 22:22:26 | zed-industries/feedback | https://api.github.com/repos/zed-industries/feedback | closed | Mouse events pass through context menu | defect editor | ### Check for existing issues
- [X] Completed
### Describe the bug
Selecting an item in the right-click context menu doesn't trigger the action on the item you originally opened the menu on, but the item underneath the option you select.
### To reproduce
-
### Expected behavior
-
### Environment
Zed 0.52.0 – /Applications/Zed.app
macOS 12.4
architecture x86_64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
https://user-images.githubusercontent.com/19867440/187806788-115fc66f-629f-41c0-9165-e5952c5f9dd0.mov
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue
_No response_ | 1.0 | Mouse events pass through context menu - ### Check for existing issues
- [X] Completed
### Describe the bug
Selecting an item in the right-click context menu doesn't trigger the action on the item you originally opened the menu on, but the item underneath the option you select.
### To reproduce
-
### Expected behavior
-
### Environment
Zed 0.52.0 – /Applications/Zed.app
macOS 12.4
architecture x86_64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
https://user-images.githubusercontent.com/19867440/187806788-115fc66f-629f-41c0-9165-e5952c5f9dd0.mov
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue
_No response_ | defect | mouse events pass through context menu check for existing issues completed describe the bug selecting an item in the right click context menu doesn t trigger the action on the item you originally opened the menu on but the item underneath the option you select to reproduce expected behavior environment zed – applications zed app macos architecture if applicable add mockups screenshots to help explain present your vision of the feature if applicable attach your library logs zed zed log file to this issue no response | 1 |
59,854 | 17,023,266,715 | IssuesEvent | 2021-07-03 01:08:07 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Tunnels rendered black or striped gray | Component: osmarender Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 8.41am, Wednesday, 2nd July 2008]**
Some users render tunnels as road-wide dots instead of the old familiar white. At z12 this renders to solid black tunnels, but at a closer zoom level, the tunnels are striped in gray.
It seems that some tah-users produce these tunnels, and some don't. I've seen the problems in both Quickborn and earlier versions of tah.
The attached tiles are from around http://informationfreeway.org/?lat=60.3849824262708&lon=5.230006038843752&zoom=12&layers=0B00F000F | 1.0 | Tunnels rendered black or striped gray - **[Submitted to the original trac issue database at 8.41am, Wednesday, 2nd July 2008]**
Some users render tunnels as road-wide dots instead of the old familiar white. At z12 this renders to solid black tunnels, but at a closer zoom level, the tunnels are striped in gray.
It seems that some tah-users produce these tunnels, and some don't. I've seen the problems in both Quickborn and earlier versions of tah.
The attached tiles are from around http://informationfreeway.org/?lat=60.3849824262708&lon=5.230006038843752&zoom=12&layers=0B00F000F | defect | tunnels rendered black or striped gray some users render tunnels as road wide dots instead of the old familiar white at this renders to solid black tunnels but at a closer zoom level the tunnels are striped in gray it seems that some tah users produce these tunnels and some don t i ve seen the problems in both quickborn and earlier versions of tah the attached tiles are from around | 1 |
38,279 | 8,729,395,161 | IssuesEvent | 2018-12-10 20:08:01 | ase379/gpprofile2017 | https://api.github.com/repos/ase379/gpprofile2017 | closed | 1.4.1: 64Bit: E/A Error 998 | defect | When instrumenting a big file in the 64 Bit Version, E/A Error 998 happens. | 1.0 | 1.4.1: 64Bit: E/A Error 998 - When instrumenting a big file in the 64 Bit Version, E/A Error 998 happens. | defect | e a error when instrumenting a big file in the bit version e a error happens | 1 |
107,173 | 11,519,653,119 | IssuesEvent | 2020-02-14 13:17:06 | peerplays-network/getscatter-walletpack | https://api.github.com/repos/peerplays-network/getscatter-walletpack | opened | (L) Get QA Environment Configured | documentation question | ### **User Story**
Determine how to reliably do one of the following:
* [ ] generate binaries (executable files)
* [ ] compile reliable local development instance
Ideally, we can generate the binaries but there are no instructions on how to do so given the various code bases so a worst-case outcome is we provide the Quality Assurance team with a local development server running.
### **Impacts**
Describe which portion(s) of Peerplays that may be impacted by your request. Please tick at least one box.
* [ ] API (the application programming interface)
* [X] Build (the build process or something prior to compiled code)
* [X] Deployment (the deployment process after building such as Docker, Gitlab, etc.)
* [ ] Performance (system or user efficiency, etc.)
* [ ] Protocol (the blockchain logic, consensus, validation, etc.)
* [ ] Security (the security of system or user data, etc.)
* [ ] UX (the User Experience)
* [ ] Other (please add below)
## Community / PBSA check list
* [x] Evaluate / Prioritize Feature Request
* [X] Refine User Stories / Requirements
* [ ] Design / Develop Solution
* [ ] Perform QA/Testing
* [ ] Update Documentation
| 1.0 | (L) Get QA Environment Configured - ### **User Story**
Determine how to reliably do one of the following:
* [ ] generate binaries (executable files)
* [ ] compile reliable local development instance
Ideally, we can generate the binaries but there are no instructions on how to do so given the various code bases so a worst-case outcome is we provide the Quality Assurance team with a local development server running.
### **Impacts**
Describe which portion(s) of Peerplays that may be impacted by your request. Please tick at least one box.
* [ ] API (the application programming interface)
* [X] Build (the build process or something prior to compiled code)
* [X] Deployment (the deployment process after building such as Docker, Gitlab, etc.)
* [ ] Performance (system or user efficiency, etc.)
* [ ] Protocol (the blockchain logic, consensus, validation, etc.)
* [ ] Security (the security of system or user data, etc.)
* [ ] UX (the User Experience)
* [ ] Other (please add below)
## Community / PBSA check list
* [x] Evaluate / Prioritize Feature Request
* [X] Refine User Stories / Requirements
* [ ] Design / Develop Solution
* [ ] Perform QA/Testing
* [ ] Update Documentation
| non_defect | l get qa environment configured user story determine how to reliably do one of the following generate binaries executable files compile reliable local development instance ideally we can generate the binaries but there are no instructions on how to do so given the various code bases so a worst case outcome is we provide the quality assurance team with a local development server running impacts describe which portion s of peerplays that may be impacted by your request please tick at least one box api the application programming interface build the build process or something prior to compiled code deployment the deployment process after building such as docker gitlab etc performance system or user efficiency etc protocol the blockchain logic consensus validation etc security the security of system or user data etc ux the user experience other please add below community pbsa check list evaluate prioritize feature request refine user stories requirements design develop solution perform qa testing update documentation | 0 |
162,670 | 13,894,756,151 | IssuesEvent | 2020-10-19 15:03:00 | DiogoBranda/Low-cost-sensor-modules-for-ocean-exploration | https://api.github.com/repos/DiogoBranda/Low-cost-sensor-modules-for-ocean-exploration | closed | [Market Survey] - Pesquisa | documentation | Devem adicionar artigos que achem interessantes no git. Depois teremos uma pasta em que teremos toda a pesquisa.
Tópicos de pesquisa
-dropcams
-harvesting de energia? tipo através de temperatura perto de fontes hidrotermais
-conectores para permanecer estanque (formas de transferir informação e energia para dentro/fora do sistema mas que não permitam entrar água)
-câmaras
-sensores
-como volta do fundo? sistemas de recuperação (alguns exemplos são acoustic release e burn-wire, um sistema com que quando uma pilha entra em contacto com um fio de cobre este desfaz-se e permite que a caixa volte à superfície)
-Gestão ativa de potência
-Interface com sensores
-Sistemas low power
-Sistemas de baixo custo que possam ser colocados no fundo do mar | 1.0 | [Market Survey] - Pesquisa - Devem adicionar artigos que achem interessantes no git. Depois teremos uma pasta em que teremos toda a pesquisa.
Tópicos de pesquisa
-dropcams
-harvesting de energia? tipo através de temperatura perto de fontes hidrotermais
-conectores para permanecer estanque (formas de transferir informação e energia para dentro/fora do sistema mas que não permitam entrar água)
-câmaras
-sensores
-como volta do fundo? sistemas de recuperação (alguns exemplos são acoustic release e burn-wire, um sistema com que quando uma pilha entra em contacto com um fio de cobre este desfaz-se e permite que a caixa volte à superfície)
-Gestão ativa de potência
-Interface com sensores
-Sistemas low power
-Sistemas de baixo custo que possam ser colocados no fundo do mar | non_defect | pesquisa devem adicionar artigos que achem interessantes no git depois teremos uma pasta em que teremos toda a pesquisa tópicos de pesquisa dropcams harvesting de energia tipo através de temperatura perto de fontes hidrotermais conectores para permanecer estanque formas de transferir informação e energia para dentro fora do sistema mas que não permitam entrar água câmaras sensores como volta do fundo sistemas de recuperação alguns exemplos são acoustic release e burn wire um sistema com que quando uma pilha entra em contacto com um fio de cobre este desfaz se e permite que a caixa volte à superfície gestão ativa de potência interface com sensores sistemas low power sistemas de baixo custo que possam ser colocados no fundo do mar | 0 |
559,493 | 16,564,603,147 | IssuesEvent | 2021-05-29 06:16:25 | tls-inspector/tls-inspector | https://api.github.com/repos/tls-inspector/tls-inspector | closed | Large CRLs can cause the app to crash | CertificateKit bug medium priority | When CRL parsing is enabled, the app may crash while attempting to read a CRL that is large.
The following site triggers the crash: https://clienttest.ssllabs.com:8443/ssltest/viewMyClient.html | 1.0 | Large CRLs can cause the app to crash - When CRL parsing is enabled, the app may crash while attempting to read a CRL that is large.
The following site triggers the crash: https://clienttest.ssllabs.com:8443/ssltest/viewMyClient.html | non_defect | large crls can cause the app to crash when crl parsing is enabled the app may crash while attempting to read a crl that is large the following site triggers the crash | 0 |
546,982 | 16,022,929,182 | IssuesEvent | 2021-04-21 04:12:13 | googleapis/python-aiplatform | https://api.github.com/repos/googleapis/python-aiplatform | closed | samples.snippets.predict_text_sentiment_analysis_sample_test: test_ucaip_generated_predict_text_sentiment_analysis_sample failed | api: aiplatform flakybot: flaky flakybot: issue priority: p1 samples type: bug | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 8133c9d46629655dbda0c1ea5ac278ee2f7d2bb2
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/400934c5-0ccd-4f7c-936e-fbb9290a749e), [Sponge](http://sponge2/400934c5-0ccd-4f7c-936e-fbb9290a749e)
status: failed
<details><summary>Test output</summary><br><pre>args = (endpoint: "projects/ucaip-sample-tests/locations/us-central1/endpoints/7811563922418302976"
instances {
struct_valu... string_value: "The Chicago Bears is a great football team!"
}
}
}
}
parameters {
struct_value {
}
}
,)
kwargs = {'metadata': [('x-goog-request-params', 'endpoint=projects/ucaip-sample-tests/locations/us-central1/endpoints/7811563922418302976'), ('x-goog-api-client', 'gl-python/3.7.10 grpc/1.37.0 gax/1.26.3 gapic/0.7.1')]}
@six.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
try:
> return callable_(*args, **kwargs)
.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py:73:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <grpc._channel._UnaryUnaryMultiCallable object at 0x7fe264230290>
request = endpoint: "projects/ucaip-sample-tests/locations/us-central1/endpoints/7811563922418302976"
instances {
struct_value... string_value: "The Chicago Bears is a great football team!"
}
}
}
}
parameters {
struct_value {
}
}
timeout = None
metadata = [('x-goog-request-params', 'endpoint=projects/ucaip-sample-tests/locations/us-central1/endpoints/7811563922418302976'), ('x-goog-api-client', 'gl-python/3.7.10 grpc/1.37.0 gax/1.26.3 gapic/0.7.1')]
credentials = None, wait_for_ready = None, compression = None
def __call__(self,
request,
timeout=None,
metadata=None,
credentials=None,
wait_for_ready=None,
compression=None):
state, call, = self._blocking(request, timeout, metadata, credentials,
wait_for_ready, compression)
> return _end_unary_response_blocking(state, call, False, None)
.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py:946:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
state = <grpc._channel._RPCState object at 0x7fe264230250>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fe264113a00>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
return state.response, rendezvous
else:
return state.response
else:
> raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E status = StatusCode.FAILED_PRECONDITION
E details = "DeployedModel `4863922781932224512` from Endpoint `projects/580378083368/locations/us-central1/endpoints/7811563922418302976` is not available for use."
E debug_error_string = "{"created":"@1618570384.404352548","description":"Error received from peer ipv4:74.125.195.95:443","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"DeployedModel `4863922781932224512` from Endpoint `projects/580378083368/locations/us-central1/endpoints/7811563922418302976` is not available for use.","grpc_status":9}"
E >
.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py:849: _InactiveRpcError
The above exception was the direct cause of the following exception:
capsys = <_pytest.capture.CaptureFixture object at 0x7fe264264450>
def test_ucaip_generated_predict_text_sentiment_analysis_sample(capsys):
predict_text_sentiment_analysis_sample.predict_text_sentiment_analysis_sample(
> content=content, project=PROJECT_ID, endpoint_id=ENDPOINT_ID
)
predict_text_sentiment_analysis_sample_test.py:29:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
predict_text_sentiment_analysis_sample.py:44: in predict_text_sentiment_analysis_sample
endpoint=endpoint, instances=instances, parameters=parameters
../../google/cloud/aiplatform_v1/services/prediction_service/client.py:451: in predict
response = rpc(request, retry=retry, timeout=timeout, metadata=metadata,)
.nox/py-3-7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py:145: in __call__
return wrapped_func(*args, **kwargs)
.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py:75: in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
value = None
from_value = <_InactiveRpcError of RPC that terminated with:
status = StatusCode.FAILED_PRECONDITION
details = "DeployedModel `48...ojects/580378083368/locations/us-central1/endpoints/7811563922418302976` is not available for use.","grpc_status":9}"
>
> ???
E google.api_core.exceptions.FailedPrecondition: 400 DeployedModel `4863922781932224512` from Endpoint `projects/580378083368/locations/us-central1/endpoints/7811563922418302976` is not available for use.
<string>:3: FailedPrecondition</pre></details> | 1.0 | samples.snippets.predict_text_sentiment_analysis_sample_test: test_ucaip_generated_predict_text_sentiment_analysis_sample failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 8133c9d46629655dbda0c1ea5ac278ee2f7d2bb2
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/400934c5-0ccd-4f7c-936e-fbb9290a749e), [Sponge](http://sponge2/400934c5-0ccd-4f7c-936e-fbb9290a749e)
status: failed
<details><summary>Test output</summary><br><pre>args = (endpoint: "projects/ucaip-sample-tests/locations/us-central1/endpoints/7811563922418302976"
instances {
struct_valu... string_value: "The Chicago Bears is a great football team!"
}
}
}
}
parameters {
struct_value {
}
}
,)
kwargs = {'metadata': [('x-goog-request-params', 'endpoint=projects/ucaip-sample-tests/locations/us-central1/endpoints/7811563922418302976'), ('x-goog-api-client', 'gl-python/3.7.10 grpc/1.37.0 gax/1.26.3 gapic/0.7.1')]}
@six.wraps(callable_)
def error_remapped_callable(*args, **kwargs):
try:
> return callable_(*args, **kwargs)
.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py:73:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <grpc._channel._UnaryUnaryMultiCallable object at 0x7fe264230290>
request = endpoint: "projects/ucaip-sample-tests/locations/us-central1/endpoints/7811563922418302976"
instances {
struct_value... string_value: "The Chicago Bears is a great football team!"
}
}
}
}
parameters {
struct_value {
}
}
timeout = None
metadata = [('x-goog-request-params', 'endpoint=projects/ucaip-sample-tests/locations/us-central1/endpoints/7811563922418302976'), ('x-goog-api-client', 'gl-python/3.7.10 grpc/1.37.0 gax/1.26.3 gapic/0.7.1')]
credentials = None, wait_for_ready = None, compression = None
def __call__(self,
request,
timeout=None,
metadata=None,
credentials=None,
wait_for_ready=None,
compression=None):
state, call, = self._blocking(request, timeout, metadata, credentials,
wait_for_ready, compression)
> return _end_unary_response_blocking(state, call, False, None)
.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py:946:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
state = <grpc._channel._RPCState object at 0x7fe264230250>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fe264113a00>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
return state.response, rendezvous
else:
return state.response
else:
> raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E status = StatusCode.FAILED_PRECONDITION
E details = "DeployedModel `4863922781932224512` from Endpoint `projects/580378083368/locations/us-central1/endpoints/7811563922418302976` is not available for use."
E debug_error_string = "{"created":"@1618570384.404352548","description":"Error received from peer ipv4:74.125.195.95:443","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"DeployedModel `4863922781932224512` from Endpoint `projects/580378083368/locations/us-central1/endpoints/7811563922418302976` is not available for use.","grpc_status":9}"
E >
.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py:849: _InactiveRpcError
The above exception was the direct cause of the following exception:
capsys = <_pytest.capture.CaptureFixture object at 0x7fe264264450>
def test_ucaip_generated_predict_text_sentiment_analysis_sample(capsys):
predict_text_sentiment_analysis_sample.predict_text_sentiment_analysis_sample(
> content=content, project=PROJECT_ID, endpoint_id=ENDPOINT_ID
)
predict_text_sentiment_analysis_sample_test.py:29:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
predict_text_sentiment_analysis_sample.py:44: in predict_text_sentiment_analysis_sample
endpoint=endpoint, instances=instances, parameters=parameters
../../google/cloud/aiplatform_v1/services/prediction_service/client.py:451: in predict
response = rpc(request, retry=retry, timeout=timeout, metadata=metadata,)
.nox/py-3-7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py:145: in __call__
return wrapped_func(*args, **kwargs)
.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py:75: in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
value = None
from_value = <_InactiveRpcError of RPC that terminated with:
status = StatusCode.FAILED_PRECONDITION
details = "DeployedModel `48...ojects/580378083368/locations/us-central1/endpoints/7811563922418302976` is not available for use.","grpc_status":9}"
>
> ???
E google.api_core.exceptions.FailedPrecondition: 400 DeployedModel `4863922781932224512` from Endpoint `projects/580378083368/locations/us-central1/endpoints/7811563922418302976` is not available for use.
<string>:3: FailedPrecondition</pre></details> | non_defect | samples snippets predict text sentiment analysis sample test test ucaip generated predict text sentiment analysis sample failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output args endpoint projects ucaip sample tests locations us endpoints instances struct valu string value the chicago bears is a great football team parameters struct value kwargs metadata six wraps callable def error remapped callable args kwargs try return callable args kwargs nox py lib site packages google api core grpc helpers py self request endpoint projects ucaip sample tests locations us endpoints instances struct value string value the chicago bears is a great football team parameters struct value timeout none metadata credentials none wait for ready none compression none def call self request timeout none metadata none credentials none wait for ready none compression none state call self blocking request timeout metadata credentials wait for ready compression return end unary response blocking state call false none nox py lib site packages grpc channel py state call with call false deadline none def end unary response blocking state call with call deadline if state code is grpc statuscode ok if with call rendezvous multithreadedrendezvous state call none deadline return state response rendezvous else return state response else raise inactiverpcerror state e grpc channel inactiverpcerror inactiverpcerror of rpc that terminated with e status statuscode failed precondition e details deployedmodel from endpoint projects locations us endpoints is not available for use e debug error string created description error received from peer file src core lib surface call cc file line grpc message deployedmodel from endpoint projects locations us endpoints is not available for use grpc status e nox py lib site packages grpc channel py inactiverpcerror the above exception was the direct cause of the following exception capsys def test ucaip generated predict text sentiment analysis sample capsys predict text sentiment analysis sample predict text sentiment analysis sample content content project project id endpoint id endpoint id predict text sentiment analysis sample test py predict text sentiment analysis sample py in predict text sentiment analysis sample endpoint endpoint instances instances parameters parameters google cloud aiplatform services prediction service client py in predict response rpc request retry retry timeout timeout metadata metadata nox py lib site packages google api core gapic method py in call return wrapped func args kwargs nox py lib site packages google api core grpc helpers py in error remapped callable six raise from exceptions from grpc error exc exc value none from value inactiverpcerror of rpc that terminated with status statuscode failed precondition details deployedmodel ojects locations us endpoints is not available for use grpc status e google api core exceptions failedprecondition deployedmodel from endpoint projects locations us endpoints is not available for use failedprecondition | 0 |
257,731 | 22,205,127,394 | IssuesEvent | 2022-06-07 14:19:52 | Componolit/RecordFlux | https://api.github.com/repos/Componolit/RecordFlux | closed | Tests fail due to unrecognized alr option | bug testing | ```
ERROR: Unrecognized option '-n' (command/topic "init").
ERROR: try "alr help init" for more information.
Option '-n' is a valid global option, to use it as such please give it before the subcommand.
```
https://github.com/Componolit/RecordFlux/runs/6766575885?check_suite_focus=true | 1.0 | Tests fail due to unrecognized alr option - ```
ERROR: Unrecognized option '-n' (command/topic "init").
ERROR: try "alr help init" for more information.
Option '-n' is a valid global option, to use it as such please give it before the subcommand.
```
https://github.com/Componolit/RecordFlux/runs/6766575885?check_suite_focus=true | non_defect | tests fail due to unrecognized alr option error unrecognized option n command topic init error try alr help init for more information option n is a valid global option to use it as such please give it before the subcommand | 0 |
28,449 | 5,272,005,248 | IssuesEvent | 2017-02-06 11:27:35 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | SelectOneMenu ignores defaultCommand component | 6.0.15 defect | Reported by PRO User;
> the p:selectOneMenu ignores the defaultCommand, it doesn't trigger the button if it is focused and the enter key is pressed
```
<p:panelGrid layout="grid" columns="2" columnClasses="ui-g-4, ui-g-8"
id="myGrid">
<p:outputLabel for="inputtext" value="input:" />
<p:inputText id="inputtext" />
<p:outputLabel for="console" value="Basic:" />
<p:selectOneMenu id="console" value="#{selectOneMenuView.console}"
style="width:125px">
<f:selectItem itemLabel="Select One" itemValue="" />
<f:selectItem itemLabel="Xbox One" itemValue="Xbox One" />
<f:selectItem itemLabel="PS4" itemValue="PS4" />
<f:selectItem itemLabel="Wii U" itemValue="Wii U" />
</p:selectOneMenu>
</p:panelGrid>
<p:defaultCommand target="button" />
<p:commandButton value="Submit" id="button" process="myGrid"
update="myGrid" />
``` | 1.0 | SelectOneMenu ignores defaultCommand component - Reported by PRO User;
> the p:selectOneMenu ignores the defaultCommand, it doesn't trigger the button if it is focused and the enter key is pressed
```
<p:panelGrid layout="grid" columns="2" columnClasses="ui-g-4, ui-g-8"
id="myGrid">
<p:outputLabel for="inputtext" value="input:" />
<p:inputText id="inputtext" />
<p:outputLabel for="console" value="Basic:" />
<p:selectOneMenu id="console" value="#{selectOneMenuView.console}"
style="width:125px">
<f:selectItem itemLabel="Select One" itemValue="" />
<f:selectItem itemLabel="Xbox One" itemValue="Xbox One" />
<f:selectItem itemLabel="PS4" itemValue="PS4" />
<f:selectItem itemLabel="Wii U" itemValue="Wii U" />
</p:selectOneMenu>
</p:panelGrid>
<p:defaultCommand target="button" />
<p:commandButton value="Submit" id="button" process="myGrid"
update="myGrid" />
``` | defect | selectonemenu ignores defaultcommand component reported by pro user the p selectonemenu ignores the defaultcommand it doesn t trigger the button if it is focused and the enter key is pressed p panelgrid layout grid columns columnclasses ui g ui g id mygrid p selectonemenu id console value selectonemenuview console style width p commandbutton value submit id button process mygrid update mygrid | 1 |
30,554 | 6,155,164,288 | IssuesEvent | 2017-06-28 14:15:59 | idaholab/moose | https://api.github.com/repos/idaholab/moose | closed | Postprocessor tabs not reloading | C: Peacock P: normal T: defect | ### Description of the enhancement or error report
When re-executing a simulation the postprocessor tabs are not staying selected and the old data is not being cleared.
### Rationale for the enhancement or information for reproducing the error
This needs to work to provide the user with a proper GUI experience.
### Identified impact
(i.e. Internal object changes, limited interface changes, public API change, or a list of specific applications impacted)
This will improve the usefulness of peacock | 1.0 | Postprocessor tabs not reloading - ### Description of the enhancement or error report
When re-executing a simulation the postprocessor tabs are not staying selected and the old data is not being cleared.
### Rationale for the enhancement or information for reproducing the error
This needs to work to provide the user with a proper GUI experience.
### Identified impact
(i.e. Internal object changes, limited interface changes, public API change, or a list of specific applications impacted)
This will improve the usefulness of peacock | defect | postprocessor tabs not reloading description of the enhancement or error report when re executing a simulation the postprocessor tabs are not staying selected and the old data is not being cleared rationale for the enhancement or information for reproducing the error this needs to work to provide the user with a proper gui experience identified impact i e internal object changes limited interface changes public api change or a list of specific applications impacted this will improve the usefulness of peacock | 1 |
284,772 | 8,750,344,441 | IssuesEvent | 2018-12-13 18:56:32 | numba/numba | https://api.github.com/repos/numba/numba | opened | llvm.dbg.declare deprecation | lowpriority | Variable debug info is marked with `llvm.dbg.declare`, which is pending deprecation according to llvm docs. A new `llvm.dbg.addr` is available to replace the deprecated API. The two API have the same interface so we can easily substitute the one API. See https://reviews.llvm.org/D37768.
However, NVVM IR 1.5 doesn't support the new `llvm.dbg.addr` yet. Otherwise, we could make the change right now. | 1.0 | llvm.dbg.declare deprecation - Variable debug info is marked with `llvm.dbg.declare`, which is pending deprecation according to llvm docs. A new `llvm.dbg.addr` is available to replace the deprecated API. The two API have the same interface so we can easily substitute the one API. See https://reviews.llvm.org/D37768.
However, NVVM IR 1.5 doesn't support the new `llvm.dbg.addr` yet. Otherwise, we could make the change right now. | non_defect | llvm dbg declare deprecation variable debug info is marked with llvm dbg declare which is pending deprecation according to llvm docs a new llvm dbg addr is available to replace the deprecated api the two api have the same interface so we can easily substitute the one api see however nvvm ir doesn t support the new llvm dbg addr yet otherwise we could make the change right now | 0 |
76,471 | 26,447,549,254 | IssuesEvent | 2023-01-16 08:44:23 | hazelcast/hazelcast-csharp-client | https://api.github.com/repos/hazelcast/hazelcast-csharp-client | opened | Having Trouble to Connect Docker in Smart Mode | Priority: Critical Type: Defect Jira | When trying to connect cluster in Docker from outside of the Docker network with smart mode, client establishes the connection. However, it drops later to connect to address that emitted in member table which is not accessible from outside of the Docker network. | 1.0 | Having Trouble to Connect Docker in Smart Mode - When trying to connect cluster in Docker from outside of the Docker network with smart mode, client establishes the connection. However, it drops later to connect to address that emitted in member table which is not accessible from outside of the Docker network. | defect | having trouble to connect docker in smart mode when trying to connect cluster in docker from outside of the docker network with smart mode client establishes the connection however it drops later to connect to address that emitted in member table which is not accessible from outside of the docker network | 1 |
50,224 | 12,484,695,198 | IssuesEvent | 2020-05-30 15:59:51 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | Return to signing jars? | .Building & Releasing | We dropped signed jars in a recent release, mainly because of how long it takes to verify the jar and the fact that it seems like no one actually verifies them in production.
We should probably at least provide a checksum however.
Does anyone feel strongly about signed jars? | 1.0 | Return to signing jars? - We dropped signed jars in a recent release, mainly because of how long it takes to verify the jar and the fact that it seems like no one actually verifies them in production.
We should probably at least provide a checksum however.
Does anyone feel strongly about signed jars? | non_defect | return to signing jars we dropped signed jars in a recent release mainly because of how long it takes to verify the jar and the fact that it seems like no one actually verifies them in production we should probably at least provide a checksum however does anyone feel strongly about signed jars | 0 |
773,162 | 27,148,194,678 | IssuesEvent | 2023-02-16 21:55:20 | balena-os/balena-supervisor | https://api.github.com/repos/balena-os/balena-supervisor | closed | New services can be started when an update lock is in place | type/bug High priority | To reproduce, install
https://github.com/balena-io-playground/balena-updates-lock
and then push
https://github.com/balenalabs/balena-sound
( I don't think the bug is specific to the latter, but that's what was originally used to hit this).
The service from `balena-updates-lock` will stay running, but some of the services from `balena-sound` will also be started.
Version: 10.8.0 | 1.0 | New services can be started when an update lock is in place - To reproduce, install
https://github.com/balena-io-playground/balena-updates-lock
and then push
https://github.com/balenalabs/balena-sound
( I don't think the bug is specific to the latter, but that's what was originally used to hit this).
The service from `balena-updates-lock` will stay running, but some of the services from `balena-sound` will also be started.
Version: 10.8.0 | non_defect | new services can be started when an update lock is in place to reproduce install and then push i don t think the bug is specific to the latter but that s what was originally used to hit this the service from balena updates lock will stay running but some of the services from balena sound will also be started version | 0 |
91,468 | 15,856,414,497 | IssuesEvent | 2021-04-08 02:17:12 | Sophobis76/angloAmerican | https://api.github.com/repos/Sophobis76/angloAmerican | opened | CVE-2019-6283 (Medium) detected in node-sass-4.9.3.tgz, node-sassv4.11.0 | security vulnerability | ## CVE-2019-6283 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.9.3.tgz</b>, <b>node-sassv4.11.0</b></p></summary>
<p>
<details><summary><b>node-sass-4.9.3.tgz</b></p></summary>
<p>Wrapper around libsass</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.9.3.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.9.3.tgz</a></p>
<p>Path to dependency file: /angloAmerican/package.json</p>
<p>Path to vulnerable library: angloAmerican/node_modules/node-sass/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.10.6.tgz (Root Library)
- :x: **node-sass-4.9.3.tgz** (Vulnerable Library)
</details>
</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 LibSass 3.5.5, a heap-based buffer over-read exists in Sass::Prelexer::parenthese_scope in prelexer.hpp.
<p>Publish Date: 2019-01-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-6283>CVE-2019-6283</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284</a></p>
<p>Release Date: 2019-08-06</p>
<p>Fix Resolution: LibSass - 3.6.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-6283 (Medium) detected in node-sass-4.9.3.tgz, node-sassv4.11.0 - ## CVE-2019-6283 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.9.3.tgz</b>, <b>node-sassv4.11.0</b></p></summary>
<p>
<details><summary><b>node-sass-4.9.3.tgz</b></p></summary>
<p>Wrapper around libsass</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.9.3.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.9.3.tgz</a></p>
<p>Path to dependency file: /angloAmerican/package.json</p>
<p>Path to vulnerable library: angloAmerican/node_modules/node-sass/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.10.6.tgz (Root Library)
- :x: **node-sass-4.9.3.tgz** (Vulnerable Library)
</details>
</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 LibSass 3.5.5, a heap-based buffer over-read exists in Sass::Prelexer::parenthese_scope in prelexer.hpp.
<p>Publish Date: 2019-01-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-6283>CVE-2019-6283</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284</a></p>
<p>Release Date: 2019-08-06</p>
<p>Fix Resolution: LibSass - 3.6.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in node sass tgz node cve medium severity vulnerability vulnerable libraries node sass tgz node node sass tgz wrapper around libsass library home page a href path to dependency file angloamerican package json path to vulnerable library angloamerican node modules node sass package json dependency hierarchy build angular tgz root library x node sass tgz vulnerable library vulnerability details in libsass a heap based buffer over read exists in sass prelexer parenthese scope in prelexer hpp publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution libsass step up your open source security game with whitesource | 0 |
46,062 | 13,055,846,546 | IssuesEvent | 2020-07-30 02:54:42 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | remove remaining should-be-private headers from modules in core projects (Trac #525) | IceTray Incomplete Migration Migrated from Trac defect | Migrated from https://code.icecube.wisc.edu/ticket/525
```json
{
"status": "closed",
"changetime": "2015-02-11T19:42:30",
"description": "especially the utility modules in icetray\n\n",
"reporter": "troy",
"cc": "",
"resolution": "wontfix",
"_ts": "1423683750462763",
"component": "IceTray",
"summary": "remove remaining should-be-private headers from modules in core projects",
"priority": "normal",
"keywords": "",
"time": "2009-01-23T17:06:51",
"milestone": "",
"owner": "blaufuss",
"type": "defect"
}
```
| 1.0 | remove remaining should-be-private headers from modules in core projects (Trac #525) - Migrated from https://code.icecube.wisc.edu/ticket/525
```json
{
"status": "closed",
"changetime": "2015-02-11T19:42:30",
"description": "especially the utility modules in icetray\n\n",
"reporter": "troy",
"cc": "",
"resolution": "wontfix",
"_ts": "1423683750462763",
"component": "IceTray",
"summary": "remove remaining should-be-private headers from modules in core projects",
"priority": "normal",
"keywords": "",
"time": "2009-01-23T17:06:51",
"milestone": "",
"owner": "blaufuss",
"type": "defect"
}
```
| defect | remove remaining should be private headers from modules in core projects trac migrated from json status closed changetime description especially the utility modules in icetray n n reporter troy cc resolution wontfix ts component icetray summary remove remaining should be private headers from modules in core projects priority normal keywords time milestone owner blaufuss type defect | 1 |
25,031 | 4,178,244,993 | IssuesEvent | 2016-06-22 05:37:17 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | closed | The Intel 13 compiler has failing unit tests | compiler: intel type: defect | The unit test that fails are:
- [x] tests.unit.components.distributed.mpi.get_ptr
- [x] tests.unit.components.distributed.tcp.get_ptr
- [x] tests.unit.performance_counters.path_elements
- [x] tests.unit.threads.distributed.mpi.thread_stacksize
- [x] tests.unit.threads.distributed.tcp.thread_stacksize
- [x] tests.unit.util.distributed.mpi.serialize_buffer
- [x] tests.unit.util.distributed.tcp.serialize_buffer
- [x] tests.unit.util.parse_affinity_options
- [ ] tests.unit.parallel.uninitialized_copy
- [ ] tests.unit.parallel.uninitialized_copyn
- [ ] tests.unit.parallel.uninitialized_fill
- [ ] tests.unit.parallel.uninitialized_filln
See here for example:
http://hermione.cct.lsu.edu/builders/hpx_intel_13_boost_1_54_debian_x86_64_release/builds/310/steps/run_unit_tests/logs/stdio | 1.0 | The Intel 13 compiler has failing unit tests - The unit test that fails are:
- [x] tests.unit.components.distributed.mpi.get_ptr
- [x] tests.unit.components.distributed.tcp.get_ptr
- [x] tests.unit.performance_counters.path_elements
- [x] tests.unit.threads.distributed.mpi.thread_stacksize
- [x] tests.unit.threads.distributed.tcp.thread_stacksize
- [x] tests.unit.util.distributed.mpi.serialize_buffer
- [x] tests.unit.util.distributed.tcp.serialize_buffer
- [x] tests.unit.util.parse_affinity_options
- [ ] tests.unit.parallel.uninitialized_copy
- [ ] tests.unit.parallel.uninitialized_copyn
- [ ] tests.unit.parallel.uninitialized_fill
- [ ] tests.unit.parallel.uninitialized_filln
See here for example:
http://hermione.cct.lsu.edu/builders/hpx_intel_13_boost_1_54_debian_x86_64_release/builds/310/steps/run_unit_tests/logs/stdio | defect | the intel compiler has failing unit tests the unit test that fails are tests unit components distributed mpi get ptr tests unit components distributed tcp get ptr tests unit performance counters path elements tests unit threads distributed mpi thread stacksize tests unit threads distributed tcp thread stacksize tests unit util distributed mpi serialize buffer tests unit util distributed tcp serialize buffer tests unit util parse affinity options tests unit parallel uninitialized copy tests unit parallel uninitialized copyn tests unit parallel uninitialized fill tests unit parallel uninitialized filln see here for example | 1 |
48,671 | 13,184,714,826 | IssuesEvent | 2020-08-12 19:57:40 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | nohup ./bin/jeb-server-loop doesn't disconnect properly (Trac #34) | Incomplete Migration Migrated from Trac defect jeb-server | <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/34
, reported by blaufuss and owned by blaufuss_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-09T22:43:57",
"description": "same error with ./bin/i3daqdispatch-loop.\n\nOnce started like:\nnohup ./bin/jeb-server-loop &\n\nworks fine, but if you send a start signal:\n./bin/jeb-server-start\n\nthen disconnect the terminal w/ loop running in background, server hangs",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1194648237000000",
"component": "jeb-server",
"summary": "nohup ./bin/jeb-server-loop doesn't disconnect properly",
"priority": "normal",
"keywords": "",
"time": "2007-06-05T19:08:14",
"milestone": "",
"owner": "blaufuss",
"type": "defect"
}
```
</p>
</details>
| 1.0 | nohup ./bin/jeb-server-loop doesn't disconnect properly (Trac #34) - <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/34
, reported by blaufuss and owned by blaufuss_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-09T22:43:57",
"description": "same error with ./bin/i3daqdispatch-loop.\n\nOnce started like:\nnohup ./bin/jeb-server-loop &\n\nworks fine, but if you send a start signal:\n./bin/jeb-server-start\n\nthen disconnect the terminal w/ loop running in background, server hangs",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1194648237000000",
"component": "jeb-server",
"summary": "nohup ./bin/jeb-server-loop doesn't disconnect properly",
"priority": "normal",
"keywords": "",
"time": "2007-06-05T19:08:14",
"milestone": "",
"owner": "blaufuss",
"type": "defect"
}
```
</p>
</details>
| defect | nohup bin jeb server loop doesn t disconnect properly trac migrated from reported by blaufuss and owned by blaufuss json status closed changetime description same error with bin loop n nonce started like nnohup bin jeb server loop n nworks fine but if you send a start signal n bin jeb server start n nthen disconnect the terminal w loop running in background server hangs reporter blaufuss cc resolution fixed ts component jeb server summary nohup bin jeb server loop doesn t disconnect properly priority normal keywords time milestone owner blaufuss type defect | 1 |
49,051 | 13,185,207,091 | IssuesEvent | 2020-08-12 20:56:17 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | "make inspect" fails (Trac #653) | IceTray Incomplete Migration Migrated from Trac defect | <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/653
, reported by nega and owned by jvansanten</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2011-09-13T14:26:39",
"description": "on software.iwe:\n\n{{{\nTraceback (most recent call last):\n File \"/net/software/doc_build/offline-head/build/bin/icetray-inspect\", line 140, in <module>\n module = __import__('icecube.%s' % modname, globals(), locals(), [modname])\n File \"/net/software/doc_build/offline-head/build/lib/icecube/rootwriter/__init__.py\", line 7, in <module>\n def I3ROOTWriter(tray, name, Output=None, **kwargs):\n File \"/net/software/doc_build/offline-head/build/lib/icecube/icetray/traysegment.py\", line 20, in traysegment\n if inspect.getdoc(function) is None:\nAttributeError: 'module' object has no attribute 'getdoc'\nmake[3]: *** [rootwriter/CMakeFiles/rootwriter-rootwriter-inspect] Error 1\nmake[2]: *** [rootwriter/CMakeFiles/rootwriter-rootwriter-inspect.dir/all] Error 2\nmake[1]: *** [CMakeFiles/inspect.dir/rule] Error 2\nmake: *** [inspect] Error 2\n}}}\n\non my laptop:\n{{{\n\n[ 0%] Generating html from icetray-inspect of WaveCalibrator\nLogging configured from file /Users/nega/i3/offline-software/build/log4cplus.conf\nWARN: Can't load pure-Python bits of WaveCalibrator (No module named tables); you'll only have the C++ library./Users/nega/i3/offline-software/build/CMakeFiles/WaveCalibrator-inspection.xml:4: parser error : Specification mandate value for attribute DOMSimulatorCalibrator\n<function DOMSimulatorCalibrator at 0x11069fde8>\n ^\n/Users/nega/i3/offline-software/build/CMakeFiles/WaveCalibrator-inspection.xml:4: parser error : attributes construct error\n<function DOMSimulatorCalibrator at 0x11069fde8>\n ^\n/Users/nega/i3/offline-software/build/CMakeFiles/WaveCalibrator-inspection.xml:4: parser error : Couldn't find end of Start Tag function line 4\n<function DOMSimulatorCalibrator at 0x11069fde8>\n ^\nunable to parse /Users/nega/i3/offline-software/build/CMakeFiles/WaveCalibrator-inspection.xml\nmake[3]: *** [WaveCalibrator/CMakeFiles/WaveCalibrator-WaveCalibrator-inspect] Error 6\nmake[2]: *** [WaveCalibrator/CMakeFiles/WaveCalibrator-WaveCalibrator-inspect.dir/all] Error 2\nmake[1]: *** [CMakeFiles/inspect.dir/rule] Error 2\nmake: *** [inspect] Error 2\n}}}",
"reporter": "nega",
"cc": "",
"resolution": "fixed",
"_ts": "1315923999000000",
"component": "IceTray",
"summary": "\"make inspect\" fails",
"priority": "normal",
"keywords": "",
"time": "2011-09-13T14:18:03",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
</p>
</details>
| 1.0 | "make inspect" fails (Trac #653) - <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/653
, reported by nega and owned by jvansanten</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2011-09-13T14:26:39",
"description": "on software.iwe:\n\n{{{\nTraceback (most recent call last):\n File \"/net/software/doc_build/offline-head/build/bin/icetray-inspect\", line 140, in <module>\n module = __import__('icecube.%s' % modname, globals(), locals(), [modname])\n File \"/net/software/doc_build/offline-head/build/lib/icecube/rootwriter/__init__.py\", line 7, in <module>\n def I3ROOTWriter(tray, name, Output=None, **kwargs):\n File \"/net/software/doc_build/offline-head/build/lib/icecube/icetray/traysegment.py\", line 20, in traysegment\n if inspect.getdoc(function) is None:\nAttributeError: 'module' object has no attribute 'getdoc'\nmake[3]: *** [rootwriter/CMakeFiles/rootwriter-rootwriter-inspect] Error 1\nmake[2]: *** [rootwriter/CMakeFiles/rootwriter-rootwriter-inspect.dir/all] Error 2\nmake[1]: *** [CMakeFiles/inspect.dir/rule] Error 2\nmake: *** [inspect] Error 2\n}}}\n\non my laptop:\n{{{\n\n[ 0%] Generating html from icetray-inspect of WaveCalibrator\nLogging configured from file /Users/nega/i3/offline-software/build/log4cplus.conf\nWARN: Can't load pure-Python bits of WaveCalibrator (No module named tables); you'll only have the C++ library./Users/nega/i3/offline-software/build/CMakeFiles/WaveCalibrator-inspection.xml:4: parser error : Specification mandate value for attribute DOMSimulatorCalibrator\n<function DOMSimulatorCalibrator at 0x11069fde8>\n ^\n/Users/nega/i3/offline-software/build/CMakeFiles/WaveCalibrator-inspection.xml:4: parser error : attributes construct error\n<function DOMSimulatorCalibrator at 0x11069fde8>\n ^\n/Users/nega/i3/offline-software/build/CMakeFiles/WaveCalibrator-inspection.xml:4: parser error : Couldn't find end of Start Tag function line 4\n<function DOMSimulatorCalibrator at 0x11069fde8>\n ^\nunable to parse /Users/nega/i3/offline-software/build/CMakeFiles/WaveCalibrator-inspection.xml\nmake[3]: *** [WaveCalibrator/CMakeFiles/WaveCalibrator-WaveCalibrator-inspect] Error 6\nmake[2]: *** [WaveCalibrator/CMakeFiles/WaveCalibrator-WaveCalibrator-inspect.dir/all] Error 2\nmake[1]: *** [CMakeFiles/inspect.dir/rule] Error 2\nmake: *** [inspect] Error 2\n}}}",
"reporter": "nega",
"cc": "",
"resolution": "fixed",
"_ts": "1315923999000000",
"component": "IceTray",
"summary": "\"make inspect\" fails",
"priority": "normal",
"keywords": "",
"time": "2011-09-13T14:18:03",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
</p>
</details>
| defect | make inspect fails trac migrated from reported by nega and owned by jvansanten json status closed changetime description on software iwe n n ntraceback most recent call last n file net software doc build offline head build bin icetray inspect line in n module import icecube s modname globals locals n file net software doc build offline head build lib icecube rootwriter init py line in n def tray name output none kwargs n file net software doc build offline head build lib icecube icetray traysegment py line in traysegment n if inspect getdoc function is none nattributeerror module object has no attribute getdoc nmake error nmake error nmake error nmake error n n non my laptop n n n generating html from icetray inspect of wavecalibrator nlogging configured from file users nega offline software build conf nwarn can t load pure python bits of wavecalibrator no module named tables you ll only have the c library users nega offline software build cmakefiles wavecalibrator inspection xml parser error specification mandate value for attribute domsimulatorcalibrator n n n users nega offline software build cmakefiles wavecalibrator inspection xml parser error attributes construct error n n n users nega offline software build cmakefiles wavecalibrator inspection xml parser error couldn t find end of start tag function line n n nunable to parse users nega offline software build cmakefiles wavecalibrator inspection xml nmake error nmake error nmake error nmake error n reporter nega cc resolution fixed ts component icetray summary make inspect fails priority normal keywords time milestone owner jvansanten type defect | 1 |
210,661 | 16,110,436,834 | IssuesEvent | 2021-04-27 20:23:25 | mathjax/MathJax | https://api.github.com/repos/mathjax/MathJax | closed | Multi-lined environments with \\* | Accepted Feature Request Fixed Test Needed v3 v3.1 | ### Issue Summary
MathJax v3.
With multline and similar, `\\` and `\\[2ex]` work as expected, but `\\*` and `\\*[2ex]` fail. The star and trailing optional argument are not absorbed.
### Steps to Reproduce:
```
<!DOCTYPE html>
<html lang="en-US">
<head>
<script
id="MathJax-script"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
></script>
</head>
<body>
<p>
\begin{multline}
\tan a+b < c \\
\cos (d)+sin(e) \\*
\cos (f)+sin(g) \\*[2ex]
h+i=j
\end{multline}
</p>
</body>
</html>
```
| 1.0 | Multi-lined environments with \\* - ### Issue Summary
MathJax v3.
With multline and similar, `\\` and `\\[2ex]` work as expected, but `\\*` and `\\*[2ex]` fail. The star and trailing optional argument are not absorbed.
### Steps to Reproduce:
```
<!DOCTYPE html>
<html lang="en-US">
<head>
<script
id="MathJax-script"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
></script>
</head>
<body>
<p>
\begin{multline}
\tan a+b < c \\
\cos (d)+sin(e) \\*
\cos (f)+sin(g) \\*[2ex]
h+i=j
\end{multline}
</p>
</body>
</html>
```
| non_defect | multi lined environments with issue summary mathjax with multline and similar and work as expected but and fail the star and trailing optional argument are not absorbed steps to reproduce script id mathjax script src begin multline tan a b lt c cos d sin e cos f sin g h i j end multline | 0 |
192,402 | 15,344,199,747 | IssuesEvent | 2021-02-27 23:55:55 | colah/ImplicitCAD | https://api.github.com/repos/colah/ImplicitCAD | closed | Link in README is wrong | Documentation | The link to the 0.0.3 relase notes in the readme doesn't work anymore. | 1.0 | Link in README is wrong - The link to the 0.0.3 relase notes in the readme doesn't work anymore. | non_defect | link in readme is wrong the link to the relase notes in the readme doesn t work anymore | 0 |
6,970 | 3,933,883,589 | IssuesEvent | 2016-04-25 20:39:49 | jens-maus/yam | https://api.github.com/repos/jens-maus/yam | closed | growing .folders file | #minor @low bug Configuration fixed nightly build | **Originally by _opionline@yahoo.de_ on 2010-08-31 03:48:59 +0200**
___
Step by step (sorry german strings)
1. Backup your .folders file
2. Go to config and enable config->Spam->'Spam-Filter aktiv'
3. Click 'Benutzen'
4. A requester pop of - i click 'Leeren&Verwenden'
5. Go again to config and disable 'Spam-Filter aktiv'
6. A requester pop of - change all checkboxes to not enabled
7. Click 'Benutzen' in the requester.
8. Maybe you must repead the steps 2-7
Now compare your .folders and you will see that an:
@FOLDER Spam
spam
@ENDFOLDER
is added to the file ecery time you do the steps above
which should not happen IMHO.
BTW: IMHO the better default values into the requester is
all checkboxes disabled? It need more diskspace for the
Data but if the user want to enable the spam filter again
he need no training the filter from scratch.
| 1.0 | growing .folders file - **Originally by _opionline@yahoo.de_ on 2010-08-31 03:48:59 +0200**
___
Step by step (sorry german strings)
1. Backup your .folders file
2. Go to config and enable config->Spam->'Spam-Filter aktiv'
3. Click 'Benutzen'
4. A requester pop of - i click 'Leeren&Verwenden'
5. Go again to config and disable 'Spam-Filter aktiv'
6. A requester pop of - change all checkboxes to not enabled
7. Click 'Benutzen' in the requester.
8. Maybe you must repead the steps 2-7
Now compare your .folders and you will see that an:
@FOLDER Spam
spam
@ENDFOLDER
is added to the file ecery time you do the steps above
which should not happen IMHO.
BTW: IMHO the better default values into the requester is
all checkboxes disabled? It need more diskspace for the
Data but if the user want to enable the spam filter again
he need no training the filter from scratch.
| non_defect | growing folders file originally by opionline yahoo de on step by step sorry german strings backup your folders file go to config and enable config spam spam filter aktiv click benutzen a requester pop of i click leeren verwenden go again to config and disable spam filter aktiv a requester pop of change all checkboxes to not enabled click benutzen in the requester maybe you must repead the steps now compare your folders and you will see that an folder spam spam endfolder is added to the file ecery time you do the steps above which should not happen imho btw imho the better default values into the requester is all checkboxes disabled it need more diskspace for the data but if the user want to enable the spam filter again he need no training the filter from scratch | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.