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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
31,725 | 6,607,043,309 | IssuesEvent | 2017-09-19 04:26:24 | extnet/Ext.NET | https://api.github.com/repos/extnet/Ext.NET | opened | GridPanel editor navigation 'flickers' on IE when switching rows on Tab keypress | 4.x defect extjs-test-pending | Found: 4.4.0
Ext.NET forum thread: [GridPanel CellEditing Tab Navigation issue in IE](https://forums.ext.net/showthread.php?62115)
On IE (not Edge nor Chrome at least), when tabbing editor fields between rows, the grid view briefly scrolls to the right, giving a "flicker" visual behavior. | 1.0 | GridPanel editor navigation 'flickers' on IE when switching rows on Tab keypress - Found: 4.4.0
Ext.NET forum thread: [GridPanel CellEditing Tab Navigation issue in IE](https://forums.ext.net/showthread.php?62115)
On IE (not Edge nor Chrome at least), when tabbing editor fields between rows, the grid view briefly scrolls to the right, giving a "flicker" visual behavior. | defect | gridpanel editor navigation flickers on ie when switching rows on tab keypress found ext net forum thread on ie not edge nor chrome at least when tabbing editor fields between rows the grid view briefly scrolls to the right giving a flicker visual behavior | 1 |
21,751 | 3,550,492,620 | IssuesEvent | 2016-01-20 22:12:02 | 400plus/400plus | https://api.github.com/repos/400plus/400plus | closed | Flash not working with Polish menus | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Set camera language to Polish (and 400plus language to "camera")
2. Go to "Flash" settings
3. Set "Użyj lampy błyskowej" to "tak"
What is the expected output? What do you see instead?
It is expected the flash will work, as the menu suggests. "Użyj lampy
błyskowej" means "use flash light", so setting it to "tak" (i.e. "yes") should
result in flash working. However, it works only if "use flash light" is set to
"no".
What version of the product are you using?
20130414-04
Please provide any additional information below.
The reason is likely the translation: in English, the setting is "disable
flash". So there, "yes" indeed results in flash not working, which is correct.
Polish translation should rather be "lampa błyskowa wyłączona" -- or
"yes/no" should be swapped in Polish (yes > nie; no > tak)
```
Original issue reported on code.google.com by `kkordyb...@gmail.com` on 21 Jul 2014 at 5:13 | 1.0 | Flash not working with Polish menus - ```
What steps will reproduce the problem?
1. Set camera language to Polish (and 400plus language to "camera")
2. Go to "Flash" settings
3. Set "Użyj lampy błyskowej" to "tak"
What is the expected output? What do you see instead?
It is expected the flash will work, as the menu suggests. "Użyj lampy
błyskowej" means "use flash light", so setting it to "tak" (i.e. "yes") should
result in flash working. However, it works only if "use flash light" is set to
"no".
What version of the product are you using?
20130414-04
Please provide any additional information below.
The reason is likely the translation: in English, the setting is "disable
flash". So there, "yes" indeed results in flash not working, which is correct.
Polish translation should rather be "lampa błyskowa wyłączona" -- or
"yes/no" should be swapped in Polish (yes > nie; no > tak)
```
Original issue reported on code.google.com by `kkordyb...@gmail.com` on 21 Jul 2014 at 5:13 | defect | flash not working with polish menus what steps will reproduce the problem set camera language to polish and language to camera go to flash settings set użyj lampy błyskowej to tak what is the expected output what do you see instead it is expected the flash will work as the menu suggests użyj lampy błyskowej means use flash light so setting it to tak i e yes should result in flash working however it works only if use flash light is set to no what version of the product are you using please provide any additional information below the reason is likely the translation in english the setting is disable flash so there yes indeed results in flash not working which is correct polish translation should rather be lampa błyskowa wyłączona or yes no should be swapped in polish yes nie no tak original issue reported on code google com by kkordyb gmail com on jul at | 1 |
15,742 | 2,869,008,084 | IssuesEvent | 2015-06-05 22:32:45 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Error creating session in HttpServer. | Area-Pkg Pkg-HttpServer Priority-Unassigned Triaged Type-Defect | *This issue was originally filed by @giote73*
_____
Pointing the browser to http://myHost:80/index.html
put my http server write in DART down (see code below)
\*file vsca.dart\*
.....
HttpServer.bind(ip, \_port)
.then((HttpServer server) {
server.listen((HttpRequest request){
//print("sessionID:${request.session.id}");
lastSession=request.session.id; // <<< (file:///home/vsca/bin/vsca.dart:62:27)
.....
).catchError((e){
myLog.severe(e.toString());
print(e.toString());
});
In attached the complete log file.
My system :
Linux 3.2.0-24-virtual #­39-Ubuntu SMP Mon May 21 18:44:18 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
______
**Attachment:**
[myDartSrv.log](https://storage.googleapis.com/google-code-attachments/dart/issue-17722/comment-0/myDartSrv.log) (3.38 KB) | 1.0 | Error creating session in HttpServer. - *This issue was originally filed by @giote73*
_____
Pointing the browser to http://myHost:80/index.html
put my http server write in DART down (see code below)
\*file vsca.dart\*
.....
HttpServer.bind(ip, \_port)
.then((HttpServer server) {
server.listen((HttpRequest request){
//print("sessionID:${request.session.id}");
lastSession=request.session.id; // <<< (file:///home/vsca/bin/vsca.dart:62:27)
.....
).catchError((e){
myLog.severe(e.toString());
print(e.toString());
});
In attached the complete log file.
My system :
Linux 3.2.0-24-virtual #­39-Ubuntu SMP Mon May 21 18:44:18 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
______
**Attachment:**
[myDartSrv.log](https://storage.googleapis.com/google-code-attachments/dart/issue-17722/comment-0/myDartSrv.log) (3.38 KB) | defect | error creating session in httpserver this issue was originally filed by pointing the browser to put my http server write in dart down see code below file vsca dart httpserver bind ip port nbsp nbsp nbsp nbsp then httpserver server nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp server listen httprequest request nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp print quot sessionid request session id quot nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lastsession request session id lt lt lt file home vsca bin vsca dart nbsp nbsp nbsp catcherror e nbsp nbsp nbsp nbsp nbsp nbsp nbsp mylog severe e tostring nbsp nbsp nbsp nbsp nbsp nbsp nbsp print e tostring nbsp nbsp nbsp nbsp in attached the complete log file my system linux virtual ubuntu smp mon may utc gnu linux attachment kb | 1 |
110,416 | 9,450,189,389 | IssuesEvent | 2019-04-16 05:32:30 | PlasmaPHP/driver-mysql | https://api.github.com/repos/PlasmaPHP/driver-mysql | opened | Make unit tests able to test TLS | component: tests enhancement help wanted | Currently we are not able to test TLS on CIs, because we do not generate SSL certificates to restart the server with. We should look into this, so that we can test the TLS implementation on CIs. | 1.0 | Make unit tests able to test TLS - Currently we are not able to test TLS on CIs, because we do not generate SSL certificates to restart the server with. We should look into this, so that we can test the TLS implementation on CIs. | non_defect | make unit tests able to test tls currently we are not able to test tls on cis because we do not generate ssl certificates to restart the server with we should look into this so that we can test the tls implementation on cis | 0 |
86,702 | 15,755,843,255 | IssuesEvent | 2021-03-31 02:29:11 | eldorplus/laravel-elixir-clean-unofficial | https://api.github.com/repos/eldorplus/laravel-elixir-clean-unofficial | opened | CVE-2020-7789 (Medium) detected in node-notifier-4.6.1.tgz | security vulnerability | ## CVE-2020-7789 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-notifier-4.6.1.tgz</b></p></summary>
<p>A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz">https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz</a></p>
<p>Path to dependency file: laravel-elixir-clean-unofficial/package.json</p>
<p>Path to vulnerable library: laravel-elixir-clean-unofficial/node_modules/node-notifier/package.json</p>
<p>
Dependency Hierarchy:
- laravel-elixir-6.0.0-18.tgz (Root Library)
- gulp-notify-2.2.0.tgz
- :x: **node-notifier-4.6.1.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects the package node-notifier before 9.0.0. It allows an attacker to run arbitrary commands on Linux machines due to the options params not being sanitised when being passed an array.
<p>Publish Date: 2020-12-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7789>CVE-2020-7789</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7789">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7789</a></p>
<p>Release Date: 2020-12-11</p>
<p>Fix Resolution: 9.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-7789 (Medium) detected in node-notifier-4.6.1.tgz - ## CVE-2020-7789 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-notifier-4.6.1.tgz</b></p></summary>
<p>A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz">https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz</a></p>
<p>Path to dependency file: laravel-elixir-clean-unofficial/package.json</p>
<p>Path to vulnerable library: laravel-elixir-clean-unofficial/node_modules/node-notifier/package.json</p>
<p>
Dependency Hierarchy:
- laravel-elixir-6.0.0-18.tgz (Root Library)
- gulp-notify-2.2.0.tgz
- :x: **node-notifier-4.6.1.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects the package node-notifier before 9.0.0. It allows an attacker to run arbitrary commands on Linux machines due to the options params not being sanitised when being passed an array.
<p>Publish Date: 2020-12-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7789>CVE-2020-7789</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7789">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7789</a></p>
<p>Release Date: 2020-12-11</p>
<p>Fix Resolution: 9.0.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 notifier tgz cve medium severity vulnerability vulnerable library node notifier tgz a node js module for sending notifications on native mac windows post and pre and linux or growl as fallback library home page a href path to dependency file laravel elixir clean unofficial package json path to vulnerable library laravel elixir clean unofficial node modules node notifier package json dependency hierarchy laravel elixir tgz root library gulp notify tgz x node notifier tgz vulnerable library vulnerability details this affects the package node notifier before it allows an attacker to run arbitrary commands on linux machines due to the options params not being sanitised when being passed an array publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low 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 |
10,071 | 2,618,934,563 | IssuesEvent | 2015-03-03 00:01:33 | chrsmith/open-ig | https://api.github.com/repos/chrsmith/open-ig | closed | Flották összevonása | auto-migrated Component-Logic Priority-Medium Type-Defect | ```
Hello!
Eljutottam oda, hogy megkaptam a Thorint.
Gondoltam kicsit átszervezem a flottát.
Ennek eredménye minden nagy hajómból csak egy maradt az összevonás
végére.
Köszi, hogy utánanéztek a hibának!
```
Original issue reported on code.google.com by `zattler....@gmail.com` on 18 Aug 2013 at 8:16
Attachments:
* [save-2013-08-18-22-08-40-908.xml.gz](https://storage.googleapis.com/google-code-attachments/open-ig/issue-756/comment-0/save-2013-08-18-22-08-40-908.xml.gz)
| 1.0 | Flották összevonása - ```
Hello!
Eljutottam oda, hogy megkaptam a Thorint.
Gondoltam kicsit átszervezem a flottát.
Ennek eredménye minden nagy hajómból csak egy maradt az összevonás
végére.
Köszi, hogy utánanéztek a hibának!
```
Original issue reported on code.google.com by `zattler....@gmail.com` on 18 Aug 2013 at 8:16
Attachments:
* [save-2013-08-18-22-08-40-908.xml.gz](https://storage.googleapis.com/google-code-attachments/open-ig/issue-756/comment-0/save-2013-08-18-22-08-40-908.xml.gz)
| defect | flották összevonása hello eljutottam oda hogy megkaptam a thorint gondoltam kicsit átszervezem a flottát ennek eredménye minden nagy hajómból csak egy maradt az összevonás végére köszi hogy utánanéztek a hibának original issue reported on code google com by zattler gmail com on aug at attachments | 1 |
325,401 | 27,875,039,775 | IssuesEvent | 2023-03-21 15:35:09 | edmcouncil/idmp | https://api.github.com/repos/edmcouncil/idmp | closed | Update Terlipressin Example for reference strength (RDF) | enhancement competency question UC1 unit test | The Terlipressin example should be refined to reflect similar changes to those made for the Amplodipine example under IDMP-416. | 1.0 | Update Terlipressin Example for reference strength (RDF) - The Terlipressin example should be refined to reflect similar changes to those made for the Amplodipine example under IDMP-416. | non_defect | update terlipressin example for reference strength rdf the terlipressin example should be refined to reflect similar changes to those made for the amplodipine example under idmp | 0 |
475,596 | 13,723,554,083 | IssuesEvent | 2020-10-03 09:55:11 | grafana/grafana | https://api.github.com/repos/grafana/grafana | closed | 7.2: stackdriver query render the wrong project | datasource/Stackdriver priority/important-soon type/bug | **What happened**:
The project selector inside Stackdriver query always render the default one, no matter of project is really use
**What you expected to happen**:
To see the current project selected
**How to reproduce it (as minimally and precisely as possible)**:
1. Create a stackdriver datasource (probably with GCE authentification)
2. Create panel with the DS
3. Create a query and try to select another project
4. Query send to stackdriver use the project selected, but the UI display the default project
**Environment**:
- Grafana version: 7.2.0
- Data source type & version: stackdriver
- OS Grafana is installed on: kubernetes + official helm chart
- User OS & Browser: Chrome 85.0.4183.102 + MacOS 10.14.6
| 1.0 | 7.2: stackdriver query render the wrong project - **What happened**:
The project selector inside Stackdriver query always render the default one, no matter of project is really use
**What you expected to happen**:
To see the current project selected
**How to reproduce it (as minimally and precisely as possible)**:
1. Create a stackdriver datasource (probably with GCE authentification)
2. Create panel with the DS
3. Create a query and try to select another project
4. Query send to stackdriver use the project selected, but the UI display the default project
**Environment**:
- Grafana version: 7.2.0
- Data source type & version: stackdriver
- OS Grafana is installed on: kubernetes + official helm chart
- User OS & Browser: Chrome 85.0.4183.102 + MacOS 10.14.6
| non_defect | stackdriver query render the wrong project what happened the project selector inside stackdriver query always render the default one no matter of project is really use what you expected to happen to see the current project selected how to reproduce it as minimally and precisely as possible create a stackdriver datasource probably with gce authentification create panel with the ds create a query and try to select another project query send to stackdriver use the project selected but the ui display the default project environment grafana version data source type version stackdriver os grafana is installed on kubernetes official helm chart user os browser chrome macos | 0 |
155,478 | 19,802,886,598 | IssuesEvent | 2022-01-19 01:08:30 | Tim-sandbox/java-reflections | https://api.github.com/repos/Tim-sandbox/java-reflections | opened | CVE-2022-23307 (Medium) detected in log4j-1.2.17.jar | security vulnerability | ## CVE-2022-23307 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.17.jar</b></p></summary>
<p>Apache Log4j 1.2</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar</p>
<p>
Dependency Hierarchy:
- slf4j-log4j12-1.8.0-beta2.jar (Root Library)
- :x: **log4j-1.2.17.jar** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
CVE-2020-9493 identified a deserialization issue that was present in Apache Chainsaw. Prior to Chainsaw V2.0 Chainsaw was a component of Apache Log4j 1.2.x where the same issue exists.
<p>Publish Date: 2022-01-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23307>CVE-2022-23307</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: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.17","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.slf4j:slf4j-log4j12:1.8.0-beta2;log4j:log4j:1.2.17","isMinimumFixVersionAvailable":false,"isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2022-23307","vulnerabilityDetails":"CVE-2020-9493 identified a deserialization issue that was present in Apache Chainsaw. Prior to Chainsaw V2.0 Chainsaw was a component of Apache Log4j 1.2.x where the same issue exists.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23307","cvss3Severity":"medium","cvss3Score":"9.8","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | True | CVE-2022-23307 (Medium) detected in log4j-1.2.17.jar - ## CVE-2022-23307 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.17.jar</b></p></summary>
<p>Apache Log4j 1.2</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar</p>
<p>
Dependency Hierarchy:
- slf4j-log4j12-1.8.0-beta2.jar (Root Library)
- :x: **log4j-1.2.17.jar** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
CVE-2020-9493 identified a deserialization issue that was present in Apache Chainsaw. Prior to Chainsaw V2.0 Chainsaw was a component of Apache Log4j 1.2.x where the same issue exists.
<p>Publish Date: 2022-01-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23307>CVE-2022-23307</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: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.17","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.slf4j:slf4j-log4j12:1.8.0-beta2;log4j:log4j:1.2.17","isMinimumFixVersionAvailable":false,"isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2022-23307","vulnerabilityDetails":"CVE-2020-9493 identified a deserialization issue that was present in Apache Chainsaw. Prior to Chainsaw V2.0 Chainsaw was a component of Apache Log4j 1.2.x where the same issue exists.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23307","cvss3Severity":"medium","cvss3Score":"9.8","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | non_defect | cve medium detected in jar cve medium severity vulnerability vulnerable library jar apache path to dependency file pom xml path to vulnerable library home wss scanner repository jar dependency hierarchy jar root library x jar vulnerable library found in base branch master vulnerability details cve identified a deserialization issue that was present in apache chainsaw prior to chainsaw chainsaw was a component of apache x where the same issue exists publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org isminimumfixversionavailable false isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails cve identified a deserialization issue that was present in apache chainsaw prior to chainsaw chainsaw was a component of apache x where the same issue exists vulnerabilityurl | 0 |
713,880 | 24,542,454,971 | IssuesEvent | 2022-10-12 05:47:16 | wso2/api-manager | https://api.github.com/repos/wso2/api-manager | opened | Cannot create a forum topic in APIM 2.1.0 Store | Type/Bug Priority/Normal | ### Description
When try to create a new forum topic in WSO2 API Manager 2.1.0 as, it navigates to an error page with 500 error code as
![Uploading Screenshot 2022-10-11 at 12.44.18.png…]()
follows.
### Steps to Reproduce
1. Login to the publisher portal of APIM 2.1.0 and create and publish an API
2. Login to the API store and click on the previously created API
3. Go to 'Forum' tab
4. Click on 'Create New Topic'
5. Provide the title and description
6. Click on 'Create' button
7. You will be navigated to the error page attached in the description above
### Affected Component
APIM
### Version
2.1.0
### Environment Details (with versions)
Mac Book Pro M1 chip
OS version 12.6
### Relevant Log Output
_No response_
### Related Issues
_No response_
### Suggested Labels
peertest | 1.0 | Cannot create a forum topic in APIM 2.1.0 Store - ### Description
When try to create a new forum topic in WSO2 API Manager 2.1.0 as, it navigates to an error page with 500 error code as
![Uploading Screenshot 2022-10-11 at 12.44.18.png…]()
follows.
### Steps to Reproduce
1. Login to the publisher portal of APIM 2.1.0 and create and publish an API
2. Login to the API store and click on the previously created API
3. Go to 'Forum' tab
4. Click on 'Create New Topic'
5. Provide the title and description
6. Click on 'Create' button
7. You will be navigated to the error page attached in the description above
### Affected Component
APIM
### Version
2.1.0
### Environment Details (with versions)
Mac Book Pro M1 chip
OS version 12.6
### Relevant Log Output
_No response_
### Related Issues
_No response_
### Suggested Labels
peertest | non_defect | cannot create a forum topic in apim store description when try to create a new forum topic in api manager as it navigates to an error page with error code as follows steps to reproduce login to the publisher portal of apim and create and publish an api login to the api store and click on the previously created api go to forum tab click on create new topic provide the title and description click on create button you will be navigated to the error page attached in the description above affected component apim version environment details with versions mac book pro chip os version relevant log output no response related issues no response suggested labels peertest | 0 |
58,053 | 7,114,757,532 | IssuesEvent | 2018-01-18 02:34:04 | nunit/nunit | https://api.github.com/repos/nunit/nunit | opened | Public facing PropertyBags need to be read only | awaiting:discussion design pri:high | As discussed in #1958 , there are multiple `PropertyBag`s (such as `TestContext.Test.Properties`) that are available to the public facing API that are incorrectly mutable. This has the implication of being a breaking change for end users, so it warrants some discussion among @nunit/framework-team and anyone else potentially affected by this change. | 1.0 | Public facing PropertyBags need to be read only - As discussed in #1958 , there are multiple `PropertyBag`s (such as `TestContext.Test.Properties`) that are available to the public facing API that are incorrectly mutable. This has the implication of being a breaking change for end users, so it warrants some discussion among @nunit/framework-team and anyone else potentially affected by this change. | non_defect | public facing propertybags need to be read only as discussed in there are multiple propertybag s such as testcontext test properties that are available to the public facing api that are incorrectly mutable this has the implication of being a breaking change for end users so it warrants some discussion among nunit framework team and anyone else potentially affected by this change | 0 |
40,083 | 9,834,756,458 | IssuesEvent | 2019-06-17 10:28:23 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Parser doesn't correctly parse identifiers that can conflict with keywords | C: Parser E: All Editions P: Medium T: Defect | When an identifier conflicts with a keyword, jOOQ will parse the keyword despite it clearly being an identifier.
For example, this cannot be parsed:
```sql
select trim (t.c) from t
```
Because `T` is a keyword that is possible in some RDBMS inside of the `TRIM()` function. This also doesn't parse:
```sql
select trim (trailing.c) from trailing
```
In SQL, there is no keyword that can be followed by a period (?), so we can safely assume that after a keyword, there must be whitespace, and no period. | 1.0 | Parser doesn't correctly parse identifiers that can conflict with keywords - When an identifier conflicts with a keyword, jOOQ will parse the keyword despite it clearly being an identifier.
For example, this cannot be parsed:
```sql
select trim (t.c) from t
```
Because `T` is a keyword that is possible in some RDBMS inside of the `TRIM()` function. This also doesn't parse:
```sql
select trim (trailing.c) from trailing
```
In SQL, there is no keyword that can be followed by a period (?), so we can safely assume that after a keyword, there must be whitespace, and no period. | defect | parser doesn t correctly parse identifiers that can conflict with keywords when an identifier conflicts with a keyword jooq will parse the keyword despite it clearly being an identifier for example this cannot be parsed sql select trim t c from t because t is a keyword that is possible in some rdbms inside of the trim function this also doesn t parse sql select trim trailing c from trailing in sql there is no keyword that can be followed by a period so we can safely assume that after a keyword there must be whitespace and no period | 1 |
27,649 | 30,015,833,976 | IssuesEvent | 2023-06-26 18:38:18 | microsoft/Linux-CommA | https://api.github.com/repos/microsoft/Linux-CommA | opened | Add metrics report option to run subcommand | Usability | In order to determine bottlenecks and identify regressions, record metrics for time spent in each stage for upstream and each downstream target. For example:
Total run time: 8m 37s
-- Upstream --
linux:
Fetching: 4m 2s
Processing Commits: 12s
-- Downstream --
Ubuntu22.04:
Fetching: 1m 12s
Cherries search: 34s
Metadata matching: 12s
Code comparison: 1m 37s
| True | Add metrics report option to run subcommand - In order to determine bottlenecks and identify regressions, record metrics for time spent in each stage for upstream and each downstream target. For example:
Total run time: 8m 37s
-- Upstream --
linux:
Fetching: 4m 2s
Processing Commits: 12s
-- Downstream --
Ubuntu22.04:
Fetching: 1m 12s
Cherries search: 34s
Metadata matching: 12s
Code comparison: 1m 37s
| non_defect | add metrics report option to run subcommand in order to determine bottlenecks and identify regressions record metrics for time spent in each stage for upstream and each downstream target for example total run time upstream linux fetching processing commits downstream fetching cherries search metadata matching code comparison | 0 |
80,386 | 7,746,565,601 | IssuesEvent | 2018-05-29 22:14:35 | OurTreatApp/OurTreat-iOS | https://api.github.com/repos/OurTreatApp/OurTreat-iOS | closed | Relabel in vendor page | ready-for-testing | Change the wording of “Number of Participants” to "Number of Participants in each group" when friend game is selected | 1.0 | Relabel in vendor page - Change the wording of “Number of Participants” to "Number of Participants in each group" when friend game is selected | non_defect | relabel in vendor page change the wording of “number of participants” to number of participants in each group when friend game is selected | 0 |
110,733 | 9,476,651,215 | IssuesEvent | 2019-04-19 15:46:28 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | System.Globalizations.Extensions unit tests fail on Win10 1903 (19H1) builds | area-System.Globalization test bug | The test project helper method `GetIdnaTestTxt()` special-cases the current OS version to select the appropriate Idna test data file. It looks like the underlying OS behavior changed in 1903 (19H1) and the test data needs to be updated.
I've copied one such failure below.
```txt
System.Globalization.Tests.IdnMappingIdnaConformanceTests.GetAscii_Invalid [FAIL]
Assert.All() Failure: 8 out of 2375 items in the collection did not pass.
[2106]: Item: System.Globalization.Tests.Unicode_9_0_IdnaTest
System.Exception: Expected IdnMapping.GetAscii("\uD803\uDE71\u0842\uD836\uDEA8\uFF61\uD873\uDF16\u2D11\u200D") to throw an ArgumentException.
at System.Globalization.Tests.IdnMappingIdnaConformanceTests.<>c.<GetAscii_Invalid>b__2_1(IConformanceIdnaTest entry) in C:\corefx\src\System.Globalization.Extensions\tests\IdnMapping\IdnMappingIdnaConformanceTests.cs:line 96
at Xunit.Assert.All[T](IEnumerable`1 collection, Action`1 action) in C:\projects\xunit\src\xunit.assert\Asserts\CollectionAsserts.cs:line 36
```
(My machine is 18362.53.) | 1.0 | System.Globalizations.Extensions unit tests fail on Win10 1903 (19H1) builds - The test project helper method `GetIdnaTestTxt()` special-cases the current OS version to select the appropriate Idna test data file. It looks like the underlying OS behavior changed in 1903 (19H1) and the test data needs to be updated.
I've copied one such failure below.
```txt
System.Globalization.Tests.IdnMappingIdnaConformanceTests.GetAscii_Invalid [FAIL]
Assert.All() Failure: 8 out of 2375 items in the collection did not pass.
[2106]: Item: System.Globalization.Tests.Unicode_9_0_IdnaTest
System.Exception: Expected IdnMapping.GetAscii("\uD803\uDE71\u0842\uD836\uDEA8\uFF61\uD873\uDF16\u2D11\u200D") to throw an ArgumentException.
at System.Globalization.Tests.IdnMappingIdnaConformanceTests.<>c.<GetAscii_Invalid>b__2_1(IConformanceIdnaTest entry) in C:\corefx\src\System.Globalization.Extensions\tests\IdnMapping\IdnMappingIdnaConformanceTests.cs:line 96
at Xunit.Assert.All[T](IEnumerable`1 collection, Action`1 action) in C:\projects\xunit\src\xunit.assert\Asserts\CollectionAsserts.cs:line 36
```
(My machine is 18362.53.) | non_defect | system globalizations extensions unit tests fail on builds the test project helper method getidnatesttxt special cases the current os version to select the appropriate idna test data file it looks like the underlying os behavior changed in and the test data needs to be updated i ve copied one such failure below txt system globalization tests idnmappingidnaconformancetests getascii invalid assert all failure out of items in the collection did not pass item system globalization tests unicode idnatest system exception expected idnmapping getascii to throw an argumentexception at system globalization tests idnmappingidnaconformancetests c b iconformanceidnatest entry in c corefx src system globalization extensions tests idnmapping idnmappingidnaconformancetests cs line at xunit assert all ienumerable collection action action in c projects xunit src xunit assert asserts collectionasserts cs line my machine is | 0 |
799,712 | 28,312,492,465 | IssuesEvent | 2023-04-10 16:38:27 | cloudflare/cloudflared | https://api.github.com/repos/cloudflare/cloudflared | opened | 💡 | Type: Feature Request Priority: Normal | **Describe the feature you'd like**
I created the tunnel in a with the following configuration file on VPS A
```
tunnel: 6ff42ae2-765d-4adf-8112-31c55c1551ef
credentials-file: /root/.cloudflared/6ff42ae2-765d-4adf-8112-31c55c1551ef.json
Protocol: http2
ingress:
- hostname: gitlab.widgetcorp.tech
service: http://localhost:80
- hostname: gitlab-ssh.widgetcorp.tech
service: ssh://localhost:22
- Service: http_status:404
```
On VPS B I want to tunnel ssh to A. Now what I'm doing is running `cloudflared access ssh on B --hostname gitlab-ssh.widgetcorp.tech --listener localhost:33333`
then `ssh root@localhost -p 33333`
Is there a simpler way to do this with a single command that doesn't require creating a port locally?
| 1.0 | 💡 - **Describe the feature you'd like**
I created the tunnel in a with the following configuration file on VPS A
```
tunnel: 6ff42ae2-765d-4adf-8112-31c55c1551ef
credentials-file: /root/.cloudflared/6ff42ae2-765d-4adf-8112-31c55c1551ef.json
Protocol: http2
ingress:
- hostname: gitlab.widgetcorp.tech
service: http://localhost:80
- hostname: gitlab-ssh.widgetcorp.tech
service: ssh://localhost:22
- Service: http_status:404
```
On VPS B I want to tunnel ssh to A. Now what I'm doing is running `cloudflared access ssh on B --hostname gitlab-ssh.widgetcorp.tech --listener localhost:33333`
then `ssh root@localhost -p 33333`
Is there a simpler way to do this with a single command that doesn't require creating a port locally?
| non_defect | 💡 describe the feature you d like i created the tunnel in a with the following configuration file on vps a tunnel credentials file root cloudflared json protocol ingress hostname gitlab widgetcorp tech service hostname gitlab ssh widgetcorp tech service ssh localhost service http status on vps b i want to tunnel ssh to a now what i m doing is running cloudflared access ssh on b hostname gitlab ssh widgetcorp tech listener localhost then ssh root localhost p is there a simpler way to do this with a single command that doesn t require creating a port locally | 0 |
10,198 | 31,885,340,547 | IssuesEvent | 2023-09-16 22:02:22 | tm24fan8/helper-scripts | https://api.github.com/repos/tm24fan8/helper-scripts | closed | Create scripts for VM usage | enhancement automation convenience P3 | I've made scripts for setting up a new LXC and updating existing ones, now I'd like to do the same for VMs. | 1.0 | Create scripts for VM usage - I've made scripts for setting up a new LXC and updating existing ones, now I'd like to do the same for VMs. | non_defect | create scripts for vm usage i ve made scripts for setting up a new lxc and updating existing ones now i d like to do the same for vms | 0 |
283,686 | 30,913,524,507 | IssuesEvent | 2023-08-05 02:08:07 | hshivhare67/kernel_v4.19.72 | https://api.github.com/repos/hshivhare67/kernel_v4.19.72 | reopened | CVE-2022-23222 (High) detected in linuxlinux-4.19.282 | Mend: dependency security vulnerability | ## CVE-2022-23222 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.282</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/hshivhare67/kernel_v4.19.72/commit/139c4e073703974ca0b05255c4cff6dcd52a8e31">139c4e073703974ca0b05255c4cff6dcd52a8e31</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>
kernel/bpf/verifier.c in the Linux kernel through 5.15.14 allows local users to gain privileges because of the availability of pointer arithmetic via certain *_OR_NULL pointer types.
<p>Publish Date: 2022-01-14
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-23222>CVE-2022-23222</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2022-23222">https://www.linuxkernelcves.com/cves/CVE-2022-23222</a></p>
<p>Release Date: 2022-01-14</p>
<p>Fix Resolution: 5.17-rc1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-23222 (High) detected in linuxlinux-4.19.282 - ## CVE-2022-23222 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.282</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/hshivhare67/kernel_v4.19.72/commit/139c4e073703974ca0b05255c4cff6dcd52a8e31">139c4e073703974ca0b05255c4cff6dcd52a8e31</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>
kernel/bpf/verifier.c in the Linux kernel through 5.15.14 allows local users to gain privileges because of the availability of pointer arithmetic via certain *_OR_NULL pointer types.
<p>Publish Date: 2022-01-14
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-23222>CVE-2022-23222</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2022-23222">https://www.linuxkernelcves.com/cves/CVE-2022-23222</a></p>
<p>Release Date: 2022-01-14</p>
<p>Fix Resolution: 5.17-rc1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details kernel bpf verifier c in the linux kernel through allows local users to gain privileges because of the availability of pointer arithmetic via certain or null pointer types publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
35,903 | 7,833,638,288 | IssuesEvent | 2018-06-16 01:08:31 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | Incorrect starting date for NetCDF files (Trac #709) | Migrated from Trac clubb_src defect vlarson@uwm.edu | **Introduction**
I looked at CLUBB's NetCDF output for the RICO case. In `rico_model.in`, we set the initial date to be 2004-12-16 and the initial time to be 0.0 seconds. However, the output file contains the following under the description of the `time(time)` variable:
```text
time:units = "seconds since 2004-12-16 00:05:00.0" ;
```
and the first value of `time` is 300 (seconds). I think this is wrong because this would imply that CLUBB doesn't output anything until after the **second** host model timestep, when in reality I think that CLUBB outputs values after the **first** host model timestep.
**Technical spec**
The culprit is the call to `open_netcdf`:
```text
call open_netcdf( nlat, nlon, fdir, fname, 1, zt%kk, zt%z, & ! In
day, month, year, rlat, rlon, & ! In
time_current+stats_tout, stats_tout, zt%num_output_fields, & ! In
zt%file ) ! InOut
```
I think we need to replace `time_current+stats_tout` with `time_current`.
Vince, what do you think?
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/709
```json
{
"status": "closed",
"changetime": "2014-07-09T17:07:33",
"description": "'''Introduction'''\n\nI looked at CLUBB's NetCDF output for the RICO case. In `rico_model.in`, we set the initial date to be 2004-12-16 and the initial time to be 0.0 seconds. However, the output file contains the following under the description of the `time(time)` variable:\n{{{\ntime:units = \"seconds since 2004-12-16 00:05:00.0\" ;\n}}}\n\nand the first value of `time` is 300 (seconds). I think this is wrong because this would imply that CLUBB doesn't output anything until after the '''second''' host model timestep, when in reality I think that CLUBB outputs values after the '''first''' host model timestep.\n\n'''Technical spec'''\n\nThe culprit is the call to `open_netcdf`:\n{{{\n call open_netcdf( nlat, nlon, fdir, fname, 1, zt%kk, zt%z, & ! In\n day, month, year, rlat, rlon, & ! In\n time_current+stats_tout, stats_tout, zt%num_output_fields, & ! In\n zt%file ) ! InOut\n}}}\n\nI think we need to replace `time_current+stats_tout` with `time_current`.\n\nVince, what do you think?",
"reporter": "raut@uwm.edu",
"cc": "vlarson@uwm.edu",
"resolution": "fixed",
"_ts": "1404925653938206",
"component": "clubb_src",
"summary": "Incorrect starting date for NetCDF files",
"priority": "major",
"keywords": "",
"time": "2014-06-30T19:02:27",
"milestone": "4. Fix bugs",
"owner": "vlarson@uwm.edu",
"type": "defect"
}
```
| 1.0 | Incorrect starting date for NetCDF files (Trac #709) - **Introduction**
I looked at CLUBB's NetCDF output for the RICO case. In `rico_model.in`, we set the initial date to be 2004-12-16 and the initial time to be 0.0 seconds. However, the output file contains the following under the description of the `time(time)` variable:
```text
time:units = "seconds since 2004-12-16 00:05:00.0" ;
```
and the first value of `time` is 300 (seconds). I think this is wrong because this would imply that CLUBB doesn't output anything until after the **second** host model timestep, when in reality I think that CLUBB outputs values after the **first** host model timestep.
**Technical spec**
The culprit is the call to `open_netcdf`:
```text
call open_netcdf( nlat, nlon, fdir, fname, 1, zt%kk, zt%z, & ! In
day, month, year, rlat, rlon, & ! In
time_current+stats_tout, stats_tout, zt%num_output_fields, & ! In
zt%file ) ! InOut
```
I think we need to replace `time_current+stats_tout` with `time_current`.
Vince, what do you think?
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/709
```json
{
"status": "closed",
"changetime": "2014-07-09T17:07:33",
"description": "'''Introduction'''\n\nI looked at CLUBB's NetCDF output for the RICO case. In `rico_model.in`, we set the initial date to be 2004-12-16 and the initial time to be 0.0 seconds. However, the output file contains the following under the description of the `time(time)` variable:\n{{{\ntime:units = \"seconds since 2004-12-16 00:05:00.0\" ;\n}}}\n\nand the first value of `time` is 300 (seconds). I think this is wrong because this would imply that CLUBB doesn't output anything until after the '''second''' host model timestep, when in reality I think that CLUBB outputs values after the '''first''' host model timestep.\n\n'''Technical spec'''\n\nThe culprit is the call to `open_netcdf`:\n{{{\n call open_netcdf( nlat, nlon, fdir, fname, 1, zt%kk, zt%z, & ! In\n day, month, year, rlat, rlon, & ! In\n time_current+stats_tout, stats_tout, zt%num_output_fields, & ! In\n zt%file ) ! InOut\n}}}\n\nI think we need to replace `time_current+stats_tout` with `time_current`.\n\nVince, what do you think?",
"reporter": "raut@uwm.edu",
"cc": "vlarson@uwm.edu",
"resolution": "fixed",
"_ts": "1404925653938206",
"component": "clubb_src",
"summary": "Incorrect starting date for NetCDF files",
"priority": "major",
"keywords": "",
"time": "2014-06-30T19:02:27",
"milestone": "4. Fix bugs",
"owner": "vlarson@uwm.edu",
"type": "defect"
}
```
| defect | incorrect starting date for netcdf files trac introduction i looked at clubb s netcdf output for the rico case in rico model in we set the initial date to be and the initial time to be seconds however the output file contains the following under the description of the time time variable text time units seconds since and the first value of time is seconds i think this is wrong because this would imply that clubb doesn t output anything until after the second host model timestep when in reality i think that clubb outputs values after the first host model timestep technical spec the culprit is the call to open netcdf text call open netcdf nlat nlon fdir fname zt kk zt z in day month year rlat rlon in time current stats tout stats tout zt num output fields in zt file inout i think we need to replace time current stats tout with time current vince what do you think attachments migrated from json status closed changetime description introduction n ni looked at clubb s netcdf output for the rico case in rico model in we set the initial date to be and the initial time to be seconds however the output file contains the following under the description of the time time variable n ntime units seconds since n n nand the first value of time is seconds i think this is wrong because this would imply that clubb doesn t output anything until after the second host model timestep when in reality i think that clubb outputs values after the first host model timestep n n technical spec n nthe culprit is the call to open netcdf n n call open netcdf nlat nlon fdir fname zt kk zt z in n day month year rlat rlon in n time current stats tout stats tout zt num output fields in n zt file inout n n ni think we need to replace time current stats tout with time current n nvince what do you think reporter raut uwm edu cc vlarson uwm edu resolution fixed ts component clubb src summary incorrect starting date for netcdf files priority major keywords time milestone fix bugs owner vlarson uwm edu type defect | 1 |
37,422 | 8,393,455,761 | IssuesEvent | 2018-10-09 20:36:42 | MarcusWolschon/osmeditor4android | https://api.github.com/repos/MarcusWolschon/osmeditor4android | closed | infrequent java.lang.RuntimeException: android.os.TransactionTooLargeException: | Defect Low Priority | This seems to be caused by Android trying to save the state of the PropertyEditor and failing, potential workaround might be to not save state at all in the PagerAdapter.
See for example https://stackoverflow.com/questions/11451393/what-to-do-on-transactiontoolargeexception | 1.0 | infrequent java.lang.RuntimeException: android.os.TransactionTooLargeException: - This seems to be caused by Android trying to save the state of the PropertyEditor and failing, potential workaround might be to not save state at all in the PagerAdapter.
See for example https://stackoverflow.com/questions/11451393/what-to-do-on-transactiontoolargeexception | defect | infrequent java lang runtimeexception android os transactiontoolargeexception this seems to be caused by android trying to save the state of the propertyeditor and failing potential workaround might be to not save state at all in the pageradapter see for example | 1 |
36,092 | 8,051,097,091 | IssuesEvent | 2018-08-01 15:10:44 | mozilla/addons-frontend | https://api.github.com/repos/mozilla/addons-frontend | opened | Cannot edit review after seeing an error message | component: add-on ratings component: code quality priority: p3 type: papercut | ### Describe the problem and steps to reproduce it:
<!-- Please include as many details as possible. -->
- Log in
- Rate an add-on from its detail page
- Very quickly (within 60 seconds), go to the review listing of another add-on, and rate it
- You will see a message that your request has been throttled and you have to wait ~60 seconds
- Wait
- When the time is up, try to rate it again
### What happened?
The star rating you selected is saved but the overlay to write a review of the add-on doesn't open
### What did you expect to happen?
The overlay should open
### Anything else we should know?
<!-- Please include a link to the page, screenshots and any relevant files. -->
This overlay is going away (https://github.com/mozilla/addons-frontend/issues/5519) and the listing page won't allow you to edit a review soon (https://github.com/mozilla/addons-frontend/issues/3919#issuecomment-409597359) but the problem lies in the use of `this.setState()`:
```
Warning: Can't call setState (or forceUpdate) on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
in RatingManagerBase (created by Translate(RatingManagerBase))
in Translate(RatingManagerBase) (created by Connect(Translate(RatingManagerBase)))
in Connect(Translate(RatingManagerBase)) (created by ErrorBanner)
in div (created by ErrorBanner)
```
`this.setState()` is getting called within an async function which is doomed for failures like this one. Thus, we should move this component to `withUIState()`. | 1.0 | Cannot edit review after seeing an error message - ### Describe the problem and steps to reproduce it:
<!-- Please include as many details as possible. -->
- Log in
- Rate an add-on from its detail page
- Very quickly (within 60 seconds), go to the review listing of another add-on, and rate it
- You will see a message that your request has been throttled and you have to wait ~60 seconds
- Wait
- When the time is up, try to rate it again
### What happened?
The star rating you selected is saved but the overlay to write a review of the add-on doesn't open
### What did you expect to happen?
The overlay should open
### Anything else we should know?
<!-- Please include a link to the page, screenshots and any relevant files. -->
This overlay is going away (https://github.com/mozilla/addons-frontend/issues/5519) and the listing page won't allow you to edit a review soon (https://github.com/mozilla/addons-frontend/issues/3919#issuecomment-409597359) but the problem lies in the use of `this.setState()`:
```
Warning: Can't call setState (or forceUpdate) on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
in RatingManagerBase (created by Translate(RatingManagerBase))
in Translate(RatingManagerBase) (created by Connect(Translate(RatingManagerBase)))
in Connect(Translate(RatingManagerBase)) (created by ErrorBanner)
in div (created by ErrorBanner)
```
`this.setState()` is getting called within an async function which is doomed for failures like this one. Thus, we should move this component to `withUIState()`. | non_defect | cannot edit review after seeing an error message describe the problem and steps to reproduce it log in rate an add on from its detail page very quickly within seconds go to the review listing of another add on and rate it you will see a message that your request has been throttled and you have to wait seconds wait when the time is up try to rate it again what happened the star rating you selected is saved but the overlay to write a review of the add on doesn t open what did you expect to happen the overlay should open anything else we should know this overlay is going away and the listing page won t allow you to edit a review soon but the problem lies in the use of this setstate warning can t call setstate or forceupdate on an unmounted component this is a no op but it indicates a memory leak in your application to fix cancel all subscriptions and asynchronous tasks in the componentwillunmount method in ratingmanagerbase created by translate ratingmanagerbase in translate ratingmanagerbase created by connect translate ratingmanagerbase in connect translate ratingmanagerbase created by errorbanner in div created by errorbanner this setstate is getting called within an async function which is doomed for failures like this one thus we should move this component to withuistate | 0 |
7,167 | 16,853,483,406 | IssuesEvent | 2021-06-21 00:41:09 | QutEcoacoustics/workbench-client | https://api.github.com/repos/QutEcoacoustics/workbench-client | opened | Enable prerendering | architecture bug env:production env:staging | Currently prerendering of the SSR files is broken for the website, however making it functional would help SEO performance and should be possible. Currently this is broken because we need to read the configuration file for the instance before building. During SSR we perform this step through the express server, however a different solution is needed for prerending to work. The following guide seems promising: https://www.thirdrocktechkno.com/blog/prerendering-in-angular-9/ | 1.0 | Enable prerendering - Currently prerendering of the SSR files is broken for the website, however making it functional would help SEO performance and should be possible. Currently this is broken because we need to read the configuration file for the instance before building. During SSR we perform this step through the express server, however a different solution is needed for prerending to work. The following guide seems promising: https://www.thirdrocktechkno.com/blog/prerendering-in-angular-9/ | non_defect | enable prerendering currently prerendering of the ssr files is broken for the website however making it functional would help seo performance and should be possible currently this is broken because we need to read the configuration file for the instance before building during ssr we perform this step through the express server however a different solution is needed for prerending to work the following guide seems promising | 0 |
88,334 | 11,082,049,539 | IssuesEvent | 2019-12-13 11:09:03 | holgermanzke/candydate | https://api.github.com/repos/holgermanzke/candydate | opened | As a developer, I want to have a Design Layout | design prio A | criterias:
- [ ] color schema
- [ ] fonts
- [ ] page layouts
- [ ] components (Button, NavBar, Forms) | 1.0 | As a developer, I want to have a Design Layout - criterias:
- [ ] color schema
- [ ] fonts
- [ ] page layouts
- [ ] components (Button, NavBar, Forms) | non_defect | as a developer i want to have a design layout criterias color schema fonts page layouts components button navbar forms | 0 |
819,244 | 30,725,052,516 | IssuesEvent | 2023-07-27 18:56:01 | LBPUnion/PLRPC | https://api.github.com/repos/LBPUnion/PLRPC | closed | Separate CLI from main project | enhancement priority:high | At some point very soon I want to separate the CLI portion of the program into it's own project and turn the main PLRPC project into a class library. | 1.0 | Separate CLI from main project - At some point very soon I want to separate the CLI portion of the program into it's own project and turn the main PLRPC project into a class library. | non_defect | separate cli from main project at some point very soon i want to separate the cli portion of the program into it s own project and turn the main plrpc project into a class library | 0 |
9,461 | 4,533,998,609 | IssuesEvent | 2016-09-08 13:29:23 | camunda/camunda-bpm-spring-boot-starter | https://api.github.com/repos/camunda/camunda-bpm-spring-boot-starter | closed | Documentation is not generated or pushed | release/build | Just compared [source](https://github.com/camunda/camunda-bpm-spring-boot-starter/blob/master/docs/src/main/asciidoc/properties.adoc) and [output](https://camunda.github.io/camunda-bpm-spring-boot-starter/docs/master/index.html#properties) and found mismatching content. | 1.0 | Documentation is not generated or pushed - Just compared [source](https://github.com/camunda/camunda-bpm-spring-boot-starter/blob/master/docs/src/main/asciidoc/properties.adoc) and [output](https://camunda.github.io/camunda-bpm-spring-boot-starter/docs/master/index.html#properties) and found mismatching content. | non_defect | documentation is not generated or pushed just compared and and found mismatching content | 0 |
5,534 | 2,610,189,447 | IssuesEvent | 2015-02-26 18:59:59 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 提示如何祛除脸上的色斑 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
自信是高调做事的秘诀:信心对于做事成功者具有重要意义��
�成功的欲望是创造和拥有财富的源泉。人一旦有了这种欲望�
��并经由自我暗示和潜意识的激发后形成一种自信心,这种信
心就会转化成一种“积极的感情”,它能帮助人们释放出无��
�的热情、智慧和精力,进而帮助人们获得财富与事业上的巨�
��成就。如何祛除脸上的色斑,
《客户案例》
我的黄褐斑是前两年才长的,时间不是很长,斑也不是��
�严重,主要是前两年工作太忙,压力也比较大,那段时间还�
��烦躁,总是失眠,整个人几乎就是处于一种焦虑的状态,神
经每天都绷得紧紧的,就怕断了,这不,后来就长了斑。<br>�
��
然后我就开始用祛斑面膜,有时候自己也自己做一些,��
�说祛斑面膜不错,这下应该不会反弹了吧,可是,我用过了�
��概有两三个月吧,皮肤倒是变白了很多,也比以前好点了,
但斑点还是没有动静,我就开始急了,那时候才知道原来面��
�不能彻底祛斑,只能改善的,我就只好去打听好一点的祛斑�
��品,后来就见不少人说「黛芙薇尔精华液」不错,精华的,
斑去的干净不说,还不会反弹,我一听就心动了,赶紧上网��
�询,还给客服看了我的面部照片,他们分析后说,大概三个�
��期我的斑就会去掉,我听着心里就乐坏了,终于能把这黄褐
斑给去掉了,到一个多周期的时候脸上的斑点就开始淡了,��
�着镜子就感觉心情可好,两个周期快完的时候,一些颜色浅�
��斑已经看得不是很清楚了,完的时候更激动,我对着镜子仔
仔细细的看了好几遍,真不敢相信,自己好像从来没有长过��
�似的,脸上特别干净,皮肤也很好,隔了两三个月也没见再�
��,没想到「黛芙薇尔精华液」真的彻底的去除了我的黄褐斑
,真不知道怎么感谢它,希望它能让更多的姐妹们摆脱色斑��
�<br>
「黛芙薇尔精华液」真不错
阅读了如何祛除脸上的色斑,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
如何祛除脸上的色斑,同时为您分享祛斑小方法
1.将人参蜂皇浆、维生素C、E注射液均匀地涂在洗净的面部,�
��法国倒膜粉250克和温水调成糊状,迅速敷盖面部,倒膜粉会
自行变硬、发热、冷却,30分钟后去掉,可有效减退面部斑。
2、冬瓜子仁15、橘皮6、桃花12,混合研成细末,饭后用米汤��
�服,一日三次,连服数月,面部会变得白嫩而光滑。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:44 | 1.0 | 提示如何祛除脸上的色斑 - ```
《摘要》
自信是高调做事的秘诀:信心对于做事成功者具有重要意义��
�成功的欲望是创造和拥有财富的源泉。人一旦有了这种欲望�
��并经由自我暗示和潜意识的激发后形成一种自信心,这种信
心就会转化成一种“积极的感情”,它能帮助人们释放出无��
�的热情、智慧和精力,进而帮助人们获得财富与事业上的巨�
��成就。如何祛除脸上的色斑,
《客户案例》
我的黄褐斑是前两年才长的,时间不是很长,斑也不是��
�严重,主要是前两年工作太忙,压力也比较大,那段时间还�
��烦躁,总是失眠,整个人几乎就是处于一种焦虑的状态,神
经每天都绷得紧紧的,就怕断了,这不,后来就长了斑。<br>�
��
然后我就开始用祛斑面膜,有时候自己也自己做一些,��
�说祛斑面膜不错,这下应该不会反弹了吧,可是,我用过了�
��概有两三个月吧,皮肤倒是变白了很多,也比以前好点了,
但斑点还是没有动静,我就开始急了,那时候才知道原来面��
�不能彻底祛斑,只能改善的,我就只好去打听好一点的祛斑�
��品,后来就见不少人说「黛芙薇尔精华液」不错,精华的,
斑去的干净不说,还不会反弹,我一听就心动了,赶紧上网��
�询,还给客服看了我的面部照片,他们分析后说,大概三个�
��期我的斑就会去掉,我听着心里就乐坏了,终于能把这黄褐
斑给去掉了,到一个多周期的时候脸上的斑点就开始淡了,��
�着镜子就感觉心情可好,两个周期快完的时候,一些颜色浅�
��斑已经看得不是很清楚了,完的时候更激动,我对着镜子仔
仔细细的看了好几遍,真不敢相信,自己好像从来没有长过��
�似的,脸上特别干净,皮肤也很好,隔了两三个月也没见再�
��,没想到「黛芙薇尔精华液」真的彻底的去除了我的黄褐斑
,真不知道怎么感谢它,希望它能让更多的姐妹们摆脱色斑��
�<br>
「黛芙薇尔精华液」真不错
阅读了如何祛除脸上的色斑,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
如何祛除脸上的色斑,同时为您分享祛斑小方法
1.将人参蜂皇浆、维生素C、E注射液均匀地涂在洗净的面部,�
��法国倒膜粉250克和温水调成糊状,迅速敷盖面部,倒膜粉会
自行变硬、发热、冷却,30分钟后去掉,可有效减退面部斑。
2、冬瓜子仁15、橘皮6、桃花12,混合研成细末,饭后用米汤��
�服,一日三次,连服数月,面部会变得白嫩而光滑。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:44 | defect | 提示如何祛除脸上的色斑 《摘要》 自信是高调做事的秘诀:信心对于做事成功者具有重要意义�� �成功的欲望是创造和拥有财富的源泉。人一旦有了这种欲望� ��并经由自我暗示和潜意识的激发后形成一种自信心,这种信 心就会转化成一种“积极的感情”,它能帮助人们释放出无�� �的热情、智慧和精力,进而帮助人们获得财富与事业上的巨� ��成就。如何祛除脸上的色斑, 《客户案例》 我的黄褐斑是前两年才长的,时间不是很长,斑也不是�� �严重,主要是前两年工作太忙,压力也比较大,那段时间还� ��烦躁,总是失眠,整个人几乎就是处于一种焦虑的状态,神 经每天都绷得紧紧的,就怕断了,这不,后来就长了斑。 � �� 然后我就开始用祛斑面膜,有时候自己也自己做一些,�� �说祛斑面膜不错,这下应该不会反弹了吧,可是,我用过了� ��概有两三个月吧,皮肤倒是变白了很多,也比以前好点了, 但斑点还是没有动静,我就开始急了,那时候才知道原来面�� �不能彻底祛斑,只能改善的,我就只好去打听好一点的祛斑� ��品,后来就见不少人说「黛芙薇尔精华液」不错,精华的, 斑去的干净不说,还不会反弹,我一听就心动了,赶紧上网�� �询,还给客服看了我的面部照片,他们分析后说,大概三个� ��期我的斑就会去掉,我听着心里就乐坏了,终于能把这黄褐 斑给去掉了,到一个多周期的时候脸上的斑点就开始淡了,�� �着镜子就感觉心情可好,两个周期快完的时候,一些颜色浅� ��斑已经看得不是很清楚了,完的时候更激动,我对着镜子仔 仔细细的看了好几遍,真不敢相信,自己好像从来没有长过�� �似的,脸上特别干净,皮肤也很好,隔了两三个月也没见再� ��,没想到「黛芙薇尔精华液」真的彻底的去除了我的黄褐斑 ,真不知道怎么感谢它,希望它能让更多的姐妹们摆脱色斑�� � 「黛芙薇尔精华液」真不错 阅读了如何祛除脸上的色斑,再看脸上容易长斑的原因: 《色斑形成原因》 内部因素 一、压力 当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。 二、荷尔蒙分泌失调 避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。 三、新陈代谢缓慢 肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。 四、错误的使用化妆品 使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。 外部因素 一、紫外线 照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。 二、不良的清洁习惯 因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。 三、遗传基因 父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》 黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗 答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来 ,服用黛芙薇尔美白,会伤身体吗 有副作用吗 答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖 ,去除黄褐斑之后,会反弹吗 答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗 ,你们的价格有点贵,能不能便宜一点 答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 ,我适合用黛芙薇尔精华液吗 答:黛芙薇尔适用人群: 、生理紊乱引起的黄褐斑人群 、生育引起的妊娠斑人群 、年纪增长引起的老年斑人群 、化妆品色素沉积、辐射斑人群 、长期日照引起的日晒斑人群 、肌肤暗淡急需美白的人群 《祛斑小方法》 如何祛除脸上的色斑,同时为您分享祛斑小方法 将人参蜂皇浆、维生素c、e注射液均匀地涂在洗净的面部,� �� ,迅速敷盖面部,倒膜粉会 自行变硬、发热、冷却, ,可有效减退面部斑。 、 、 、 ,混合研成细末,饭后用米汤�� �服,一日三次,连服数月,面部会变得白嫩而光滑。 original issue reported on code google com by additive gmail com on jul at | 1 |
80,337 | 30,239,873,318 | IssuesEvent | 2023-07-06 12:52:16 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | function returning setof record type results in generated table | T: Defect | ### Expected behavior
no need to generate a table for the following function because we return an existing record.
```
CREATE TABLE my_schema.bar
(
baz varchar not null
);
CREATE OR REPLACE FUNCTION my_schema.foo()
RETURNS SETOF bar
LANGUAGE sql
STABLE STRICT
AS $function$
select * from my_schema.bar where baz = 'happy coding'
$function$;
```
### Actual behavior
creates a table Foo and Routines.foo returning Foo instead of Bar
### Steps to reproduce the problem
see code above
### jOOQ Version
3.18.4
### Database product and version
postgresql
### Java Version
jdk 17
### OS Version
ubuntu 22.04
### JDBC driver name and version (include name if unofficial driver)
_No response_ | 1.0 | function returning setof record type results in generated table - ### Expected behavior
no need to generate a table for the following function because we return an existing record.
```
CREATE TABLE my_schema.bar
(
baz varchar not null
);
CREATE OR REPLACE FUNCTION my_schema.foo()
RETURNS SETOF bar
LANGUAGE sql
STABLE STRICT
AS $function$
select * from my_schema.bar where baz = 'happy coding'
$function$;
```
### Actual behavior
creates a table Foo and Routines.foo returning Foo instead of Bar
### Steps to reproduce the problem
see code above
### jOOQ Version
3.18.4
### Database product and version
postgresql
### Java Version
jdk 17
### OS Version
ubuntu 22.04
### JDBC driver name and version (include name if unofficial driver)
_No response_ | defect | function returning setof record type results in generated table expected behavior no need to generate a table for the following function because we return an existing record create table my schema bar baz varchar not null create or replace function my schema foo returns setof bar language sql stable strict as function select from my schema bar where baz happy coding function actual behavior creates a table foo and routines foo returning foo instead of bar steps to reproduce the problem see code above jooq version database product and version postgresql java version jdk os version ubuntu jdbc driver name and version include name if unofficial driver no response | 1 |
27,192 | 4,918,271,441 | IssuesEvent | 2016-11-24 08:12:59 | TNGSB/eWallet | https://api.github.com/repos/TNGSB/eWallet | closed | eWallet_MobileApp(Transaction History)_08112016 #026 | Defect - High (Sev-2) | [Defect_Mobile App #026.xlsx](https://github.com/TNGSB/eWallet/files/577639/Defect_Mobile.App.026.xlsx)
Test Description : To verify the "Cancel" button functionality in "Select start date" overlay
Expected Result : "User are navigated to ""History"" page and system to close the overlay
Note : system would not save the records made by user"
Actual Result No "Cancel" button displayed
Attached document for your perusal | 1.0 | eWallet_MobileApp(Transaction History)_08112016 #026 - [Defect_Mobile App #026.xlsx](https://github.com/TNGSB/eWallet/files/577639/Defect_Mobile.App.026.xlsx)
Test Description : To verify the "Cancel" button functionality in "Select start date" overlay
Expected Result : "User are navigated to ""History"" page and system to close the overlay
Note : system would not save the records made by user"
Actual Result No "Cancel" button displayed
Attached document for your perusal | defect | ewallet mobileapp transaction history test description to verify the cancel button functionality in select start date overlay expected result user are navigated to history page and system to close the overlay note system would not save the records made by user actual result no cancel button displayed attached document for your perusal | 1 |
36,008 | 7,845,914,995 | IssuesEvent | 2018-06-19 14:12:37 | ShaikASK/Testing | https://api.github.com/repos/ShaikASK/Testing | closed | HR Admin : HR User : Intro Page : Error message is getting displayed upon uploading video of 10 mb | Defect HR Admin Module HR User Module Intro Page P3 | Steps :
1.LAunch the URL
2.Sign in as HR admin user / HR user
3.Create an "Intro Page" by uploading mp4 format video of 10 mb
4..Click on Save
Experienced Behaviour : Observed that rror message is displayed as "File Size can not be more then 10 mb) upon uploading video of 10 mb
Expected Behaviour : Ensure that application should allow the user to upload video file of 10 mb | 1.0 | HR Admin : HR User : Intro Page : Error message is getting displayed upon uploading video of 10 mb - Steps :
1.LAunch the URL
2.Sign in as HR admin user / HR user
3.Create an "Intro Page" by uploading mp4 format video of 10 mb
4..Click on Save
Experienced Behaviour : Observed that rror message is displayed as "File Size can not be more then 10 mb) upon uploading video of 10 mb
Expected Behaviour : Ensure that application should allow the user to upload video file of 10 mb | defect | hr admin hr user intro page error message is getting displayed upon uploading video of mb steps launch the url sign in as hr admin user hr user create an intro page by uploading format video of mb click on save experienced behaviour observed that rror message is displayed as file size can not be more then mb upon uploading video of mb expected behaviour ensure that application should allow the user to upload video file of mb | 1 |
52,230 | 13,211,409,924 | IssuesEvent | 2020-08-15 22:56:41 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | [DOMLauncher] ATWD deadtime is slightly too small (Trac #1888) | Incomplete Migration Migrated from Trac combo simulation defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1888">https://code.icecube.wisc.edu/projects/icecube/ticket/1888</a>, reported by jkelleyand owned by cweaver</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-10-17T18:54:30",
"_ts": "1476730470339761",
"description": "In reviewing the ATWD timing, I noticed this in I3DOM.cxx, which sets when an ATWD with an HLC hit is ready for the next launch:\n\n{{{\n//Calculating the dead time of the ATWD. The more digitizations the less clear time.\n//There are 4 ATWD channels. (only 3 are simulated)\ndouble ATWDDeadTime = domTime_ + nDigitizations * ATWDReadoutDigitizeTime +\nATWDRestartTime + (4-nDigitizations)*ATWDClearTime;\n}}}\n\nBased on my understanding of {{{domTime_}}}, which looks to be set when the discriminator is crossed, this looks like it is missing the 3.33ns*128 = 427 ns of actual ATWD acquisition time. I don't see this accounted for elsewhere in the code.\n\nThe same applies to the SLC calculation a few lines later:\n\n{{{\ndouble ATWDDeadTime = domTime_ + cableCorrection_ + 5*clockCycle +\nnDigitizations * ATWDReadoutDigitizeTime + (4-nDigitizations)*ATWDClearTime \n+ ATWDRestartTime;\n}}}\n\nThis is an O(1%) effect since the acquisition time is quite small relative to the digitization time, and only affects back-to-back launches in same ATWD, after ping-ponging has occurred. The effect will be most pronounced when simulating DOMs with only one functional ATWD (if we do this).\n\n",
"reporter": "jkelley",
"cc": "cweaver",
"resolution": "fixed",
"time": "2016-10-10T14:56:15",
"component": "combo simulation",
"summary": "[DOMLauncher] ATWD deadtime is slightly too small",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "cweaver",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [DOMLauncher] ATWD deadtime is slightly too small (Trac #1888) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1888">https://code.icecube.wisc.edu/projects/icecube/ticket/1888</a>, reported by jkelleyand owned by cweaver</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-10-17T18:54:30",
"_ts": "1476730470339761",
"description": "In reviewing the ATWD timing, I noticed this in I3DOM.cxx, which sets when an ATWD with an HLC hit is ready for the next launch:\n\n{{{\n//Calculating the dead time of the ATWD. The more digitizations the less clear time.\n//There are 4 ATWD channels. (only 3 are simulated)\ndouble ATWDDeadTime = domTime_ + nDigitizations * ATWDReadoutDigitizeTime +\nATWDRestartTime + (4-nDigitizations)*ATWDClearTime;\n}}}\n\nBased on my understanding of {{{domTime_}}}, which looks to be set when the discriminator is crossed, this looks like it is missing the 3.33ns*128 = 427 ns of actual ATWD acquisition time. I don't see this accounted for elsewhere in the code.\n\nThe same applies to the SLC calculation a few lines later:\n\n{{{\ndouble ATWDDeadTime = domTime_ + cableCorrection_ + 5*clockCycle +\nnDigitizations * ATWDReadoutDigitizeTime + (4-nDigitizations)*ATWDClearTime \n+ ATWDRestartTime;\n}}}\n\nThis is an O(1%) effect since the acquisition time is quite small relative to the digitization time, and only affects back-to-back launches in same ATWD, after ping-ponging has occurred. The effect will be most pronounced when simulating DOMs with only one functional ATWD (if we do this).\n\n",
"reporter": "jkelley",
"cc": "cweaver",
"resolution": "fixed",
"time": "2016-10-10T14:56:15",
"component": "combo simulation",
"summary": "[DOMLauncher] ATWD deadtime is slightly too small",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "cweaver",
"type": "defect"
}
```
</p>
</details>
| defect | atwd deadtime is slightly too small trac migrated from json status closed changetime ts description in reviewing the atwd timing i noticed this in cxx which sets when an atwd with an hlc hit is ready for the next launch n n n calculating the dead time of the atwd the more digitizations the less clear time n there are atwd channels only are simulated ndouble atwddeadtime domtime ndigitizations atwdreadoutdigitizetime natwdrestarttime ndigitizations atwdcleartime n n nbased on my understanding of domtime which looks to be set when the discriminator is crossed this looks like it is missing the ns of actual atwd acquisition time i don t see this accounted for elsewhere in the code n nthe same applies to the slc calculation a few lines later n n ndouble atwddeadtime domtime cablecorrection clockcycle nndigitizations atwdreadoutdigitizetime ndigitizations atwdcleartime n atwdrestarttime n n nthis is an o effect since the acquisition time is quite small relative to the digitization time and only affects back to back launches in same atwd after ping ponging has occurred the effect will be most pronounced when simulating doms with only one functional atwd if we do this n n reporter jkelley cc cweaver resolution fixed time component combo simulation summary atwd deadtime is slightly too small priority normal keywords milestone owner cweaver type defect | 1 |
123,691 | 17,772,296,157 | IssuesEvent | 2021-08-30 14:56:33 | kapseliboi/sectors-without-number | https://api.github.com/repos/kapseliboi/sectors-without-number | opened | CVE-2021-3672 (Medium) detected in c-aresc-ares-1.15.0 | security vulnerability | ## CVE-2021-3672 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>c-aresc-ares-1.15.0</b></p></summary>
<p>
<p>A C library for asynchronous DNS requests.</p>
<p>Library home page: <a href=https://c-ares.haxx.se/?wsslib=c-ares>https://c-ares.haxx.se/?wsslib=c-ares</a></p>
<p>Found in HEAD commit: <a href="https://github.com/kapseliboi/sectors-without-number/commit/2e43d3dcebb1c127c85f9299d087fbc51d83b8a9">2e43d3dcebb1c127c85f9299d087fbc51d83b8a9</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/node_modules/grpc/deps/grpc/third_party/cares/cares/ares_expand_name.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/node_modules/grpc/deps/grpc/third_party/cares/cares/ares_expand_name.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
c-ares in version 1.17.1-1 is vulnerable to input validation of host names returned by Domain Name Servers in the c-ares library and can lead to output of wrong hostnames (leading to domain hijacking).
<p>Publish Date: 2021-07-30
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3672>CVE-2021-3672</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.0</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://c-ares.haxx.se/adv_20210810.html">https://c-ares.haxx.se/adv_20210810.html</a></p>
<p>Release Date: 2021-07-30</p>
<p>Fix Resolution: cares-1_17_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-3672 (Medium) detected in c-aresc-ares-1.15.0 - ## CVE-2021-3672 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>c-aresc-ares-1.15.0</b></p></summary>
<p>
<p>A C library for asynchronous DNS requests.</p>
<p>Library home page: <a href=https://c-ares.haxx.se/?wsslib=c-ares>https://c-ares.haxx.se/?wsslib=c-ares</a></p>
<p>Found in HEAD commit: <a href="https://github.com/kapseliboi/sectors-without-number/commit/2e43d3dcebb1c127c85f9299d087fbc51d83b8a9">2e43d3dcebb1c127c85f9299d087fbc51d83b8a9</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/node_modules/grpc/deps/grpc/third_party/cares/cares/ares_expand_name.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/node_modules/grpc/deps/grpc/third_party/cares/cares/ares_expand_name.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
c-ares in version 1.17.1-1 is vulnerable to input validation of host names returned by Domain Name Servers in the c-ares library and can lead to output of wrong hostnames (leading to domain hijacking).
<p>Publish Date: 2021-07-30
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3672>CVE-2021-3672</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.0</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://c-ares.haxx.se/adv_20210810.html">https://c-ares.haxx.se/adv_20210810.html</a></p>
<p>Release Date: 2021-07-30</p>
<p>Fix Resolution: cares-1_17_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 medium detected in c aresc ares cve medium severity vulnerability vulnerable library c aresc ares a c library for asynchronous dns requests library home page a href found in head commit a href found in base branch master vulnerable source files node modules grpc deps grpc third party cares cares ares expand name c node modules grpc deps grpc third party cares cares ares expand name c vulnerability details c ares in version is vulnerable to input validation of host names returned by domain name servers in the c ares library and can lead to output of wrong hostnames leading to domain hijacking publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction required scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution cares step up your open source security game with whitesource | 0 |
36,586 | 8,015,550,429 | IssuesEvent | 2018-07-25 10:21:13 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | closed | HPX runtime hangs after multiple (~thousands) start-stop sequences | category: threadmanager type: defect | ## Expected Behavior
It is expected that the HPX runtime can be started and stopped as many times as one wishes without risk of the application hanging.
## Actual Behavior
After a few thousand (observed between 1k - 9k) start-stop sequences the HPX runtime hangs.
## Steps to Reproduce the Problem
I have written a simple HPX application that starts HPX runtime, performs a parallel count-up and stops the runtime in a loop for 50k times . After around 1k-9k start-stop sequences the application hangs.
Link to the application: https://github.com/Jakub-Golinowski/opencv_hpx_backend/tree/master/hpx_start_stop
## Specifications
- HPX Version: built from master branch as seen in this fork: https://github.com/Jakub-Golinowski/hpx
- Platform (compiler, OS): Linux Ubuntu 16.04, gcc 5.4.0
| 1.0 | HPX runtime hangs after multiple (~thousands) start-stop sequences - ## Expected Behavior
It is expected that the HPX runtime can be started and stopped as many times as one wishes without risk of the application hanging.
## Actual Behavior
After a few thousand (observed between 1k - 9k) start-stop sequences the HPX runtime hangs.
## Steps to Reproduce the Problem
I have written a simple HPX application that starts HPX runtime, performs a parallel count-up and stops the runtime in a loop for 50k times . After around 1k-9k start-stop sequences the application hangs.
Link to the application: https://github.com/Jakub-Golinowski/opencv_hpx_backend/tree/master/hpx_start_stop
## Specifications
- HPX Version: built from master branch as seen in this fork: https://github.com/Jakub-Golinowski/hpx
- Platform (compiler, OS): Linux Ubuntu 16.04, gcc 5.4.0
| defect | hpx runtime hangs after multiple thousands start stop sequences expected behavior it is expected that the hpx runtime can be started and stopped as many times as one wishes without risk of the application hanging actual behavior after a few thousand observed between start stop sequences the hpx runtime hangs steps to reproduce the problem i have written a simple hpx application that starts hpx runtime performs a parallel count up and stops the runtime in a loop for times after around start stop sequences the application hangs link to the application specifications hpx version built from master branch as seen in this fork platform compiler os linux ubuntu gcc | 1 |
58,405 | 16,526,503,653 | IssuesEvent | 2021-05-26 20:52:40 | Questie/Questie | https://api.github.com/repos/Questie/Questie | closed | lua error [Classic ERA] | Type - Defect | ## Bug description
at every login
## Questie version
v6.3.12
2x Questie\Modules\Map\QuestieMap.lua:185: attempt to index field 'char' (a nil value)
Questie\Modules\Map\QuestieMap.lua:185: in function `GetScaleValue'
Questie\Modules\Map\QuestieMap.lua:201: in function `OnMapChanged'
...aceBlizzard_MapCanvas\Blizzard_MapCanvas.lua:529: in function `OnMapChanged'
...rfaceBlizzard_WorldMap\Blizzard_WorldMap.lua:115: in function `OnMapChanged'
...aceBlizzard_MapCanvas\Blizzard_MapCanvas.lua:37: in function `SetMapID'
TitanClassicLocation\TitanClassicLocation-1.2.10.11307.lua:75: in function `TitanPanelLocationButton_OnShow'
[string "*:OnShow"]:1: in function <[string "*:OnShow"]:1>
[C]: in function `Show'
TitanClassic\TitanPanelClassic.lua:1475: in function `TitanPanel_InitPanelButtons'
TitanClassic\TitanClassicVariables.lua:1045: in function `TitanVariables_UseSettings'
TitanClassic\TitanPanelClassic.lua:400: in function <TitanClassic\TitanPanelClassic.lua:327>
[C]: in function `pcall'
TitanClassic\TitanPanelClassic.lua:467: in function `?'
TitanClassic\TitanPanelClassic.lua:309: in function <TitanClassic\TitanPanelClassic.lua:308>
Locals:
self = <table> {
zoneWaypointColorOverrides = <table> {
}
ShowNPC = <function> defined @Questie\Modules\Map\QuestieMap.lua:276
GetManualFrames = <function> defined @Questie\Modules\Map\QuestieMap.lua:96
UnloadQuestFrames = <function> defined @Questie\Modules\Map\QuestieMap.lua:74
utils = <table> {
}
UnloadManualFrames = <function> defined @Questie\Modules\Map\QuestieMap.lua:109
GetNearestSpawn = <function> defined @Questie\Modules\Map\QuestieMap.lua:772
zoneWaypointHoverColorOverrides = <table> {
}
GetNearestQuestSpawn = <function> defined @Questie\Modules\Map\QuestieMap.lua:806
manualFrames = <table> {
}
private = <table> {
}
_minimapDrawQueue = <table> {
}
questIdFrames = <table> {
}
DrawWaypoints = <function> defined @Questie\Modules\Map\QuestieMap.lua:890
FindClosestStarter = <function> defined @Questie\Modules\Map\QuestieMap.lua:652
ResetManualFrames = <function> defined @Questie\Modules\Map\QuestieMap.lua:119
DrawWorldIcon = <function> defined @Questie\Modules\Map\QuestieMap.lua:493
DrawManualIcon = <function> defined @Questie\Modules\Map\QuestieMap.lua:402
DrawLineIcon = <function> defined @Questie\Modules\Map\QuestieMap.lua:383
ShowObject = <function> defined @Questie\Modules\Map\QuestieMap.lua:335
ProcessQueue = <function> defined @Questie\Modules\Map\QuestieMap.lua:243
QueueDraw = <function> defined @Questie\Modules\Map\QuestieMap.lua:232
ProcessShownMinimapIcons = <function> defined @Questie\Modules\Map\QuestieMap.lua:208
ICON_MAP_TYPE = "MAP"
GetFramesForQuest = <function> defined @Questie\Modules\Map\QuestieMap.lua:61
RescaleIcons = <function> defined @Questie\Modules\Map\QuestieMap.lua:127
InitializeQueue = <function> defined @Questie\Modules\Map\QuestieMap.lua:149
GetScaleValue = <function> defined @Questie\Modules\Map\QuestieMap.lua:175
_mapDrawQueue = <table> {
}
ICON_MINIMAP_TYPE = "MINIMAP"
}
mapId = 1415
scaling = 1
(*temporary) = nil
(*temporary) = "attempt to index field 'char' (a nil value)"
HBDPins = <table> {
minimapPins = <table> {
}
SetMinimapObject = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:656
worldmapPinsPool = <table> {
}
RemoveMinimapIcon = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:630
IsMinimapIconOnEdge = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:619
Minimap = Minimap {
}
RemoveAllWorldMapIcons = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:778
worldmapPins = <table> {
}
RemoveAllMinimapIcons = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:643
worldmapProviderPin = <table> {
}
worldmapProvider = <table> {
}
updateFrame = <unnamed> {
}
GetVectorToIcon = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:793
RemoveWorldMapIcon = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:764
AddMinimapIconWorld = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:555
AddMinimapIconMap = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:595
AddWorldMapIconMap = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:724
AddWorldMapIconWorld = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:683
MinimapGroup = QuestieFrameGroup {
}
worldmapPinRegistry = <table> {
}
activeMinimapPins = <table> {
}
minimapPinRegistry = <table> {
}
}
| 1.0 | lua error [Classic ERA] - ## Bug description
at every login
## Questie version
v6.3.12
2x Questie\Modules\Map\QuestieMap.lua:185: attempt to index field 'char' (a nil value)
Questie\Modules\Map\QuestieMap.lua:185: in function `GetScaleValue'
Questie\Modules\Map\QuestieMap.lua:201: in function `OnMapChanged'
...aceBlizzard_MapCanvas\Blizzard_MapCanvas.lua:529: in function `OnMapChanged'
...rfaceBlizzard_WorldMap\Blizzard_WorldMap.lua:115: in function `OnMapChanged'
...aceBlizzard_MapCanvas\Blizzard_MapCanvas.lua:37: in function `SetMapID'
TitanClassicLocation\TitanClassicLocation-1.2.10.11307.lua:75: in function `TitanPanelLocationButton_OnShow'
[string "*:OnShow"]:1: in function <[string "*:OnShow"]:1>
[C]: in function `Show'
TitanClassic\TitanPanelClassic.lua:1475: in function `TitanPanel_InitPanelButtons'
TitanClassic\TitanClassicVariables.lua:1045: in function `TitanVariables_UseSettings'
TitanClassic\TitanPanelClassic.lua:400: in function <TitanClassic\TitanPanelClassic.lua:327>
[C]: in function `pcall'
TitanClassic\TitanPanelClassic.lua:467: in function `?'
TitanClassic\TitanPanelClassic.lua:309: in function <TitanClassic\TitanPanelClassic.lua:308>
Locals:
self = <table> {
zoneWaypointColorOverrides = <table> {
}
ShowNPC = <function> defined @Questie\Modules\Map\QuestieMap.lua:276
GetManualFrames = <function> defined @Questie\Modules\Map\QuestieMap.lua:96
UnloadQuestFrames = <function> defined @Questie\Modules\Map\QuestieMap.lua:74
utils = <table> {
}
UnloadManualFrames = <function> defined @Questie\Modules\Map\QuestieMap.lua:109
GetNearestSpawn = <function> defined @Questie\Modules\Map\QuestieMap.lua:772
zoneWaypointHoverColorOverrides = <table> {
}
GetNearestQuestSpawn = <function> defined @Questie\Modules\Map\QuestieMap.lua:806
manualFrames = <table> {
}
private = <table> {
}
_minimapDrawQueue = <table> {
}
questIdFrames = <table> {
}
DrawWaypoints = <function> defined @Questie\Modules\Map\QuestieMap.lua:890
FindClosestStarter = <function> defined @Questie\Modules\Map\QuestieMap.lua:652
ResetManualFrames = <function> defined @Questie\Modules\Map\QuestieMap.lua:119
DrawWorldIcon = <function> defined @Questie\Modules\Map\QuestieMap.lua:493
DrawManualIcon = <function> defined @Questie\Modules\Map\QuestieMap.lua:402
DrawLineIcon = <function> defined @Questie\Modules\Map\QuestieMap.lua:383
ShowObject = <function> defined @Questie\Modules\Map\QuestieMap.lua:335
ProcessQueue = <function> defined @Questie\Modules\Map\QuestieMap.lua:243
QueueDraw = <function> defined @Questie\Modules\Map\QuestieMap.lua:232
ProcessShownMinimapIcons = <function> defined @Questie\Modules\Map\QuestieMap.lua:208
ICON_MAP_TYPE = "MAP"
GetFramesForQuest = <function> defined @Questie\Modules\Map\QuestieMap.lua:61
RescaleIcons = <function> defined @Questie\Modules\Map\QuestieMap.lua:127
InitializeQueue = <function> defined @Questie\Modules\Map\QuestieMap.lua:149
GetScaleValue = <function> defined @Questie\Modules\Map\QuestieMap.lua:175
_mapDrawQueue = <table> {
}
ICON_MINIMAP_TYPE = "MINIMAP"
}
mapId = 1415
scaling = 1
(*temporary) = nil
(*temporary) = "attempt to index field 'char' (a nil value)"
HBDPins = <table> {
minimapPins = <table> {
}
SetMinimapObject = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:656
worldmapPinsPool = <table> {
}
RemoveMinimapIcon = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:630
IsMinimapIconOnEdge = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:619
Minimap = Minimap {
}
RemoveAllWorldMapIcons = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:778
worldmapPins = <table> {
}
RemoveAllMinimapIcons = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:643
worldmapProviderPin = <table> {
}
worldmapProvider = <table> {
}
updateFrame = <unnamed> {
}
GetVectorToIcon = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:793
RemoveWorldMapIcon = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:764
AddMinimapIconWorld = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:555
AddMinimapIconMap = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:595
AddWorldMapIconMap = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:724
AddWorldMapIconWorld = <function> defined @Questie\Libs\HereBeDragons\HereBeDragons-Pins-2.0.lua:683
MinimapGroup = QuestieFrameGroup {
}
worldmapPinRegistry = <table> {
}
activeMinimapPins = <table> {
}
minimapPinRegistry = <table> {
}
}
| defect | lua error bug description at every login questie version questie modules map questiemap lua attempt to index field char a nil value questie modules map questiemap lua in function getscalevalue questie modules map questiemap lua in function onmapchanged aceblizzard mapcanvas blizzard mapcanvas lua in function onmapchanged rfaceblizzard worldmap blizzard worldmap lua in function onmapchanged aceblizzard mapcanvas blizzard mapcanvas lua in function setmapid titanclassiclocation titanclassiclocation lua in function titanpanellocationbutton onshow in function in function show titanclassic titanpanelclassic lua in function titanpanel initpanelbuttons titanclassic titanclassicvariables lua in function titanvariables usesettings titanclassic titanpanelclassic lua in function in function pcall titanclassic titanpanelclassic lua in function titanclassic titanpanelclassic lua in function locals self zonewaypointcoloroverrides shownpc defined questie modules map questiemap lua getmanualframes defined questie modules map questiemap lua unloadquestframes defined questie modules map questiemap lua utils unloadmanualframes defined questie modules map questiemap lua getnearestspawn defined questie modules map questiemap lua zonewaypointhovercoloroverrides getnearestquestspawn defined questie modules map questiemap lua manualframes private minimapdrawqueue questidframes drawwaypoints defined questie modules map questiemap lua findcloseststarter defined questie modules map questiemap lua resetmanualframes defined questie modules map questiemap lua drawworldicon defined questie modules map questiemap lua drawmanualicon defined questie modules map questiemap lua drawlineicon defined questie modules map questiemap lua showobject defined questie modules map questiemap lua processqueue defined questie modules map questiemap lua queuedraw defined questie modules map questiemap lua processshownminimapicons defined questie modules map questiemap lua icon map type map getframesforquest defined questie modules map questiemap lua rescaleicons defined questie modules map questiemap lua initializequeue defined questie modules map questiemap lua getscalevalue defined questie modules map questiemap lua mapdrawqueue icon minimap type minimap mapid scaling temporary nil temporary attempt to index field char a nil value hbdpins minimappins setminimapobject defined questie libs herebedragons herebedragons pins lua worldmappinspool removeminimapicon defined questie libs herebedragons herebedragons pins lua isminimapicononedge defined questie libs herebedragons herebedragons pins lua minimap minimap removeallworldmapicons defined questie libs herebedragons herebedragons pins lua worldmappins removeallminimapicons defined questie libs herebedragons herebedragons pins lua worldmapproviderpin worldmapprovider updateframe getvectortoicon defined questie libs herebedragons herebedragons pins lua removeworldmapicon defined questie libs herebedragons herebedragons pins lua addminimapiconworld defined questie libs herebedragons herebedragons pins lua addminimapiconmap defined questie libs herebedragons herebedragons pins lua addworldmapiconmap defined questie libs herebedragons herebedragons pins lua addworldmapiconworld defined questie libs herebedragons herebedragons pins lua minimapgroup questieframegroup worldmappinregistry activeminimappins minimappinregistry | 1 |
72,669 | 24,227,724,981 | IssuesEvent | 2022-09-26 15:35:22 | FreeRADIUS/freeradius-server | https://api.github.com/repos/FreeRADIUS/freeradius-server | closed | [defect]: configure fails when building out of source tree: cannot find install-sh, install.sh, or shtool | defect | ### What type of defect/bug is this?
Unexpected behaviour (obvious or verified by project member)
### How can the issue be reproduced?
tar -xf ../tar/freeradius-server-3.0.26.tar.gz
mkdir freeradius-server-build
cd freeradius-server-build/
../freeradius-server-3.0.26/configure --prefix=$HOME/radius
### Log output from the FreeRADIUS daemon
```shell
$ ../freeradius-server-3.0.26/configure --prefix=$HOME/radius
...
checking getgrnam_r... yes
checking ctime_r() syntax... POSIX-style
top_builddir=/home/mkl/src/freeradius-server-build
configure: creating ./config.status
config.status: creating ./Make.inc
config.status: creating ./src/include/build-radpaths-h
config.status: creating ./src/main/radsniff.mk
config.status: creating ./src/main/checkrad
config.status: creating ./src/main/radlast
config.status: creating ./src/main/radtest
config.status: creating ./scripts/rc.radiusd
config.status: creating ./scripts/cron/radiusd.cron.daily
config.status: creating ./scripts/cron/radiusd.cron.monthly
config.status: creating ./scripts/cryptpasswd
config.status: creating ./raddb/radrelay.conf
config.status: creating ./raddb/radiusd.conf
config.status: creating src/include/autoconf.h
config.status: executing stamp-h commands
config.status: executing build-radpaths-h commands
config.status: executing main-chmod commands
config.status: executing scripts-chmod commands
=== configuring in src/modules/rlm_cache (/home/mkl/src/freeradius-server-build/src/modules/rlm_cache)
configure: running /bin/sh ../../../../freeradius-server-3.0.26/src/modules/rlm_cache/configure --disable-option-checking '--prefix=/home/mkl/radius' --cache-file=/dev/null --srcdir=../../../../freeradius-server-3.0.26/src/modules/rlm_cache
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
cat: stable: No such file or directory
configure: error: cannot find install-sh, install.sh, or shtool in "../../../../freeradius-server-3.0.26/src/modules/rlm_cache" "../../../../freeradius-server-3.0.26/src/modules/rlm_cache/.." "../../../../freeradius-server-3.0.26/src/modules/rlm_cache/../.."
configure: error: ../../../../freeradius-server-3.0.26/src/modules/rlm_cache/configure failed for src/modules/rlm_cache
```
### Relevant log output from client utilities
_No response_
### Backtrace from LLDB or GDB
_No response_ | 1.0 | [defect]: configure fails when building out of source tree: cannot find install-sh, install.sh, or shtool - ### What type of defect/bug is this?
Unexpected behaviour (obvious or verified by project member)
### How can the issue be reproduced?
tar -xf ../tar/freeradius-server-3.0.26.tar.gz
mkdir freeradius-server-build
cd freeradius-server-build/
../freeradius-server-3.0.26/configure --prefix=$HOME/radius
### Log output from the FreeRADIUS daemon
```shell
$ ../freeradius-server-3.0.26/configure --prefix=$HOME/radius
...
checking getgrnam_r... yes
checking ctime_r() syntax... POSIX-style
top_builddir=/home/mkl/src/freeradius-server-build
configure: creating ./config.status
config.status: creating ./Make.inc
config.status: creating ./src/include/build-radpaths-h
config.status: creating ./src/main/radsniff.mk
config.status: creating ./src/main/checkrad
config.status: creating ./src/main/radlast
config.status: creating ./src/main/radtest
config.status: creating ./scripts/rc.radiusd
config.status: creating ./scripts/cron/radiusd.cron.daily
config.status: creating ./scripts/cron/radiusd.cron.monthly
config.status: creating ./scripts/cryptpasswd
config.status: creating ./raddb/radrelay.conf
config.status: creating ./raddb/radiusd.conf
config.status: creating src/include/autoconf.h
config.status: executing stamp-h commands
config.status: executing build-radpaths-h commands
config.status: executing main-chmod commands
config.status: executing scripts-chmod commands
=== configuring in src/modules/rlm_cache (/home/mkl/src/freeradius-server-build/src/modules/rlm_cache)
configure: running /bin/sh ../../../../freeradius-server-3.0.26/src/modules/rlm_cache/configure --disable-option-checking '--prefix=/home/mkl/radius' --cache-file=/dev/null --srcdir=../../../../freeradius-server-3.0.26/src/modules/rlm_cache
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
cat: stable: No such file or directory
configure: error: cannot find install-sh, install.sh, or shtool in "../../../../freeradius-server-3.0.26/src/modules/rlm_cache" "../../../../freeradius-server-3.0.26/src/modules/rlm_cache/.." "../../../../freeradius-server-3.0.26/src/modules/rlm_cache/../.."
configure: error: ../../../../freeradius-server-3.0.26/src/modules/rlm_cache/configure failed for src/modules/rlm_cache
```
### Relevant log output from client utilities
_No response_
### Backtrace from LLDB or GDB
_No response_ | defect | configure fails when building out of source tree cannot find install sh install sh or shtool what type of defect bug is this unexpected behaviour obvious or verified by project member how can the issue be reproduced tar xf tar freeradius server tar gz mkdir freeradius server build cd freeradius server build freeradius server configure prefix home radius log output from the freeradius daemon shell freeradius server configure prefix home radius checking getgrnam r yes checking ctime r syntax posix style top builddir home mkl src freeradius server build configure creating config status config status creating make inc config status creating src include build radpaths h config status creating src main radsniff mk config status creating src main checkrad config status creating src main radlast config status creating src main radtest config status creating scripts rc radiusd config status creating scripts cron radiusd cron daily config status creating scripts cron radiusd cron monthly config status creating scripts cryptpasswd config status creating raddb radrelay conf config status creating raddb radiusd conf config status creating src include autoconf h config status executing stamp h commands config status executing build radpaths h commands config status executing main chmod commands config status executing scripts chmod commands configuring in src modules rlm cache home mkl src freeradius server build src modules rlm cache configure running bin sh freeradius server src modules rlm cache configure disable option checking prefix home mkl radius cache file dev null srcdir freeradius server src modules rlm cache checking for gcc gcc checking whether the c compiler works yes checking for c compiler default output file name a out checking for suffix of executables checking whether we are cross compiling no checking for suffix of object files o checking whether we are using the gnu c compiler yes checking whether gcc accepts g yes checking for gcc option to accept iso none needed cat stable no such file or directory configure error cannot find install sh install sh or shtool in freeradius server src modules rlm cache freeradius server src modules rlm cache freeradius server src modules rlm cache configure error freeradius server src modules rlm cache configure failed for src modules rlm cache relevant log output from client utilities no response backtrace from lldb or gdb no response | 1 |
463,120 | 13,260,190,856 | IssuesEvent | 2020-08-20 17:49:36 | PyTorchLightning/pytorch-lightning | https://api.github.com/repos/PyTorchLightning/pytorch-lightning | closed | parsing of track_grad_norm when passed as argument | Priority bug / fix help wanted | When using ` Trainer.from_argparse_args` & passing `track_grad_norm` as cli arg.
Following error is thrown:
```
track_grad_norm can be an int, a float or 'inf' (infinity norm).
```
### To Reproduce
Run `python demo.py --gpus "1," --track_grad_norm 2`
#### Code sample
```
import argparse
from pytorch_lightning import Trainer
from pl_bolts.models.gans import BasicGAN
trainer = Trainer()
parser = argparse.ArgumentParser(description='demo')
parser = trainer.add_argparse_args(parser)
args = parser.parse_args()
model = BasicGAN(args)
trainer = Trainer.from_argparse_args(args)
trainer.fit(model)
```
### Environment
```
* CUDA:
- GPU:
- GeForce RTX 2080 Ti
- available: True
- version: 10.2
* Packages:
- numpy: 1.18.1
- pyTorch_debug: False
- pyTorch_version: 1.6.0
- pytorch-lightning: 0.9.0rc16
- tensorboard: 2.2.0
- tqdm: 4.45.0
* System:
- OS: Linux
- architecture:
- 64bit
-
- processor: x86_64
- python: 3.6.10
- version: #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019
```
| 1.0 | parsing of track_grad_norm when passed as argument - When using ` Trainer.from_argparse_args` & passing `track_grad_norm` as cli arg.
Following error is thrown:
```
track_grad_norm can be an int, a float or 'inf' (infinity norm).
```
### To Reproduce
Run `python demo.py --gpus "1," --track_grad_norm 2`
#### Code sample
```
import argparse
from pytorch_lightning import Trainer
from pl_bolts.models.gans import BasicGAN
trainer = Trainer()
parser = argparse.ArgumentParser(description='demo')
parser = trainer.add_argparse_args(parser)
args = parser.parse_args()
model = BasicGAN(args)
trainer = Trainer.from_argparse_args(args)
trainer.fit(model)
```
### Environment
```
* CUDA:
- GPU:
- GeForce RTX 2080 Ti
- available: True
- version: 10.2
* Packages:
- numpy: 1.18.1
- pyTorch_debug: False
- pyTorch_version: 1.6.0
- pytorch-lightning: 0.9.0rc16
- tensorboard: 2.2.0
- tqdm: 4.45.0
* System:
- OS: Linux
- architecture:
- 64bit
-
- processor: x86_64
- python: 3.6.10
- version: #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019
```
| non_defect | parsing of track grad norm when passed as argument when using trainer from argparse args passing track grad norm as cli arg following error is thrown track grad norm can be an int a float or inf infinity norm to reproduce run python demo py gpus track grad norm code sample import argparse from pytorch lightning import trainer from pl bolts models gans import basicgan trainer trainer parser argparse argumentparser description demo parser trainer add argparse args parser args parser parse args model basicgan args trainer trainer from argparse args args trainer fit model environment cuda gpu geforce rtx ti available true version packages numpy pytorch debug false pytorch version pytorch lightning tensorboard tqdm system os linux architecture processor python version ubuntu smp tue oct utc | 0 |
81,572 | 31,031,211,238 | IssuesEvent | 2023-08-10 12:36:01 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | ColumnToggler: Labels are invisible | :lady_beetle: defect workaround | ### Describe the bug
The labels are invisible when defined through header-facet. See following screenshot:

Some example code:
```
<p:column visible="false">
<f:facet name="header">
<h:outputText value="Lorem ipsum" title="Lorem ipsum"/>
</f:facet>
<h:outputText value="Lorem ipsume"/>
</p:column>
```
This attempt of definig a label doesn't work.
Still, following code works:
```
<p:column headerText="Lorem ipsum" visible="false">
<h:outputText value="Lorem ipsum"/>
</p:column>
```
This happened when we switched from PF 12.0.4 to PF 13.0.0
### Reproducer
_No response_
### Expected behavior
_No response_
### PrimeFaces edition
None
### PrimeFaces version
13.0.0
### Theme
_No response_
### JSF implementation
Mojarra
### JSF version
jakarta.faces 4.0.0
### Java version
Java 17
### Browser(s)
_No response_ | 1.0 | ColumnToggler: Labels are invisible - ### Describe the bug
The labels are invisible when defined through header-facet. See following screenshot:

Some example code:
```
<p:column visible="false">
<f:facet name="header">
<h:outputText value="Lorem ipsum" title="Lorem ipsum"/>
</f:facet>
<h:outputText value="Lorem ipsume"/>
</p:column>
```
This attempt of definig a label doesn't work.
Still, following code works:
```
<p:column headerText="Lorem ipsum" visible="false">
<h:outputText value="Lorem ipsum"/>
</p:column>
```
This happened when we switched from PF 12.0.4 to PF 13.0.0
### Reproducer
_No response_
### Expected behavior
_No response_
### PrimeFaces edition
None
### PrimeFaces version
13.0.0
### Theme
_No response_
### JSF implementation
Mojarra
### JSF version
jakarta.faces 4.0.0
### Java version
Java 17
### Browser(s)
_No response_ | defect | columntoggler labels are invisible describe the bug the labels are invisible when defined through header facet see following screenshot some example code this attempt of definig a label doesn t work still following code works this happened when we switched from pf to pf reproducer no response expected behavior no response primefaces edition none primefaces version theme no response jsf implementation mojarra jsf version jakarta faces java version java browser s no response | 1 |
27,385 | 4,990,381,339 | IssuesEvent | 2016-12-08 14:56:54 | zotonic/zotonic | https://api.github.com/repos/zotonic/zotonic | closed | mod_media_exif - error on empty date | defect | Some images don't have correct date info so uploading causes an error:
```
14:58:16.965 [info] [mediamatic] info @ mod_import_anymeta:1927 Add file <<"dafnamaimon.JPG">> (109271 bytes)
14:58:16.999 [info] DEBUG: mod_media_exif:55 <<" : : : : ">>
14:58:17.000 [error] Error in process <0.16263.15> on node 'zotonic001@ginger' with exit value: {badarg,[{erlang,list_to_integer,[" "],[]},{z_convert,to_integer,1,[{file,"src/z_convert.erl"},{line,120}]},{mod_media_exif,to_dt,1,[{file,"modules/mod_media_exif/mod_media_exif.erl"},{line,81}]},{mod_media_exif,overlay_props...
``` | 1.0 | mod_media_exif - error on empty date - Some images don't have correct date info so uploading causes an error:
```
14:58:16.965 [info] [mediamatic] info @ mod_import_anymeta:1927 Add file <<"dafnamaimon.JPG">> (109271 bytes)
14:58:16.999 [info] DEBUG: mod_media_exif:55 <<" : : : : ">>
14:58:17.000 [error] Error in process <0.16263.15> on node 'zotonic001@ginger' with exit value: {badarg,[{erlang,list_to_integer,[" "],[]},{z_convert,to_integer,1,[{file,"src/z_convert.erl"},{line,120}]},{mod_media_exif,to_dt,1,[{file,"modules/mod_media_exif/mod_media_exif.erl"},{line,81}]},{mod_media_exif,overlay_props...
``` | defect | mod media exif error on empty date some images don t have correct date info so uploading causes an error info mod import anymeta add file bytes debug mod media exif error in process on node ginger with exit value badarg z convert to integer mod media exif to dt mod media exif overlay props | 1 |
32,579 | 6,835,416,643 | IssuesEvent | 2017-11-10 01:02:39 | garglk/garglk | https://api.github.com/repos/garglk/garglk | closed | svn gargoyle doesn't run from the command-line on OS X 10.9.5 | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. svn co ...
2. env SYSTEM=1 jam install and the other steps
3. gargoyle somefile.gblorb
What is the expected output? What do you see instead?
Expected: Git or glulxe running.
Instead:
$ gargoyle ~/Downloads/Counterfeit\ Monkey.gblorb
2014-11-30 23:08:31.610 gargoyle[1272:507] No Info.plist file in application
bundle or no NSPrincipalClass in the Info.plist file, exiting
$
What version of the product are you using? On what operating system?
rev 619 from the trunk
OS X 10.9.5
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
```
Original issue reported on code.google.com by `far...@gmail.com` on 30 Nov 2014 at 6:10
| 1.0 | svn gargoyle doesn't run from the command-line on OS X 10.9.5 - ```
What steps will reproduce the problem?
1. svn co ...
2. env SYSTEM=1 jam install and the other steps
3. gargoyle somefile.gblorb
What is the expected output? What do you see instead?
Expected: Git or glulxe running.
Instead:
$ gargoyle ~/Downloads/Counterfeit\ Monkey.gblorb
2014-11-30 23:08:31.610 gargoyle[1272:507] No Info.plist file in application
bundle or no NSPrincipalClass in the Info.plist file, exiting
$
What version of the product are you using? On what operating system?
rev 619 from the trunk
OS X 10.9.5
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
```
Original issue reported on code.google.com by `far...@gmail.com` on 30 Nov 2014 at 6:10
| defect | svn gargoyle doesn t run from the command line on os x what steps will reproduce the problem svn co env system jam install and the other steps gargoyle somefile gblorb what is the expected output what do you see instead expected git or glulxe running instead gargoyle downloads counterfeit monkey gblorb gargoyle no info plist file in application bundle or no nsprincipalclass in the info plist file exiting what version of the product are you using on what operating system rev from the trunk os x apple llvm version clang based on llvm original issue reported on code google com by far gmail com on nov at | 1 |
69,618 | 22,577,661,722 | IssuesEvent | 2022-06-28 08:48:18 | BOINC/boinc | https://api.github.com/repos/BOINC/boinc | closed | [Manager][linux] Search for skins to display on Simple View | P: Minor T: Defect C: Manager - Simple View | Currently BOINC Simple View on linux has no default skin and looks not so nice as on other OSs.
It would be nice to look for default skin in the next locations:
- /usr/share/boinc-manager/skins/
- /usr/local/share/boinc-manager/skins/
- ./skins | 1.0 | [Manager][linux] Search for skins to display on Simple View - Currently BOINC Simple View on linux has no default skin and looks not so nice as on other OSs.
It would be nice to look for default skin in the next locations:
- /usr/share/boinc-manager/skins/
- /usr/local/share/boinc-manager/skins/
- ./skins | defect | search for skins to display on simple view currently boinc simple view on linux has no default skin and looks not so nice as on other oss it would be nice to look for default skin in the next locations usr share boinc manager skins usr local share boinc manager skins skins | 1 |
58,637 | 16,669,956,576 | IssuesEvent | 2021-06-07 09:36:24 | networkx/networkx | https://api.github.com/repos/networkx/networkx | closed | Deserializing custom default properties from yEd graphML files | Defect Good First Issue Needs PR | When importing a yEd created graphml file with custom properties on the
nodes I found that the default values for boolean properties was always True.
After some browsing through the code of GraphMLReader I found that while
the properties of the nodes themselves are passed through the `decode_data_elements`
method (so that GraphML booleans are parsed correctly), the items in the
node_default dictionary are not.
For the defaults, the value of each key is just cast to the appropriate `python_type`
In the case of booleans with value='false' this results in `bool('false') == True` :(
### Expected Behavior
The default attribute values should also be passed through `decode_data_elements`
### Steps to Reproduce
Make a yed graphml file with some custom node property of value 'boolean' with default 'false'
import the file using GraphMLReader
The resulting default node property has bool value True.
### Environment
Python version:
Python 3.9.4 (default, Apr 6 2021, 11:23:37)
[Clang 11.0.3 (clang-1103.0.32.62)] on darwin
NetworkX version:
2.5.1
### Additional context
As posted in google discussion group
[https://groups.google.com/g/networkx-discuss/c/XbFTyx-PKqc/m/pD2_WAdYAQAJ](https://groups.google.com/g/networkx-discuss/c/XbFTyx-PKqc/m/pD2_WAdYAQAJ)
| 1.0 | Deserializing custom default properties from yEd graphML files - When importing a yEd created graphml file with custom properties on the
nodes I found that the default values for boolean properties was always True.
After some browsing through the code of GraphMLReader I found that while
the properties of the nodes themselves are passed through the `decode_data_elements`
method (so that GraphML booleans are parsed correctly), the items in the
node_default dictionary are not.
For the defaults, the value of each key is just cast to the appropriate `python_type`
In the case of booleans with value='false' this results in `bool('false') == True` :(
### Expected Behavior
The default attribute values should also be passed through `decode_data_elements`
### Steps to Reproduce
Make a yed graphml file with some custom node property of value 'boolean' with default 'false'
import the file using GraphMLReader
The resulting default node property has bool value True.
### Environment
Python version:
Python 3.9.4 (default, Apr 6 2021, 11:23:37)
[Clang 11.0.3 (clang-1103.0.32.62)] on darwin
NetworkX version:
2.5.1
### Additional context
As posted in google discussion group
[https://groups.google.com/g/networkx-discuss/c/XbFTyx-PKqc/m/pD2_WAdYAQAJ](https://groups.google.com/g/networkx-discuss/c/XbFTyx-PKqc/m/pD2_WAdYAQAJ)
| defect | deserializing custom default properties from yed graphml files when importing a yed created graphml file with custom properties on the nodes i found that the default values for boolean properties was always true after some browsing through the code of graphmlreader i found that while the properties of the nodes themselves are passed through the decode data elements method so that graphml booleans are parsed correctly the items in the node default dictionary are not for the defaults the value of each key is just cast to the appropriate python type in the case of booleans with value false this results in bool false true expected behavior the default attribute values should also be passed through decode data elements steps to reproduce make a yed graphml file with some custom node property of value boolean with default false import the file using graphmlreader the resulting default node property has bool value true environment python version python default apr on darwin networkx version additional context as posted in google discussion group | 1 |
170,317 | 13,183,729,419 | IssuesEvent | 2020-08-12 18:03:27 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Manual test run on Windows x64 for 1.12.x - Release | OS/Windows QA Pass-Win64 QA/Yes release-notes/exclude tests | ## Per release specialty tests
- [x] New Sync v2 UI wiring.([#9241](https://github.com/brave/brave-browser/issues/9241))
- [x] Sync v2.([#9989](https://github.com/brave/brave-browser/issues/9989))
- [x] Search engine updates.([#10890](https://github.com/brave/brave-browser/issues/10890))
- [x] Upgrade from Chromium 84.0.4147.111 to Chromium 84.0.4147.125 #11153
- [x] [Desktop] Sync v2 initial bookmarks duplication.([#11116](https://github.com/brave/brave-browser/issues/11116))
- [x] Reset Rewards crashes the browser in certain cases.([#11125](https://github.com/brave/brave-browser/issues/11125))
### Installer
- [x] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave-Browser-Beta.app/` and make sure it returns `accepted`. If Windows right click on the `brave_installer-x64.exe` and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window
### Data(Upgrade from previous release)
- [x] Make sure that data from the last version appears in the new version OK
- [x] With data from the last version, verify that
- [x] bookmarks on the bookmark toolbar and bookmark folders can be opened
- [x] cookies are preserved
- [x] installed extensions are retained and work correctly
- [x] opened tabs can be reloaded
- [x] stored passwords are preserved
- [x] unpinned tabs can be pinned
### Widevine
- [x] Verify `Widevine Notification` is shown when you visit Netflix for the first time
- [x] Test that you can stream on Netflix on a fresh profile after installing Widevine
### Rewards
- [x] Verify account balance shows correct BAT and USD value
- [x] Verify you are able to restore a wallet
- [x] Verify actions taken (claiming grant, tipping, auto-contribute) display in wallet panel
- [x] Verify when you click on the BR panel while on a site, the panel displays site specific information (site favicon, domain, attention %)
- [x] Verify you are able to make one-time tip and they display in tips panel
- [x] Verify you are able to make recurring tip and they display in tips panel
- [x] Verify you can tip a verified publisher
- [x] Verify you can tip a verified YouTube creator
- [x] Verify you are able to perform a contribution
- [x] Verify if you disable auto-contribute you are still able to tip regular sites and YouTube creators
- [x] Upgrade from older version
- [x] Verify the wallet balance is retained and wallet backup code isn't corrupted
- [x] Verify auto-contribute list is not lost after upgrade
- [x] Verify tips list is not lost after upgrade
- [x] Verify wallet panel transactions list is not lost after upgrade
## Update tests
- [x] Verify visiting `brave://settings/help` triggers update check
- [x] Verify once update is downloaded, prompts to `Relaunch` to install update
#### Components
- [x] Delete Adblock folder from browser profile and restart browser. Visit `brave://components` and verify `Brave Ad Block Updater` downloads and update the component. Repeat for all Brave components | 1.0 | Manual test run on Windows x64 for 1.12.x - Release - ## Per release specialty tests
- [x] New Sync v2 UI wiring.([#9241](https://github.com/brave/brave-browser/issues/9241))
- [x] Sync v2.([#9989](https://github.com/brave/brave-browser/issues/9989))
- [x] Search engine updates.([#10890](https://github.com/brave/brave-browser/issues/10890))
- [x] Upgrade from Chromium 84.0.4147.111 to Chromium 84.0.4147.125 #11153
- [x] [Desktop] Sync v2 initial bookmarks duplication.([#11116](https://github.com/brave/brave-browser/issues/11116))
- [x] Reset Rewards crashes the browser in certain cases.([#11125](https://github.com/brave/brave-browser/issues/11125))
### Installer
- [x] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave-Browser-Beta.app/` and make sure it returns `accepted`. If Windows right click on the `brave_installer-x64.exe` and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window
### Data(Upgrade from previous release)
- [x] Make sure that data from the last version appears in the new version OK
- [x] With data from the last version, verify that
- [x] bookmarks on the bookmark toolbar and bookmark folders can be opened
- [x] cookies are preserved
- [x] installed extensions are retained and work correctly
- [x] opened tabs can be reloaded
- [x] stored passwords are preserved
- [x] unpinned tabs can be pinned
### Widevine
- [x] Verify `Widevine Notification` is shown when you visit Netflix for the first time
- [x] Test that you can stream on Netflix on a fresh profile after installing Widevine
### Rewards
- [x] Verify account balance shows correct BAT and USD value
- [x] Verify you are able to restore a wallet
- [x] Verify actions taken (claiming grant, tipping, auto-contribute) display in wallet panel
- [x] Verify when you click on the BR panel while on a site, the panel displays site specific information (site favicon, domain, attention %)
- [x] Verify you are able to make one-time tip and they display in tips panel
- [x] Verify you are able to make recurring tip and they display in tips panel
- [x] Verify you can tip a verified publisher
- [x] Verify you can tip a verified YouTube creator
- [x] Verify you are able to perform a contribution
- [x] Verify if you disable auto-contribute you are still able to tip regular sites and YouTube creators
- [x] Upgrade from older version
- [x] Verify the wallet balance is retained and wallet backup code isn't corrupted
- [x] Verify auto-contribute list is not lost after upgrade
- [x] Verify tips list is not lost after upgrade
- [x] Verify wallet panel transactions list is not lost after upgrade
## Update tests
- [x] Verify visiting `brave://settings/help` triggers update check
- [x] Verify once update is downloaded, prompts to `Relaunch` to install update
#### Components
- [x] Delete Adblock folder from browser profile and restart browser. Visit `brave://components` and verify `Brave Ad Block Updater` downloads and update the component. Repeat for all Brave components | non_defect | manual test run on windows for x release per release specialty tests new sync ui wiring sync search engine updates upgrade from chromium to chromium sync initial bookmarks duplication reset rewards crashes the browser in certain cases installer check signature if os run spctl assess verbose applications brave browser beta app and make sure it returns accepted if windows right click on the brave installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window data upgrade from previous release make sure that data from the last version appears in the new version ok with data from the last version verify that bookmarks on the bookmark toolbar and bookmark folders can be opened cookies are preserved installed extensions are retained and work correctly opened tabs can be reloaded stored passwords are preserved unpinned tabs can be pinned widevine verify widevine notification is shown when you visit netflix for the first time test that you can stream on netflix on a fresh profile after installing widevine rewards verify account balance shows correct bat and usd value verify you are able to restore a wallet verify actions taken claiming grant tipping auto contribute display in wallet panel verify when you click on the br panel while on a site the panel displays site specific information site favicon domain attention verify you are able to make one time tip and they display in tips panel verify you are able to make recurring tip and they display in tips panel verify you can tip a verified publisher verify you can tip a verified youtube creator verify you are able to perform a contribution verify if you disable auto contribute you are still able to tip regular sites and youtube creators upgrade from older version verify the wallet balance is retained and wallet backup code isn t corrupted verify auto contribute list is not lost after upgrade verify tips list is not lost after upgrade verify wallet panel transactions list is not lost after upgrade update tests verify visiting brave settings help triggers update check verify once update is downloaded prompts to relaunch to install update components delete adblock folder from browser profile and restart browser visit brave components and verify brave ad block updater downloads and update the component repeat for all brave components | 0 |
35,729 | 12,378,892,832 | IssuesEvent | 2020-05-19 11:31:29 | gmright2/DEFOLD_Gmright_INLINE | https://api.github.com/repos/gmright2/DEFOLD_Gmright_INLINE | opened | CVE-2020-11022 (Medium) detected in jquery-3.3.1.min.js, jquery-1.7.1.min.js | security vulnerability | ## CVE-2020-11022 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-3.3.1.min.js</b>, <b>jquery-1.7.1.min.js</b></p></summary>
<p>
<details><summary><b>jquery-3.3.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/Commerce/Net_holder/Blue-sky/default.html</p>
<p>Path to vulnerable library: /DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/Commerce/Net_holder/Blue-sky/default.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-3.3.1.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.7.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-ua_20200519112212_VUGEQA/archiveExtraction_SITEQF/20200519112212/ws-scm_depth_0/DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/vm-browserify/example/run/index.html</p>
<p>Path to vulnerable library: _depth_0/DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/vm-browserify/example/run/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.7.1.min.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/gmright2/DEFOLD_Gmright_INLINE/commit/025468088c3671e8408c574ca8eb653e38c75875">025468088c3671e8408c574ca8eb653e38c75875</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022>CVE-2020-11022</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jQuery - 3.5.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-11022 (Medium) detected in jquery-3.3.1.min.js, jquery-1.7.1.min.js - ## CVE-2020-11022 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-3.3.1.min.js</b>, <b>jquery-1.7.1.min.js</b></p></summary>
<p>
<details><summary><b>jquery-3.3.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/Commerce/Net_holder/Blue-sky/default.html</p>
<p>Path to vulnerable library: /DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/Commerce/Net_holder/Blue-sky/default.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-3.3.1.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.7.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-ua_20200519112212_VUGEQA/archiveExtraction_SITEQF/20200519112212/ws-scm_depth_0/DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/vm-browserify/example/run/index.html</p>
<p>Path to vulnerable library: _depth_0/DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/vm-browserify/example/run/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.7.1.min.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/gmright2/DEFOLD_Gmright_INLINE/commit/025468088c3671e8408c574ca8eb653e38c75875">025468088c3671e8408c574ca8eb653e38c75875</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022>CVE-2020-11022</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jQuery - 3.5.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in jquery min js jquery min js cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm defold gmright inline gmright milestones gmright market commerce net holder blue sky default html path to vulnerable library defold gmright inline gmright milestones gmright market commerce net holder blue sky default html dependency hierarchy x jquery min js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws ua vugeqa archiveextraction siteqf ws scm depth defold gmright inline gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master node modules vm browserify example run index html path to vulnerable library depth defold gmright inline gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master node modules vm browserify example run index html dependency hierarchy x jquery min js vulnerable library found in head commit a href vulnerability details in jquery versions greater than or equal to and before passing html from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource | 0 |
33,656 | 6,226,780,372 | IssuesEvent | 2017-07-10 19:13:21 | LearnTeachCode/mob-coding | https://api.github.com/repos/LearnTeachCode/mob-coding | opened | Update the flowchart and UML diagram to reflect the refactored code! | documentation | Don't forget to update the documentation! | 1.0 | Update the flowchart and UML diagram to reflect the refactored code! - Don't forget to update the documentation! | non_defect | update the flowchart and uml diagram to reflect the refactored code don t forget to update the documentation | 0 |
31,961 | 2,742,075,354 | IssuesEvent | 2015-04-21 14:51:21 | boxkite/ckanext-donneesqctheme | https://api.github.com/repos/boxkite/ckanext-donneesqctheme | closed | Automate the generation of geojson from KML and SHP | Medium Priority | Currently the generation of the geojson is triggered manually, it should take place automatically based as soon as a KML or SHP is uploaded (new or update) | 1.0 | Automate the generation of geojson from KML and SHP - Currently the generation of the geojson is triggered manually, it should take place automatically based as soon as a KML or SHP is uploaded (new or update) | non_defect | automate the generation of geojson from kml and shp currently the generation of the geojson is triggered manually it should take place automatically based as soon as a kml or shp is uploaded new or update | 0 |
75,704 | 26,005,504,306 | IssuesEvent | 2022-12-20 18:57:31 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: Improve Appium - Selenium integration tests | I-defect needs-triaging | ### What happened?
As a result of https://github.com/appium/java-client/issues/1823
Appium always pulls the latest Selenium version - and there is no way to override this (I used the dependency management tag in the pom.xml for Selenium and also try to exclude it from Appium dependency).
The Appium client will fail if there are deprecation tickets that weren't implemented
Here is an example:
https://github.com/SeleniumHQ/selenium/issues/11347
A native mobile-web cross-platform test is performed on our project using Chrome devtools (which forces us to use the most recent version of Selenium).
As a result, devtools-related bugs can also terminate our mobile efforts, such as this one:
https://github.com/SeleniumHQ/selenium/issues/11401
From a Selenium perspective, I wonder if there is a better way to test Appium. prior to this implementation:
https://github.com/SeleniumHQ/selenium/issues/11355
Thanks.
### How can we reproduce the issue?
```shell
N/A
```
### Relevant log output
```shell
N/A
```
### Operating System
N/A
### Selenium version
N/A
### What are the browser(s) and version(s) where you see this issue?
N/A
### What are the browser driver(s) and version(s) where you see this issue?
N/A
### Are you using Selenium Grid?
_No response_ | 1.0 | [🐛 Bug]: Improve Appium - Selenium integration tests - ### What happened?
As a result of https://github.com/appium/java-client/issues/1823
Appium always pulls the latest Selenium version - and there is no way to override this (I used the dependency management tag in the pom.xml for Selenium and also try to exclude it from Appium dependency).
The Appium client will fail if there are deprecation tickets that weren't implemented
Here is an example:
https://github.com/SeleniumHQ/selenium/issues/11347
A native mobile-web cross-platform test is performed on our project using Chrome devtools (which forces us to use the most recent version of Selenium).
As a result, devtools-related bugs can also terminate our mobile efforts, such as this one:
https://github.com/SeleniumHQ/selenium/issues/11401
From a Selenium perspective, I wonder if there is a better way to test Appium. prior to this implementation:
https://github.com/SeleniumHQ/selenium/issues/11355
Thanks.
### How can we reproduce the issue?
```shell
N/A
```
### Relevant log output
```shell
N/A
```
### Operating System
N/A
### Selenium version
N/A
### What are the browser(s) and version(s) where you see this issue?
N/A
### What are the browser driver(s) and version(s) where you see this issue?
N/A
### Are you using Selenium Grid?
_No response_ | defect | improve appium selenium integration tests what happened as a result of appium always pulls the latest selenium version and there is no way to override this i used the dependency management tag in the pom xml for selenium and also try to exclude it from appium dependency the appium client will fail if there are deprecation tickets that weren t implemented here is an example a native mobile web cross platform test is performed on our project using chrome devtools which forces us to use the most recent version of selenium as a result devtools related bugs can also terminate our mobile efforts such as this one from a selenium perspective i wonder if there is a better way to test appium prior to this implementation thanks how can we reproduce the issue shell n a relevant log output shell n a operating system n a selenium version n a what are the browser s and version s where you see this issue n a what are the browser driver s and version s where you see this issue n a are you using selenium grid no response | 1 |
50,405 | 13,187,478,765 | IssuesEvent | 2020-08-13 03:32:34 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | non-english locales can cause errors in 'greps' in cmake files (Trac #644) | Migrated from Trac cmake defect | The following doesn't catch a no-match because a no-match is not an error. It's a no-match.
Fix is to test for an empty variable, then set it to zero.
```text
#
# Get SVN_REVISION from svn info
#
option(USE_SVN_REVISION_FLAGS "Add compiled-in svn revision information." ON)
if(NOT HAVE_SVN_REVISION)
set(HAVE_SVN_REVISION TRUE CACHE INTERNAL "flag")
execute_process(COMMAND ${SVN_EXECUTABLE} info ${CMAKE_SOURCE_DIR}
COMMAND awk "/^Revision:/ { printf $2 }"
OUTPUT_VARIABLE SVN_REVISION
ERROR_VARIABLE SVN_REVISION_ERROR)
if (SVN_REVISION_ERROR OR NOT SVN_EXECUTABLE)
message(STATUS "******\tUnable to determine svn revision (does svn info not accept '--xml'?)")
set(SVN_REVISION "0")
endif (SVN_REVISION_ERROR OR NOT SVN_EXECUTABLE)
if(NOT USE_SVN_REVISION_FLAGS)
message(STATUS " \tNot compiling in svn revision information. Hope you aren't running simprod")
set(SVN_REVISION "0")
endif(NOT USE_SVN_REVISION_FLAGS)
boost_report_value(SVN_REVISION)
set(SVN_REVISION ${SVN_REVISION} CACHE INTERNAL "svn revision")
endif(NOT HAVE_SVN_REVISION)
```
This was reported via email:
```text
On 07/24/2011 06:41 PM, Nathan Whitehorn wrote:
> Wow. That's a subtle one. Maybe we should make this fill itself in using
> SVN keyword expansion instead? That would protect us against features
> like this...
> -Nathan
>
> On 07/24/11 17:39, Juan Carlos Díaz Vélez wrote:
>> Ah, yes. Thank you. My LANG variable was set to Spanish and apparently
>> the newest update to subversion includes multilingual support.
>> config.cmake wasn't able to find "Revision" since subersion was
>> returning "Revisión".
>>
>> Thanks,
>>
>> Juan Carlos
```
<details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/644
, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:57",
"description": "The following doesn't catch a no-match because a no-match is not an error. It's a no-match.\n\nFix is to test for an empty variable, then set it to zero.\n\n{{{\n\n#\n# Get SVN_REVISION from svn info\n#\noption(USE_SVN_REVISION_FLAGS \"Add compiled-in svn revision information.\" ON)\n\nif(NOT HAVE_SVN_REVISION)\n set(HAVE_SVN_REVISION TRUE CACHE INTERNAL \"flag\")\n execute_process(COMMAND ${SVN_EXECUTABLE} info ${CMAKE_SOURCE_DIR}\n COMMAND awk \"/^Revision:/ { printf $2 }\"\n OUTPUT_VARIABLE SVN_REVISION\n ERROR_VARIABLE SVN_REVISION_ERROR)\n\n if (SVN_REVISION_ERROR OR NOT SVN_EXECUTABLE)\n message(STATUS \"******\\tUnable to determine svn revision (does svn info not accept '--xml'?)\")\n set(SVN_REVISION \"0\")\n endif (SVN_REVISION_ERROR OR NOT SVN_EXECUTABLE)\n\n if(NOT USE_SVN_REVISION_FLAGS)\n message(STATUS \" \\tNot compiling in svn revision information. Hope you aren't running simprod\")\n set(SVN_REVISION \"0\")\n endif(NOT USE_SVN_REVISION_FLAGS)\n\n boost_report_value(SVN_REVISION)\n set(SVN_REVISION ${SVN_REVISION} CACHE INTERNAL \"svn revision\")\n\nendif(NOT HAVE_SVN_REVISION)\n}}}\n\nThis was reported via email:\n{{{\nOn 07/24/2011 06:41 PM, Nathan Whitehorn wrote:\n> Wow. That's a subtle one. Maybe we should make this fill itself in using\n> SVN keyword expansion instead? That would protect us against features\n> like this...\n> -Nathan\n> \n> On 07/24/11 17:39, Juan Carlos D\u00edaz V\u00e9lez wrote:\n>> Ah, yes. Thank you. My LANG variable was set to Spanish and apparently\n>> the newest update to subversion includes multilingual support.\n>> config.cmake wasn't able to find \"Revision\" since subersion was\n>> returning \"Revisi\u00f3n\".\n>>\n>> Thanks,\n>>\n>> Juan Carlos\n}}}",
"reporter": "nega",
"cc": "juancarlos, nwhitehorn",
"resolution": "fixed",
"_ts": "1416713877111216",
"component": "cmake",
"summary": "non-english locales can cause errors in 'greps' in cmake files",
"priority": "normal",
"keywords": "",
"time": "2011-07-29T00:10:54",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
| 1.0 | non-english locales can cause errors in 'greps' in cmake files (Trac #644) - The following doesn't catch a no-match because a no-match is not an error. It's a no-match.
Fix is to test for an empty variable, then set it to zero.
```text
#
# Get SVN_REVISION from svn info
#
option(USE_SVN_REVISION_FLAGS "Add compiled-in svn revision information." ON)
if(NOT HAVE_SVN_REVISION)
set(HAVE_SVN_REVISION TRUE CACHE INTERNAL "flag")
execute_process(COMMAND ${SVN_EXECUTABLE} info ${CMAKE_SOURCE_DIR}
COMMAND awk "/^Revision:/ { printf $2 }"
OUTPUT_VARIABLE SVN_REVISION
ERROR_VARIABLE SVN_REVISION_ERROR)
if (SVN_REVISION_ERROR OR NOT SVN_EXECUTABLE)
message(STATUS "******\tUnable to determine svn revision (does svn info not accept '--xml'?)")
set(SVN_REVISION "0")
endif (SVN_REVISION_ERROR OR NOT SVN_EXECUTABLE)
if(NOT USE_SVN_REVISION_FLAGS)
message(STATUS " \tNot compiling in svn revision information. Hope you aren't running simprod")
set(SVN_REVISION "0")
endif(NOT USE_SVN_REVISION_FLAGS)
boost_report_value(SVN_REVISION)
set(SVN_REVISION ${SVN_REVISION} CACHE INTERNAL "svn revision")
endif(NOT HAVE_SVN_REVISION)
```
This was reported via email:
```text
On 07/24/2011 06:41 PM, Nathan Whitehorn wrote:
> Wow. That's a subtle one. Maybe we should make this fill itself in using
> SVN keyword expansion instead? That would protect us against features
> like this...
> -Nathan
>
> On 07/24/11 17:39, Juan Carlos Díaz Vélez wrote:
>> Ah, yes. Thank you. My LANG variable was set to Spanish and apparently
>> the newest update to subversion includes multilingual support.
>> config.cmake wasn't able to find "Revision" since subersion was
>> returning "Revisión".
>>
>> Thanks,
>>
>> Juan Carlos
```
<details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/644
, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:57",
"description": "The following doesn't catch a no-match because a no-match is not an error. It's a no-match.\n\nFix is to test for an empty variable, then set it to zero.\n\n{{{\n\n#\n# Get SVN_REVISION from svn info\n#\noption(USE_SVN_REVISION_FLAGS \"Add compiled-in svn revision information.\" ON)\n\nif(NOT HAVE_SVN_REVISION)\n set(HAVE_SVN_REVISION TRUE CACHE INTERNAL \"flag\")\n execute_process(COMMAND ${SVN_EXECUTABLE} info ${CMAKE_SOURCE_DIR}\n COMMAND awk \"/^Revision:/ { printf $2 }\"\n OUTPUT_VARIABLE SVN_REVISION\n ERROR_VARIABLE SVN_REVISION_ERROR)\n\n if (SVN_REVISION_ERROR OR NOT SVN_EXECUTABLE)\n message(STATUS \"******\\tUnable to determine svn revision (does svn info not accept '--xml'?)\")\n set(SVN_REVISION \"0\")\n endif (SVN_REVISION_ERROR OR NOT SVN_EXECUTABLE)\n\n if(NOT USE_SVN_REVISION_FLAGS)\n message(STATUS \" \\tNot compiling in svn revision information. Hope you aren't running simprod\")\n set(SVN_REVISION \"0\")\n endif(NOT USE_SVN_REVISION_FLAGS)\n\n boost_report_value(SVN_REVISION)\n set(SVN_REVISION ${SVN_REVISION} CACHE INTERNAL \"svn revision\")\n\nendif(NOT HAVE_SVN_REVISION)\n}}}\n\nThis was reported via email:\n{{{\nOn 07/24/2011 06:41 PM, Nathan Whitehorn wrote:\n> Wow. That's a subtle one. Maybe we should make this fill itself in using\n> SVN keyword expansion instead? That would protect us against features\n> like this...\n> -Nathan\n> \n> On 07/24/11 17:39, Juan Carlos D\u00edaz V\u00e9lez wrote:\n>> Ah, yes. Thank you. My LANG variable was set to Spanish and apparently\n>> the newest update to subversion includes multilingual support.\n>> config.cmake wasn't able to find \"Revision\" since subersion was\n>> returning \"Revisi\u00f3n\".\n>>\n>> Thanks,\n>>\n>> Juan Carlos\n}}}",
"reporter": "nega",
"cc": "juancarlos, nwhitehorn",
"resolution": "fixed",
"_ts": "1416713877111216",
"component": "cmake",
"summary": "non-english locales can cause errors in 'greps' in cmake files",
"priority": "normal",
"keywords": "",
"time": "2011-07-29T00:10:54",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
| defect | non english locales can cause errors in greps in cmake files trac the following doesn t catch a no match because a no match is not an error it s a no match fix is to test for an empty variable then set it to zero text get svn revision from svn info option use svn revision flags add compiled in svn revision information on if not have svn revision set have svn revision true cache internal flag execute process command svn executable info cmake source dir command awk revision printf output variable svn revision error variable svn revision error if svn revision error or not svn executable message status tunable to determine svn revision does svn info not accept xml set svn revision endif svn revision error or not svn executable if not use svn revision flags message status tnot compiling in svn revision information hope you aren t running simprod set svn revision endif not use svn revision flags boost report value svn revision set svn revision svn revision cache internal svn revision endif not have svn revision this was reported via email text on pm nathan whitehorn wrote wow that s a subtle one maybe we should make this fill itself in using svn keyword expansion instead that would protect us against features like this nathan on juan carlos díaz vélez wrote ah yes thank you my lang variable was set to spanish and apparently the newest update to subversion includes multilingual support config cmake wasn t able to find revision since subersion was returning revisión thanks juan carlos migrated from reported by nega and owned by nega json status closed changetime description the following doesn t catch a no match because a no match is not an error it s a no match n nfix is to test for an empty variable then set it to zero n n n n n get svn revision from svn info n noption use svn revision flags add compiled in svn revision information on n nif not have svn revision n set have svn revision true cache internal flag n execute process command svn executable info cmake source dir n command awk revision printf n output variable svn revision n error variable svn revision error n n if svn revision error or not svn executable n message status tunable to determine svn revision does svn info not accept xml n set svn revision n endif svn revision error or not svn executable n n if not use svn revision flags n message status tnot compiling in svn revision information hope you aren t running simprod n set svn revision n endif not use svn revision flags n n boost report value svn revision n set svn revision svn revision cache internal svn revision n nendif not have svn revision n n nthis was reported via email n non pm nathan whitehorn wrote n wow that s a subtle one maybe we should make this fill itself in using n svn keyword expansion instead that would protect us against features n like this n nathan n n on juan carlos d v wrote n ah yes thank you my lang variable was set to spanish and apparently n the newest update to subversion includes multilingual support n config cmake wasn t able to find revision since subersion was n returning revisi n n thanks n n juan carlos n reporter nega cc juancarlos nwhitehorn resolution fixed ts component cmake summary non english locales can cause errors in greps in cmake files priority normal keywords time milestone owner nega type defect | 1 |
729,309 | 25,119,555,694 | IssuesEvent | 2022-11-09 06:45:46 | j4mesli/tybwardle.com | https://api.github.com/repos/j4mesli/tybwardle.com | closed | Mobile functionality | bug low priority | Mobile functionality isn't supported yet (Notable examples being search button, guess divs [labels and text]), not a priority issue. | 1.0 | Mobile functionality - Mobile functionality isn't supported yet (Notable examples being search button, guess divs [labels and text]), not a priority issue. | non_defect | mobile functionality mobile functionality isn t supported yet notable examples being search button guess divs not a priority issue | 0 |
125,276 | 17,836,038,442 | IssuesEvent | 2021-09-03 01:18:20 | turkdevops/sourcegraph | https://api.github.com/repos/turkdevops/sourcegraph | opened | CVE-2021-3749 (Medium) detected in axios-0.19.0.tgz | security vulnerability | ## CVE-2021-3749 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>axios-0.19.0.tgz</b></p></summary>
<p>Promise based HTTP client for the browser and node.js</p>
<p>Library home page: <a href="https://registry.npmjs.org/axios/-/axios-0.19.0.tgz">https://registry.npmjs.org/axios/-/axios-0.19.0.tgz</a></p>
<p>Path to dependency file: sourcegraph/package.json</p>
<p>Path to vulnerable library: sourcegraph/node_modules/axios</p>
<p>
Dependency Hierarchy:
- bundlesize-0.18.0.tgz (Root Library)
- :x: **axios-0.19.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>dev/seed-tool</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>
axios is vulnerable to Inefficient Regular Expression Complexity
<p>Publish Date: 2021-08-31
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3749>CVE-2021-3749</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-3749 (Medium) detected in axios-0.19.0.tgz - ## CVE-2021-3749 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>axios-0.19.0.tgz</b></p></summary>
<p>Promise based HTTP client for the browser and node.js</p>
<p>Library home page: <a href="https://registry.npmjs.org/axios/-/axios-0.19.0.tgz">https://registry.npmjs.org/axios/-/axios-0.19.0.tgz</a></p>
<p>Path to dependency file: sourcegraph/package.json</p>
<p>Path to vulnerable library: sourcegraph/node_modules/axios</p>
<p>
Dependency Hierarchy:
- bundlesize-0.18.0.tgz (Root Library)
- :x: **axios-0.19.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>dev/seed-tool</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>
axios is vulnerable to Inefficient Regular Expression Complexity
<p>Publish Date: 2021-08-31
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3749>CVE-2021-3749</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in axios tgz cve medium severity vulnerability vulnerable library axios tgz promise based http client for the browser and node js library home page a href path to dependency file sourcegraph package json path to vulnerable library sourcegraph node modules axios dependency hierarchy bundlesize tgz root library x axios tgz vulnerable library found in base branch dev seed tool vulnerability details axios is vulnerable to inefficient regular expression complexity publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href step up your open source security game with whitesource | 0 |
51,735 | 6,544,542,443 | IssuesEvent | 2017-09-03 17:40:41 | Himalayan-Academy/Siva-Siva-App | https://api.github.com/repos/Himalayan-Academy/Siva-Siva-App | opened | Design Meditations and Affirmations UI/UX | Enhancement Needs: Design | - [ ] Needs Acronym for journal "MEDS" "MDAF" "MEDAFF"
- [ ] Get animated gif of all kinds of animals who will pull into the screen the key thought
- [ ] Timer
- [ ] Use as affirmation offers audio of the same where present
- [ ] back and CMS... how to store? expand quotes dbase? just use Categories/Tags.. in the end it is just a strong of test, with a a possible related short audio recording. | 1.0 | Design Meditations and Affirmations UI/UX - - [ ] Needs Acronym for journal "MEDS" "MDAF" "MEDAFF"
- [ ] Get animated gif of all kinds of animals who will pull into the screen the key thought
- [ ] Timer
- [ ] Use as affirmation offers audio of the same where present
- [ ] back and CMS... how to store? expand quotes dbase? just use Categories/Tags.. in the end it is just a strong of test, with a a possible related short audio recording. | non_defect | design meditations and affirmations ui ux needs acronym for journal meds mdaf medaff get animated gif of all kinds of animals who will pull into the screen the key thought timer use as affirmation offers audio of the same where present back and cms how to store expand quotes dbase just use categories tags in the end it is just a strong of test with a a possible related short audio recording | 0 |
70,781 | 23,316,195,814 | IssuesEvent | 2022-08-08 12:44:45 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | dev.py does not propagate error codes, thus hides errors on CI | defect DX | CI providers rely on exit codes to report whether tests fail or pass (e.g. https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions)
However the click-based dev.py in some cases reports the exit code 0 (meaning success) even if the subtask exit code is 1 (meaning a failure).
To reproduce, add an error to a docstring example:
```diff
$ git diff
diff --git a/scipy/io/_harwell_boeing/hb.py b/scipy/io/_harwell_boeing/hb.py
index bab0f242fa..15a0896270 100644
--- a/scipy/io/_harwell_boeing/hb.py
+++ b/scipy/io/_harwell_boeing/hb.py
@@ -553,6 +553,9 @@ def hb_write(path_or_open_file, m, hb_info=None):
(1, 1) 1.0
(2, 2) 1.0
+ >>> 2/3
+ 42
+
"""
m = m.tocsc(copy=False)
```
then, run
```
(scipy-dev) br@gonzales:~/repos/scipy/scipy$ python dev.py refguide-check -s io
💻 ninja -C /home/br/repos/scipy/scipy/build
ninja: Entering directory `/home/br/repos/scipy/scipy/build'
[2/2] Generating scipy/generate-config with a custom command
Build OK
💻 meson install -C build
Installing, see meson-install.log...
Installation OK
Running checks for 1 modules:
scipy.io ....................F.........
========
scipy.io
========
scipy.io.hb_write
-----------------
<doctest hb_write[0]>:1: DeprecationWarning: Please use `hb_read` from the `scipy.io` namespace, the `scipy.io.harwell_boeing` namespace is deprecated.
from scipy.io.harwell_boeing import hb_read, hb_write
<doctest hb_write[0]>:1: DeprecationWarning: Please use `hb_write` from the `scipy.io` namespace, the `scipy.io.harwell_boeing` namespace is deprecated.
from scipy.io.harwell_boeing import hb_read, hb_write
File "build-install/lib/python3.8/site-packages/scipy/io/_harwell_boeing/hb.py", line 556, in hb_write
Failed example:
2/3
Expected:
42
Got:
0.6666666666666666
ERROR: refguide or doctests have errors
(scipy-dev) br@gonzales:~/repos/scipy/scipy$ echo $?
0
```
Note that the exit code is zero, meaning success.
However, running refguide-check directly does report an error exit code:
```
(scipy-dev) br@gonzales:~/repos/scipy/scipy$ python dev.py shell
<cd to the repo root>
(scipy-dev) br@gonzales:~/repos/scipy/scipy$
br@gonzales:~/repos/scipy/scipy$ python tools/refguide_check.py --doctests io
Running checks for 1 modules:
scipy.io ....................F.........
========
scipy.io
========
scipy.io.hb_write
-----------------
<doctest hb_write[0]>:1: DeprecationWarning: Please use `hb_read` from the `scipy.io` namespace, the `scipy.io.harwell_boeing` namespace is deprecated.
from scipy.io.harwell_boeing import hb_read, hb_write
<doctest hb_write[0]>:1: DeprecationWarning: Please use `hb_write` from the `scipy.io` namespace, the `scipy.io.harwell_boeing` namespace is deprecated.
from scipy.io.harwell_boeing import hb_read, hb_write
File "build-install/lib/python3.8/site-packages/scipy/io/_harwell_boeing/hb.py", line 556, in hb_write
Failed example:
2/3
Expected:
42
Got:
0.6666666666666666
ERROR: refguide or doctests have errors
br@gonzales:~/repos/scipy/scipy$ echo $?
1
``` | 1.0 | dev.py does not propagate error codes, thus hides errors on CI - CI providers rely on exit codes to report whether tests fail or pass (e.g. https://docs.github.com/en/actions/creating-actions/setting-exit-codes-for-actions)
However the click-based dev.py in some cases reports the exit code 0 (meaning success) even if the subtask exit code is 1 (meaning a failure).
To reproduce, add an error to a docstring example:
```diff
$ git diff
diff --git a/scipy/io/_harwell_boeing/hb.py b/scipy/io/_harwell_boeing/hb.py
index bab0f242fa..15a0896270 100644
--- a/scipy/io/_harwell_boeing/hb.py
+++ b/scipy/io/_harwell_boeing/hb.py
@@ -553,6 +553,9 @@ def hb_write(path_or_open_file, m, hb_info=None):
(1, 1) 1.0
(2, 2) 1.0
+ >>> 2/3
+ 42
+
"""
m = m.tocsc(copy=False)
```
then, run
```
(scipy-dev) br@gonzales:~/repos/scipy/scipy$ python dev.py refguide-check -s io
💻 ninja -C /home/br/repos/scipy/scipy/build
ninja: Entering directory `/home/br/repos/scipy/scipy/build'
[2/2] Generating scipy/generate-config with a custom command
Build OK
💻 meson install -C build
Installing, see meson-install.log...
Installation OK
Running checks for 1 modules:
scipy.io ....................F.........
========
scipy.io
========
scipy.io.hb_write
-----------------
<doctest hb_write[0]>:1: DeprecationWarning: Please use `hb_read` from the `scipy.io` namespace, the `scipy.io.harwell_boeing` namespace is deprecated.
from scipy.io.harwell_boeing import hb_read, hb_write
<doctest hb_write[0]>:1: DeprecationWarning: Please use `hb_write` from the `scipy.io` namespace, the `scipy.io.harwell_boeing` namespace is deprecated.
from scipy.io.harwell_boeing import hb_read, hb_write
File "build-install/lib/python3.8/site-packages/scipy/io/_harwell_boeing/hb.py", line 556, in hb_write
Failed example:
2/3
Expected:
42
Got:
0.6666666666666666
ERROR: refguide or doctests have errors
(scipy-dev) br@gonzales:~/repos/scipy/scipy$ echo $?
0
```
Note that the exit code is zero, meaning success.
However, running refguide-check directly does report an error exit code:
```
(scipy-dev) br@gonzales:~/repos/scipy/scipy$ python dev.py shell
<cd to the repo root>
(scipy-dev) br@gonzales:~/repos/scipy/scipy$
br@gonzales:~/repos/scipy/scipy$ python tools/refguide_check.py --doctests io
Running checks for 1 modules:
scipy.io ....................F.........
========
scipy.io
========
scipy.io.hb_write
-----------------
<doctest hb_write[0]>:1: DeprecationWarning: Please use `hb_read` from the `scipy.io` namespace, the `scipy.io.harwell_boeing` namespace is deprecated.
from scipy.io.harwell_boeing import hb_read, hb_write
<doctest hb_write[0]>:1: DeprecationWarning: Please use `hb_write` from the `scipy.io` namespace, the `scipy.io.harwell_boeing` namespace is deprecated.
from scipy.io.harwell_boeing import hb_read, hb_write
File "build-install/lib/python3.8/site-packages/scipy/io/_harwell_boeing/hb.py", line 556, in hb_write
Failed example:
2/3
Expected:
42
Got:
0.6666666666666666
ERROR: refguide or doctests have errors
br@gonzales:~/repos/scipy/scipy$ echo $?
1
``` | defect | dev py does not propagate error codes thus hides errors on ci ci providers rely on exit codes to report whether tests fail or pass e g however the click based dev py in some cases reports the exit code meaning success even if the subtask exit code is meaning a failure to reproduce add an error to a docstring example diff git diff diff git a scipy io harwell boeing hb py b scipy io harwell boeing hb py index a scipy io harwell boeing hb py b scipy io harwell boeing hb py def hb write path or open file m hb info none m m tocsc copy false then run scipy dev br gonzales repos scipy scipy python dev py refguide check s io 💻 ninja c home br repos scipy scipy build ninja entering directory home br repos scipy scipy build generating scipy generate config with a custom command build ok 💻 meson install c build installing see meson install log installation ok running checks for modules scipy io f scipy io scipy io hb write deprecationwarning please use hb read from the scipy io namespace the scipy io harwell boeing namespace is deprecated from scipy io harwell boeing import hb read hb write deprecationwarning please use hb write from the scipy io namespace the scipy io harwell boeing namespace is deprecated from scipy io harwell boeing import hb read hb write file build install lib site packages scipy io harwell boeing hb py line in hb write failed example expected got error refguide or doctests have errors scipy dev br gonzales repos scipy scipy echo note that the exit code is zero meaning success however running refguide check directly does report an error exit code scipy dev br gonzales repos scipy scipy python dev py shell scipy dev br gonzales repos scipy scipy br gonzales repos scipy scipy python tools refguide check py doctests io running checks for modules scipy io f scipy io scipy io hb write deprecationwarning please use hb read from the scipy io namespace the scipy io harwell boeing namespace is deprecated from scipy io harwell boeing import hb read hb write deprecationwarning please use hb write from the scipy io namespace the scipy io harwell boeing namespace is deprecated from scipy io harwell boeing import hb read hb write file build install lib site packages scipy io harwell boeing hb py line in hb write failed example expected got error refguide or doctests have errors br gonzales repos scipy scipy echo | 1 |
312,636 | 26,873,457,628 | IssuesEvent | 2023-02-04 19:03:30 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag Informações Institucionais - Leis Municipais - Araguari | generalization test development template - GRP (27) tag - Informações Institucionais subtag - Leis Municipais | DoD: Realizar o teste de Generalização do validador da tag Informações Institucionais - Leis Municipais para o Município de Araguari. | 1.0 | Teste de generalizacao para a tag Informações Institucionais - Leis Municipais - Araguari - DoD: Realizar o teste de Generalização do validador da tag Informações Institucionais - Leis Municipais para o Município de Araguari. | non_defect | teste de generalizacao para a tag informações institucionais leis municipais araguari dod realizar o teste de generalização do validador da tag informações institucionais leis municipais para o município de araguari | 0 |
202,496 | 23,077,390,851 | IssuesEvent | 2022-07-26 01:55:11 | Vulnogram/Vulnogram | https://api.github.com/repos/Vulnogram/Vulnogram | opened | CVE-2021-35065 (High) detected in glob-parent-5.1.2.tgz, glob-parent-3.1.0.tgz | security vulnerability | ## CVE-2021-35065 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-5.1.2.tgz</b>, <b>glob-parent-3.1.0.tgz</b></p></summary>
<p>
<details><summary><b>glob-parent-5.1.2.tgz</b></p></summary>
<p>Extract the non-magic parent path from a glob string.</p>
<p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/glob-parent/package.json</p>
<p>
Dependency Hierarchy:
- csso-cli-3.0.0.tgz (Root Library)
- chokidar-3.5.3.tgz
- :x: **glob-parent-5.1.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>glob-parent-3.1.0.tgz</b></p></summary>
<p>Strips glob magic from a string to provide the parent directory path</p>
<p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/forever-monitor/node_modules/glob-parent/package.json</p>
<p>
Dependency Hierarchy:
- forever-2.0.0.tgz (Root Library)
- forever-monitor-2.0.0.tgz
- chokidar-2.1.8.tgz
- :x: **glob-parent-3.1.0.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The package glob-parent before 6.0.1 are vulnerable to Regular Expression Denial of Service (ReDoS)
<p>Publish Date: 2021-06-22
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-35065>CVE-2021-35065</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-cj88-88mr-972w">https://github.com/advisories/GHSA-cj88-88mr-972w</a></p>
<p>Release Date: 2021-06-22</p>
<p>Fix Resolution: glob-parent - 6.0.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-35065 (High) detected in glob-parent-5.1.2.tgz, glob-parent-3.1.0.tgz - ## CVE-2021-35065 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-5.1.2.tgz</b>, <b>glob-parent-3.1.0.tgz</b></p></summary>
<p>
<details><summary><b>glob-parent-5.1.2.tgz</b></p></summary>
<p>Extract the non-magic parent path from a glob string.</p>
<p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/glob-parent/package.json</p>
<p>
Dependency Hierarchy:
- csso-cli-3.0.0.tgz (Root Library)
- chokidar-3.5.3.tgz
- :x: **glob-parent-5.1.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>glob-parent-3.1.0.tgz</b></p></summary>
<p>Strips glob magic from a string to provide the parent directory path</p>
<p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/forever-monitor/node_modules/glob-parent/package.json</p>
<p>
Dependency Hierarchy:
- forever-2.0.0.tgz (Root Library)
- forever-monitor-2.0.0.tgz
- chokidar-2.1.8.tgz
- :x: **glob-parent-3.1.0.tgz** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The package glob-parent before 6.0.1 are vulnerable to Regular Expression Denial of Service (ReDoS)
<p>Publish Date: 2021-06-22
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-35065>CVE-2021-35065</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-cj88-88mr-972w">https://github.com/advisories/GHSA-cj88-88mr-972w</a></p>
<p>Release Date: 2021-06-22</p>
<p>Fix Resolution: glob-parent - 6.0.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in glob parent tgz glob parent tgz cve high severity vulnerability vulnerable libraries glob parent tgz glob parent tgz glob parent tgz extract the non magic parent path from a glob string library home page a href path to dependency file package json path to vulnerable library node modules glob parent package json dependency hierarchy csso cli tgz root library chokidar tgz x glob parent tgz vulnerable library glob parent tgz strips glob magic from a string to provide the parent directory path library home page a href path to dependency file package json path to vulnerable library node modules forever monitor node modules glob parent package json dependency hierarchy forever tgz root library forever monitor tgz chokidar tgz x glob parent tgz vulnerable library found in base branch master vulnerability details the package glob parent before are vulnerable to regular expression denial of service redos 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 glob parent step up your open source security game with mend | 0 |
35,180 | 7,632,337,457 | IssuesEvent | 2018-05-05 14:12:04 | nadais/trac-test | https://api.github.com/repos/nadais/trac-test | closed | mak:input name="somedatefield" type=hidden misprinted in html form | C: View-JSP taglib P: high R: fixed T: defect | **Reported by frederik habils on 13 Oct 2002 18:11 UTC**
<mak:input name="student.person.birthdate" value="$student.person.birthdate"
type="hidden"/>
messes up the way it goes to the html
=> sets hidden fields to result (in query string)
student.person.birthdate_0=1&student.person.birthdate_1=1977&student.person.birt
hdate_2=0
while should be
student.person.birthdate_null=&student.person.birthdate_0=1&student.person.birth
date_1=0&student.person.birthdate_2=1977
can at the moment (but not for long?) be seen in
http://18080.makumba.org/fred-k/johnny/student/register/registerStep1.jsp
http://18080.makumba.org/fred-k/johnny/student/register/registerStep2.jsp
Migrated-From: http://trac.makumba.org/ticket/12 | 1.0 | mak:input name="somedatefield" type=hidden misprinted in html form - **Reported by frederik habils on 13 Oct 2002 18:11 UTC**
<mak:input name="student.person.birthdate" value="$student.person.birthdate"
type="hidden"/>
messes up the way it goes to the html
=> sets hidden fields to result (in query string)
student.person.birthdate_0=1&student.person.birthdate_1=1977&student.person.birt
hdate_2=0
while should be
student.person.birthdate_null=&student.person.birthdate_0=1&student.person.birth
date_1=0&student.person.birthdate_2=1977
can at the moment (but not for long?) be seen in
http://18080.makumba.org/fred-k/johnny/student/register/registerStep1.jsp
http://18080.makumba.org/fred-k/johnny/student/register/registerStep2.jsp
Migrated-From: http://trac.makumba.org/ticket/12 | defect | mak input name somedatefield type hidden misprinted in html form reported by frederik habils on oct utc mak input name student person birthdate value student person birthdate type hidden messes up the way it goes to the html sets hidden fields to result in query string student person birthdate student person birthdate student person birt hdate while should be student person birthdate null student person birthdate student person birth date student person birthdate can at the moment but not for long be seen in migrated from | 1 |
403,585 | 11,843,515,645 | IssuesEvent | 2020-03-24 02:36:05 | goharbor/harbor | https://api.github.com/repos/goharbor/harbor | opened | A refresh button should be provided in the artifact detail page | area/ui enhancement priority/low target/2.0.0 | for refreshing data, not via refresh the page by browser | 1.0 | A refresh button should be provided in the artifact detail page - for refreshing data, not via refresh the page by browser | non_defect | a refresh button should be provided in the artifact detail page for refreshing data not via refresh the page by browser | 0 |
78,469 | 22,284,925,593 | IssuesEvent | 2022-06-11 13:15:41 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | mitscheme fail to build | 0.kind: build failure | ### Steps To Reproduce
Steps to reproduce the behavior:
1. build *mitscheme*
`nix-env -iA nixos.mitscheme`
### Build log
```
In file included from chacha12.c:49:
chacha.i:80:22: error: argument 1 of type 'uint8_t *' {aka 'unsigned char *'} declared as a pointer [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-parameter=-Werror=array-parameter=8;;]
80 | chacha_core(uint8_t *out, const uint8_t *in, const uint8_t *k,
| ~~~~~~~~~^~~
In file included from chacha.i:34,
from chacha12.c:49:
chacha.h:44:23: note: previously declared as an array 'uint8_t[64]' {aka 'unsigned char[64]'}
44 | void chacha12_core(uint8_t[chacha_core_OUTPUTBYTES],
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from chacha12.c:49:
chacha.i:80:42: error: argument 2 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-parameter=-Werror=array-parameter=8;;]
80 | chacha_core(uint8_t *out, const uint8_t *in, const uint8_t *k,
| ~~~~~~~~~~~~~~~^~
In file included from chacha.i:34,
from chacha12.c:49:
chacha.h:45:13: note: previously declared as an array 'const uint8_t[16]' {aka 'const unsigned char[16]'}
45 | const uint8_t[chacha_core_INPUTBYTES],
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from chacha12.c:49:
chacha.i:80:61: error: argument 3 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-parameter=-Werror=array-parameter=8;;]
80 | chacha_core(uint8_t *out, const uint8_t *in, const uint8_t *k,
| ~~~~~~~~~~~~~~~^
In file included from chacha.i:34,
from chacha12.c:49:
chacha.h:46:13: note: previously declared as an array 'const uint8_t[32]' {aka 'const unsigned char[32]'}
46 | const uint8_t[chacha_core_KEYBYTES],
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from chacha12.c:49:
chacha.i:81:20: error: argument 4 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-parameter=-Werror=array-parameter=8;;]
81 | const uint8_t *c)
| ~~~~~~~~~~~~~~~^
In file included from chacha.i:34,
from chacha12.c:49:
chacha.h:47:13: note: previously declared as an array 'const uint8_t[16]' {aka 'const unsigned char[16]'}
47 | const uint8_t[chacha_core_CONSTBYTES]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:182: chacha12.o] Error 1
make[1]: Leaving directory '/build/mit-scheme-11.2/src/microcode'
make: *** [Makefile:796: microcode/scheme] Error 2
error: builder for '/nix/store/ggsq5wn9pzx2layyjz45l447jypn3c26-mit-scheme-11.2.drv' failed with exit code 2;
last 10 log lines:
> | ~~~~~~~~~~~~~~~^
> In file included from chacha.i:34,
> from chacha12.c:49:
> chacha.h:47:13: note: previously declared as an array 'const uint8_t[16]' {aka 'const unsigned char[16]'}
> 47 | const uint8_t[chacha_core_CONSTBYTES]);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: all warnings being treated as errors
> make[1]: *** [Makefile:182: chacha12.o] Error 1
> make[1]: Leaving directory '/build/mit-scheme-11.2/src/microcode'
> make: *** [Makefile:796: microcode/scheme] Error 2
```
### Notify maintainers
@Artturin @leungbk @SuperSandro2000
### Metadata
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
```console
- system: `"x86_64-linux"`
- host os: `Linux 5.15.43, NixOS, 22.05 (Quokka), 22.05.583.ca2629644d4`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.8.1`
- channels(me): `""`
- channels(root): `"nixos-22.05"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
```
| 1.0 | mitscheme fail to build - ### Steps To Reproduce
Steps to reproduce the behavior:
1. build *mitscheme*
`nix-env -iA nixos.mitscheme`
### Build log
```
In file included from chacha12.c:49:
chacha.i:80:22: error: argument 1 of type 'uint8_t *' {aka 'unsigned char *'} declared as a pointer [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-parameter=-Werror=array-parameter=8;;]
80 | chacha_core(uint8_t *out, const uint8_t *in, const uint8_t *k,
| ~~~~~~~~~^~~
In file included from chacha.i:34,
from chacha12.c:49:
chacha.h:44:23: note: previously declared as an array 'uint8_t[64]' {aka 'unsigned char[64]'}
44 | void chacha12_core(uint8_t[chacha_core_OUTPUTBYTES],
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from chacha12.c:49:
chacha.i:80:42: error: argument 2 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-parameter=-Werror=array-parameter=8;;]
80 | chacha_core(uint8_t *out, const uint8_t *in, const uint8_t *k,
| ~~~~~~~~~~~~~~~^~
In file included from chacha.i:34,
from chacha12.c:49:
chacha.h:45:13: note: previously declared as an array 'const uint8_t[16]' {aka 'const unsigned char[16]'}
45 | const uint8_t[chacha_core_INPUTBYTES],
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from chacha12.c:49:
chacha.i:80:61: error: argument 3 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-parameter=-Werror=array-parameter=8;;]
80 | chacha_core(uint8_t *out, const uint8_t *in, const uint8_t *k,
| ~~~~~~~~~~~~~~~^
In file included from chacha.i:34,
from chacha12.c:49:
chacha.h:46:13: note: previously declared as an array 'const uint8_t[32]' {aka 'const unsigned char[32]'}
46 | const uint8_t[chacha_core_KEYBYTES],
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from chacha12.c:49:
chacha.i:81:20: error: argument 4 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-parameter=-Werror=array-parameter=8;;]
81 | const uint8_t *c)
| ~~~~~~~~~~~~~~~^
In file included from chacha.i:34,
from chacha12.c:49:
chacha.h:47:13: note: previously declared as an array 'const uint8_t[16]' {aka 'const unsigned char[16]'}
47 | const uint8_t[chacha_core_CONSTBYTES]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:182: chacha12.o] Error 1
make[1]: Leaving directory '/build/mit-scheme-11.2/src/microcode'
make: *** [Makefile:796: microcode/scheme] Error 2
error: builder for '/nix/store/ggsq5wn9pzx2layyjz45l447jypn3c26-mit-scheme-11.2.drv' failed with exit code 2;
last 10 log lines:
> | ~~~~~~~~~~~~~~~^
> In file included from chacha.i:34,
> from chacha12.c:49:
> chacha.h:47:13: note: previously declared as an array 'const uint8_t[16]' {aka 'const unsigned char[16]'}
> 47 | const uint8_t[chacha_core_CONSTBYTES]);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: all warnings being treated as errors
> make[1]: *** [Makefile:182: chacha12.o] Error 1
> make[1]: Leaving directory '/build/mit-scheme-11.2/src/microcode'
> make: *** [Makefile:796: microcode/scheme] Error 2
```
### Notify maintainers
@Artturin @leungbk @SuperSandro2000
### Metadata
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
```console
- system: `"x86_64-linux"`
- host os: `Linux 5.15.43, NixOS, 22.05 (Quokka), 22.05.583.ca2629644d4`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.8.1`
- channels(me): `""`
- channels(root): `"nixos-22.05"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
```
| non_defect | mitscheme fail to build steps to reproduce steps to reproduce the behavior build mitscheme nix env ia nixos mitscheme build log in file included from c chacha i error argument of type t aka unsigned char declared as a pointer chacha core t out const t in const t k in file included from chacha i from c chacha h note previously declared as an array t aka unsigned char void core t in file included from c chacha i error argument of type const t aka const unsigned char declared as a pointer chacha core t out const t in const t k in file included from chacha i from c chacha h note previously declared as an array const t aka const unsigned char const t in file included from c chacha i error argument of type const t aka const unsigned char declared as a pointer chacha core t out const t in const t k in file included from chacha i from c chacha h note previously declared as an array const t aka const unsigned char const t in file included from c chacha i error argument of type const t aka const unsigned char declared as a pointer const t c in file included from chacha i from c chacha h note previously declared as an array const t aka const unsigned char const t all warnings being treated as errors make error make leaving directory build mit scheme src microcode make error error builder for nix store mit scheme drv failed with exit code last log lines in file included from chacha i from c chacha h note previously declared as an array const t aka const unsigned char const t all warnings being treated as errors make error make leaving directory build mit scheme src microcode make error notify maintainers artturin leungbk metadata please run nix shell p nix info run nix info m and paste the result console system linux host os linux nixos quokka multi user yes sandbox yes version nix env nix channels me channels root nixos nixpkgs nix var nix profiles per user root channels nixos | 0 |
19,798 | 3,257,367,481 | IssuesEvent | 2015-10-20 17:33:30 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Call to a member function clearContain() on null | Defect On hold ORM | _From @shingosama on October 19, 2015 19:30_
Hello, i want override contain with second parameter on "true" on my query, but CakePHP return fatal error : Call to a member function clearContain() on null
Here my query :
```
$feeds = $this->Feeds->find()
->contain([
'Users.Profiles.Avatars',
'Questions.Categories',
'Statuses',
'Cities',
], true)
->where(['Users.username' => $this->request->data['username']])
->order(['Feeds.created' => 'DESC']);
```
I tested with some query and CakePHP return same error. What is the problem ?
Thank you !
_Copied from original issue: cakephp/orm#5_ | 1.0 | Call to a member function clearContain() on null - _From @shingosama on October 19, 2015 19:30_
Hello, i want override contain with second parameter on "true" on my query, but CakePHP return fatal error : Call to a member function clearContain() on null
Here my query :
```
$feeds = $this->Feeds->find()
->contain([
'Users.Profiles.Avatars',
'Questions.Categories',
'Statuses',
'Cities',
], true)
->where(['Users.username' => $this->request->data['username']])
->order(['Feeds.created' => 'DESC']);
```
I tested with some query and CakePHP return same error. What is the problem ?
Thank you !
_Copied from original issue: cakephp/orm#5_ | defect | call to a member function clearcontain on null from shingosama on october hello i want override contain with second parameter on true on my query but cakephp return fatal error call to a member function clearcontain on null here my query feeds this feeds find contain users profiles avatars questions categories statuses cities true where order i tested with some query and cakephp return same error what is the problem thank you copied from original issue cakephp orm | 1 |
15,293 | 2,850,596,832 | IssuesEvent | 2015-05-31 18:19:05 | damonkohler/android-scripting | https://api.github.com/repos/damonkohler/android-scripting | closed | sendSms NullPointerException | auto-migrated Priority-Medium Type-Defect | ```
What device(s) are you experiencing the problem on?
samsung galaxys i9000
What firmware version are you running on the device?
2.3.3 (I9000XXJVK)
What steps will reproduce the problem?
1. use python intepreter for a shell
2. send a long sms (more thant 200 character)
3.
What is the expected output? What do you see instead?
My text message is not send i got an error: null pointer exception(show logcat
under)
What version of the product are you using? On what operating system?
I have the last version i guess: sl4a_r4_2.apk
Please provide any additional information below.
Logcat:
V/sl4a.JsonRpcServer:74(13432): Received:
{"params": ["+33_PHONE_NUMBER_","_A_VERY_LONG_TEXT_MESSAGE"],
"id":9,"method":"smsSend"}
E/sl4a.JsonRpcServer:101(13432): Invocation error.
E/sl4a.JsonRpcServer:101(13432): java.lang.NullPointerException.
```
Original issue reported on code.google.com by `vincentp...@gmail.com` on 12 Dec 2011 at 5:00 | 1.0 | sendSms NullPointerException - ```
What device(s) are you experiencing the problem on?
samsung galaxys i9000
What firmware version are you running on the device?
2.3.3 (I9000XXJVK)
What steps will reproduce the problem?
1. use python intepreter for a shell
2. send a long sms (more thant 200 character)
3.
What is the expected output? What do you see instead?
My text message is not send i got an error: null pointer exception(show logcat
under)
What version of the product are you using? On what operating system?
I have the last version i guess: sl4a_r4_2.apk
Please provide any additional information below.
Logcat:
V/sl4a.JsonRpcServer:74(13432): Received:
{"params": ["+33_PHONE_NUMBER_","_A_VERY_LONG_TEXT_MESSAGE"],
"id":9,"method":"smsSend"}
E/sl4a.JsonRpcServer:101(13432): Invocation error.
E/sl4a.JsonRpcServer:101(13432): java.lang.NullPointerException.
```
Original issue reported on code.google.com by `vincentp...@gmail.com` on 12 Dec 2011 at 5:00 | defect | sendsms nullpointerexception what device s are you experiencing the problem on samsung galaxys what firmware version are you running on the device what steps will reproduce the problem use python intepreter for a shell send a long sms more thant character what is the expected output what do you see instead my text message is not send i got an error null pointer exception show logcat under what version of the product are you using on what operating system i have the last version i guess apk please provide any additional information below logcat v jsonrpcserver received params id method smssend e jsonrpcserver invocation error e jsonrpcserver java lang nullpointerexception original issue reported on code google com by vincentp gmail com on dec at | 1 |
211,766 | 16,361,130,269 | IssuesEvent | 2021-05-14 09:38:11 | infinispan/infinispan-operator | https://api.github.com/repos/infinispan/infinispan-operator | closed | Able to run integration tests in the same namespace with operator deployment | task test | We need to be able run integration tests [test-integration] in the same namespace with the operator deployment (no OLM, just local OCP deployment with `make push-okd4`)
But all IT's has `@CleanBeforeAll` annotation which delete all resources in the namespace before test including operator deployment. In this case we should add `xtf.cz/keep: "true"` label to those resources to prevent this behavior
https://github.com/xtf-cz/xtf/blob/master/core/src/main/java/cz/xtf/core/openshift/OpenShift.java#L95 | 1.0 | Able to run integration tests in the same namespace with operator deployment - We need to be able run integration tests [test-integration] in the same namespace with the operator deployment (no OLM, just local OCP deployment with `make push-okd4`)
But all IT's has `@CleanBeforeAll` annotation which delete all resources in the namespace before test including operator deployment. In this case we should add `xtf.cz/keep: "true"` label to those resources to prevent this behavior
https://github.com/xtf-cz/xtf/blob/master/core/src/main/java/cz/xtf/core/openshift/OpenShift.java#L95 | non_defect | able to run integration tests in the same namespace with operator deployment we need to be able run integration tests in the same namespace with the operator deployment no olm just local ocp deployment with make push but all it s has cleanbeforeall annotation which delete all resources in the namespace before test including operator deployment in this case we should add xtf cz keep true label to those resources to prevent this behavior | 0 |
73,494 | 24,657,916,642 | IssuesEvent | 2022-10-18 02:31:54 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: Getting exceptions for elements that are valid on the website itself | R-awaiting answer C-py I-defect | ### What happened?
I am using Undetected Chromedriver:
browser = uc.Chrome(use_subprocess=True)
I am trying to locate couple elements by xpath (which works for me on inspect)
first element:
(//div[@class="_2xu1HuBz1Yx6SP10AGVx_I"]/div/following-sibling::div//span)
this way:
title_prefix = WebDriverWait(browser,20).until(EC.presence_of_element_located(
(By.XPATH, f'(//div[@class="_2xu1HuBz1Yx6SP10AGVx_I"]/div/following-sibling::div//span){[count]}'))).text.lower()
second element:
(//a[@class="SQnoC3ObvgnGjWt90zD9Z _2INHSNB8V5eaWp4P0rY_mE"])
this way:
post_link_element = WebDriverWait(browser,20).until(EC.presence_of_element_located(
(By.XPATH, f'(//a[@class="SQnoC3ObvgnGjWt90zD9Z _2INHSNB8V5eaWp4P0rY_mE"]){[count]}')))
on this url:
https://www.reddit.com/r/hardwareswap/new/
** count is being passed as a parameter and its always a correct value while I live debug, so I know it's not the issue.
The thing is I encounter that error when I log it, with no further info, and I jus't dont understand why it happens, it can happen in 1 min or after 6 hours. I can put each elements in a try except and just have another run and it will work but still, I don't understand why that error appears in the first place on a valid xpath element.
Message:
Stacktrace:
Backtrace:
Ordinal0 [0x00981ED3+2236115]
Ordinal0 [0x009192F1+1807089]
Ordinal0 [0x008266FD+812797]
Ordinal0 [0x008555DF+1005023]
Ordinal0 [0x008557CB+1005515]
Ordinal0 [0x00887632+1209906]
Ordinal0 [0x00871AD4+1120980]
Ordinal0 [0x008859E2+1202658]
Ordinal0 [0x008718A6+1120422]
Ordinal0 [0x0084A73D+960317]
Ordinal0 [0x0084B71F+964383]
GetHandleVerifier [0x00C2E7E2+2743074]
GetHandleVerifier [0x00C208D4+2685972]
GetHandleVerifier [0x00A12BAA+532202]
GetHandleVerifier [0x00A11990+527568]
Ordinal0 [0x0092080C+1837068]
Ordinal0 [0x00924CD8+1854680]
Ordinal0 [0x00924DC5+1854917]
Ordinal0 [0x0092ED64+1895780]
BaseThreadInitThunk [0x762EFA29+25]
RtlGetAppContainerNamedObjectPath [0x77107BBE+286]
RtlGetAppContainerNamedObjectPath [0x77107B8E+238]
### How can we reproduce the issue?
```shell
import time
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
import undetected_chromedriver as uc
browser = uc.Chrome(use_subprocess=True)
browser.get('https://www.reddit.com/r/hardwareswap/new/')
time.sleep(5)
browser.refresh()
time.sleep(20)
while True:
try:
title_prefix = WebDriverWait(browser,20).until(EC.presence_of_element_located(
(By.XPATH, f'(//div[@class="_2xu1HuBz1Yx6SP10AGVx_I"]/div/following-
sibling::div//span{[count]}'))).text.lower()
except Exception as e:
print(f'ERROR STEP 2: {e}')
time.sleep(20)
```
### Relevant log output
```shell
Message:
Stacktrace:
Backtrace:
Ordinal0 [0x00981ED3+2236115]
Ordinal0 [0x009192F1+1807089]
Ordinal0 [0x008266FD+812797]
Ordinal0 [0x008555DF+1005023]
Ordinal0 [0x008557CB+1005515]
Ordinal0 [0x00887632+1209906]
Ordinal0 [0x00871AD4+1120980]
Ordinal0 [0x008859E2+1202658]
Ordinal0 [0x008718A6+1120422]
Ordinal0 [0x0084A73D+960317]
Ordinal0 [0x0084B71F+964383]
GetHandleVerifier [0x00C2E7E2+2743074]
GetHandleVerifier [0x00C208D4+2685972]
GetHandleVerifier [0x00A12BAA+532202]
GetHandleVerifier [0x00A11990+527568]
Ordinal0 [0x0092080C+1837068]
Ordinal0 [0x00924CD8+1854680]
Ordinal0 [0x00924DC5+1854917]
Ordinal0 [0x0092ED64+1895780]
BaseThreadInitThunk [0x762EFA29+25]
RtlGetAppContainerNamedObjectPath [0x77107BBE+286]
RtlGetAppContainerNamedObjectPath [0x77107B8E+238]
```
### Operating System
windows 10
### Selenium version
Python 3.7.9
### What are the browser(s) and version(s) where you see this issue?
Chrome Version 106.0.5249.119
### What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 106.0.5249.61
### Are you using Selenium Grid?
_No response_ | 1.0 | [🐛 Bug]: Getting exceptions for elements that are valid on the website itself - ### What happened?
I am using Undetected Chromedriver:
browser = uc.Chrome(use_subprocess=True)
I am trying to locate couple elements by xpath (which works for me on inspect)
first element:
(//div[@class="_2xu1HuBz1Yx6SP10AGVx_I"]/div/following-sibling::div//span)
this way:
title_prefix = WebDriverWait(browser,20).until(EC.presence_of_element_located(
(By.XPATH, f'(//div[@class="_2xu1HuBz1Yx6SP10AGVx_I"]/div/following-sibling::div//span){[count]}'))).text.lower()
second element:
(//a[@class="SQnoC3ObvgnGjWt90zD9Z _2INHSNB8V5eaWp4P0rY_mE"])
this way:
post_link_element = WebDriverWait(browser,20).until(EC.presence_of_element_located(
(By.XPATH, f'(//a[@class="SQnoC3ObvgnGjWt90zD9Z _2INHSNB8V5eaWp4P0rY_mE"]){[count]}')))
on this url:
https://www.reddit.com/r/hardwareswap/new/
** count is being passed as a parameter and its always a correct value while I live debug, so I know it's not the issue.
The thing is I encounter that error when I log it, with no further info, and I jus't dont understand why it happens, it can happen in 1 min or after 6 hours. I can put each elements in a try except and just have another run and it will work but still, I don't understand why that error appears in the first place on a valid xpath element.
Message:
Stacktrace:
Backtrace:
Ordinal0 [0x00981ED3+2236115]
Ordinal0 [0x009192F1+1807089]
Ordinal0 [0x008266FD+812797]
Ordinal0 [0x008555DF+1005023]
Ordinal0 [0x008557CB+1005515]
Ordinal0 [0x00887632+1209906]
Ordinal0 [0x00871AD4+1120980]
Ordinal0 [0x008859E2+1202658]
Ordinal0 [0x008718A6+1120422]
Ordinal0 [0x0084A73D+960317]
Ordinal0 [0x0084B71F+964383]
GetHandleVerifier [0x00C2E7E2+2743074]
GetHandleVerifier [0x00C208D4+2685972]
GetHandleVerifier [0x00A12BAA+532202]
GetHandleVerifier [0x00A11990+527568]
Ordinal0 [0x0092080C+1837068]
Ordinal0 [0x00924CD8+1854680]
Ordinal0 [0x00924DC5+1854917]
Ordinal0 [0x0092ED64+1895780]
BaseThreadInitThunk [0x762EFA29+25]
RtlGetAppContainerNamedObjectPath [0x77107BBE+286]
RtlGetAppContainerNamedObjectPath [0x77107B8E+238]
### How can we reproduce the issue?
```shell
import time
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
import undetected_chromedriver as uc
browser = uc.Chrome(use_subprocess=True)
browser.get('https://www.reddit.com/r/hardwareswap/new/')
time.sleep(5)
browser.refresh()
time.sleep(20)
while True:
try:
title_prefix = WebDriverWait(browser,20).until(EC.presence_of_element_located(
(By.XPATH, f'(//div[@class="_2xu1HuBz1Yx6SP10AGVx_I"]/div/following-
sibling::div//span{[count]}'))).text.lower()
except Exception as e:
print(f'ERROR STEP 2: {e}')
time.sleep(20)
```
### Relevant log output
```shell
Message:
Stacktrace:
Backtrace:
Ordinal0 [0x00981ED3+2236115]
Ordinal0 [0x009192F1+1807089]
Ordinal0 [0x008266FD+812797]
Ordinal0 [0x008555DF+1005023]
Ordinal0 [0x008557CB+1005515]
Ordinal0 [0x00887632+1209906]
Ordinal0 [0x00871AD4+1120980]
Ordinal0 [0x008859E2+1202658]
Ordinal0 [0x008718A6+1120422]
Ordinal0 [0x0084A73D+960317]
Ordinal0 [0x0084B71F+964383]
GetHandleVerifier [0x00C2E7E2+2743074]
GetHandleVerifier [0x00C208D4+2685972]
GetHandleVerifier [0x00A12BAA+532202]
GetHandleVerifier [0x00A11990+527568]
Ordinal0 [0x0092080C+1837068]
Ordinal0 [0x00924CD8+1854680]
Ordinal0 [0x00924DC5+1854917]
Ordinal0 [0x0092ED64+1895780]
BaseThreadInitThunk [0x762EFA29+25]
RtlGetAppContainerNamedObjectPath [0x77107BBE+286]
RtlGetAppContainerNamedObjectPath [0x77107B8E+238]
```
### Operating System
windows 10
### Selenium version
Python 3.7.9
### What are the browser(s) and version(s) where you see this issue?
Chrome Version 106.0.5249.119
### What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 106.0.5249.61
### Are you using Selenium Grid?
_No response_ | defect | getting exceptions for elements that are valid on the website itself what happened i am using undetected chromedriver browser uc chrome use subprocess true i am trying to locate couple elements by xpath which works for me on inspect first element div div following sibling div span this way title prefix webdriverwait browser until ec presence of element located by xpath f div div following sibling div span text lower second element a this way post link element webdriverwait browser until ec presence of element located by xpath f a on this url count is being passed as a parameter and its always a correct value while i live debug so i know it s not the issue the thing is i encounter that error when i log it with no further info and i jus t dont understand why it happens it can happen in min or after hours i can put each elements in a try except and just have another run and it will work but still i don t understand why that error appears in the first place on a valid xpath element message stacktrace backtrace gethandleverifier gethandleverifier gethandleverifier gethandleverifier basethreadinitthunk rtlgetappcontainernamedobjectpath rtlgetappcontainernamedobjectpath how can we reproduce the issue shell import time from selenium webdriver common by import by from selenium webdriver support ui import webdriverwait from selenium webdriver support import expected conditions as ec import undetected chromedriver as uc browser uc chrome use subprocess true browser get time sleep browser refresh time sleep while true try title prefix webdriverwait browser until ec presence of element located by xpath f div div following sibling div span text lower except exception as e print f error step e time sleep relevant log output shell message stacktrace backtrace gethandleverifier gethandleverifier gethandleverifier gethandleverifier basethreadinitthunk rtlgetappcontainernamedobjectpath rtlgetappcontainernamedobjectpath operating system windows selenium version python what are the browser s and version s where you see this issue chrome version what are the browser driver s and version s where you see this issue chromedriver are you using selenium grid no response | 1 |
182,619 | 6,671,718,693 | IssuesEvent | 2017-10-04 08:37:39 | Rsl1122/Plan-PlayerAnalytics | https://api.github.com/repos/Rsl1122/Plan-PlayerAnalytics | closed | Duplicate sessions | Bug Priority: HIGH status: Done | Spigot 1.12.2
PLAN 4.0.1
Duplicate sessions (and bad analysis):
```
Player | Started | Length | World - Time
rambeau | Oct 02, 14:29 | 1h 39m 6s | world_blackdog (100%)
rambeau | Oct 02, 10:09 | 10s | world_blackdog (100%)
rambeau | Oct 02, 09:26 | 37m 45s | - (�%)
rambeau | Oct 02, 09:26 | 37m 45s | world_blackdog (100%)
rambeau | Oct 02, 09:26 | 37m 45s | - (�%)
rambeau | Oct 02, 09:25 | 28s | world_blackdog (100%)
``` | 1.0 | Duplicate sessions - Spigot 1.12.2
PLAN 4.0.1
Duplicate sessions (and bad analysis):
```
Player | Started | Length | World - Time
rambeau | Oct 02, 14:29 | 1h 39m 6s | world_blackdog (100%)
rambeau | Oct 02, 10:09 | 10s | world_blackdog (100%)
rambeau | Oct 02, 09:26 | 37m 45s | - (�%)
rambeau | Oct 02, 09:26 | 37m 45s | world_blackdog (100%)
rambeau | Oct 02, 09:26 | 37m 45s | - (�%)
rambeau | Oct 02, 09:25 | 28s | world_blackdog (100%)
``` | non_defect | duplicate sessions spigot plan duplicate sessions and bad analysis player started length world time rambeau oct world blackdog rambeau oct world blackdog rambeau oct � rambeau oct world blackdog rambeau oct � rambeau oct world blackdog | 0 |
43,500 | 11,733,023,120 | IssuesEvent | 2020-03-11 05:50:38 | croogo/croogo | https://api.github.com/repos/croogo/croogo | closed | Email activation link does not work | Defect | When registering as a user, the email activation link that gets sent does not activate the user. When you click on the link, you will see a message saying account activated, but the status of the user is not changed to active. The function is not changing the status
```php
public function activate($username, $activationKey)
{
// Get the user with the activation key from the database
$user = $this->Users
->find()
->where([
'username' => $username,
'activation_key' => $activationKey
])
->first();
if (!$user) {
$this->Flash->error(__d('croogo', 'Could not activate your account.'));
return $this->redirect(['action' => 'login']);
}
// Activate the user
$user = $this->Users->activate($user);
if (!$user) {
$this->Flash->error(__d('croogo', 'Could not activate your account'));
return $this->redirect(['action' => 'login']);
}
$this->Flash->success(__d('croogo', 'Account activated successfully.'));
return $this->redirect(['action' => 'login']);
}
``` | 1.0 | Email activation link does not work - When registering as a user, the email activation link that gets sent does not activate the user. When you click on the link, you will see a message saying account activated, but the status of the user is not changed to active. The function is not changing the status
```php
public function activate($username, $activationKey)
{
// Get the user with the activation key from the database
$user = $this->Users
->find()
->where([
'username' => $username,
'activation_key' => $activationKey
])
->first();
if (!$user) {
$this->Flash->error(__d('croogo', 'Could not activate your account.'));
return $this->redirect(['action' => 'login']);
}
// Activate the user
$user = $this->Users->activate($user);
if (!$user) {
$this->Flash->error(__d('croogo', 'Could not activate your account'));
return $this->redirect(['action' => 'login']);
}
$this->Flash->success(__d('croogo', 'Account activated successfully.'));
return $this->redirect(['action' => 'login']);
}
``` | defect | email activation link does not work when registering as a user the email activation link that gets sent does not activate the user when you click on the link you will see a message saying account activated but the status of the user is not changed to active the function is not changing the status php public function activate username activationkey get the user with the activation key from the database user this users find where username username activation key activationkey first if user this flash error d croogo could not activate your account return this redirect activate the user user this users activate user if user this flash error d croogo could not activate your account return this redirect this flash success d croogo account activated successfully return this redirect | 1 |
17,101 | 2,974,593,362 | IssuesEvent | 2015-07-15 02:10:30 | Reimashi/jotai | https://api.github.com/repos/Reimashi/jotai | closed | Suggestion- pluggable backend to record/send data 'wherever' | auto-migrated Priority-Medium Type-Defect wontfix | ```
I thought my desires for logging, maybe a graph were reasonable...then I saw
47 other flavors of output that were wanted...
Seems like your time might best be figuring out a way to design a pluggable
backend -- maybe a non-blocking subscription-host -- then a client program
could ask for regular data updates via "the connection"...
That way others could help write backends for stuff they wanted -- relieving
burden on you and providing freedom for them (hopefully a win-win)...
Same for allowing for data collections from other types of "monitor modules"
(or drivers) -- creating a pluggable interface could allow for people to write
monitors for hardware that might never otherwise be supported.
Just some thoughts... feel free to close or leave it open. I thought the idea
of local named-pipe or network-socket updates would provide safety for the
monitor (no linking in foreign code), while providing sufficient performance
for this type of app..?
```
Original issue reported on code.google.com by `astara.a...@gmail.com` on 25 Mar 2012 at 9:51 | 1.0 | Suggestion- pluggable backend to record/send data 'wherever' - ```
I thought my desires for logging, maybe a graph were reasonable...then I saw
47 other flavors of output that were wanted...
Seems like your time might best be figuring out a way to design a pluggable
backend -- maybe a non-blocking subscription-host -- then a client program
could ask for regular data updates via "the connection"...
That way others could help write backends for stuff they wanted -- relieving
burden on you and providing freedom for them (hopefully a win-win)...
Same for allowing for data collections from other types of "monitor modules"
(or drivers) -- creating a pluggable interface could allow for people to write
monitors for hardware that might never otherwise be supported.
Just some thoughts... feel free to close or leave it open. I thought the idea
of local named-pipe or network-socket updates would provide safety for the
monitor (no linking in foreign code), while providing sufficient performance
for this type of app..?
```
Original issue reported on code.google.com by `astara.a...@gmail.com` on 25 Mar 2012 at 9:51 | defect | suggestion pluggable backend to record send data wherever i thought my desires for logging maybe a graph were reasonable then i saw other flavors of output that were wanted seems like your time might best be figuring out a way to design a pluggable backend maybe a non blocking subscription host then a client program could ask for regular data updates via the connection that way others could help write backends for stuff they wanted relieving burden on you and providing freedom for them hopefully a win win same for allowing for data collections from other types of monitor modules or drivers creating a pluggable interface could allow for people to write monitors for hardware that might never otherwise be supported just some thoughts feel free to close or leave it open i thought the idea of local named pipe or network socket updates would provide safety for the monitor no linking in foreign code while providing sufficient performance for this type of app original issue reported on code google com by astara a gmail com on mar at | 1 |
73,486 | 24,653,273,652 | IssuesEvent | 2022-10-17 20:35:56 | Cockatrice/Cockatrice | https://api.github.com/repos/Cockatrice/Cockatrice | closed | Look at top card, draw a card, drag face down will be revealed even though you dont know that card | App - Servatrice Defect - Game Rules Compliance Bug High Priority | <!-- READ THIS BEFORE POSTING
Go to "Help → View Debug Log" in Cockatrice and copy all information at the
top (above the separation line) below "System Information" in this ticket!
If you can't start Cockatrice to access these details, make
sure to post your OS and the file name of the setup binary instead. -->
**System Information:**
```
Client Version: 2.8.0 (2021-01-26)
Client Operating System: EndeavourOS
Build Architecture: 64-bit
Qt Version: 5.15.4
System Locale: en_US
Install Mode: Standard
```
_______________________________________________________________________________________
Looking at the top X cards of your library and then dragging cards on the battlefield face down reveals them, even if you already drew the X cards in question. This is fixed if you close your "looking at library" popup. A video of the bug is attached.
https://user-images.githubusercontent.com/52964431/189984985-7881671c-8f85-4d2b-b4d8-4dcce0b0ac06.mp4
_______________________________________________________________________________________
<!-- Describe the sequence of actions needed to experience the bug -->
**Steps to reproduce:**
- Press Ctrl+W, 1 to look at the top card
- Press Ctrl+D to draw that card
- Play top card face down
- Top card is revealed in chatlog
| 1.0 | Look at top card, draw a card, drag face down will be revealed even though you dont know that card - <!-- READ THIS BEFORE POSTING
Go to "Help → View Debug Log" in Cockatrice and copy all information at the
top (above the separation line) below "System Information" in this ticket!
If you can't start Cockatrice to access these details, make
sure to post your OS and the file name of the setup binary instead. -->
**System Information:**
```
Client Version: 2.8.0 (2021-01-26)
Client Operating System: EndeavourOS
Build Architecture: 64-bit
Qt Version: 5.15.4
System Locale: en_US
Install Mode: Standard
```
_______________________________________________________________________________________
Looking at the top X cards of your library and then dragging cards on the battlefield face down reveals them, even if you already drew the X cards in question. This is fixed if you close your "looking at library" popup. A video of the bug is attached.
https://user-images.githubusercontent.com/52964431/189984985-7881671c-8f85-4d2b-b4d8-4dcce0b0ac06.mp4
_______________________________________________________________________________________
<!-- Describe the sequence of actions needed to experience the bug -->
**Steps to reproduce:**
- Press Ctrl+W, 1 to look at the top card
- Press Ctrl+D to draw that card
- Play top card face down
- Top card is revealed in chatlog
| defect | look at top card draw a card drag face down will be revealed even though you dont know that card read this before posting go to help → view debug log in cockatrice and copy all information at the top above the separation line below system information in this ticket if you can t start cockatrice to access these details make sure to post your os and the file name of the setup binary instead system information client version client operating system endeavouros build architecture bit qt version system locale en us install mode standard looking at the top x cards of your library and then dragging cards on the battlefield face down reveals them even if you already drew the x cards in question this is fixed if you close your looking at library popup a video of the bug is attached steps to reproduce press ctrl w to look at the top card press ctrl d to draw that card play top card face down top card is revealed in chatlog | 1 |
45,177 | 12,626,770,461 | IssuesEvent | 2020-06-14 18:09:48 | Reckue/post-api | https://api.github.com/repos/Reckue/post-api | closed | Remove empty lines in post class | Defect Priority:Low Ready For Testing | Hi!
Please remove empty lines after fields in Post class.
``` java
@Data
@Builder
@Document
public class Post {
@Id
private String id;
private String title;
private List<Node> nodes;
private String source;
private String username;
private List<Tag> tags;
private long published;
private long changed;
private StatusType status;
}
```
It's all. Thanks. | 1.0 | Remove empty lines in post class - Hi!
Please remove empty lines after fields in Post class.
``` java
@Data
@Builder
@Document
public class Post {
@Id
private String id;
private String title;
private List<Node> nodes;
private String source;
private String username;
private List<Tag> tags;
private long published;
private long changed;
private StatusType status;
}
```
It's all. Thanks. | defect | remove empty lines in post class hi please remove empty lines after fields in post class java data builder document public class post id private string id private string title private list nodes private string source private string username private list tags private long published private long changed private statustype status it s all thanks | 1 |
7,736 | 2,610,468,561 | IssuesEvent | 2015-02-26 20:34:38 | acardona/CATMAID | https://api.github.com/repos/acardona/CATMAID | closed | Opening a window breaks move tool | priority: low type: defect | ### Steps to reproduce
1. Open a stack in the move tool
2. In the settings widget, enable grid overlay.
3. Note that the move tool no longer works, instead mouse events in the stack view seem to be passing through to the tiles themselves (i.e., transparent tile dragging).
4. In the settings widget, disable grid overlay.
5. Note that the move tool is still broken. Changing sections or zoom level does not fix mouse interactions.
### Workaround
Switch to another tool, then back to the move tool.
The tracing tool works correctly with the grid overlay. | 1.0 | Opening a window breaks move tool - ### Steps to reproduce
1. Open a stack in the move tool
2. In the settings widget, enable grid overlay.
3. Note that the move tool no longer works, instead mouse events in the stack view seem to be passing through to the tiles themselves (i.e., transparent tile dragging).
4. In the settings widget, disable grid overlay.
5. Note that the move tool is still broken. Changing sections or zoom level does not fix mouse interactions.
### Workaround
Switch to another tool, then back to the move tool.
The tracing tool works correctly with the grid overlay. | defect | opening a window breaks move tool steps to reproduce open a stack in the move tool in the settings widget enable grid overlay note that the move tool no longer works instead mouse events in the stack view seem to be passing through to the tiles themselves i e transparent tile dragging in the settings widget disable grid overlay note that the move tool is still broken changing sections or zoom level does not fix mouse interactions workaround switch to another tool then back to the move tool the tracing tool works correctly with the grid overlay | 1 |
201,825 | 23,041,411,903 | IssuesEvent | 2022-07-23 07:35:00 | fdm-monster/fdm-monster | https://api.github.com/repos/fdm-monster/fdm-monster | closed | CVE-2022-36313 (Medium) detected in file-type-16.5.3.tgz - autoclosed | security vulnerability | ## CVE-2022-36313 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>file-type-16.5.3.tgz</b></p></summary>
<p>Detect the file type of a Buffer/Uint8Array/ArrayBuffer</p>
<p>Library home page: <a href="https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz">https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz</a></p>
<p>Path to dependency file: /server/package.json</p>
<p>Path to vulnerable library: /server/node_modules/file-type/package.json</p>
<p>
Dependency Hierarchy:
- node-input-validator-4.5.0.tgz (Root Library)
- :x: **file-type-16.5.3.tgz** (Vulnerable Library)
<p>Found in base branch: <b>develop</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in the file-type package before 16.5.4 and 17.x before 17.1.3 for Node.js. A malformed MKV file could cause the file type detector to get caught in an infinite loop. This would make the application become unresponsive and could be used to cause a DoS attack.
<p>Publish Date: 2022-07-21
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-36313>CVE-2022-36313</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2022-07-21</p>
<p>Fix Resolution: file-type - 16.5.4,17.1.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-36313 (Medium) detected in file-type-16.5.3.tgz - autoclosed - ## CVE-2022-36313 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>file-type-16.5.3.tgz</b></p></summary>
<p>Detect the file type of a Buffer/Uint8Array/ArrayBuffer</p>
<p>Library home page: <a href="https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz">https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz</a></p>
<p>Path to dependency file: /server/package.json</p>
<p>Path to vulnerable library: /server/node_modules/file-type/package.json</p>
<p>
Dependency Hierarchy:
- node-input-validator-4.5.0.tgz (Root Library)
- :x: **file-type-16.5.3.tgz** (Vulnerable Library)
<p>Found in base branch: <b>develop</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in the file-type package before 16.5.4 and 17.x before 17.1.3 for Node.js. A malformed MKV file could cause the file type detector to get caught in an infinite loop. This would make the application become unresponsive and could be used to cause a DoS attack.
<p>Publish Date: 2022-07-21
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-36313>CVE-2022-36313</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2022-07-21</p>
<p>Fix Resolution: file-type - 16.5.4,17.1.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 file type tgz autoclosed cve medium severity vulnerability vulnerable library file type tgz detect the file type of a buffer arraybuffer library home page a href path to dependency file server package json path to vulnerable library server node modules file type package json dependency hierarchy node input validator tgz root library x file type tgz vulnerable library found in base branch develop vulnerability details an issue was discovered in the file type package before and x before for node js a malformed mkv file could cause the file type detector to get caught in an infinite loop this would make the application become unresponsive and could be used to cause a dos attack publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution file type step up your open source security game with mend | 0 |
59,601 | 17,023,172,789 | IssuesEvent | 2021-07-03 00:42:10 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Can't upload traces with Safari | Component: website Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 9.53am, Tuesday, 17th July 2007]**
[http://www.openstreetmap.org/traces/mine Uploading] a GPS trace with Safari fails with:
```
Application error
Change this error message for exceptions thrown outside of an action
(like in Dispatcher setups or broken Ruby code) in public/500.html
```
The error comes back immediately, so I suspect the track just isn't being attached for some reason (!FireFox works as expected, with a short delay from hitting submit to getting the result back). | 1.0 | Can't upload traces with Safari - **[Submitted to the original trac issue database at 9.53am, Tuesday, 17th July 2007]**
[http://www.openstreetmap.org/traces/mine Uploading] a GPS trace with Safari fails with:
```
Application error
Change this error message for exceptions thrown outside of an action
(like in Dispatcher setups or broken Ruby code) in public/500.html
```
The error comes back immediately, so I suspect the track just isn't being attached for some reason (!FireFox works as expected, with a short delay from hitting submit to getting the result back). | defect | can t upload traces with safari a gps trace with safari fails with application error change this error message for exceptions thrown outside of an action like in dispatcher setups or broken ruby code in public html the error comes back immediately so i suspect the track just isn t being attached for some reason firefox works as expected with a short delay from hitting submit to getting the result back | 1 |
646,918 | 21,082,169,912 | IssuesEvent | 2022-04-03 03:41:54 | Ganom/Supporter-Issue-Tracker | https://api.github.com/repos/Ganom/Supporter-Issue-Tracker | closed | PowerGatherer: Sandstone Grinding Support | enhancement low priority | Hi Ganom,
I was wondering if you could add an extension to the mining plugin. Instead of dropping sandstone, could you create something that would click the grinder and then return back to mining? There is currently a work around by selecting woodcutting and manually clicking once every time the inventory is full, but I would appreciate it if you could make this process fully automated. Thanks so much for your hard work. Your plugins have been amazing!
| 1.0 | PowerGatherer: Sandstone Grinding Support - Hi Ganom,
I was wondering if you could add an extension to the mining plugin. Instead of dropping sandstone, could you create something that would click the grinder and then return back to mining? There is currently a work around by selecting woodcutting and manually clicking once every time the inventory is full, but I would appreciate it if you could make this process fully automated. Thanks so much for your hard work. Your plugins have been amazing!
| non_defect | powergatherer sandstone grinding support hi ganom i was wondering if you could add an extension to the mining plugin instead of dropping sandstone could you create something that would click the grinder and then return back to mining there is currently a work around by selecting woodcutting and manually clicking once every time the inventory is full but i would appreciate it if you could make this process fully automated thanks so much for your hard work your plugins have been amazing | 0 |
127,271 | 5,027,757,917 | IssuesEvent | 2016-12-15 16:20:40 | empirical-org/Empirical-Core | https://api.github.com/repos/empirical-org/Empirical-Core | closed | Bug with Layout of Options | Priority: ★ | - [ ] The four options should be along one row.
- [ ] When an option is selected, it should be highlighted in a green border, similar to the border when you hover over it.
- [ ] Concept and Standard Level should be on the same row as search.

| 1.0 | Bug with Layout of Options - - [ ] The four options should be along one row.
- [ ] When an option is selected, it should be highlighted in a green border, similar to the border when you hover over it.
- [ ] Concept and Standard Level should be on the same row as search.

| non_defect | bug with layout of options the four options should be along one row when an option is selected it should be highlighted in a green border similar to the border when you hover over it concept and standard level should be on the same row as search | 0 |
234,023 | 17,930,072,888 | IssuesEvent | 2021-09-10 08:03:58 | Megabit/Blazorise | https://api.github.com/repos/Megabit/Blazorise | closed | Documentation: OnFocus documentation is wrong | Type: Bug 🐞 Area: Documentation | **Describe the bug**
The documentation of the `OnFocus` event of the `TextEdit` states the following:
`Occurs when the input box gains or loses focus.`
This is wrong. According to: https://docs.microsoft.com/en-us/aspnet/core/blazor/components/event-handling?view=aspnetcore-5.0#event-arguments-1 they use it for the `onfocus` html event. And the html event is documented as: https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
There is stated that it only occurs for focus and not "lose focus". Lose focus is indicated by `onblur`.
**Expected behavior**
Documentation should reflect the actual behavior. | 1.0 | Documentation: OnFocus documentation is wrong - **Describe the bug**
The documentation of the `OnFocus` event of the `TextEdit` states the following:
`Occurs when the input box gains or loses focus.`
This is wrong. According to: https://docs.microsoft.com/en-us/aspnet/core/blazor/components/event-handling?view=aspnetcore-5.0#event-arguments-1 they use it for the `onfocus` html event. And the html event is documented as: https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
There is stated that it only occurs for focus and not "lose focus". Lose focus is indicated by `onblur`.
**Expected behavior**
Documentation should reflect the actual behavior. | non_defect | documentation onfocus documentation is wrong describe the bug the documentation of the onfocus event of the textedit states the following occurs when the input box gains or loses focus this is wrong according to they use it for the onfocus html event and the html event is documented as there is stated that it only occurs for focus and not lose focus lose focus is indicated by onblur expected behavior documentation should reflect the actual behavior | 0 |
704,132 | 24,186,804,577 | IssuesEvent | 2022-09-23 13:57:37 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | kderno.com - Firefox is unsupported browser | browser-firefox-ios priority-normal type-uaoverride severity-critical type-unsupported ml-needsdiagnosis-false bugbug-probability-high | <!-- @browser: Safari 13.1 -->
<!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/74718 -->
**URL**: https://kderno.com/petitjournal/aulas-do-a-imunizacao-do-mundo
**Browser / Version**: Safari 13.1
**Operating System**: Mac OS X 10.15.4
**Tested Another Browser**: Yes Safari
**Problem type**: Something else
**Description**: Mobile version is not working
**Steps to Reproduce**:
The mobile version os the page site is not working
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | kderno.com - Firefox is unsupported browser - <!-- @browser: Safari 13.1 -->
<!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/74718 -->
**URL**: https://kderno.com/petitjournal/aulas-do-a-imunizacao-do-mundo
**Browser / Version**: Safari 13.1
**Operating System**: Mac OS X 10.15.4
**Tested Another Browser**: Yes Safari
**Problem type**: Something else
**Description**: Mobile version is not working
**Steps to Reproduce**:
The mobile version os the page site is not working
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_defect | kderno com firefox is unsupported browser url browser version safari operating system mac os x tested another browser yes safari problem type something else description mobile version is not working steps to reproduce the mobile version os the page site is not working browser configuration none from with ❤️ | 0 |
67,598 | 21,012,320,700 | IssuesEvent | 2022-03-30 07:53:15 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Light/dark theme transition is broken for the first transition | T-Defect S-Minor A-Appearance O-Occasional good first issue | ### Steps to reproduce
My Element client is set to follow the OS theme setting and macOS is set to "Auto" light/dark theme based on sunset/sunrise.
I noticed that Element sometimes is stuck in dark mode even though the rest of the OS is in light mode. So I made some manual theme toggling in macOS and observed how Element behaved. The video below demonstrates that the first theme transition of `dark -> light` is ignored, but any subsequent transition is correctly handled in Element.
https://user-images.githubusercontent.com/1694986/160767742-c8126089-edf1-40eb-b713-813b46e44d71.mov
### Outcome
#### What did you expect?
Element should follow the system theme in all cases
#### What happened instead?
The first `dark -> light` transition is ignored while subsequent transitions are handled correctly.
### Operating system
macOS
### Application version
Element Nightly Version 2022032901
### How did you install the app?
From the Nightly download page
### Homeserver
_No response_
### Will you send logs?
Yes | 1.0 | Light/dark theme transition is broken for the first transition - ### Steps to reproduce
My Element client is set to follow the OS theme setting and macOS is set to "Auto" light/dark theme based on sunset/sunrise.
I noticed that Element sometimes is stuck in dark mode even though the rest of the OS is in light mode. So I made some manual theme toggling in macOS and observed how Element behaved. The video below demonstrates that the first theme transition of `dark -> light` is ignored, but any subsequent transition is correctly handled in Element.
https://user-images.githubusercontent.com/1694986/160767742-c8126089-edf1-40eb-b713-813b46e44d71.mov
### Outcome
#### What did you expect?
Element should follow the system theme in all cases
#### What happened instead?
The first `dark -> light` transition is ignored while subsequent transitions are handled correctly.
### Operating system
macOS
### Application version
Element Nightly Version 2022032901
### How did you install the app?
From the Nightly download page
### Homeserver
_No response_
### Will you send logs?
Yes | defect | light dark theme transition is broken for the first transition steps to reproduce my element client is set to follow the os theme setting and macos is set to auto light dark theme based on sunset sunrise i noticed that element sometimes is stuck in dark mode even though the rest of the os is in light mode so i made some manual theme toggling in macos and observed how element behaved the video below demonstrates that the first theme transition of dark light is ignored but any subsequent transition is correctly handled in element outcome what did you expect element should follow the system theme in all cases what happened instead the first dark light transition is ignored while subsequent transitions are handled correctly operating system macos application version element nightly version how did you install the app from the nightly download page homeserver no response will you send logs yes | 1 |
9,406 | 2,615,148,141 | IssuesEvent | 2015-03-01 06:24:32 | chrsmith/html5rocks | https://api.github.com/repos/chrsmith/html5rocks | closed | Add theme feature to slides | auto-migrated Milestone-4 Priority-Medium Slides Type-Defect | ```
Create a way to switch between themes
```
Original issue reported on code.google.com by `erne...@google.com` on 25 Oct 2010 at 6:33 | 1.0 | Add theme feature to slides - ```
Create a way to switch between themes
```
Original issue reported on code.google.com by `erne...@google.com` on 25 Oct 2010 at 6:33 | defect | add theme feature to slides create a way to switch between themes original issue reported on code google com by erne google com on oct at | 1 |
73,055 | 24,431,573,930 | IssuesEvent | 2022-10-06 08:31:12 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: JDK 11 HTTP client is not included in selenium-server-4.5.0.jar | I-defect needs-triaging | ### What happened?
I tried to start the standalone server with the new JDK 11 HTTP client (#10730) using the JVM argument `-Dwebdriver.http.factory=jdk-http-client` and expected it to start.
The server startup failed with `Unknown HttpClient factory jdk-http-client`
I had a look inside the selenium-server-4.5.0.jar and could not find the corresponding class files, the `jdk` folder is missing:

### How can we reproduce the issue?
```shell
set the JVM argument -Dwebdriver.http.factory=jdk-http-client while starting the standalone server
```
### Relevant log output
```shell
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.openqa.selenium.grid.Bootstrap.runMain(Bootstrap.java:77)
at org.openqa.selenium.grid.Bootstrap.main(Bootstrap.java:70)
Caused by: java.lang.IllegalArgumentException: Unknown HttpClient factory jdk-http-client
at org.openqa.selenium.remote.http.HttpClient$Factory.create(HttpClient.java:57)
at org.openqa.selenium.remote.http.HttpClient$Factory.createDefault(HttpClient.java:73)
at org.openqa.selenium.grid.server.NetworkOptions.getHttpClientFactory(NetworkOptions.java:49)
at org.openqa.selenium.grid.commands.Standalone.createHandlers(Standalone.java:140)
at org.openqa.selenium.grid.TemplateGridServerCommand.asServer(TemplateGridServerCommand.java:41)
at org.openqa.selenium.grid.commands.Standalone.execute(Standalone.java:235)
at org.openqa.selenium.grid.TemplateGridCommand.lambda$configure$4(TemplateGridCommand.java:129)
at org.openqa.selenium.grid.Main.launch(Main.java:83)
at org.openqa.selenium.grid.Main.go(Main.java:57)
at org.openqa.selenium.grid.Main.main(Main.java:42)
... 6 more
```
### Operating System
Windows 10 x64
### Selenium version
Java 4.5.0
### What are the browser(s) and version(s) where you see this issue?
N/A
### What are the browser driver(s) and version(s) where you see this issue?
N/A
### Are you using Selenium Grid?
No | 1.0 | [🐛 Bug]: JDK 11 HTTP client is not included in selenium-server-4.5.0.jar - ### What happened?
I tried to start the standalone server with the new JDK 11 HTTP client (#10730) using the JVM argument `-Dwebdriver.http.factory=jdk-http-client` and expected it to start.
The server startup failed with `Unknown HttpClient factory jdk-http-client`
I had a look inside the selenium-server-4.5.0.jar and could not find the corresponding class files, the `jdk` folder is missing:

### How can we reproduce the issue?
```shell
set the JVM argument -Dwebdriver.http.factory=jdk-http-client while starting the standalone server
```
### Relevant log output
```shell
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.openqa.selenium.grid.Bootstrap.runMain(Bootstrap.java:77)
at org.openqa.selenium.grid.Bootstrap.main(Bootstrap.java:70)
Caused by: java.lang.IllegalArgumentException: Unknown HttpClient factory jdk-http-client
at org.openqa.selenium.remote.http.HttpClient$Factory.create(HttpClient.java:57)
at org.openqa.selenium.remote.http.HttpClient$Factory.createDefault(HttpClient.java:73)
at org.openqa.selenium.grid.server.NetworkOptions.getHttpClientFactory(NetworkOptions.java:49)
at org.openqa.selenium.grid.commands.Standalone.createHandlers(Standalone.java:140)
at org.openqa.selenium.grid.TemplateGridServerCommand.asServer(TemplateGridServerCommand.java:41)
at org.openqa.selenium.grid.commands.Standalone.execute(Standalone.java:235)
at org.openqa.selenium.grid.TemplateGridCommand.lambda$configure$4(TemplateGridCommand.java:129)
at org.openqa.selenium.grid.Main.launch(Main.java:83)
at org.openqa.selenium.grid.Main.go(Main.java:57)
at org.openqa.selenium.grid.Main.main(Main.java:42)
... 6 more
```
### Operating System
Windows 10 x64
### Selenium version
Java 4.5.0
### What are the browser(s) and version(s) where you see this issue?
N/A
### What are the browser driver(s) and version(s) where you see this issue?
N/A
### Are you using Selenium Grid?
No | defect | jdk http client is not included in selenium server jar what happened i tried to start the standalone server with the new jdk http client using the jvm argument dwebdriver http factory jdk http client and expected it to start the server startup failed with unknown httpclient factory jdk http client i had a look inside the selenium server jar and could not find the corresponding class files the jdk folder is missing how can we reproduce the issue shell set the jvm argument dwebdriver http factory jdk http client while starting the standalone server relevant log output shell java lang reflect invocationtargetexception at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org openqa selenium grid bootstrap runmain bootstrap java at org openqa selenium grid bootstrap main bootstrap java caused by java lang illegalargumentexception unknown httpclient factory jdk http client at org openqa selenium remote http httpclient factory create httpclient java at org openqa selenium remote http httpclient factory createdefault httpclient java at org openqa selenium grid server networkoptions gethttpclientfactory networkoptions java at org openqa selenium grid commands standalone createhandlers standalone java at org openqa selenium grid templategridservercommand asserver templategridservercommand java at org openqa selenium grid commands standalone execute standalone java at org openqa selenium grid templategridcommand lambda configure templategridcommand java at org openqa selenium grid main launch main java at org openqa selenium grid main go main java at org openqa selenium grid main main main java more operating system windows selenium version java what are the browser s and version s where you see this issue n a what are the browser driver s and version s where you see this issue n a are you using selenium grid no | 1 |
21,030 | 3,868,708,826 | IssuesEvent | 2016-04-10 04:31:54 | Chengifei/Phyco | https://api.github.com/repos/Chengifei/Phyco | closed | Bug in expr parsing, wrong order among operators | test pending | e.g. 1-2^3*4 returns false result -28 which should be -31. | 1.0 | Bug in expr parsing, wrong order among operators - e.g. 1-2^3*4 returns false result -28 which should be -31. | non_defect | bug in expr parsing wrong order among operators e g returns false result which should be | 0 |
6,487 | 3,024,253,194 | IssuesEvent | 2015-08-02 12:18:58 | db-migrate/node-db-migrate | https://api.github.com/repos/db-migrate/node-db-migrate | closed | Promises | documentation feature | Make most of the source, especially the driver components working with promises.
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9233845-promises?utm_campaign=plugin&utm_content=tracker%2F73887&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F73887&utm_medium=issues&utm_source=github).
</bountysource-plugin> | 1.0 | Promises - Make most of the source, especially the driver components working with promises.
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9233845-promises?utm_campaign=plugin&utm_content=tracker%2F73887&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F73887&utm_medium=issues&utm_source=github).
</bountysource-plugin> | non_defect | promises make most of the source especially the driver components working with promises want to back this issue we accept bounties via | 0 |
151,684 | 5,825,473,713 | IssuesEvent | 2017-05-07 21:45:25 | service-mocker/service-mocker | https://api.github.com/repos/service-mocker/service-mocker | closed | ngc+AOT+webpack - compile error | help wanted priority: Ⅲ ts-related | ## Issue Summary
The following error occurs, when I try to build my project using webpack and taking advantage of AOT
_Error: Error encountered resolving symbol values statically. Only initialized variables and constants can be referenced because the value of this variable is needed by the template compiler (position 3:22 in the original .ts file), resolving symbol ExtandableRequest in D:/01_trunk/angular2-webpack-starter/node_modules/service-mocker/server/request.d.ts, resolving symbol MockerRequest in D:/01_trunk/angular2-webpack-starter/node_modules/service-mocker/server/request.d.ts_
I have a feeling that it is related to this: https://medium.com/@isaacplmann/making-your-angular-2-library-statically-analyzable-for-aot-e1c6f3ebedd5#.1ubrczudd ...
Tsc works just fine.
## Expected Behavior
Succesful compilation.
## Environment
- Version of service-mocker: 1.1.0
| 1.0 | ngc+AOT+webpack - compile error - ## Issue Summary
The following error occurs, when I try to build my project using webpack and taking advantage of AOT
_Error: Error encountered resolving symbol values statically. Only initialized variables and constants can be referenced because the value of this variable is needed by the template compiler (position 3:22 in the original .ts file), resolving symbol ExtandableRequest in D:/01_trunk/angular2-webpack-starter/node_modules/service-mocker/server/request.d.ts, resolving symbol MockerRequest in D:/01_trunk/angular2-webpack-starter/node_modules/service-mocker/server/request.d.ts_
I have a feeling that it is related to this: https://medium.com/@isaacplmann/making-your-angular-2-library-statically-analyzable-for-aot-e1c6f3ebedd5#.1ubrczudd ...
Tsc works just fine.
## Expected Behavior
Succesful compilation.
## Environment
- Version of service-mocker: 1.1.0
| non_defect | ngc aot webpack compile error issue summary the following error occurs when i try to build my project using webpack and taking advantage of aot error error encountered resolving symbol values statically only initialized variables and constants can be referenced because the value of this variable is needed by the template compiler position in the original ts file resolving symbol extandablerequest in d trunk webpack starter node modules service mocker server request d ts resolving symbol mockerrequest in d trunk webpack starter node modules service mocker server request d ts i have a feeling that it is related to this tsc works just fine expected behavior succesful compilation environment version of service mocker | 0 |
76,494 | 9,458,237,782 | IssuesEvent | 2019-04-17 04:14:20 | NAVCoin/NavHub | https://api.github.com/repos/NAVCoin/NavHub | closed | Homepage | NavHub Redesign | The homepage features eight components total:
1 - Main menu (partial)
2 - Homepage Hero (partial)
3 - Recent News Section (partial)
4 - Active Projects Section (partial)
5 - Events Section (partial)
6 - Get started section (partial)
7 - Call to action (partial)
8 - Footer (partial) | 1.0 | Homepage - The homepage features eight components total:
1 - Main menu (partial)
2 - Homepage Hero (partial)
3 - Recent News Section (partial)
4 - Active Projects Section (partial)
5 - Events Section (partial)
6 - Get started section (partial)
7 - Call to action (partial)
8 - Footer (partial) | non_defect | homepage the homepage features eight components total main menu partial homepage hero partial recent news section partial active projects section partial events section partial get started section partial call to action partial footer partial | 0 |
254,714 | 19,268,829,158 | IssuesEvent | 2021-12-10 01:19:14 | BCDevOps/developer-experience | https://api.github.com/repos/BCDevOps/developer-experience | opened | Document PS Team's use of GitHub orgs and repos | decision documentation ops and shared services | The Platform Services Team has agreed on the following use of the BC Gov's own orgs and repos in GitHub:
`bcgov` public org:
1) use public code repositories for the **public repos that hold open source code and/or public docs**
`bcgov-c` private org
2) use private code repositories in this org to create **temporary (up to 12 months)** private repos for closed source code and private docs. The only permanent private repos allowed in this org are team's GitOps repos with ArgoCD manifests.
`bcgov-platform-services` private org
3) this org is used for private code repositories **for Platform Services Team only** including CCM GitOps repos (this org allows for the guaranteed amount of GitHub Actions) as well as for `Maintainer` access to the Openshift Platform clusters.
Ministry-specific private orgs linked to the BC Gov's GitHub Enterprise account (user licenses are required for the members of these orgs).
4) These orgs are used as a permanent location for closed-sourced code that cannot be transitioned to a public repo within 12 months. Read the instructions for how to create a private org linked to the corporate GitHub Enterprise account [here](https://developer.gov.bc.ca/Use-of-GitHub-Enterprise-User-Licenses-in-BC-Gov)
Security Insight feature is available for all orgs linked to the corporate GitHub Enterprise account as well branch protection and code owners for private repos. - Branch protection only allows specific people to push to the protected branch. Code owners feature allows enabling automated reviews, e.g. if a specific user is a code owner of the certain files they are automatically added as PR reviewers and their approval is required before the code can be merged.
Other uses of GitHub:
1) GitHub app integration e.g. SonarCloud testing, a third-party app needs be enabled for each repo individally
| 1.0 | Document PS Team's use of GitHub orgs and repos - The Platform Services Team has agreed on the following use of the BC Gov's own orgs and repos in GitHub:
`bcgov` public org:
1) use public code repositories for the **public repos that hold open source code and/or public docs**
`bcgov-c` private org
2) use private code repositories in this org to create **temporary (up to 12 months)** private repos for closed source code and private docs. The only permanent private repos allowed in this org are team's GitOps repos with ArgoCD manifests.
`bcgov-platform-services` private org
3) this org is used for private code repositories **for Platform Services Team only** including CCM GitOps repos (this org allows for the guaranteed amount of GitHub Actions) as well as for `Maintainer` access to the Openshift Platform clusters.
Ministry-specific private orgs linked to the BC Gov's GitHub Enterprise account (user licenses are required for the members of these orgs).
4) These orgs are used as a permanent location for closed-sourced code that cannot be transitioned to a public repo within 12 months. Read the instructions for how to create a private org linked to the corporate GitHub Enterprise account [here](https://developer.gov.bc.ca/Use-of-GitHub-Enterprise-User-Licenses-in-BC-Gov)
Security Insight feature is available for all orgs linked to the corporate GitHub Enterprise account as well branch protection and code owners for private repos. - Branch protection only allows specific people to push to the protected branch. Code owners feature allows enabling automated reviews, e.g. if a specific user is a code owner of the certain files they are automatically added as PR reviewers and their approval is required before the code can be merged.
Other uses of GitHub:
1) GitHub app integration e.g. SonarCloud testing, a third-party app needs be enabled for each repo individally
| non_defect | document ps team s use of github orgs and repos the platform services team has agreed on the following use of the bc gov s own orgs and repos in github bcgov public org use public code repositories for the public repos that hold open source code and or public docs bcgov c private org use private code repositories in this org to create temporary up to months private repos for closed source code and private docs the only permanent private repos allowed in this org are team s gitops repos with argocd manifests bcgov platform services private org this org is used for private code repositories for platform services team only including ccm gitops repos this org allows for the guaranteed amount of github actions as well as for maintainer access to the openshift platform clusters ministry specific private orgs linked to the bc gov s github enterprise account user licenses are required for the members of these orgs these orgs are used as a permanent location for closed sourced code that cannot be transitioned to a public repo within months read the instructions for how to create a private org linked to the corporate github enterprise account security insight feature is available for all orgs linked to the corporate github enterprise account as well branch protection and code owners for private repos branch protection only allows specific people to push to the protected branch code owners feature allows enabling automated reviews e g if a specific user is a code owner of the certain files they are automatically added as pr reviewers and their approval is required before the code can be merged other uses of github github app integration e g sonarcloud testing a third party app needs be enabled for each repo individally | 0 |
42,186 | 10,865,976,786 | IssuesEvent | 2019-11-14 20:10:51 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | scipy.signal.signaltools._fftconv_faster has incorrect estimates | defect scipy.signal | My issue is about the function `scipy.signal.signaltools._fftconv_faster`. The function has a logical error, causing most convolutions to use fft when the direct method would save a large factor.
Code example, showing that `_fftconv_faster` returns that fft is faster even when multiplying by a scalar kernel, when the signal is large enough.
```
>>> from scipy.signal.signaltools import _fftconv_faster
>>> _fftconv_faster(np.empty(1), np.empty(1000000), "full")
True
```
Here is the impact in timing on a lenovo yoga 920, intel core i7 8th gen, 16gb ram, running Ubuntu 18.04:
```
>>> import numpy as np
>>> from scipy.signal import convolve
>>> h = np.random.randn(1)
>>> x = np.random.randn(1000000)
>>> %timeit convolve(x, h, method="direct")
714 µs ± 14 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)
>>> %timeit convolve(x, h)
70.2 ms ± 1.34 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)
```
The automatic run, which chooses fft, is slower by a x100 factor.
The root cause for this is the incorrect estimate for the number of multiplications in the direct convolution algorithm. This is line 506 in v1.3.1, and 497 of the latest commit [8a3e9fa] as of writing this issue:
```
direct_time = (x.size * h.size * _prod(out_shape))
```
The correct direct computation time is actually:
```
direct_time = min(x.size, h.size) * _prod(out_shape)
```
The big oh constants, in the tens of thousands, were probably calculated as a ratio to the incorrect estimate. So a fix to the direct estimate will need to be accompanied by a recalculation to the constants. | 1.0 | scipy.signal.signaltools._fftconv_faster has incorrect estimates - My issue is about the function `scipy.signal.signaltools._fftconv_faster`. The function has a logical error, causing most convolutions to use fft when the direct method would save a large factor.
Code example, showing that `_fftconv_faster` returns that fft is faster even when multiplying by a scalar kernel, when the signal is large enough.
```
>>> from scipy.signal.signaltools import _fftconv_faster
>>> _fftconv_faster(np.empty(1), np.empty(1000000), "full")
True
```
Here is the impact in timing on a lenovo yoga 920, intel core i7 8th gen, 16gb ram, running Ubuntu 18.04:
```
>>> import numpy as np
>>> from scipy.signal import convolve
>>> h = np.random.randn(1)
>>> x = np.random.randn(1000000)
>>> %timeit convolve(x, h, method="direct")
714 µs ± 14 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)
>>> %timeit convolve(x, h)
70.2 ms ± 1.34 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)
```
The automatic run, which chooses fft, is slower by a x100 factor.
The root cause for this is the incorrect estimate for the number of multiplications in the direct convolution algorithm. This is line 506 in v1.3.1, and 497 of the latest commit [8a3e9fa] as of writing this issue:
```
direct_time = (x.size * h.size * _prod(out_shape))
```
The correct direct computation time is actually:
```
direct_time = min(x.size, h.size) * _prod(out_shape)
```
The big oh constants, in the tens of thousands, were probably calculated as a ratio to the incorrect estimate. So a fix to the direct estimate will need to be accompanied by a recalculation to the constants. | defect | scipy signal signaltools fftconv faster has incorrect estimates my issue is about the function scipy signal signaltools fftconv faster the function has a logical error causing most convolutions to use fft when the direct method would save a large factor code example showing that fftconv faster returns that fft is faster even when multiplying by a scalar kernel when the signal is large enough from scipy signal signaltools import fftconv faster fftconv faster np empty np empty full true here is the impact in timing on a lenovo yoga intel core gen ram running ubuntu import numpy as np from scipy signal import convolve h np random randn x np random randn timeit convolve x h method direct µs ± µs per loop mean ± std dev of runs loops each timeit convolve x h ms ± ms per loop mean ± std dev of runs loops each the automatic run which chooses fft is slower by a factor the root cause for this is the incorrect estimate for the number of multiplications in the direct convolution algorithm this is line in and of the latest commit as of writing this issue direct time x size h size prod out shape the correct direct computation time is actually direct time min x size h size prod out shape the big oh constants in the tens of thousands were probably calculated as a ratio to the incorrect estimate so a fix to the direct estimate will need to be accompanied by a recalculation to the constants | 1 |
152,385 | 12,103,362,213 | IssuesEvent | 2020-04-20 18:15:45 | openenclave/openenclave | https://api.github.com/repos/openenclave/openenclave | closed | Testing: Sporadic crypto test failure | bug testing | We have seen sporadic failure of this form in different PRs
https://oe-jenkins-dev.westeurope.cloudapp.azure.com/blue/organizations/jenkins/Bors/detail/trying/242/pipeline/52
```bash
=== begin _test_verify_with_crl()
2020-04-14T00:10:23.000000Z [(H)ERROR] tid(0x7fc425a04740) | X509_verify_cert failed!
error: (23) certificate revoked
(oe_result_t=OE_VERIFY_REVOKED) [../host/Test failed: ../tests/crypto/crl_tests.c(146): _test_get_dates last.minutes == _time.minutes
``` | 1.0 | Testing: Sporadic crypto test failure - We have seen sporadic failure of this form in different PRs
https://oe-jenkins-dev.westeurope.cloudapp.azure.com/blue/organizations/jenkins/Bors/detail/trying/242/pipeline/52
```bash
=== begin _test_verify_with_crl()
2020-04-14T00:10:23.000000Z [(H)ERROR] tid(0x7fc425a04740) | X509_verify_cert failed!
error: (23) certificate revoked
(oe_result_t=OE_VERIFY_REVOKED) [../host/Test failed: ../tests/crypto/crl_tests.c(146): _test_get_dates last.minutes == _time.minutes
``` | non_defect | testing sporadic crypto test failure we have seen sporadic failure of this form in different prs bash begin test verify with crl tid verify cert failed error certificate revoked oe result t oe verify revoked host test failed tests crypto crl tests c test get dates last minutes time minutes | 0 |
13,102 | 2,732,897,035 | IssuesEvent | 2015-04-17 10:04:07 | tiku01/oryx-editor | https://api.github.com/repos/tiku01/oryx-editor | closed | Repo2: Tag-Suggestion List keeps growing | auto-migrated Priority-High Type-Defect | ```
What steps will reproduce the problem?
1. Open Repo2
2. Select and Tag a model with 'foo'
3. Select and Tag a model with 'foo'
4. Select and Tag a model with 'foo'
What is the expected output?
Foo is suggested in 3./4. but only ones
What do you see instead?
Every time you tag a model the suggestion list keeps growing
Please provide any additional information below.
see screenshot
```
Original issue reported on code.google.com by `alexande...@googlemail.com` on 1 Dec 2008 at 11:48
Attachments:
* [oryx bug.tiff](https://storage.googleapis.com/google-code-attachments/oryx-editor/issue-328/comment-0/oryx bug.tiff)
| 1.0 | Repo2: Tag-Suggestion List keeps growing - ```
What steps will reproduce the problem?
1. Open Repo2
2. Select and Tag a model with 'foo'
3. Select and Tag a model with 'foo'
4. Select and Tag a model with 'foo'
What is the expected output?
Foo is suggested in 3./4. but only ones
What do you see instead?
Every time you tag a model the suggestion list keeps growing
Please provide any additional information below.
see screenshot
```
Original issue reported on code.google.com by `alexande...@googlemail.com` on 1 Dec 2008 at 11:48
Attachments:
* [oryx bug.tiff](https://storage.googleapis.com/google-code-attachments/oryx-editor/issue-328/comment-0/oryx bug.tiff)
| defect | tag suggestion list keeps growing what steps will reproduce the problem open select and tag a model with foo select and tag a model with foo select and tag a model with foo what is the expected output foo is suggested in but only ones what do you see instead every time you tag a model the suggestion list keeps growing please provide any additional information below see screenshot original issue reported on code google com by alexande googlemail com on dec at attachments bug tiff | 1 |
50,995 | 13,188,025,434 | IssuesEvent | 2020-08-13 05:20:29 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | [cscd-llh] uninitialized value (Trac #1794) | Migrated from Trac combo reconstruction defect | the debug statement assumes 8 variables but the number of variables can be less than 8. found by static analyser http://software.icecube.wisc.edu/static_analysis/2016-07-26-030212-26135-1/report-344c78.html#EndPath
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1794">https://code.icecube.wisc.edu/ticket/1794</a>, reported by kjmeagher and owned by tpalczewski</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:55",
"description": "the debug statement assumes 8 variables but the number of variables can be less than 8. found by static analyser http://software.icecube.wisc.edu/static_analysis/2016-07-26-030212-26135-1/report-344c78.html#EndPath ",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"_ts": "1550067295757382",
"component": "combo reconstruction",
"summary": "[cscd-llh] uninitialized value",
"priority": "normal",
"keywords": "",
"time": "2016-07-27T07:49:50",
"milestone": "",
"owner": "tpalczewski",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [cscd-llh] uninitialized value (Trac #1794) - the debug statement assumes 8 variables but the number of variables can be less than 8. found by static analyser http://software.icecube.wisc.edu/static_analysis/2016-07-26-030212-26135-1/report-344c78.html#EndPath
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1794">https://code.icecube.wisc.edu/ticket/1794</a>, reported by kjmeagher and owned by tpalczewski</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:55",
"description": "the debug statement assumes 8 variables but the number of variables can be less than 8. found by static analyser http://software.icecube.wisc.edu/static_analysis/2016-07-26-030212-26135-1/report-344c78.html#EndPath ",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"_ts": "1550067295757382",
"component": "combo reconstruction",
"summary": "[cscd-llh] uninitialized value",
"priority": "normal",
"keywords": "",
"time": "2016-07-27T07:49:50",
"milestone": "",
"owner": "tpalczewski",
"type": "defect"
}
```
</p>
</details>
| defect | uninitialized value trac the debug statement assumes variables but the number of variables can be less than found by static analyser migrated from json status closed changetime description the debug statement assumes variables but the number of variables can be less than found by static analyser reporter kjmeagher cc resolution fixed ts component combo reconstruction summary uninitialized value priority normal keywords time milestone owner tpalczewski type defect | 1 |
29,692 | 5,824,493,940 | IssuesEvent | 2017-05-07 13:35:09 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | Krogh interpolation fails to produce derivatives for complex functions | defect scipy.interpolate | When a polinomial is constructed using the KroghInterpolator() function from scipy.interpolate with some of the entries being complex, the resulting polinomial is complex. This works fine. However, attempting to retrieve the derivatives of this complex polinomial using the derivatives() function results in an error.
### Reproducing code example:
import numpy as np
import scipy as sc
from scipy import interpolate
import sys
print(sc.__version__, np.__version__, sys.version_info)
function_real = interpolate.KroghInterpolator(np.array([-1, -1, 0, 1, 1]), np.array([1, 1, 0, -1, 1]))
function_complex = interpolate.KroghInterpolator(np.array([-1, -1, 0, 1, 1]), np.array([1, 1.0j, 0, -1, 1.0j]))
print function_real.derivatives(0)
print function_complex.derivatives(0)
### Error message:
Traceback (most recent call last):
File "C:\Juelich\Papers\Attenuation effects in NIXSW\SIM\Fit 2\bug report test
.py", line 12, in <module>
print function_complex.derivatives(0)
File "C:\Python27\lib\site-packages\scipy\interpolate\polyint.py", line 178, i
n derivatives
y = self._evaluate_derivatives(x, der)
File "C:\Python27\lib\site-packages\scipy\interpolate\polyint.py", line 338, i
n _evaluate_derivatives
p += self.c[0,np.newaxis,:]
TypeError: Cannot cast ufunc add output from dtype('complex128') to dtype('float
64') with casting rule 'same_kind'
### Scipy/Numpy/Python version information:
('0.19.0', '1.12.1', sys.version_info(major=2, minor=7, micro=10, releaselevel='
final', serial=0)) | 1.0 | Krogh interpolation fails to produce derivatives for complex functions - When a polinomial is constructed using the KroghInterpolator() function from scipy.interpolate with some of the entries being complex, the resulting polinomial is complex. This works fine. However, attempting to retrieve the derivatives of this complex polinomial using the derivatives() function results in an error.
### Reproducing code example:
import numpy as np
import scipy as sc
from scipy import interpolate
import sys
print(sc.__version__, np.__version__, sys.version_info)
function_real = interpolate.KroghInterpolator(np.array([-1, -1, 0, 1, 1]), np.array([1, 1, 0, -1, 1]))
function_complex = interpolate.KroghInterpolator(np.array([-1, -1, 0, 1, 1]), np.array([1, 1.0j, 0, -1, 1.0j]))
print function_real.derivatives(0)
print function_complex.derivatives(0)
### Error message:
Traceback (most recent call last):
File "C:\Juelich\Papers\Attenuation effects in NIXSW\SIM\Fit 2\bug report test
.py", line 12, in <module>
print function_complex.derivatives(0)
File "C:\Python27\lib\site-packages\scipy\interpolate\polyint.py", line 178, i
n derivatives
y = self._evaluate_derivatives(x, der)
File "C:\Python27\lib\site-packages\scipy\interpolate\polyint.py", line 338, i
n _evaluate_derivatives
p += self.c[0,np.newaxis,:]
TypeError: Cannot cast ufunc add output from dtype('complex128') to dtype('float
64') with casting rule 'same_kind'
### Scipy/Numpy/Python version information:
('0.19.0', '1.12.1', sys.version_info(major=2, minor=7, micro=10, releaselevel='
final', serial=0)) | defect | krogh interpolation fails to produce derivatives for complex functions when a polinomial is constructed using the kroghinterpolator function from scipy interpolate with some of the entries being complex the resulting polinomial is complex this works fine however attempting to retrieve the derivatives of this complex polinomial using the derivatives function results in an error reproducing code example import numpy as np import scipy as sc from scipy import interpolate import sys print sc version np version sys version info function real interpolate kroghinterpolator np array np array function complex interpolate kroghinterpolator np array np array print function real derivatives print function complex derivatives error message traceback most recent call last file c juelich papers attenuation effects in nixsw sim fit bug report test py line in print function complex derivatives file c lib site packages scipy interpolate polyint py line i n derivatives y self evaluate derivatives x der file c lib site packages scipy interpolate polyint py line i n evaluate derivatives p self c typeerror cannot cast ufunc add output from dtype to dtype float with casting rule same kind scipy numpy python version information sys version info major minor micro releaselevel final serial | 1 |
10,976 | 2,622,856,282 | IssuesEvent | 2015-03-04 08:07:56 | max99x/dict-lookup-chrome-ext | https://api.github.com/repos/max99x/dict-lookup-chrome-ext | closed | Formatting issues with gchrome 6.x | auto-migrated Priority-Medium Type-Defect | ```
1. Header line (with the looked up word) cut on the bottom (as if something was
overlapping on top)
2. The popup shows up often too high, under the toolbars and does not scale so
the definition is not visible.
3. The popup window scrollbar down arrow and popup resize averlap (the resize
is on top).
```
Original issue reported on code.google.com by `krombh...@gmail.com` on 21 Aug 2010 at 4:17 | 1.0 | Formatting issues with gchrome 6.x - ```
1. Header line (with the looked up word) cut on the bottom (as if something was
overlapping on top)
2. The popup shows up often too high, under the toolbars and does not scale so
the definition is not visible.
3. The popup window scrollbar down arrow and popup resize averlap (the resize
is on top).
```
Original issue reported on code.google.com by `krombh...@gmail.com` on 21 Aug 2010 at 4:17 | defect | formatting issues with gchrome x header line with the looked up word cut on the bottom as if something was overlapping on top the popup shows up often too high under the toolbars and does not scale so the definition is not visible the popup window scrollbar down arrow and popup resize averlap the resize is on top original issue reported on code google com by krombh gmail com on aug at | 1 |
3,496 | 2,610,063,766 | IssuesEvent | 2015-02-26 18:18:45 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 黄岩看不育哪家效果最好 | auto-migrated Priority-Medium Type-Defect | ```
黄岩看不育哪家效果最好【台州五洲生殖医院】24小时健康咨
询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州
市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108�
��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109
、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:57 | 1.0 | 黄岩看不育哪家效果最好 - ```
黄岩看不育哪家效果最好【台州五洲生殖医院】24小时健康咨
询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州
市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108�
��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109
、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:57 | defect | 黄岩看不育哪家效果最好 黄岩看不育哪家效果最好【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at | 1 |
47,865 | 13,066,299,059 | IssuesEvent | 2020-07-30 21:24:20 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | CascadeVaraibles - missing tests (Trac #1306) | Migrated from Trac combo reconstruction defect | There are no tests
Migrated from https://code.icecube.wisc.edu/ticket/1306
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:55",
"description": "There are no tests",
"reporter": "nega",
"cc": "",
"resolution": "wontfix",
"_ts": "1550067295757382",
"component": "combo reconstruction",
"summary": "CascadeVaraibles - missing tests",
"priority": "blocker",
"keywords": "tests",
"time": "2015-08-28T23:20:19",
"milestone": "",
"owner": "markw04",
"type": "defect"
}
```
| 1.0 | CascadeVaraibles - missing tests (Trac #1306) - There are no tests
Migrated from https://code.icecube.wisc.edu/ticket/1306
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:55",
"description": "There are no tests",
"reporter": "nega",
"cc": "",
"resolution": "wontfix",
"_ts": "1550067295757382",
"component": "combo reconstruction",
"summary": "CascadeVaraibles - missing tests",
"priority": "blocker",
"keywords": "tests",
"time": "2015-08-28T23:20:19",
"milestone": "",
"owner": "markw04",
"type": "defect"
}
```
| defect | cascadevaraibles missing tests trac there are no tests migrated from json status closed changetime description there are no tests reporter nega cc resolution wontfix ts component combo reconstruction summary cascadevaraibles missing tests priority blocker keywords tests time milestone owner type defect | 1 |
13,350 | 2,754,354,338 | IssuesEvent | 2015-04-25 15:57:01 | Xety/Xeta | https://api.github.com/repos/Xety/Xeta | closed | Use pluralize translate function instead of conditions | Defect Language | Replace the condition by the function `__n()` :
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/article.ctp#L95
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/article.ctp#L100
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/article.ctp#L410
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/archive.ctp#L81
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/archive.ctp#L87
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/category.ctp#L70
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/category.ctp#L75
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/index.ctp#L85
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/index.ctp#L90
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/search.ctp#L67
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/search.ctp#L72
| 1.0 | Use pluralize translate function instead of conditions - Replace the condition by the function `__n()` :
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/article.ctp#L95
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/article.ctp#L100
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/article.ctp#L410
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/archive.ctp#L81
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/archive.ctp#L87
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/category.ctp#L70
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/category.ctp#L75
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/index.ctp#L85
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/index.ctp#L90
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/search.ctp#L67
https://github.com/Xety/Xeta/blob/master/src/Template/Blog/search.ctp#L72
| defect | use pluralize translate function instead of conditions replace the condition by the function n | 1 |
98,595 | 11,090,192,032 | IssuesEvent | 2019-12-15 00:39:05 | lukaszgemborowski/ncursesplusplus | https://api.github.com/repos/lukaszgemborowski/ncursesplusplus | closed | Create README.md | documentation | Create readme with brief description and some code examples. This should be done as a last thing before the 1.0.0 release. | 1.0 | Create README.md - Create readme with brief description and some code examples. This should be done as a last thing before the 1.0.0 release. | non_defect | create readme md create readme with brief description and some code examples this should be done as a last thing before the release | 0 |
71,281 | 8,641,290,278 | IssuesEvent | 2018-11-24 16:11:21 | teeworlds/teeworlds | https://api.github.com/repos/teeworlds/teeworlds | closed | Chat readability got bad with IDs | design discussion | >Why do we even have the IDs in front of the name? Sorry wasn't really able to test 0.7 yet, but is it an default? Imo the ID in front of names should be an debug/admin option and not default (if it isnt already).
>Sorry for the offtopic.
_Originally posted by @ChillerDragon in https://github.com/teeworlds/teeworlds/pull/1590#issuecomment-434726906_
---
I strongly agree with @ChillerDragon. I think it is absolutely insane that IDs are displayed next to players everywhere by default.
This is a technical thing, that should be enabled at best when someone is logged as admin.
It even adds a space before the name, breaking alignments and all sort of things.
I have seen several people talk ingame asking wtf that feature is, like if it means the order in which players joined the server, etc. People don't even _know_ what an ID is. | 1.0 | Chat readability got bad with IDs - >Why do we even have the IDs in front of the name? Sorry wasn't really able to test 0.7 yet, but is it an default? Imo the ID in front of names should be an debug/admin option and not default (if it isnt already).
>Sorry for the offtopic.
_Originally posted by @ChillerDragon in https://github.com/teeworlds/teeworlds/pull/1590#issuecomment-434726906_
---
I strongly agree with @ChillerDragon. I think it is absolutely insane that IDs are displayed next to players everywhere by default.
This is a technical thing, that should be enabled at best when someone is logged as admin.
It even adds a space before the name, breaking alignments and all sort of things.
I have seen several people talk ingame asking wtf that feature is, like if it means the order in which players joined the server, etc. People don't even _know_ what an ID is. | non_defect | chat readability got bad with ids why do we even have the ids in front of the name sorry wasn t really able to test yet but is it an default imo the id in front of names should be an debug admin option and not default if it isnt already sorry for the offtopic originally posted by chillerdragon in i strongly agree with chillerdragon i think it is absolutely insane that ids are displayed next to players everywhere by default this is a technical thing that should be enabled at best when someone is logged as admin it even adds a space before the name breaking alignments and all sort of things i have seen several people talk ingame asking wtf that feature is like if it means the order in which players joined the server etc people don t even know what an id is | 0 |
108,391 | 9,304,866,424 | IssuesEvent | 2019-03-25 03:28:52 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | opened | Review automated tests for formatting between ) and { | Area-IDE IDE-Formatter Test-Gap | From https://github.com/dotnet/roslyn/pull/33983#issuecomment-475332589:
> Not caused by #33983, but observed when looking through the test sequences: we may have a test gap covering the formatting at the end of a line, when multiple spaces appear between `)` and `{`, and the user presses enter somewhere in the middle of this. We should verify tests are present for these cases both for using statements and other types of statements that allow braces.
@heejaechang had some ideas for specific test cases to ensure are covered. | 1.0 | Review automated tests for formatting between ) and { - From https://github.com/dotnet/roslyn/pull/33983#issuecomment-475332589:
> Not caused by #33983, but observed when looking through the test sequences: we may have a test gap covering the formatting at the end of a line, when multiple spaces appear between `)` and `{`, and the user presses enter somewhere in the middle of this. We should verify tests are present for these cases both for using statements and other types of statements that allow braces.
@heejaechang had some ideas for specific test cases to ensure are covered. | non_defect | review automated tests for formatting between and from not caused by but observed when looking through the test sequences we may have a test gap covering the formatting at the end of a line when multiple spaces appear between and and the user presses enter somewhere in the middle of this we should verify tests are present for these cases both for using statements and other types of statements that allow braces heejaechang had some ideas for specific test cases to ensure are covered | 0 |
300,894 | 9,213,448,674 | IssuesEvent | 2019-03-10 12:09:38 | Luca1152/gravity-box | https://api.github.com/repos/Luca1152/gravity-box | closed | Blast impulse is not applied | Priority: Low Status: Available Type: Bug | ## Description
The player is not pushed if the bullet explodes when it (the player) is in the finish point, regardless of the bullet's position.
Most likely the problem is with the way the blast impulse is implemented: if there is an object between the explosion point and the player, then the player shouldn't be pushed.
The finish point situation seems to be a corner case here, because the finish point is also a map object, but it shouldn't interfere with the explosion, because an explosion wouldn't be blocked by it. | 1.0 | Blast impulse is not applied - ## Description
The player is not pushed if the bullet explodes when it (the player) is in the finish point, regardless of the bullet's position.
Most likely the problem is with the way the blast impulse is implemented: if there is an object between the explosion point and the player, then the player shouldn't be pushed.
The finish point situation seems to be a corner case here, because the finish point is also a map object, but it shouldn't interfere with the explosion, because an explosion wouldn't be blocked by it. | non_defect | blast impulse is not applied description the player is not pushed if the bullet explodes when it the player is in the finish point regardless of the bullet s position most likely the problem is with the way the blast impulse is implemented if there is an object between the explosion point and the player then the player shouldn t be pushed the finish point situation seems to be a corner case here because the finish point is also a map object but it shouldn t interfere with the explosion because an explosion wouldn t be blocked by it | 0 |
830,649 | 32,020,000,899 | IssuesEvent | 2023-09-22 03:07:14 | 777Portal/Javascript-and-Html | https://api.github.com/repos/777Portal/Javascript-and-Html | closed | Update Disguise Screen.js | enhancement Not priority | [Disguise Screen.js](https://github.com/777Portal/Javascript-and-Html/blob/main/Disguise%20Screen.js) < update to look more realistic
I had a version that worked but i uploaded the wrong version so ill probably redo the entire thing | 1.0 | Update Disguise Screen.js - [Disguise Screen.js](https://github.com/777Portal/Javascript-and-Html/blob/main/Disguise%20Screen.js) < update to look more realistic
I had a version that worked but i uploaded the wrong version so ill probably redo the entire thing | non_defect | update disguise screen js update to look more realistic i had a version that worked but i uploaded the wrong version so ill probably redo the entire thing | 0 |
81,499 | 30,880,427,007 | IssuesEvent | 2023-08-03 17:09:20 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | [508-defect-2] Tablist on compensation claims are links styled as a tablist without keyboard functionality | accessibility blocked a11y-defect-2 Claim Status Tool 508-issue-cognition 508-issue-screenreader 508-issue-keyboard benefits-team-1 squad-1 wicked | # 508-defect-2 [KEYBOARD, COGNITION] Tablist on compensation claims are links styled as a tablist without keyboard functionality
<!--
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.
## 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
## Details
> Styling links as tabs is deceptive – when a link is clicked, the content is shown after a page refresh with the focus moving back to the top of the viewport.
>
> But tabs don’t work like this – when a tab is clicked, the content is shown instantly without a page refresh and with the focus remaining on the tab.
>
> Keyboard users may expect to be able to use the left and right arrow keys in order to switch tabs. This wouldn’t be expected with a list of links.
>
> And (sighted) screen reader users may expect certain functionality, like using a shortcut to move focus to the associated tab panel or announcing which tab is selected.
>
> Tabs should only look like tabs if they behave like tabs otherwise it can be in disorienting and confusing for users.
[Avoiding tab styles for navigation](https://adamsilver.io/blog/avoiding-tab-styles-for-navigation/), Adam Silver (gov.uk)
### Current experience
https://user-images.githubusercontent.com/14154792/168847941-dda1f857-a82c-4b14-9433-02e5108b97bb.mov
Left and right arrow keys navigates _characters_ , not tabs
### Expected experience
https://user-images.githubusercontent.com/14154792/168848450-bf222124-4ccf-47ea-b242-516218640877.mov
Left and right arrow keys navigate between tabs OR these are written and styled as links.
### Testing
#### Edge / Windows (Keyboard only)
- [x] MDN tabs
- [ ] CST tabs (arrow keys don't work, `space` doesn't work)
#### JAWs / Edge / Windows
- [x] MDN tabs
- [ ] CST tabs (read character by character, `space` doesn't work)
#### Chrome / Windows (Keyboard only)
- [x] MDN tabs
- [ ] CST tabs (arrow keys don't work, `tab` only, `space` doesn't work)
#### NVDA / Chrome / Windows
- [x] MDN tabs
- [ ] CST tabs (read character by character, `space` doesn't work)
## Next steps
- [ ] Josh to document necessary code and design changes for both fixes
- [ ] Review with other a11y specialists ( @jaredcunha would love to pull you in here if you have time)
- [ ] Confirm with @skylerschain the necessary design lift required for both fixes
- [ ] Confirm with @jerekshoe the necessary engineering lift required for both fixes
- [ ] Select a fix between the two options
- [ ] Confirm with platform if this requires or does not require a collab cycle review
## Steps to Recreate
1. Enter `https://staging.va.gov/track-claims/your-claims/600219085/files` in browser
2. Start preferred screen reading device
3. Log in as user 233
4. Navigate to the tab list
5. Confirm right and left arrows do not navigate tab to tab
## Tab List
Reference MDN doc to add keyboard functionality
``` html
window.addEventListener('DOMContentLoaded', () => {
const tabs = document.querySelectorAll('[role="tab"]');
const tabList = document.querySelector('[role="tablist"]');
// Add a click event handler to each tab
tabs.forEach(tab => {
tab.addEventListener('click', changeTabs);
});
// Enable arrow navigation between tabs in the tab list
let tabFocus = 0;
tabList.addEventListener('keydown', e => {
// Move right
if (e.keyCode === 39 || e.keyCode === 37) {
tabs[tabFocus].setAttribute('tabindex', -1);
if (e.keyCode === 39) {
tabFocus++;
// If we're at the end, go to the start
if (tabFocus >= tabs.length) {
tabFocus = 0;
}
// Move left
} else if (e.keyCode === 37) {
tabFocus--;
// If we're at the start, move to the end
if (tabFocus < 0) {
tabFocus = tabs.length - 1;
}
}
tabs[tabFocus].setAttribute('tabindex', 0);
tabs[tabFocus].focus();
}
});
});
function changeTabs(e) {
const target = e.target;
const parent = target.parentNode;
const grandparent = parent.parentNode;
// Remove all current selected tabs
parent
.querySelectorAll('[aria-selected="true"]')
.forEach(t => t.setAttribute('aria-selected', false));
// Set this tab as selected
target.setAttribute('aria-selected', true);
// Hide all tab panels
grandparent
.querySelectorAll('[role="tabpanel"]')
.forEach(p => p.setAttribute('hidden', true));
// Show the selected panel
grandparent.parentNode
.querySelector(`#${target.getAttribute('aria-controls')}`)
.removeAttribute('hidden');
}
```
## Link List
### Visual design
#### Before
#### After
### Code
#### Before
``` html
<ul class="va-tabs claims-status-tabs" role="tablist">
<li role="presentation">
<a id="tabStatus" aria-controls="tabPanelStatus" aria-selected="true" role="tab" class="va-tab-trigger va-tab-trigger--current" href="/track-claims/your-claims/600307936/status">Status</a>
</li>
<li role="presentation">
<a id="tabFiles" aria-selected="false" role="tab" class="va-tab-trigger" href="/track-claims/your-claims/600307936/files">Files</a>
</li>
<li role="presentation">
<a id="tabDetails" aria-selected="false" role="tab" class="va-tab-trigger" href="/track-claims/your-claims/600307936/details">Details</a>
</li>
</ul>
<div role="tabpanel" id="tabPanelStatus" aria-labelledby="tabStatus">
<div class="va-tab-content claim-tab-content">
<div>
<h3 class="vads-u-visibility--screen-reader">Claim status</h3>
...
```
#### After
``` html
<ul>
<li><a href="/track-claims/your-claims/600307936/status">Status</a></li>
<li><a href="/track-claims/your-claims/600307936/files">Files</a></li>
<li><a href="/track-claims/your-claims/600307936/details">Details</a></li>
</ul>
<h1>Claim status</h1>
...
```
### Interaction
- [ ]
## WCAG or Vendor Guidance (optional)
[MDN Tab Role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tab_role)
[Avoiding tab styles for navigation](https://adamsilver.io/blog/avoiding-tab-styles-for-navigation/), Adam Silver (gov.uk)
| 1.0 | [508-defect-2] Tablist on compensation claims are links styled as a tablist without keyboard functionality - # 508-defect-2 [KEYBOARD, COGNITION] Tablist on compensation claims are links styled as a tablist without keyboard functionality
<!--
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.
## 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
## Details
> Styling links as tabs is deceptive – when a link is clicked, the content is shown after a page refresh with the focus moving back to the top of the viewport.
>
> But tabs don’t work like this – when a tab is clicked, the content is shown instantly without a page refresh and with the focus remaining on the tab.
>
> Keyboard users may expect to be able to use the left and right arrow keys in order to switch tabs. This wouldn’t be expected with a list of links.
>
> And (sighted) screen reader users may expect certain functionality, like using a shortcut to move focus to the associated tab panel or announcing which tab is selected.
>
> Tabs should only look like tabs if they behave like tabs otherwise it can be in disorienting and confusing for users.
[Avoiding tab styles for navigation](https://adamsilver.io/blog/avoiding-tab-styles-for-navigation/), Adam Silver (gov.uk)
### Current experience
https://user-images.githubusercontent.com/14154792/168847941-dda1f857-a82c-4b14-9433-02e5108b97bb.mov
Left and right arrow keys navigates _characters_ , not tabs
### Expected experience
https://user-images.githubusercontent.com/14154792/168848450-bf222124-4ccf-47ea-b242-516218640877.mov
Left and right arrow keys navigate between tabs OR these are written and styled as links.
### Testing
#### Edge / Windows (Keyboard only)
- [x] MDN tabs
- [ ] CST tabs (arrow keys don't work, `space` doesn't work)
#### JAWs / Edge / Windows
- [x] MDN tabs
- [ ] CST tabs (read character by character, `space` doesn't work)
#### Chrome / Windows (Keyboard only)
- [x] MDN tabs
- [ ] CST tabs (arrow keys don't work, `tab` only, `space` doesn't work)
#### NVDA / Chrome / Windows
- [x] MDN tabs
- [ ] CST tabs (read character by character, `space` doesn't work)
## Next steps
- [ ] Josh to document necessary code and design changes for both fixes
- [ ] Review with other a11y specialists ( @jaredcunha would love to pull you in here if you have time)
- [ ] Confirm with @skylerschain the necessary design lift required for both fixes
- [ ] Confirm with @jerekshoe the necessary engineering lift required for both fixes
- [ ] Select a fix between the two options
- [ ] Confirm with platform if this requires or does not require a collab cycle review
## Steps to Recreate
1. Enter `https://staging.va.gov/track-claims/your-claims/600219085/files` in browser
2. Start preferred screen reading device
3. Log in as user 233
4. Navigate to the tab list
5. Confirm right and left arrows do not navigate tab to tab
## Tab List
Reference MDN doc to add keyboard functionality
``` html
window.addEventListener('DOMContentLoaded', () => {
const tabs = document.querySelectorAll('[role="tab"]');
const tabList = document.querySelector('[role="tablist"]');
// Add a click event handler to each tab
tabs.forEach(tab => {
tab.addEventListener('click', changeTabs);
});
// Enable arrow navigation between tabs in the tab list
let tabFocus = 0;
tabList.addEventListener('keydown', e => {
// Move right
if (e.keyCode === 39 || e.keyCode === 37) {
tabs[tabFocus].setAttribute('tabindex', -1);
if (e.keyCode === 39) {
tabFocus++;
// If we're at the end, go to the start
if (tabFocus >= tabs.length) {
tabFocus = 0;
}
// Move left
} else if (e.keyCode === 37) {
tabFocus--;
// If we're at the start, move to the end
if (tabFocus < 0) {
tabFocus = tabs.length - 1;
}
}
tabs[tabFocus].setAttribute('tabindex', 0);
tabs[tabFocus].focus();
}
});
});
function changeTabs(e) {
const target = e.target;
const parent = target.parentNode;
const grandparent = parent.parentNode;
// Remove all current selected tabs
parent
.querySelectorAll('[aria-selected="true"]')
.forEach(t => t.setAttribute('aria-selected', false));
// Set this tab as selected
target.setAttribute('aria-selected', true);
// Hide all tab panels
grandparent
.querySelectorAll('[role="tabpanel"]')
.forEach(p => p.setAttribute('hidden', true));
// Show the selected panel
grandparent.parentNode
.querySelector(`#${target.getAttribute('aria-controls')}`)
.removeAttribute('hidden');
}
```
## Link List
### Visual design
#### Before
#### After
### Code
#### Before
``` html
<ul class="va-tabs claims-status-tabs" role="tablist">
<li role="presentation">
<a id="tabStatus" aria-controls="tabPanelStatus" aria-selected="true" role="tab" class="va-tab-trigger va-tab-trigger--current" href="/track-claims/your-claims/600307936/status">Status</a>
</li>
<li role="presentation">
<a id="tabFiles" aria-selected="false" role="tab" class="va-tab-trigger" href="/track-claims/your-claims/600307936/files">Files</a>
</li>
<li role="presentation">
<a id="tabDetails" aria-selected="false" role="tab" class="va-tab-trigger" href="/track-claims/your-claims/600307936/details">Details</a>
</li>
</ul>
<div role="tabpanel" id="tabPanelStatus" aria-labelledby="tabStatus">
<div class="va-tab-content claim-tab-content">
<div>
<h3 class="vads-u-visibility--screen-reader">Claim status</h3>
...
```
#### After
``` html
<ul>
<li><a href="/track-claims/your-claims/600307936/status">Status</a></li>
<li><a href="/track-claims/your-claims/600307936/files">Files</a></li>
<li><a href="/track-claims/your-claims/600307936/details">Details</a></li>
</ul>
<h1>Claim status</h1>
...
```
### Interaction
- [ ]
## WCAG or Vendor Guidance (optional)
[MDN Tab Role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tab_role)
[Avoiding tab styles for navigation](https://adamsilver.io/blog/avoiding-tab-styles-for-navigation/), Adam Silver (gov.uk)
| defect | tablist on compensation claims are links styled as a tablist without keyboard functionality defect tablist on compensation claims are links styled as a tablist without keyboard functionality 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 details styling links as tabs is deceptive – when a link is clicked the content is shown after a page refresh with the focus moving back to the top of the viewport but tabs don’t work like this – when a tab is clicked the content is shown instantly without a page refresh and with the focus remaining on the tab keyboard users may expect to be able to use the left and right arrow keys in order to switch tabs this wouldn’t be expected with a list of links and sighted screen reader users may expect certain functionality like using a shortcut to move focus to the associated tab panel or announcing which tab is selected tabs should only look like tabs if they behave like tabs otherwise it can be in disorienting and confusing for users adam silver gov uk current experience left and right arrow keys navigates characters not tabs expected experience left and right arrow keys navigate between tabs or these are written and styled as links testing edge windows keyboard only mdn tabs cst tabs arrow keys don t work space doesn t work jaws edge windows mdn tabs cst tabs read character by character space doesn t work chrome windows keyboard only mdn tabs cst tabs arrow keys don t work tab only space doesn t work nvda chrome windows mdn tabs cst tabs read character by character space doesn t work next steps josh to document necessary code and design changes for both fixes review with other specialists jaredcunha would love to pull you in here if you have time confirm with skylerschain the necessary design lift required for both fixes confirm with jerekshoe the necessary engineering lift required for both fixes select a fix between the two options confirm with platform if this requires or does not require a collab cycle review steps to recreate enter in browser start preferred screen reading device log in as user navigate to the tab list confirm right and left arrows do not navigate tab to tab tab list reference mdn doc to add keyboard functionality html window addeventlistener domcontentloaded const tabs document queryselectorall const tablist document queryselector add a click event handler to each tab tabs foreach tab tab addeventlistener click changetabs enable arrow navigation between tabs in the tab list let tabfocus tablist addeventlistener keydown e move right if e keycode e keycode tabs setattribute tabindex if e keycode tabfocus if we re at the end go to the start if tabfocus tabs length tabfocus move left else if e keycode tabfocus if we re at the start move to the end if tabfocus tabfocus tabs length tabs setattribute tabindex tabs focus function changetabs e const target e target const parent target parentnode const grandparent parent parentnode remove all current selected tabs parent queryselectorall foreach t t setattribute aria selected false set this tab as selected target setattribute aria selected true hide all tab panels grandparent queryselectorall foreach p p setattribute hidden true show the selected panel grandparent parentnode queryselector target getattribute aria controls removeattribute hidden link list visual design before after code before html status files details claim status after html status files details claim status interaction wcag or vendor guidance optional adam silver gov uk | 1 |
24,861 | 4,116,401,096 | IssuesEvent | 2016-06-08 00:21:46 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | opened | Conector-Timbrador-Addenda FacturaT, requiere de un directorio extra para grupo ETSA | defect | La estructura de directorios para las facturas es simple; por ejemplo:
C:\CONECTOR\FACTURAS\201606
Ahí se almacenan los PDF y XML's.
En el caso de este escenario en específico para este issue, necesita un directorio adicional, sino marca error aún cuando si timbró el XML (lo cuál está pior aún).
C:\CONECTOR\FACTURAS\201606\XML para guardar ahí un XML que nadie ocupa, y que corresponde al de la addenda facturat; digo que nadie ocupa, ya que una vez timbrado el XML, se le agrega dicha addenda.
La intención es quitar esta dependencia de este directorio que se tiene que crear a mano.
| 1.0 | Conector-Timbrador-Addenda FacturaT, requiere de un directorio extra para grupo ETSA - La estructura de directorios para las facturas es simple; por ejemplo:
C:\CONECTOR\FACTURAS\201606
Ahí se almacenan los PDF y XML's.
En el caso de este escenario en específico para este issue, necesita un directorio adicional, sino marca error aún cuando si timbró el XML (lo cuál está pior aún).
C:\CONECTOR\FACTURAS\201606\XML para guardar ahí un XML que nadie ocupa, y que corresponde al de la addenda facturat; digo que nadie ocupa, ya que una vez timbrado el XML, se le agrega dicha addenda.
La intención es quitar esta dependencia de este directorio que se tiene que crear a mano.
| defect | conector timbrador addenda facturat requiere de un directorio extra para grupo etsa la estructura de directorios para las facturas es simple por ejemplo c conector facturas ahí se almacenan los pdf y xml s en el caso de este escenario en específico para este issue necesita un directorio adicional sino marca error aún cuando si timbró el xml lo cuál está pior aún c conector facturas xml para guardar ahí un xml que nadie ocupa y que corresponde al de la addenda facturat digo que nadie ocupa ya que una vez timbrado el xml se le agrega dicha addenda la intención es quitar esta dependencia de este directorio que se tiene que crear a mano | 1 |
7,841 | 2,611,051,596 | IssuesEvent | 2015-02-27 00:23:45 | alistairreilly/andors-trail | https://api.github.com/repos/alistairreilly/andors-trail | closed | Attempt to leave the location right after entering it | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Attempt to leave the location right after entering it
What is the expected output? What do you see instead?
To exit the location you just came in, you have to make at least one step and
then one step back. You should be able to exit the location right after
entering it.
What version of the product are you using? On what operating system?
v0.6.6, Android 2.1
```
Original issue reported on code.google.com by `rafal.wa...@gmail.com` on 3 Dec 2010 at 12:10 | 1.0 | Attempt to leave the location right after entering it - ```
What steps will reproduce the problem?
1. Attempt to leave the location right after entering it
What is the expected output? What do you see instead?
To exit the location you just came in, you have to make at least one step and
then one step back. You should be able to exit the location right after
entering it.
What version of the product are you using? On what operating system?
v0.6.6, Android 2.1
```
Original issue reported on code.google.com by `rafal.wa...@gmail.com` on 3 Dec 2010 at 12:10 | defect | attempt to leave the location right after entering it what steps will reproduce the problem attempt to leave the location right after entering it what is the expected output what do you see instead to exit the location you just came in you have to make at least one step and then one step back you should be able to exit the location right after entering it what version of the product are you using on what operating system android original issue reported on code google com by rafal wa gmail com on dec at | 1 |
44,788 | 18,241,610,001 | IssuesEvent | 2021-10-01 13:33:50 | AtlasOfLivingAustralia/la-pipelines | https://api.github.com/repos/AtlasOfLivingAustralia/la-pipelines | closed | Queries with no field defined, fail during offline download | bug biocache-service | Tim:
> A user is searching in AVH and finding a single record using this search: https://avh.ala.org.au/occurrences/search?q=Reddellomyces%20AND%20collection_uid%3Ac[…]A00Z%20TO%201999-12-31T00%3A00%3A00Z%5D&qc=data_hub_uid%3Adh9
> However, if you attempt to download this one record from that search, you will get a CSV file with headers but no record in it. If you search for the same record via catalogue number and download it from that query, it does download correctly: https://avh.ala.org.au/occurrences/search?q=catalogue_number%3A%22MEL%202096548A%22&qc=data_hub_uid%3Adh9#tab_mapView
> This is how the two downloads appear for me in my download history - the 1 record, 0 datasets DOI is from the user's search, while the 1 record, 4 (!?) datasets DOI is from my catalogue number search.
>
> 
>
>
> 08:51
> Not sure if it's pipelines-related or just a downloads/query quirk we haven't run into previously. Ticket for reference is https://support.ehelp.edu.au/a/tickets/110931
Nick:
> Thats a good one - no idea on first glance. FYI, the 4 datasets are not datasets but different metadata "types" that overlap. E.g. a "data resource" can also be a "collection", that can be part of an "institution" or "data provider".
>
>
> 09:00
> I'm seeing an error in the logs for the download query. So looks like a bug. | 1.0 | Queries with no field defined, fail during offline download - Tim:
> A user is searching in AVH and finding a single record using this search: https://avh.ala.org.au/occurrences/search?q=Reddellomyces%20AND%20collection_uid%3Ac[…]A00Z%20TO%201999-12-31T00%3A00%3A00Z%5D&qc=data_hub_uid%3Adh9
> However, if you attempt to download this one record from that search, you will get a CSV file with headers but no record in it. If you search for the same record via catalogue number and download it from that query, it does download correctly: https://avh.ala.org.au/occurrences/search?q=catalogue_number%3A%22MEL%202096548A%22&qc=data_hub_uid%3Adh9#tab_mapView
> This is how the two downloads appear for me in my download history - the 1 record, 0 datasets DOI is from the user's search, while the 1 record, 4 (!?) datasets DOI is from my catalogue number search.
>
> 
>
>
> 08:51
> Not sure if it's pipelines-related or just a downloads/query quirk we haven't run into previously. Ticket for reference is https://support.ehelp.edu.au/a/tickets/110931
Nick:
> Thats a good one - no idea on first glance. FYI, the 4 datasets are not datasets but different metadata "types" that overlap. E.g. a "data resource" can also be a "collection", that can be part of an "institution" or "data provider".
>
>
> 09:00
> I'm seeing an error in the logs for the download query. So looks like a bug. | non_defect | queries with no field defined fail during offline download tim a user is searching in avh and finding a single record using this search qc data hub uid however if you attempt to download this one record from that search you will get a csv file with headers but no record in it if you search for the same record via catalogue number and download it from that query it does download correctly this is how the two downloads appear for me in my download history the record datasets doi is from the user s search while the record datasets doi is from my catalogue number search not sure if it s pipelines related or just a downloads query quirk we haven t run into previously ticket for reference is nick thats a good one no idea on first glance fyi the datasets are not datasets but different metadata types that overlap e g a data resource can also be a collection that can be part of an institution or data provider i m seeing an error in the logs for the download query so looks like a bug | 0 |
189,467 | 15,189,178,007 | IssuesEvent | 2021-02-15 16:03:40 | UnBArqDsw2020-2/2020.2_G5_EasyCoffee | https://api.github.com/repos/UnBArqDsw2020-2/2020.2_G5_EasyCoffee | opened | documento_de_visao | artefato documentation | **Descrição**
<!-- Escreva uma breve descrição da issue -->
Criação de documento de visão do projeto.
**Objetivo**
<!-- Descreva sucintamente o objetivo dessa issue -->
Auxiliar no desenvolvimento do projeto e descrever regras de negócio etc.
**Tarefas**
<!-- Se existirem, adicione as tarefas a serem realizadas -->
- [ ] Criação do documento de visão.
- [ ] Adicionar quadro de versionamento na wiki.
- [ ] Adicionar referências bibliográficas na wiki.
**Informações adicionais**
<!-- Se necessário, descreva alguma informação adicional sobre o documento -->
**Checklist**
- [ ] A issue possui nome significativo.
- [ ] A issue possui descrição significativa.
- [ ] A issue possui screenshots quando necessárias.
- [ ] A issue possui labels.
| 1.0 | documento_de_visao - **Descrição**
<!-- Escreva uma breve descrição da issue -->
Criação de documento de visão do projeto.
**Objetivo**
<!-- Descreva sucintamente o objetivo dessa issue -->
Auxiliar no desenvolvimento do projeto e descrever regras de negócio etc.
**Tarefas**
<!-- Se existirem, adicione as tarefas a serem realizadas -->
- [ ] Criação do documento de visão.
- [ ] Adicionar quadro de versionamento na wiki.
- [ ] Adicionar referências bibliográficas na wiki.
**Informações adicionais**
<!-- Se necessário, descreva alguma informação adicional sobre o documento -->
**Checklist**
- [ ] A issue possui nome significativo.
- [ ] A issue possui descrição significativa.
- [ ] A issue possui screenshots quando necessárias.
- [ ] A issue possui labels.
| non_defect | documento de visao descrição criação de documento de visão do projeto objetivo auxiliar no desenvolvimento do projeto e descrever regras de negócio etc tarefas criação do documento de visão adicionar quadro de versionamento na wiki adicionar referências bibliográficas na wiki informações adicionais checklist a issue possui nome significativo a issue possui descrição significativa a issue possui screenshots quando necessárias a issue possui labels | 0 |
756,069 | 26,455,052,965 | IssuesEvent | 2023-01-16 13:55:04 | 42-webserv/SpaceX | https://api.github.com/repos/42-webserv/SpaceX | closed | [⚙] test script using curl, telnet | Priority: ⭑⭑⭑ [Reason] Todo: ⌨ Status: ▶ | **내용**
* 여기다가 내용 쓰세용
</br></br>
**태스크**
- [x] telnet
- [x] curl
e.g.
```
curl -X POST -H “Content-Type: plain/text” –data "" localhost:port/location
curl –resolve example.com:80:127.0.0.1 http://example.com/
```
| 1.0 | [⚙] test script using curl, telnet - **내용**
* 여기다가 내용 쓰세용
</br></br>
**태스크**
- [x] telnet
- [x] curl
e.g.
```
curl -X POST -H “Content-Type: plain/text” –data "" localhost:port/location
curl –resolve example.com:80:127.0.0.1 http://example.com/
```
| non_defect | test script using curl telnet 내용 여기다가 내용 쓰세용 태스크 telnet curl e g curl x post h “content type plain text” –data localhost port location curl –resolve example com | 0 |
304,685 | 26,324,171,246 | IssuesEvent | 2023-01-10 04:11:50 | oxidecomputer/propolis | https://api.github.com/repos/oxidecomputer/propolis | opened | Consider adding PHD runs with release propolis-server to CI | enhancement testing | PHD runs in CI test using a debug propolis-server for its (theoretically) better debuggability when tests fail. By default, however, Omicron uses release builds of propolis-server, which can behave differently in surprising ways; see e.g. #292.
We should consider adding some kind of CI run that checks that release builds of the server pass our integration tests. | 1.0 | Consider adding PHD runs with release propolis-server to CI - PHD runs in CI test using a debug propolis-server for its (theoretically) better debuggability when tests fail. By default, however, Omicron uses release builds of propolis-server, which can behave differently in surprising ways; see e.g. #292.
We should consider adding some kind of CI run that checks that release builds of the server pass our integration tests. | non_defect | consider adding phd runs with release propolis server to ci phd runs in ci test using a debug propolis server for its theoretically better debuggability when tests fail by default however omicron uses release builds of propolis server which can behave differently in surprising ways see e g we should consider adding some kind of ci run that checks that release builds of the server pass our integration tests | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.