Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 4 112 | repo_url stringlengths 33 141 | action stringclasses 3 values | title stringlengths 1 1.02k | labels stringlengths 4 1.54k | body stringlengths 1 262k | index stringclasses 17 values | text_combine stringlengths 95 262k | label stringclasses 2 values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55,350 | 3,073,022,450 | IssuesEvent | 2015-08-19 19:50:20 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | Using protected members (e.g. clicker) in Solo subclass causes "The type [...] is not visible" error | bug imported Priority-Medium wontfix | _From [Frozenmo...@gmail.com](https://code.google.com/u/109250607565873217884/) on August 06, 2012 09:57:15_
What steps will reproduce the problem? Here's an example code which reproduces this problem:
public class MySolo extends Solo {
public MySolo(Instrumentation instrumentation, Activity activity) {
super(instrumentation, activity);
}
public void clickOnSpinner(int index) {
clicker.clickOn(Spinner.class, index); // ERROR: The type Clicker is not visible
}
} What version of the product are you using? On what operating system? robotium: 3.3 Please provide any additional information below. This issue is related to issue #248 , which suggests making some private field protected. In robotium 3.3, those field have been made protected, and subclasses can reference them. However, subclasses still can't access public interfaces of those type.
Similar problem was discussed in this stackoverflow question: http://stackoverflow.com/questions/5821546 According to it's best answer, the error is caused by using a non-public class in different package.
Making the class public may fix the problem.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=300_ | 1.0 | Using protected members (e.g. clicker) in Solo subclass causes "The type [...] is not visible" error - _From [Frozenmo...@gmail.com](https://code.google.com/u/109250607565873217884/) on August 06, 2012 09:57:15_
What steps will reproduce the problem? Here's an example code which reproduces this problem:
public class MySolo extends Solo {
public MySolo(Instrumentation instrumentation, Activity activity) {
super(instrumentation, activity);
}
public void clickOnSpinner(int index) {
clicker.clickOn(Spinner.class, index); // ERROR: The type Clicker is not visible
}
} What version of the product are you using? On what operating system? robotium: 3.3 Please provide any additional information below. This issue is related to issue #248 , which suggests making some private field protected. In robotium 3.3, those field have been made protected, and subclasses can reference them. However, subclasses still can't access public interfaces of those type.
Similar problem was discussed in this stackoverflow question: http://stackoverflow.com/questions/5821546 According to it's best answer, the error is caused by using a non-public class in different package.
Making the class public may fix the problem.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=300_ | non_test | using protected members e g clicker in solo subclass causes the type is not visible error from on august what steps will reproduce the problem here s an example code which reproduces this problem public class mysolo extends solo public mysolo instrumentation instrumentation activity activity super instrumentation activity public void clickonspinner int index clicker clickon spinner class index error the type clicker is not visible what version of the product are you using on what operating system robotium please provide any additional information below this issue is related to issue which suggests making some private field protected in robotium those field have been made protected and subclasses can reference them however subclasses still can t access public interfaces of those type similar problem was discussed in this stackoverflow question according to it s best answer the error is caused by using a non public class in different package making the class public may fix the problem original issue | 0 |
156,217 | 12,301,304,897 | IssuesEvent | 2020-05-11 15:13:21 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | opened | DISABLED test_backward_node_failure (__main__.DistAutogradTestWithSpawn) | module: rpc topic: flaky-tests triaged | https://app.circleci.com/pipelines/github/pytorch/pytorch/167142/workflows/f9f81117-4442-4d4f-a792-a0cf8ccef7a9/jobs/5411466/steps
```
May 09 00:31:28 test_backward_node_failure (__main__.DistAutogradTestWithSpawn) ... [E thread_pool.cpp:112] Exception in thread pool task: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:40840
May 09 00:31:28 [E thread_pool.cpp:112] Exception in thread pool task: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:21152
May 09 00:31:28 [E container.cpp:248] Could not release Dist Autograd Context on node 1: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:21152 on node: 2
May 09 00:31:28 [E container.cpp:248] Could not release Dist Autograd Context on node 3: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:39126 on node: 2
May 09 00:31:28 [E container.cpp:248] Could not release Dist Autograd Context on node 1: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:50871 on node: 0
May 09 00:31:28 [E container.cpp:248] Could not release Dist Autograd Context on node 3: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:40840 on node: 0
May 09 00:33:07 Timing out after 100 seconds and killing subprocesses.
May 09 00:33:07 ERROR (100.021s)
May 09 00:33:08 test_backward_node_failure_python_udf (__main__.DistAutogradTestWithSpawn) ... [E thread_pool.cpp:112] Exception in thread pool task: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:34446
May 09 00:33:08 [E container.cpp:248] Could not release Dist Autograd Context on node 2: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:8079 on node: 0
May 09 00:33:08 [E container.cpp:248] Could not release Dist Autograd Context on node 2: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:10419 on node: 1
May 09 00:33:08 ok (0.918s)
```
```
May 09 00:33:59 ======================================================================
May 09 00:33:59 ERROR [100.021s]: test_backward_node_failure (__main__.DistAutogradTestWithSpawn)
May 09 00:33:59 ----------------------------------------------------------------------
May 09 00:33:59 Traceback (most recent call last):
May 09 00:33:59 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 184, in wrapper
May 09 00:33:59 self._join_processes(fn)
May 09 00:33:59 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 286, in _join_processes
May 09 00:33:59 self._check_return_codes(elapsed_time)
May 09 00:33:59 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 324, in _check_return_codes
May 09 00:33:59 raise RuntimeError('Process {} terminated or timed out after {} seconds'.format(i, elapsed_time))
May 09 00:33:59 RuntimeError: Process 2 terminated or timed out after 100.0092408657074 seconds
``` | 1.0 | DISABLED test_backward_node_failure (__main__.DistAutogradTestWithSpawn) - https://app.circleci.com/pipelines/github/pytorch/pytorch/167142/workflows/f9f81117-4442-4d4f-a792-a0cf8ccef7a9/jobs/5411466/steps
```
May 09 00:31:28 test_backward_node_failure (__main__.DistAutogradTestWithSpawn) ... [E thread_pool.cpp:112] Exception in thread pool task: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:40840
May 09 00:31:28 [E thread_pool.cpp:112] Exception in thread pool task: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:21152
May 09 00:31:28 [E container.cpp:248] Could not release Dist Autograd Context on node 1: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:21152 on node: 2
May 09 00:31:28 [E container.cpp:248] Could not release Dist Autograd Context on node 3: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:39126 on node: 2
May 09 00:31:28 [E container.cpp:248] Could not release Dist Autograd Context on node 1: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:50871 on node: 0
May 09 00:31:28 [E container.cpp:248] Could not release Dist Autograd Context on node 3: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:40840 on node: 0
May 09 00:33:07 Timing out after 100 seconds and killing subprocesses.
May 09 00:33:07 ERROR (100.021s)
May 09 00:33:08 test_backward_node_failure_python_udf (__main__.DistAutogradTestWithSpawn) ... [E thread_pool.cpp:112] Exception in thread pool task: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:34446
May 09 00:33:08 [E container.cpp:248] Could not release Dist Autograd Context on node 2: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:8079 on node: 0
May 09 00:33:08 [E container.cpp:248] Could not release Dist Autograd Context on node 2: Encountered exception in ProcessGroupAgent::enqueueSend: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:10419 on node: 1
May 09 00:33:08 ok (0.918s)
```
```
May 09 00:33:59 ======================================================================
May 09 00:33:59 ERROR [100.021s]: test_backward_node_failure (__main__.DistAutogradTestWithSpawn)
May 09 00:33:59 ----------------------------------------------------------------------
May 09 00:33:59 Traceback (most recent call last):
May 09 00:33:59 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 184, in wrapper
May 09 00:33:59 self._join_processes(fn)
May 09 00:33:59 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 286, in _join_processes
May 09 00:33:59 self._check_return_codes(elapsed_time)
May 09 00:33:59 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 324, in _check_return_codes
May 09 00:33:59 raise RuntimeError('Process {} terminated or timed out after {} seconds'.format(i, elapsed_time))
May 09 00:33:59 RuntimeError: Process 2 terminated or timed out after 100.0092408657074 seconds
``` | test | disabled test backward node failure main distautogradtestwithspawn may test backward node failure main distautogradtestwithspawn exception in thread pool task connection closed by peer may exception in thread pool task connection closed by peer may could not release dist autograd context on node encountered exception in processgroupagent enqueuesend connection closed by peer on node may could not release dist autograd context on node encountered exception in processgroupagent enqueuesend connection closed by peer on node may could not release dist autograd context on node encountered exception in processgroupagent enqueuesend connection closed by peer on node may could not release dist autograd context on node encountered exception in processgroupagent enqueuesend connection closed by peer on node may timing out after seconds and killing subprocesses may error may test backward node failure python udf main distautogradtestwithspawn exception in thread pool task connection closed by peer may could not release dist autograd context on node encountered exception in processgroupagent enqueuesend connection closed by peer on node may could not release dist autograd context on node encountered exception in processgroupagent enqueuesend connection closed by peer on node may ok may may error test backward node failure main distautogradtestwithspawn may may traceback most recent call last may file opt conda lib site packages torch testing internal common distributed py line in wrapper may self join processes fn may file opt conda lib site packages torch testing internal common distributed py line in join processes may self check return codes elapsed time may file opt conda lib site packages torch testing internal common distributed py line in check return codes may raise runtimeerror process terminated or timed out after seconds format i elapsed time may runtimeerror process terminated or timed out after seconds | 1 |
618,211 | 19,429,357,778 | IssuesEvent | 2021-12-21 10:07:16 | bounswe/2021SpringGroup4 | https://api.github.com/repos/bounswe/2021SpringGroup4 | closed | Frontend : Implement Autocomplete for Location input in Event Creation | Priority: High Status: In Progress Type: Development Frontend | Users should be able to select location from google maps places api suggestions , as they type the location.
For this, the request that is made to the "/api/events/" endpoint in the backend will be updated. | 1.0 | Frontend : Implement Autocomplete for Location input in Event Creation - Users should be able to select location from google maps places api suggestions , as they type the location.
For this, the request that is made to the "/api/events/" endpoint in the backend will be updated. | non_test | frontend implement autocomplete for location input in event creation users should be able to select location from google maps places api suggestions as they type the location for this the request that is made to the api events endpoint in the backend will be updated | 0 |
79,924 | 29,525,313,450 | IssuesEvent | 2023-06-05 07:13:55 | fieldenms/tg | https://api.github.com/repos/fieldenms/tg | opened | Compound Master: stops working in case where produced entity key is exactly the same after saving | Defect Entity master | ### Description
Recently it has been discovered that if new `Entity` is produced with `key = KEY1` in `OpenEntityMasterActionProducer` and this `Entity` is getting saved later by tapping `SAVE` button (no alterations to its `key`, i.e. leaving it exactly `KEY1`), then compound master becomes broken.
It definitely saves new `Entity` instance, title of compound master gets updated and, seemingly, all is correct. We can even move to other menu item of compound master. However, if we go back to `Main` menu item, compound master creates new `Entity` instance again. We then are not able move to other menu items and the data for previously saved `Entity` with `key = KEY1` is lost.
We didn't notice this problem as, usually, the key (or keys) of produced `Entity` instance generates automatically on `SAVE` or it is not complete, e.g. we only have `one` part of `one-2-many` association set and user needs to provide other parts.
_**Implementation details:**_
At this stage `key` of compound master opener is needed to be "changed" after `SAVE` i.e. `modifPropertiesHolder` to have entry like this: `..., @@touchedProps: [], @modified: true, ..., key: {val: 'TEST8', origVal: '[key is not assigned]', valId: 3750}, sectionTitle: {val: 'TEST8: test rotable', origVal: 'Add new Rotable'}, ...`. We need to remove such constraint somehow.
### Expected outcome
Correctly operating compound master in case where produced entity key is exactly the same after saving.
### Actual outcome
Compound master starts creating new instances after moving to other menu items and back to `Main` in case where produced entity key was exactly the same as after saving. | 1.0 | Compound Master: stops working in case where produced entity key is exactly the same after saving - ### Description
Recently it has been discovered that if new `Entity` is produced with `key = KEY1` in `OpenEntityMasterActionProducer` and this `Entity` is getting saved later by tapping `SAVE` button (no alterations to its `key`, i.e. leaving it exactly `KEY1`), then compound master becomes broken.
It definitely saves new `Entity` instance, title of compound master gets updated and, seemingly, all is correct. We can even move to other menu item of compound master. However, if we go back to `Main` menu item, compound master creates new `Entity` instance again. We then are not able move to other menu items and the data for previously saved `Entity` with `key = KEY1` is lost.
We didn't notice this problem as, usually, the key (or keys) of produced `Entity` instance generates automatically on `SAVE` or it is not complete, e.g. we only have `one` part of `one-2-many` association set and user needs to provide other parts.
_**Implementation details:**_
At this stage `key` of compound master opener is needed to be "changed" after `SAVE` i.e. `modifPropertiesHolder` to have entry like this: `..., @@touchedProps: [], @modified: true, ..., key: {val: 'TEST8', origVal: '[key is not assigned]', valId: 3750}, sectionTitle: {val: 'TEST8: test rotable', origVal: 'Add new Rotable'}, ...`. We need to remove such constraint somehow.
### Expected outcome
Correctly operating compound master in case where produced entity key is exactly the same after saving.
### Actual outcome
Compound master starts creating new instances after moving to other menu items and back to `Main` in case where produced entity key was exactly the same as after saving. | non_test | compound master stops working in case where produced entity key is exactly the same after saving description recently it has been discovered that if new entity is produced with key in openentitymasteractionproducer and this entity is getting saved later by tapping save button no alterations to its key i e leaving it exactly then compound master becomes broken it definitely saves new entity instance title of compound master gets updated and seemingly all is correct we can even move to other menu item of compound master however if we go back to main menu item compound master creates new entity instance again we then are not able move to other menu items and the data for previously saved entity with key is lost we didn t notice this problem as usually the key or keys of produced entity instance generates automatically on save or it is not complete e g we only have one part of one many association set and user needs to provide other parts implementation details at this stage key of compound master opener is needed to be changed after save i e modifpropertiesholder to have entry like this touchedprops modified true key val origval valid sectiontitle val test rotable origval add new rotable we need to remove such constraint somehow expected outcome correctly operating compound master in case where produced entity key is exactly the same after saving actual outcome compound master starts creating new instances after moving to other menu items and back to main in case where produced entity key was exactly the same as after saving | 0 |
262,604 | 22,946,797,027 | IssuesEvent | 2022-07-19 01:22:03 | Automattic/woocommerce-payments | https://api.github.com/repos/Automattic/woocommerce-payments | closed | Running tests consecutively results in failed tests | type: bug component: tests category: engineering needs prioritisation | ### Describe the bug
<!-- A clear and concise description of what the bug is. Please be as descriptive as possible. -->
When you run tests using `npm run test:php` on environment where you already executed tests will result in failed test because some tables are missing
### To Reproduce
<!-- Describe the steps to reproduce the behavior. -->
1. To have a clean environment, execute `npm run down`
2. Bring environment up by running `npm run up`
3. Execute PHP tests and confirm that they all pass (they should at this point) by running `npm run test:php`
4. Run `npm run test:php` again to rerun tests again. This is normal flow when you are coding and checking or fixing broken tests
5. You should receive an error that will look like this: `WordPress database error Table 'wcpay_tests.wptests_wc_admin_notes'`
### Actual behavior
Tests fail to pass if you run them consecutively
### Screenshots
N/A
### Expected behavior
Test should pass if you run them consecutively
### Desktop (please complete the following information):
* OS: All
* Browser All
* Version All
### Additional context
One of our test(s) deletes the table core WordPress table that was added during the installation of WordPress Test environment.
| 1.0 | Running tests consecutively results in failed tests - ### Describe the bug
<!-- A clear and concise description of what the bug is. Please be as descriptive as possible. -->
When you run tests using `npm run test:php` on environment where you already executed tests will result in failed test because some tables are missing
### To Reproduce
<!-- Describe the steps to reproduce the behavior. -->
1. To have a clean environment, execute `npm run down`
2. Bring environment up by running `npm run up`
3. Execute PHP tests and confirm that they all pass (they should at this point) by running `npm run test:php`
4. Run `npm run test:php` again to rerun tests again. This is normal flow when you are coding and checking or fixing broken tests
5. You should receive an error that will look like this: `WordPress database error Table 'wcpay_tests.wptests_wc_admin_notes'`
### Actual behavior
Tests fail to pass if you run them consecutively
### Screenshots
N/A
### Expected behavior
Test should pass if you run them consecutively
### Desktop (please complete the following information):
* OS: All
* Browser All
* Version All
### Additional context
One of our test(s) deletes the table core WordPress table that was added during the installation of WordPress Test environment.
| test | running tests consecutively results in failed tests describe the bug when you run tests using npm run test php on environment where you already executed tests will result in failed test because some tables are missing to reproduce to have a clean environment execute npm run down bring environment up by running npm run up execute php tests and confirm that they all pass they should at this point by running npm run test php run npm run test php again to rerun tests again this is normal flow when you are coding and checking or fixing broken tests you should receive an error that will look like this wordpress database error table wcpay tests wptests wc admin notes actual behavior tests fail to pass if you run them consecutively screenshots n a expected behavior test should pass if you run them consecutively desktop please complete the following information os all browser all version all additional context one of our test s deletes the table core wordpress table that was added during the installation of wordpress test environment | 1 |
116,727 | 9,882,131,034 | IssuesEvent | 2019-06-24 16:06:49 | flutter/devtools | https://api.github.com/repos/flutter/devtools | opened | Unskip DDC tests on stable after next Dart release | testing | We're skipping the tests for DDC on stable because of the JS interop issue (#666) and need to revert it after the next stable Dart release which will include the fix.
https://github.com/flutter/devtools/pull/666#pullrequestreview-253506999
DDC is used only when developing locally so this doesn't affect end users of DevTools since they get the dart2js version. | 1.0 | Unskip DDC tests on stable after next Dart release - We're skipping the tests for DDC on stable because of the JS interop issue (#666) and need to revert it after the next stable Dart release which will include the fix.
https://github.com/flutter/devtools/pull/666#pullrequestreview-253506999
DDC is used only when developing locally so this doesn't affect end users of DevTools since they get the dart2js version. | test | unskip ddc tests on stable after next dart release we re skipping the tests for ddc on stable because of the js interop issue and need to revert it after the next stable dart release which will include the fix ddc is used only when developing locally so this doesn t affect end users of devtools since they get the version | 1 |
110,859 | 16,994,680,602 | IssuesEvent | 2021-07-01 03:58:19 | scriptex/material-snake | https://api.github.com/repos/scriptex/material-snake | closed | CVE-2021-29060 (Medium) detected in color-string-1.5.4.tgz | security vulnerability | ## CVE-2021-29060 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>color-string-1.5.4.tgz</b></p></summary>
<p>Parser and generator for CSS color strings</p>
<p>Library home page: <a href="https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz">https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz</a></p>
<p>Path to dependency file: material-snake/package.json</p>
<p>Path to vulnerable library: material-snake/node_modules/color-string</p>
<p>
Dependency Hierarchy:
- create-pwa-2.3.1.tgz (Root Library)
- sharp-0.27.1.tgz
- color-3.1.3.tgz
- :x: **color-string-1.5.4.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/scriptex/material-snake/commit/0e39816ce1834f079108819c73e964c9f699fb0f">0e39816ce1834f079108819c73e964c9f699fb0f</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A Regular Expression Denial of Service (ReDOS) vulnerability was discovered in Color-String version 1.5.5 and below which occurs when the application is provided and checks a crafted invalid HWB string.
<p>Publish Date: 2021-06-21
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29060>CVE-2021-29060</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-257v-vj4p-3w2h">https://github.com/advisories/GHSA-257v-vj4p-3w2h</a></p>
<p>Release Date: 2021-06-21</p>
<p>Fix Resolution: color-string - 1.5.5</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-29060 (Medium) detected in color-string-1.5.4.tgz - ## CVE-2021-29060 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>color-string-1.5.4.tgz</b></p></summary>
<p>Parser and generator for CSS color strings</p>
<p>Library home page: <a href="https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz">https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz</a></p>
<p>Path to dependency file: material-snake/package.json</p>
<p>Path to vulnerable library: material-snake/node_modules/color-string</p>
<p>
Dependency Hierarchy:
- create-pwa-2.3.1.tgz (Root Library)
- sharp-0.27.1.tgz
- color-3.1.3.tgz
- :x: **color-string-1.5.4.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/scriptex/material-snake/commit/0e39816ce1834f079108819c73e964c9f699fb0f">0e39816ce1834f079108819c73e964c9f699fb0f</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A Regular Expression Denial of Service (ReDOS) vulnerability was discovered in Color-String version 1.5.5 and below which occurs when the application is provided and checks a crafted invalid HWB string.
<p>Publish Date: 2021-06-21
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29060>CVE-2021-29060</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-257v-vj4p-3w2h">https://github.com/advisories/GHSA-257v-vj4p-3w2h</a></p>
<p>Release Date: 2021-06-21</p>
<p>Fix Resolution: color-string - 1.5.5</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in color string tgz cve medium severity vulnerability vulnerable library color string tgz parser and generator for css color strings library home page a href path to dependency file material snake package json path to vulnerable library material snake node modules color string dependency hierarchy create pwa tgz root library sharp tgz color tgz x color string tgz vulnerable library found in head commit a href found in base branch master vulnerability details a regular expression denial of service redos vulnerability was discovered in color string version and below which occurs when the application is provided and checks a crafted invalid hwb string publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution color string step up your open source security game with whitesource | 0 |
196,549 | 6,934,965,055 | IssuesEvent | 2017-12-03 01:31:37 | JustBru00/RenamePlugin | https://api.github.com/repos/JustBru00/RenamePlugin | closed | Add per material permissions to /glow, /removeglow, /setloreline, /removeloreline | Addition Request Medium Priority Possible TODO | Really should have been added a while ago.
Make sure to use the new format for version 3.2.
epicrename.{CMD}.material.{CODE} | 1.0 | Add per material permissions to /glow, /removeglow, /setloreline, /removeloreline - Really should have been added a while ago.
Make sure to use the new format for version 3.2.
epicrename.{CMD}.material.{CODE} | non_test | add per material permissions to glow removeglow setloreline removeloreline really should have been added a while ago make sure to use the new format for version epicrename cmd material code | 0 |
302,018 | 26,118,177,784 | IssuesEvent | 2022-12-28 09:15:23 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: follower-reads/survival=region/locality=global/reads=bounded-staleness failed | C-test-failure O-robot O-roachtest branch-master release-blocker T-kv | roachtest.follower-reads/survival=region/locality=global/reads=bounded-staleness [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8087931?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8087931?buildTab=artifacts#/follower-reads/survival=region/locality=global/reads=bounded-staleness) on master @ [c4bde8b72cdd4016845ae70ef5162b3f11fab1fb](https://github.com/cockroachdb/cockroach/commits/c4bde8b72cdd4016845ae70ef5162b3f11fab1fb):
```
test artifacts and logs in: /artifacts/follower-reads/survival=region/locality=global/reads=bounded-staleness/run_1
(test_impl.go:314).Errorf:
Error Trace: /go/src/github.com/cockroachdb/cockroach/follower_reads.go:518
/go/src/github.com/cockroachdb/cockroach/follower_reads.go:73
/go/src/github.com/cockroachdb/cockroach/test_runner.go:943
/go/src/github.com/cockroachdb/cockroach/asm_amd64.s:1594
Error: Received unexpected error:
pq: relation "test" does not exist
Test: follower-reads/survival=region/locality=global/reads=bounded-staleness
(test_impl.go:303).FailNow: FailNow called
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_fs=ext4</code>
, <code>ROACHTEST_localSSD=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*follower-reads/survival=region/locality=global/reads=bounded-staleness.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-22778
Epic CRDB-18656 | 2.0 | roachtest: follower-reads/survival=region/locality=global/reads=bounded-staleness failed - roachtest.follower-reads/survival=region/locality=global/reads=bounded-staleness [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8087931?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8087931?buildTab=artifacts#/follower-reads/survival=region/locality=global/reads=bounded-staleness) on master @ [c4bde8b72cdd4016845ae70ef5162b3f11fab1fb](https://github.com/cockroachdb/cockroach/commits/c4bde8b72cdd4016845ae70ef5162b3f11fab1fb):
```
test artifacts and logs in: /artifacts/follower-reads/survival=region/locality=global/reads=bounded-staleness/run_1
(test_impl.go:314).Errorf:
Error Trace: /go/src/github.com/cockroachdb/cockroach/follower_reads.go:518
/go/src/github.com/cockroachdb/cockroach/follower_reads.go:73
/go/src/github.com/cockroachdb/cockroach/test_runner.go:943
/go/src/github.com/cockroachdb/cockroach/asm_amd64.s:1594
Error: Received unexpected error:
pq: relation "test" does not exist
Test: follower-reads/survival=region/locality=global/reads=bounded-staleness
(test_impl.go:303).FailNow: FailNow called
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_fs=ext4</code>
, <code>ROACHTEST_localSSD=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*follower-reads/survival=region/locality=global/reads=bounded-staleness.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-22778
Epic CRDB-18656 | test | roachtest follower reads survival region locality global reads bounded staleness failed roachtest follower reads survival region locality global reads bounded staleness with on master test artifacts and logs in artifacts follower reads survival region locality global reads bounded staleness run test impl go errorf error trace go src github com cockroachdb cockroach follower reads go go src github com cockroachdb cockroach follower reads go go src github com cockroachdb cockroach test runner go go src github com cockroachdb cockroach asm s error received unexpected error pq relation test does not exist test follower reads survival region locality global reads bounded staleness test impl go failnow failnow called parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest fs roachtest localssd true roachtest ssd help see see cc cockroachdb kv triage jira issue crdb epic crdb | 1 |
275,422 | 30,237,717,220 | IssuesEvent | 2023-07-06 11:26:51 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | Prepare the Security, Spaces, and Encrypted Saved Objects HTTP APIs for the Serverless offering | blocker Team:Security Feature:Security/Authentication Feature:Security/Spaces Feature:Security/Authorization Feature:Security/Interactive Setup Feature:Security/Sharing Saved Objects Feature:Security/Encrypted Saved Objects Feature:Security/Session Management Feature:Security/User Profile Project:Serverless MVP v8.10.0 | ## Summary
Based on @jeramysoucy's comprehensive `Platform Security serverless API audit` document (ask if you need a link), here's the breakdown of the work required to prepare our HTTP API surface for the Serverless offering (MVP):
### Disable HTTP APIs completely
HTTP APIs mentioned in this section shouldn't be registered with the Core's HTTP Router at all if the XXX (name is still TBD) configuration flag is set.
- [ ] All deprecated APIs: `GET /api/security/v1/logout`, `GET /internal/security/v1/me`, `GET /api/security/v1/oidc/implicit`, `GET /api/security/v1/oidc`, `POST /api/security/v1/oidc`, `POST /api/security/v1/saml`. Note that `/api/security/v1/oidc/*` will already be disabled in Serverless since OIDC provider isn't configured.
- [ ] All authentication-related APIs, except for those specified in the **"Mark HTTP APIs as internal"** and **"Keep HTTP APIs as public"** sections.
- [ ] All authorization-related APIs
- [ ] All role mappings APIs
- [ ] All user management APIs (`/internal/security/users/*`)
- [ ] `POST /api/security/session/_invalidate` ([Invalidate user sessions API](https://github.com/elastic/kibana/edit/8.8/docs/api/session-management/invalidate.asciidoc))
- [ ] All `/internal/security/anonymous_access/*` (Anonymous access) APIs
- [ ] All `/internal/security/access_agreement/*` (Access agreement) APIs and HTTP resources routes (`GET /security/access_agreement`)
- [ ] `GET /internal/security/login_state` and `GET /login` (Login page and selector)
- [ ] All miscellaneous APIs (see `Misc` in `Platform Security serverless API audit` document), except for those specified in the **"Mark HTTP APIs as internal"** section
- [ ] All `/api/spaces/*` and `/internal/spaces/*` APIs, except for those specified in the **"Mark HTTP APIs as internal"** and **"Keep HTTP APIs as public"** sections
- [ ] All `/api/encrypted_saved_objects/*` APIs (Encrypted Saved Objects)
- [x] All `/internal/interactive_setup/*` APIs (Interactive Setup). Note that these APIs are already disabled since the entire plugin is disabled
### Mark HTTP APIs as internal
HTTP APIs mentioned in this section should stay enabled, but be registered with [`access: 'internal'`](https://github.com/elastic/kibana/pull/152404) flag.
- [ ] `GET /internal/security/me` (Get current user)
- [ ] All `/internal/security/api_key/*` (API key management) APIs
- [ ] All `/internal/security/user_profile/*` (User profile management) APIs
- [ ] `GET /internal/security/session` (Get session)
- [ ] `POST /internal/security/session` (Extend session)
- [ ] `GET /internal/security/analytics/_record_auth_type` (Get record auth type for analytics purposes)
- [ ] `GET /api/spaces/space` ([Get all Kibana Spaces](https://www.elastic.co/guide/en/kibana/current/spaces-api-get-all.html)). This API is required by the Space selector that will be present in the Serverless MVP. In the future, when we allow other Space management capabilities, this API might be upgraded to a public one.
- [ ] `GET /api/spaces/space/{id}` ([Get space](https://www.elastic.co/guide/en/kibana/current/spaces-api-get.html)). This API is required to retrieve properties of the **default Space** in the Serverless MVP. In the future, when we allow other Space management capabilities, this API might be upgraded to a public one.
- [ ] `PUT /api/spaces/space/{id}` ([Update space](https://www.elastic.co/guide/en/kibana/current/spaces-api-put.html)). This API is required to update properties of the **default Space** in the Serverless MVP. In the future, when we allow other Space management capabilities, this API might be upgraded to a public one.
- [ ] `GET /internal/spaces/_active_space` (Get active space). This API is required by the Space navigation control that will be present in the Serverless MVP. This API will be already treated as internal based on the `/internal` path prefix, but having `access:` flag is still recommended for consistency.
### Keep HTTP APIs as public
- [x] `GET /api/security/logout` (Generic logout). We redirect user to this URL and hence cannot send any additional HTTP headers that internal endpoint would require.
- [x] `POST /api/security/saml/callback` (SAML Login). This is the only authentication method that can be used for Kibana in the Serverless offering.
The HTTP APIs mentioned below are not technically APIs, they are endpoints that serve resources or HTML pages (registered with `core.http.httpResources.register`). Although they are not public, we cannot label them as internal either, as there is no way to attach a special HTTP header to them.
- [x] `GET /internal/security/capture-url` (Captures user's URL during SAML handshake)
- [x] `GET /security/account` (User profile page)
- [x] `GET /security/logged_out` (Logged out page)
- [x] `GET /logout` (Logout service page)
- [x] `GET /security/overwritten_session` (Overwritten session, technically possible even in Serverless)
- [x] `GET /spaces/space_selector` (Spaces selector)
- [x] `GET /spaces/enter` (Space entry point)
| True | Prepare the Security, Spaces, and Encrypted Saved Objects HTTP APIs for the Serverless offering - ## Summary
Based on @jeramysoucy's comprehensive `Platform Security serverless API audit` document (ask if you need a link), here's the breakdown of the work required to prepare our HTTP API surface for the Serverless offering (MVP):
### Disable HTTP APIs completely
HTTP APIs mentioned in this section shouldn't be registered with the Core's HTTP Router at all if the XXX (name is still TBD) configuration flag is set.
- [ ] All deprecated APIs: `GET /api/security/v1/logout`, `GET /internal/security/v1/me`, `GET /api/security/v1/oidc/implicit`, `GET /api/security/v1/oidc`, `POST /api/security/v1/oidc`, `POST /api/security/v1/saml`. Note that `/api/security/v1/oidc/*` will already be disabled in Serverless since OIDC provider isn't configured.
- [ ] All authentication-related APIs, except for those specified in the **"Mark HTTP APIs as internal"** and **"Keep HTTP APIs as public"** sections.
- [ ] All authorization-related APIs
- [ ] All role mappings APIs
- [ ] All user management APIs (`/internal/security/users/*`)
- [ ] `POST /api/security/session/_invalidate` ([Invalidate user sessions API](https://github.com/elastic/kibana/edit/8.8/docs/api/session-management/invalidate.asciidoc))
- [ ] All `/internal/security/anonymous_access/*` (Anonymous access) APIs
- [ ] All `/internal/security/access_agreement/*` (Access agreement) APIs and HTTP resources routes (`GET /security/access_agreement`)
- [ ] `GET /internal/security/login_state` and `GET /login` (Login page and selector)
- [ ] All miscellaneous APIs (see `Misc` in `Platform Security serverless API audit` document), except for those specified in the **"Mark HTTP APIs as internal"** section
- [ ] All `/api/spaces/*` and `/internal/spaces/*` APIs, except for those specified in the **"Mark HTTP APIs as internal"** and **"Keep HTTP APIs as public"** sections
- [ ] All `/api/encrypted_saved_objects/*` APIs (Encrypted Saved Objects)
- [x] All `/internal/interactive_setup/*` APIs (Interactive Setup). Note that these APIs are already disabled since the entire plugin is disabled
### Mark HTTP APIs as internal
HTTP APIs mentioned in this section should stay enabled, but be registered with [`access: 'internal'`](https://github.com/elastic/kibana/pull/152404) flag.
- [ ] `GET /internal/security/me` (Get current user)
- [ ] All `/internal/security/api_key/*` (API key management) APIs
- [ ] All `/internal/security/user_profile/*` (User profile management) APIs
- [ ] `GET /internal/security/session` (Get session)
- [ ] `POST /internal/security/session` (Extend session)
- [ ] `GET /internal/security/analytics/_record_auth_type` (Get record auth type for analytics purposes)
- [ ] `GET /api/spaces/space` ([Get all Kibana Spaces](https://www.elastic.co/guide/en/kibana/current/spaces-api-get-all.html)). This API is required by the Space selector that will be present in the Serverless MVP. In the future, when we allow other Space management capabilities, this API might be upgraded to a public one.
- [ ] `GET /api/spaces/space/{id}` ([Get space](https://www.elastic.co/guide/en/kibana/current/spaces-api-get.html)). This API is required to retrieve properties of the **default Space** in the Serverless MVP. In the future, when we allow other Space management capabilities, this API might be upgraded to a public one.
- [ ] `PUT /api/spaces/space/{id}` ([Update space](https://www.elastic.co/guide/en/kibana/current/spaces-api-put.html)). This API is required to update properties of the **default Space** in the Serverless MVP. In the future, when we allow other Space management capabilities, this API might be upgraded to a public one.
- [ ] `GET /internal/spaces/_active_space` (Get active space). This API is required by the Space navigation control that will be present in the Serverless MVP. This API will be already treated as internal based on the `/internal` path prefix, but having `access:` flag is still recommended for consistency.
### Keep HTTP APIs as public
- [x] `GET /api/security/logout` (Generic logout). We redirect user to this URL and hence cannot send any additional HTTP headers that internal endpoint would require.
- [x] `POST /api/security/saml/callback` (SAML Login). This is the only authentication method that can be used for Kibana in the Serverless offering.
The HTTP APIs mentioned below are not technically APIs, they are endpoints that serve resources or HTML pages (registered with `core.http.httpResources.register`). Although they are not public, we cannot label them as internal either, as there is no way to attach a special HTTP header to them.
- [x] `GET /internal/security/capture-url` (Captures user's URL during SAML handshake)
- [x] `GET /security/account` (User profile page)
- [x] `GET /security/logged_out` (Logged out page)
- [x] `GET /logout` (Logout service page)
- [x] `GET /security/overwritten_session` (Overwritten session, technically possible even in Serverless)
- [x] `GET /spaces/space_selector` (Spaces selector)
- [x] `GET /spaces/enter` (Space entry point)
| non_test | prepare the security spaces and encrypted saved objects http apis for the serverless offering summary based on jeramysoucy s comprehensive platform security serverless api audit document ask if you need a link here s the breakdown of the work required to prepare our http api surface for the serverless offering mvp disable http apis completely http apis mentioned in this section shouldn t be registered with the core s http router at all if the xxx name is still tbd configuration flag is set all deprecated apis get api security logout get internal security me get api security oidc implicit get api security oidc post api security oidc post api security saml note that api security oidc will already be disabled in serverless since oidc provider isn t configured all authentication related apis except for those specified in the mark http apis as internal and keep http apis as public sections all authorization related apis all role mappings apis all user management apis internal security users post api security session invalidate all internal security anonymous access anonymous access apis all internal security access agreement access agreement apis and http resources routes get security access agreement get internal security login state and get login login page and selector all miscellaneous apis see misc in platform security serverless api audit document except for those specified in the mark http apis as internal section all api spaces and internal spaces apis except for those specified in the mark http apis as internal and keep http apis as public sections all api encrypted saved objects apis encrypted saved objects all internal interactive setup apis interactive setup note that these apis are already disabled since the entire plugin is disabled mark http apis as internal http apis mentioned in this section should stay enabled but be registered with flag get internal security me get current user all internal security api key api key management apis all internal security user profile user profile management apis get internal security session get session post internal security session extend session get internal security analytics record auth type get record auth type for analytics purposes get api spaces space this api is required by the space selector that will be present in the serverless mvp in the future when we allow other space management capabilities this api might be upgraded to a public one get api spaces space id this api is required to retrieve properties of the default space in the serverless mvp in the future when we allow other space management capabilities this api might be upgraded to a public one put api spaces space id this api is required to update properties of the default space in the serverless mvp in the future when we allow other space management capabilities this api might be upgraded to a public one get internal spaces active space get active space this api is required by the space navigation control that will be present in the serverless mvp this api will be already treated as internal based on the internal path prefix but having access flag is still recommended for consistency keep http apis as public get api security logout generic logout we redirect user to this url and hence cannot send any additional http headers that internal endpoint would require post api security saml callback saml login this is the only authentication method that can be used for kibana in the serverless offering the http apis mentioned below are not technically apis they are endpoints that serve resources or html pages registered with core http httpresources register although they are not public we cannot label them as internal either as there is no way to attach a special http header to them get internal security capture url captures user s url during saml handshake get security account user profile page get security logged out logged out page get logout logout service page get security overwritten session overwritten session technically possible even in serverless get spaces space selector spaces selector get spaces enter space entry point | 0 |
85,829 | 24,697,691,285 | IssuesEvent | 2022-10-19 13:17:58 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Pytorch + CUDA build: CuSparseHandlePool.obj: error LNK2019 | module: build module: windows triaged | I was trying to build Pytorch from source using Cuda 10.1 on Windows 10. However, I got
```
Creating library .../pytorch/build/lib/Debug/torch.lib and object .../pytorch/build/lib/Debug/torch.exp
8>CuSparseHandlePool.obj : error LNK2019: unresolved external symbol "char const * __cdecl cusparseGetErrorString(enum cusparseStatus_t)" (?cusparseGetErrorString@@YAPEBDW4cusparseStatus_t@@@Z) referenced in function "void __cdecl at::cuda::`anonymous namespace'::createCusparseHandle(struct cusparseContext * *)" (?createCusparseHandle@?A0x9150e0b4@cuda@at@@YAXPEAPEAUcusparseContext@@@Z)
8> Hint on symbols that are defined and could potentially match:
8> cusparseGetErrorString
8>...\pytorch\build\bin\Debug\torch.dll : fatal error LNK1120: 1 unresolved externals
```
I tried also use pre-built Libtorch but I got errors on gpu implementation. More information is [here](https://github.com/pytorch/pytorch/issues/30076#issue-525008428).
Can you help me out please?
cc @peterjc123 | 1.0 | Pytorch + CUDA build: CuSparseHandlePool.obj: error LNK2019 - I was trying to build Pytorch from source using Cuda 10.1 on Windows 10. However, I got
```
Creating library .../pytorch/build/lib/Debug/torch.lib and object .../pytorch/build/lib/Debug/torch.exp
8>CuSparseHandlePool.obj : error LNK2019: unresolved external symbol "char const * __cdecl cusparseGetErrorString(enum cusparseStatus_t)" (?cusparseGetErrorString@@YAPEBDW4cusparseStatus_t@@@Z) referenced in function "void __cdecl at::cuda::`anonymous namespace'::createCusparseHandle(struct cusparseContext * *)" (?createCusparseHandle@?A0x9150e0b4@cuda@at@@YAXPEAPEAUcusparseContext@@@Z)
8> Hint on symbols that are defined and could potentially match:
8> cusparseGetErrorString
8>...\pytorch\build\bin\Debug\torch.dll : fatal error LNK1120: 1 unresolved externals
```
I tried also use pre-built Libtorch but I got errors on gpu implementation. More information is [here](https://github.com/pytorch/pytorch/issues/30076#issue-525008428).
Can you help me out please?
cc @peterjc123 | non_test | pytorch cuda build cusparsehandlepool obj error i was trying to build pytorch from source using cuda on windows however i got creating library pytorch build lib debug torch lib and object pytorch build lib debug torch exp cusparsehandlepool obj error unresolved external symbol char const cdecl cusparsegeterrorstring enum cusparsestatus t cusparsegeterrorstring t z referenced in function void cdecl at cuda anonymous namespace createcusparsehandle struct cusparsecontext createcusparsehandle cuda at yaxpeapeaucusparsecontext z hint on symbols that are defined and could potentially match cusparsegeterrorstring pytorch build bin debug torch dll fatal error unresolved externals i tried also use pre built libtorch but i got errors on gpu implementation more information is can you help me out please cc | 0 |
7,850 | 2,937,936,942 | IssuesEvent | 2015-07-01 07:22:22 | miclay/miclay.github.io | https://api.github.com/repos/miclay/miclay.github.io | opened | 基于mocha进行单元测试 | mocha phantomjs UnitTest | # 写在前面
* 了解mocha:http://mochajs.org/
* 了解全栈的断言库 chai: http://chaijs.com/
* headless 浏览器 phantomjs: http://phantomjs.org/
# Testing for NodeJS
### 安装依赖
Install with npm:
```
$ npm install -g mocha
```
### 开始使用
创建测试目录和测试文件:
```
$ mkdir test
$ $EDITOR test/test.js
```
test.js文件内容如下:
```
var assert = require("assert");
describe('Array', function(){
describe('#indexOf()', function(){
it('should return -1 when the value is not present', function(){
assert.equal(-1, [1,2,3].indexOf(5));
assert.equal(-1, [1,2,3].indexOf(0));
});
});
});
```
执行单元测试:
```
$ mocha test/test.js
```
测试结果如下:
```
Array
#indexOf()
✓ should return -1 when the value is not present
1 passing (7ms)
```
看上去,so easy!
想看更多示例,请移步:https://github.com/alsotang/node-lessons/tree/master/lesson6
# 前端脚本单元测试
mocha很大的一个特点,可以说是前后通吃!
前端脚本的单元测试需要重点解决2个问题:
1. 运行环境应当在浏览器中,可以操纵浏览器的DOM对象,且可以随意定义执行时的 html 上下文。
2. 测试结果应当可以直接反馈给 mocha,判断测试是否通过。
下面介绍2种情景下的前端单测。
## 浏览器环境执行
首先搭建一个测试目录,执行:
```
$ mocha init test
```
会在当前目录下生成一个test目录,内容包括:
```
test/
├── index.html
├── mocha.css
├── mocha.js
└── tests.js
```
其中,index.html是测试的入口文件,tests.js是写单元测试用例的文件。
修改index.html,加入如下代码:
<div id="mocha"></div>
<script src='chai.js'></script>
<script>
var ccf = {
setup:function(){}
};
</script>
在tests.js中写入对应测试用例:
```
var should = chai.should();
describe('ccf test', function () {
it('ccf should be a object', function () {
window.ccf.should.be.a('object');
});
it('ccf.setup should be a function', function () {
window.ccf.setup.should.be.a('function');
});
});
```
最后用浏览器打开index.html,搞定了!如下图:

## Command Line环境执行
mocha没有提供一个命令行的前端脚本测试环境,我们可以使用phanatomjs帮助我们搭建一个浏览器的模拟环境,有现成的mocha-phantomjs可以拿来用。
### 安装依赖
```
npm install -g mocha-phantomjs
```
```
npm install -g phantomjs
```
### 修改index.html
将对应的部分修改为:
<script>
if (window.mochaPhantomJS) { mochaPhantomJS.run(); }
else { mocha.run(); }
</script>
### 执行测试命令
```
$ mocha-phantomjs index.html
```
得到如下结果:

所有介绍完毕,Got it? | 1.0 | 基于mocha进行单元测试 - # 写在前面
* 了解mocha:http://mochajs.org/
* 了解全栈的断言库 chai: http://chaijs.com/
* headless 浏览器 phantomjs: http://phantomjs.org/
# Testing for NodeJS
### 安装依赖
Install with npm:
```
$ npm install -g mocha
```
### 开始使用
创建测试目录和测试文件:
```
$ mkdir test
$ $EDITOR test/test.js
```
test.js文件内容如下:
```
var assert = require("assert");
describe('Array', function(){
describe('#indexOf()', function(){
it('should return -1 when the value is not present', function(){
assert.equal(-1, [1,2,3].indexOf(5));
assert.equal(-1, [1,2,3].indexOf(0));
});
});
});
```
执行单元测试:
```
$ mocha test/test.js
```
测试结果如下:
```
Array
#indexOf()
✓ should return -1 when the value is not present
1 passing (7ms)
```
看上去,so easy!
想看更多示例,请移步:https://github.com/alsotang/node-lessons/tree/master/lesson6
# 前端脚本单元测试
mocha很大的一个特点,可以说是前后通吃!
前端脚本的单元测试需要重点解决2个问题:
1. 运行环境应当在浏览器中,可以操纵浏览器的DOM对象,且可以随意定义执行时的 html 上下文。
2. 测试结果应当可以直接反馈给 mocha,判断测试是否通过。
下面介绍2种情景下的前端单测。
## 浏览器环境执行
首先搭建一个测试目录,执行:
```
$ mocha init test
```
会在当前目录下生成一个test目录,内容包括:
```
test/
├── index.html
├── mocha.css
├── mocha.js
└── tests.js
```
其中,index.html是测试的入口文件,tests.js是写单元测试用例的文件。
修改index.html,加入如下代码:
<div id="mocha"></div>
<script src='chai.js'></script>
<script>
var ccf = {
setup:function(){}
};
</script>
在tests.js中写入对应测试用例:
```
var should = chai.should();
describe('ccf test', function () {
it('ccf should be a object', function () {
window.ccf.should.be.a('object');
});
it('ccf.setup should be a function', function () {
window.ccf.setup.should.be.a('function');
});
});
```
最后用浏览器打开index.html,搞定了!如下图:

## Command Line环境执行
mocha没有提供一个命令行的前端脚本测试环境,我们可以使用phanatomjs帮助我们搭建一个浏览器的模拟环境,有现成的mocha-phantomjs可以拿来用。
### 安装依赖
```
npm install -g mocha-phantomjs
```
```
npm install -g phantomjs
```
### 修改index.html
将对应的部分修改为:
<script>
if (window.mochaPhantomJS) { mochaPhantomJS.run(); }
else { mocha.run(); }
</script>
### 执行测试命令
```
$ mocha-phantomjs index.html
```
得到如下结果:

所有介绍完毕,Got it? | test | 基于mocha进行单元测试 写在前面 了解mocha: 了解全栈的断言库 chai headless 浏览器 phantomjs testing for nodejs 安装依赖 install with npm: npm install g mocha 开始使用 创建测试目录和测试文件: mkdir test editor test test js test js文件内容如下: var assert require assert describe array function describe indexof function it should return when the value is not present function assert equal indexof assert equal indexof 执行单元测试: mocha test test js 测试结果如下: array indexof ✓ should return when the value is not present passing 看上去,so easy! 想看更多示例,请移步: 前端脚本单元测试 mocha很大的一个特点,可以说是前后通吃! : 运行环境应当在浏览器中,可以操纵浏览器的dom对象,且可以随意定义执行时的 html 上下文。 测试结果应当可以直接反馈给 mocha,判断测试是否通过。 。 浏览器环境执行 首先搭建一个测试目录,执行: mocha init test 会在当前目录下生成一个test目录,内容包括: test ├── index html ├── mocha css ├── mocha js └── tests js 其中,index html是测试的入口文件,tests js是写单元测试用例的文件。 修改index html,加入如下代码: var ccf setup function 在tests js中写入对应测试用例: var should chai should describe ccf test function it ccf should be a object function window ccf should be a object it ccf setup should be a function function window ccf setup should be a function 最后用浏览器打开index html,搞定了!如下图: command line环境执行 mocha没有提供一个命令行的前端脚本测试环境,我们可以使用phanatomjs帮助我们搭建一个浏览器的模拟环境,有现成的mocha phantomjs可以拿来用。 安装依赖 npm install g mocha phantomjs npm install g phantomjs 修改index html 将对应的部分修改为: if window mochaphantomjs mochaphantomjs run else mocha run 执行测试命令 mocha phantomjs index html 得到如下结果: 所有介绍完毕,got it | 1 |
77,888 | 7,606,820,746 | IssuesEvent | 2018-04-30 14:35:31 | researchstudio-sat/webofneeds | https://api.github.com/repos/researchstudio-sat/webofneeds | closed | Show RDF button should point to need | testing | Currently, when selecting 'show RDF' in the remote need's popdown menu, the connection resource is opened in a new window. This is not what one would expect. It should link to the need's linked data resource. | 1.0 | Show RDF button should point to need - Currently, when selecting 'show RDF' in the remote need's popdown menu, the connection resource is opened in a new window. This is not what one would expect. It should link to the need's linked data resource. | test | show rdf button should point to need currently when selecting show rdf in the remote need s popdown menu the connection resource is opened in a new window this is not what one would expect it should link to the need s linked data resource | 1 |
2,479 | 3,698,460,789 | IssuesEvent | 2016-02-28 10:31:55 | fangohr/virtualmicromagnetics | https://api.github.com/repos/fangohr/virtualmicromagnetics | opened | Copy specific documentation to the desktop of specific virtual machines. | feature infrastructure | Currently, full and light Virtual Micromagnetics environments do not make reference to Fidimag in their documentation, and the Fidimag environment makes reference to other micromagnetics packages.
Implement infrastructure to copy machine-specific documentation to virtual machines, and write this documentation for each machine. | 1.0 | Copy specific documentation to the desktop of specific virtual machines. - Currently, full and light Virtual Micromagnetics environments do not make reference to Fidimag in their documentation, and the Fidimag environment makes reference to other micromagnetics packages.
Implement infrastructure to copy machine-specific documentation to virtual machines, and write this documentation for each machine. | non_test | copy specific documentation to the desktop of specific virtual machines currently full and light virtual micromagnetics environments do not make reference to fidimag in their documentation and the fidimag environment makes reference to other micromagnetics packages implement infrastructure to copy machine specific documentation to virtual machines and write this documentation for each machine | 0 |
82,172 | 7,822,209,213 | IssuesEvent | 2018-06-14 01:02:24 | championer-org/championer_one | https://api.github.com/repos/championer-org/championer_one | opened | Add a footer with links | help wanted tests | Add a footer.
100% width. Outside the main container.
Now that we have Hound and Chromedriver set up, this one would be perfect to implement using Test-Driven Development.
In the `test/championer_one_web/acceptance/` folder, create a `layout_footer_test.exs`
Use `page_index_test.exs` as a guide to implement pure`page_path/2` navigation links for our site. In other words, don't use relative "hard-coded" paths, as in`navigate_to "/"`
Practice `outside -> in` development, where you jump to unit tests to create controller tests, after you create acceptance tests that break on the third column links:
Failing Acceptance tests
- -> Failing PageController `Terms of Use` test -> TDD implementation -> Green
- -> Failing PageController `Privacy Notice`test -> TDD implementation -> Green
- -> Failing PageController `Sponsor Us` test -> TDD implementation -> Green
- -> Failing PageController `Partner with Us` test -> TDD implementation -> Green
Passing Acceptance tests
Use [the Hound docs to find useful helper functions](https://hexdocs.pm/hound/api-reference.html#content)
Needs 3 columns.
One column with all the main Navbar links.
The second column with social media links.
Search `championer` in [namechk.com]( https://namechk.com) for 4 or 5 available social media sites where it's still available.
The Third column will have:
`Terms of Use`
`Privacy Notice`
`Sponsor Us`
`Partner with Us`
One of our logos could be at the bottom, along with copyright information.
| 1.0 | Add a footer with links - Add a footer.
100% width. Outside the main container.
Now that we have Hound and Chromedriver set up, this one would be perfect to implement using Test-Driven Development.
In the `test/championer_one_web/acceptance/` folder, create a `layout_footer_test.exs`
Use `page_index_test.exs` as a guide to implement pure`page_path/2` navigation links for our site. In other words, don't use relative "hard-coded" paths, as in`navigate_to "/"`
Practice `outside -> in` development, where you jump to unit tests to create controller tests, after you create acceptance tests that break on the third column links:
Failing Acceptance tests
- -> Failing PageController `Terms of Use` test -> TDD implementation -> Green
- -> Failing PageController `Privacy Notice`test -> TDD implementation -> Green
- -> Failing PageController `Sponsor Us` test -> TDD implementation -> Green
- -> Failing PageController `Partner with Us` test -> TDD implementation -> Green
Passing Acceptance tests
Use [the Hound docs to find useful helper functions](https://hexdocs.pm/hound/api-reference.html#content)
Needs 3 columns.
One column with all the main Navbar links.
The second column with social media links.
Search `championer` in [namechk.com]( https://namechk.com) for 4 or 5 available social media sites where it's still available.
The Third column will have:
`Terms of Use`
`Privacy Notice`
`Sponsor Us`
`Partner with Us`
One of our logos could be at the bottom, along with copyright information.
| test | add a footer with links add a footer width outside the main container now that we have hound and chromedriver set up this one would be perfect to implement using test driven development in the test championer one web acceptance folder create a layout footer test exs use page index test exs as a guide to implement pure page path navigation links for our site in other words don t use relative hard coded paths as in navigate to practice outside in development where you jump to unit tests to create controller tests after you create acceptance tests that break on the third column links failing acceptance tests failing pagecontroller terms of use test tdd implementation green failing pagecontroller privacy notice test tdd implementation green failing pagecontroller sponsor us test tdd implementation green failing pagecontroller partner with us test tdd implementation green passing acceptance tests use needs columns one column with all the main navbar links the second column with social media links search championer in for or available social media sites where it s still available the third column will have terms of use privacy notice sponsor us partner with us one of our logos could be at the bottom along with copyright information | 1 |
120,819 | 25,872,552,905 | IssuesEvent | 2022-12-14 04:31:38 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Inaccurate type conversion between DateTime64 and Float/Decimal | st-fixed unfinished code comp-datetime | It seems ClickHouse has trouble to convert float to DateTime64, regardless the value is positive or negative. I can reproduce the same issue on both 21.3 and 21.9.
```sql
f4dd7c849ef6 :) select toDateTime64(1, 3)
┌──────toDateTime64(1, 3)─┐
│ 1970-01-01 00:00:01.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(1.1, 3)
┌────toDateTime64(1.1, 3)─┐
│ 1970-01-01 00:00:01.100 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(1.01, 3)
┌───toDateTime64(1.01, 3)─┐
│ 1970-01-01 00:00:01.010 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(1.001, 3) -- expected result: 1970-01-01 00:00:01.001
┌──toDateTime64(1.001, 3)─┐
│ 1970-01-01 00:00:01.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(1.005, 3) -- expected result: 1970-01-01 00:00:01.005
┌──toDateTime64(1.005, 3)─┐
│ 1970-01-01 00:00:01.004 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(-1, 3)
┌─────toDateTime64(-1, 3)─┐
│ 1969-12-31 23:59:59.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(-1.1, 3) -- expected result: 1969-12-31 23:59:58.900, or 1969-12-31 23:59:59.000 if negative nanos is not supported on purpose
┌───toDateTime64(-1.1, 3)─┐
│ 1970-01-01 00:00:00.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(-1.01, 3) -- expected result: 1969-12-31 23:59:58.990, or 1969-12-31 23:59:59.000 if negative nanos is not supported on purpose
┌──toDateTime64(-1.01, 3)─┐
│ 1970-01-01 00:00:00.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(-1.001, 3) -- expected result: 1969-12-31 23:59:58.999, or 1969-12-31 23:59:59.000 if negative nanos is not supported on purpose
┌─toDateTime64(-1.001, 3)─┐
│ 1970-01-01 00:00:00.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(-1.005, 3) -- expected result: 1969-12-31 23:59:58.995, or 1969-12-31 23:59:59.000 if negative nanos is not supported on purpose
┌─toDateTime64(-1.005, 3)─┐
│ 1970-01-01 00:00:00.000 │
└─────────────────────────┘
```
| 1.0 | Inaccurate type conversion between DateTime64 and Float/Decimal - It seems ClickHouse has trouble to convert float to DateTime64, regardless the value is positive or negative. I can reproduce the same issue on both 21.3 and 21.9.
```sql
f4dd7c849ef6 :) select toDateTime64(1, 3)
┌──────toDateTime64(1, 3)─┐
│ 1970-01-01 00:00:01.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(1.1, 3)
┌────toDateTime64(1.1, 3)─┐
│ 1970-01-01 00:00:01.100 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(1.01, 3)
┌───toDateTime64(1.01, 3)─┐
│ 1970-01-01 00:00:01.010 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(1.001, 3) -- expected result: 1970-01-01 00:00:01.001
┌──toDateTime64(1.001, 3)─┐
│ 1970-01-01 00:00:01.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(1.005, 3) -- expected result: 1970-01-01 00:00:01.005
┌──toDateTime64(1.005, 3)─┐
│ 1970-01-01 00:00:01.004 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(-1, 3)
┌─────toDateTime64(-1, 3)─┐
│ 1969-12-31 23:59:59.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(-1.1, 3) -- expected result: 1969-12-31 23:59:58.900, or 1969-12-31 23:59:59.000 if negative nanos is not supported on purpose
┌───toDateTime64(-1.1, 3)─┐
│ 1970-01-01 00:00:00.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(-1.01, 3) -- expected result: 1969-12-31 23:59:58.990, or 1969-12-31 23:59:59.000 if negative nanos is not supported on purpose
┌──toDateTime64(-1.01, 3)─┐
│ 1970-01-01 00:00:00.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(-1.001, 3) -- expected result: 1969-12-31 23:59:58.999, or 1969-12-31 23:59:59.000 if negative nanos is not supported on purpose
┌─toDateTime64(-1.001, 3)─┐
│ 1970-01-01 00:00:00.000 │
└─────────────────────────┘
f4dd7c849ef6 :) select toDateTime64(-1.005, 3) -- expected result: 1969-12-31 23:59:58.995, or 1969-12-31 23:59:59.000 if negative nanos is not supported on purpose
┌─toDateTime64(-1.005, 3)─┐
│ 1970-01-01 00:00:00.000 │
└─────────────────────────┘
```
| non_test | inaccurate type conversion between and float decimal it seems clickhouse has trouble to convert float to regardless the value is positive or negative i can reproduce the same issue on both and sql select ┌────── ─┐ │ │ └─────────────────────────┘ select ┌──── ─┐ │ │ └─────────────────────────┘ select ┌─── ─┐ │ │ └─────────────────────────┘ select expected result ┌── ─┐ │ │ └─────────────────────────┘ select expected result ┌── ─┐ │ │ └─────────────────────────┘ select ┌───── ─┐ │ │ └─────────────────────────┘ select expected result or if negative nanos is not supported on purpose ┌─── ─┐ │ │ └─────────────────────────┘ select expected result or if negative nanos is not supported on purpose ┌── ─┐ │ │ └─────────────────────────┘ select expected result or if negative nanos is not supported on purpose ┌─ ─┐ │ │ └─────────────────────────┘ select expected result or if negative nanos is not supported on purpose ┌─ ─┐ │ │ └─────────────────────────┘ | 0 |
12,073 | 4,351,568,584 | IssuesEvent | 2016-07-31 23:04:54 | colinhect/hect | https://api.github.com/repos/colinhect/hect | closed | Formalize Scene types similar with Systems and Components | api code-quality | Add a SceneRegistery class. Have specific scene types derive from Scene and register with SceneRegistery. The scene class will define which systems it has and defines its own tick() function (removing the need to describe system update order in data). The scene data itself will dictate its scene type. Scene base types should still work as-is. | 1.0 | Formalize Scene types similar with Systems and Components - Add a SceneRegistery class. Have specific scene types derive from Scene and register with SceneRegistery. The scene class will define which systems it has and defines its own tick() function (removing the need to describe system update order in data). The scene data itself will dictate its scene type. Scene base types should still work as-is. | non_test | formalize scene types similar with systems and components add a sceneregistery class have specific scene types derive from scene and register with sceneregistery the scene class will define which systems it has and defines its own tick function removing the need to describe system update order in data the scene data itself will dictate its scene type scene base types should still work as is | 0 |
209,340 | 23,714,657,545 | IssuesEvent | 2022-08-30 10:43:15 | tabacws-sandbox/dotnet-eshop3 | https://api.github.com/repos/tabacws-sandbox/dotnet-eshop3 | opened | Web-1.0.0: 6 vulnerabilities (highest severity is: 7.5) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Web-1.0.0</b></p></summary>
<p></p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2018-8292](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2019-0820](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.text.regularexpressions.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0247](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0248](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0249](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0256](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2018-8292</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An information disclosure vulnerability exists in .NET Core when authentication information is inadvertently exposed in a redirect, aka ".NET Core Information Disclosure Vulnerability." This affects .NET Core 2.1, .NET Core 1.0, .NET Core 1.1, PowerShell Core 6.0.
<p>Publish Date: 2018-10-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292>CVE-2018-8292</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-10-10</p>
<p>Fix Resolution: System.Net.Http - 4.3.4;Microsoft.PowerShell.Commands.Utility - 6.1.0-rc.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-0820</summary>
### Vulnerable Library - <b>system.text.regularexpressions.4.3.0.nupkg</b></p>
<p>Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg">https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- system.xml.xdocument.4.3.0.nupkg
- system.xml.readerwriter.4.3.0.nupkg
- :x: **system.text.regularexpressions.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
Mend Note: After conducting further research, Mend has determined that CVE-2019-0820 only affects environments with versions 4.3.0 and 4.3.1 only on netcore50 environment of system.text.regularexpressions.nupkg.
<p>Publish Date: 2019-05-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820>CVE-2019-0820</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-cmhx-cq75-c4mj">https://github.com/advisories/GHSA-cmhx-cq75-c4mj</a></p>
<p>Release Date: 2019-05-16</p>
<p>Fix Resolution: System.Text.RegularExpressions - 4.3.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0247</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when the ASP.NET Core fails to properly validate web requests. NOTE: Microsoft has not commented on third-party claims that the issue is that the TextEncoder.EncodeCore function in the System.Text.Encodings.Web package in ASP.NET Core Mvc before 1.0.4 and 1.1.x before 1.1.3 allows remote attackers to cause a denial of service by leveraging failure to properly calculate the length of 4-byte characters in the Unicode Non-Character range.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247>CVE-2017-0247</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.5.4;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0248</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Microsoft .NET Framework 2.0, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2 and 4.7 allow an attacker to bypass Enhanced Security Usage taggings when they present a certificate that is invalid for a specific use, aka ".NET Security Feature Bypass Vulnerability."
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248>CVE-2017-0248</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1, 4.3.1;System.Net.Http - 4.1.2, 4.3.2;System.Net.Http.WinHttpHandler - 4.0.2, 4.3.1;System.Net.Security - 4.0.1, 4.3.1;System.Net.WebSockets.Client - 4.0.1, 4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4, 1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0249</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An elevation of privilege vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249>CVE-2017-0249</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.3.1;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2017-0256</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A spoofing vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256>CVE-2017-0256</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-0256">https://nvd.nist.gov/vuln/detail/CVE-2017-0256</a></p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: Microsoft.AspNetCore.Mvc.ApiExplorer - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Abstractions - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.1.3,1.0.4;System.Net.Http - 4.1.2,4.3.2;Microsoft.AspNetCore.Mvc.Razor - 1.1.3,1.0.4;System.Net.Http.WinHttpHandler - 4.0.2,4.3.0-preview1-24530-04;System.Net.Security - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;System.Text.Encodings.Web - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Razor.Host - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3;System.Net.WebSockets.Client - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3</p>
</p>
<p></p>
</details> | True | Web-1.0.0: 6 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Web-1.0.0</b></p></summary>
<p></p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2018-8292](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2019-0820](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.text.regularexpressions.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0247](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0248](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0249](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0256](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2018-8292</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An information disclosure vulnerability exists in .NET Core when authentication information is inadvertently exposed in a redirect, aka ".NET Core Information Disclosure Vulnerability." This affects .NET Core 2.1, .NET Core 1.0, .NET Core 1.1, PowerShell Core 6.0.
<p>Publish Date: 2018-10-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292>CVE-2018-8292</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-10-10</p>
<p>Fix Resolution: System.Net.Http - 4.3.4;Microsoft.PowerShell.Commands.Utility - 6.1.0-rc.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-0820</summary>
### Vulnerable Library - <b>system.text.regularexpressions.4.3.0.nupkg</b></p>
<p>Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg">https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- system.xml.xdocument.4.3.0.nupkg
- system.xml.readerwriter.4.3.0.nupkg
- :x: **system.text.regularexpressions.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
Mend Note: After conducting further research, Mend has determined that CVE-2019-0820 only affects environments with versions 4.3.0 and 4.3.1 only on netcore50 environment of system.text.regularexpressions.nupkg.
<p>Publish Date: 2019-05-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820>CVE-2019-0820</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-cmhx-cq75-c4mj">https://github.com/advisories/GHSA-cmhx-cq75-c4mj</a></p>
<p>Release Date: 2019-05-16</p>
<p>Fix Resolution: System.Text.RegularExpressions - 4.3.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0247</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when the ASP.NET Core fails to properly validate web requests. NOTE: Microsoft has not commented on third-party claims that the issue is that the TextEncoder.EncodeCore function in the System.Text.Encodings.Web package in ASP.NET Core Mvc before 1.0.4 and 1.1.x before 1.1.3 allows remote attackers to cause a denial of service by leveraging failure to properly calculate the length of 4-byte characters in the Unicode Non-Character range.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247>CVE-2017-0247</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.5.4;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0248</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Microsoft .NET Framework 2.0, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2 and 4.7 allow an attacker to bypass Enhanced Security Usage taggings when they present a certificate that is invalid for a specific use, aka ".NET Security Feature Bypass Vulnerability."
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248>CVE-2017-0248</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1, 4.3.1;System.Net.Http - 4.1.2, 4.3.2;System.Net.Http.WinHttpHandler - 4.0.2, 4.3.1;System.Net.Security - 4.0.1, 4.3.1;System.Net.WebSockets.Client - 4.0.1, 4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4, 1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0249</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An elevation of privilege vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249>CVE-2017-0249</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.3.1;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2017-0256</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /tests/UnitTests/UnitTests.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- Web-1.0.0 (Root Library)
- microsoft.visualstudio.web.codegeneration.design.6.0.7.nupkg
- microsoft.visualstudio.web.codegenerators.mvc.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.entityframeworkcore.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.core.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.templating.6.0.7.nupkg
- microsoft.visualstudio.web.codegeneration.utils.6.0.7.nupkg
- microsoft.dotnet.scaffolding.shared.6.0.7.nupkg
- microsoft.codeanalysis.csharp.features.4.0.0.nupkg
- humanizer.core.2.2.0.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/tabacws-sandbox/dotnet-eshop3/commit/6e48df0196e547d81685c5882e6f602416923068">6e48df0196e547d81685c5882e6f602416923068</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A spoofing vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256>CVE-2017-0256</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-0256">https://nvd.nist.gov/vuln/detail/CVE-2017-0256</a></p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: Microsoft.AspNetCore.Mvc.ApiExplorer - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Abstractions - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.1.3,1.0.4;System.Net.Http - 4.1.2,4.3.2;Microsoft.AspNetCore.Mvc.Razor - 1.1.3,1.0.4;System.Net.Http.WinHttpHandler - 4.0.2,4.3.0-preview1-24530-04;System.Net.Security - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;System.Text.Encodings.Web - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Razor.Host - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3;System.Net.WebSockets.Client - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3</p>
</p>
<p></p>
</details> | non_test | web vulnerabilities highest severity is vulnerable library web path to vulnerable library home wss scanner nuget packages system text regularexpressions system text regularexpressions nupkg found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high system net http nupkg transitive n a high system text regularexpressions nupkg transitive n a high system net http nupkg transitive n a high system net http nupkg transitive n a high system net http nupkg transitive n a medium system net http nupkg transitive n a details cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file tests unittests unittests csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy web root library microsoft visualstudio web codegeneration design nupkg microsoft visualstudio web codegenerators mvc nupkg microsoft visualstudio web codegeneration nupkg microsoft visualstudio web codegeneration entityframeworkcore nupkg microsoft visualstudio web codegeneration core nupkg microsoft visualstudio web codegeneration templating nupkg microsoft visualstudio web codegeneration utils nupkg microsoft dotnet scaffolding shared nupkg microsoft codeanalysis csharp features nupkg humanizer core nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details an information disclosure vulnerability exists in net core when authentication information is inadvertently exposed in a redirect aka net core information disclosure vulnerability this affects net core net core net core powershell core publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution system net http microsoft powershell commands utility rc cve vulnerable library system text regularexpressions nupkg provides the system text regularexpressions regex class an implementation of a regular expression e library home page a href path to dependency file tests unittests unittests csproj path to vulnerable library home wss scanner nuget packages system text regularexpressions system text regularexpressions nupkg dependency hierarchy web root library microsoft visualstudio web codegeneration design nupkg microsoft visualstudio web codegenerators mvc nupkg microsoft visualstudio web codegeneration nupkg microsoft visualstudio web codegeneration entityframeworkcore nupkg microsoft visualstudio web codegeneration core nupkg microsoft visualstudio web codegeneration templating nupkg microsoft visualstudio web codegeneration utils nupkg microsoft dotnet scaffolding shared nupkg microsoft codeanalysis csharp features nupkg humanizer core nupkg netstandard library nupkg system xml xdocument nupkg system xml readerwriter nupkg x system text regularexpressions nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a denial of service vulnerability exists when net framework and net core improperly process regex strings aka net framework and net core denial of service vulnerability this cve id is unique from cve cve mend note after conducting further research mend has determined that cve only affects environments with versions and only on environment of system text regularexpressions nupkg 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 system text regularexpressions cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file tests unittests unittests csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy web root library microsoft visualstudio web codegeneration design nupkg microsoft visualstudio web codegenerators mvc nupkg microsoft visualstudio web codegeneration nupkg microsoft visualstudio web codegeneration entityframeworkcore nupkg microsoft visualstudio web codegeneration core nupkg microsoft visualstudio web codegeneration templating nupkg microsoft visualstudio web codegeneration utils nupkg microsoft dotnet scaffolding shared nupkg microsoft codeanalysis csharp features nupkg humanizer core nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a denial of service vulnerability exists when the asp net core fails to properly validate web requests note microsoft has not commented on third party claims that the issue is that the textencoder encodecore function in the system text encodings web package in asp net core mvc before and x before allows remote attackers to cause a denial of service by leveraging failure to properly calculate the length of byte characters in the unicode non character range publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file tests unittests unittests csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy web root library microsoft visualstudio web codegeneration design nupkg microsoft visualstudio web codegenerators mvc nupkg microsoft visualstudio web codegeneration nupkg microsoft visualstudio web codegeneration entityframeworkcore nupkg microsoft visualstudio web codegeneration core nupkg microsoft visualstudio web codegeneration templating nupkg microsoft visualstudio web codegeneration utils nupkg microsoft dotnet scaffolding shared nupkg microsoft codeanalysis csharp features nupkg humanizer core nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details microsoft net framework and allow an attacker to bypass enhanced security usage taggings when they present a certificate that is invalid for a specific use aka net security feature bypass vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file tests unittests unittests csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy web root library microsoft visualstudio web codegeneration design nupkg microsoft visualstudio web codegenerators mvc nupkg microsoft visualstudio web codegeneration nupkg microsoft visualstudio web codegeneration entityframeworkcore nupkg microsoft visualstudio web codegeneration core nupkg microsoft visualstudio web codegeneration templating nupkg microsoft visualstudio web codegeneration utils nupkg microsoft dotnet scaffolding shared nupkg microsoft codeanalysis csharp features nupkg humanizer core nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details an elevation of privilege vulnerability exists when the asp net core fails to properly sanitize web requests publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version release date fix resolution system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file tests unittests unittests csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy web root library microsoft visualstudio web codegeneration design nupkg microsoft visualstudio web codegenerators mvc nupkg microsoft visualstudio web codegeneration nupkg microsoft visualstudio web codegeneration entityframeworkcore nupkg microsoft visualstudio web codegeneration core nupkg microsoft visualstudio web codegeneration templating nupkg microsoft visualstudio web codegeneration utils nupkg microsoft dotnet scaffolding shared nupkg microsoft codeanalysis csharp features nupkg humanizer core nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a spoofing vulnerability exists when the asp net core fails to properly sanitize web requests 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 low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc core microsoft aspnetcore mvc cors microsoft aspnetcore mvc localization system net http microsoft aspnetcore mvc razor system net http winhttphandler system net security microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc taghelpers system text encodings web microsoft aspnetcore mvc razor host microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc webapicompatshim system net websockets client microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc dataannotations | 0 |
143,150 | 5,511,031,108 | IssuesEvent | 2017-03-17 02:38:40 | ponylang/ponyc | https://api.github.com/repos/ponylang/ponyc | closed | ponyc rpm installs but compiler doesnt work libtinfo.so.5 error (ncurses package re-org) | difficulty: 1 - easy enhancement: 3 - ready for work needs discussion during sync priority: 3 - high | Using fedora 24 kernel 4.6.6
I am able to install the rpm just fine. However; when running ponyc I get the following error
```
ponyc
ponyc: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
```
Is this a known issue or am I missing some other dependency?
| 1.0 | ponyc rpm installs but compiler doesnt work libtinfo.so.5 error (ncurses package re-org) - Using fedora 24 kernel 4.6.6
I am able to install the rpm just fine. However; when running ponyc I get the following error
```
ponyc
ponyc: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
```
Is this a known issue or am I missing some other dependency?
| non_test | ponyc rpm installs but compiler doesnt work libtinfo so error ncurses package re org using fedora kernel i am able to install the rpm just fine however when running ponyc i get the following error ponyc ponyc error while loading shared libraries libtinfo so cannot open shared object file no such file or directory is this a known issue or am i missing some other dependency | 0 |
193,918 | 14,665,312,613 | IssuesEvent | 2020-12-29 13:59:36 | woocommerce/woocommerce | https://api.github.com/repos/woocommerce/woocommerce | opened | page.$eval is an async function | category: E2E package: e2e-core-tests package: e2e-utils | I'm seeing intermittent E2E test failures both locally and in Travis. In the core tests there are three instances of `page.$eval()`
```
.//merchant/wp-admin-order-refund.test.js:79: page.$eval('a.delete_refund', elem => elem.click());
.//merchant/wp-admin-product-new.test.js:118: page.$eval('a.do_variation_action', elem => elem.click());
.//merchant/wp-admin-order-apply-coupon.test.js:67: page.$eval('a.remove-coupon', elem => elem.click());
```
`$eval()` is an async function and should be used with an `await`.
`page.$eval()` seems to be needed for some elements inserted into the DOM with jQuery
```
// We need to use this here as `expect(page).toClick()` was unable to find the element
// See: https://github.com/puppeteer/puppeteer/issues/1769#issuecomment-637645219
```
We should create a function in the `utils` package that can be used as needed for this work around to the limitation in Puppeteer then replace the current usages of `$eval()` with that utility function. | 1.0 | page.$eval is an async function - I'm seeing intermittent E2E test failures both locally and in Travis. In the core tests there are three instances of `page.$eval()`
```
.//merchant/wp-admin-order-refund.test.js:79: page.$eval('a.delete_refund', elem => elem.click());
.//merchant/wp-admin-product-new.test.js:118: page.$eval('a.do_variation_action', elem => elem.click());
.//merchant/wp-admin-order-apply-coupon.test.js:67: page.$eval('a.remove-coupon', elem => elem.click());
```
`$eval()` is an async function and should be used with an `await`.
`page.$eval()` seems to be needed for some elements inserted into the DOM with jQuery
```
// We need to use this here as `expect(page).toClick()` was unable to find the element
// See: https://github.com/puppeteer/puppeteer/issues/1769#issuecomment-637645219
```
We should create a function in the `utils` package that can be used as needed for this work around to the limitation in Puppeteer then replace the current usages of `$eval()` with that utility function. | test | page eval is an async function i m seeing intermittent test failures both locally and in travis in the core tests there are three instances of page eval merchant wp admin order refund test js page eval a delete refund elem elem click merchant wp admin product new test js page eval a do variation action elem elem click merchant wp admin order apply coupon test js page eval a remove coupon elem elem click eval is an async function and should be used with an await page eval seems to be needed for some elements inserted into the dom with jquery we need to use this here as expect page toclick was unable to find the element see we should create a function in the utils package that can be used as needed for this work around to the limitation in puppeteer then replace the current usages of eval with that utility function | 1 |
95,632 | 8,568,192,330 | IssuesEvent | 2018-11-10 19:02:37 | PaperMC/Paper | https://api.github.com/repos/PaperMC/Paper | closed | Minecart speed deviates strongly from vanilla | help wanted needs testing | ### What behaviour is expected:
On a Vanilla 1.13.2 Server (SMP) minecarts have less momentum and can't get up a hill (empty)
which they climb easy in PaperMC.
### What behaviour is observed:
The same as in Vanilla, because many redstone constuctions break because of this.
### Steps/models to reproduce:
In Vanilla it drives (empty) straight up 2 blocks and then rolls back.
### Plugin list:
Dynmap v3.0-beta-2
DiscordSRV 1.16.4
### Paper build number:
411
### Anything else:
I don't know if it's a bug or feature but it's really annoying.
In case of a feature, please let me know if there's a setting.
| 1.0 | Minecart speed deviates strongly from vanilla - ### What behaviour is expected:
On a Vanilla 1.13.2 Server (SMP) minecarts have less momentum and can't get up a hill (empty)
which they climb easy in PaperMC.
### What behaviour is observed:
The same as in Vanilla, because many redstone constuctions break because of this.
### Steps/models to reproduce:
In Vanilla it drives (empty) straight up 2 blocks and then rolls back.
### Plugin list:
Dynmap v3.0-beta-2
DiscordSRV 1.16.4
### Paper build number:
411
### Anything else:
I don't know if it's a bug or feature but it's really annoying.
In case of a feature, please let me know if there's a setting.
| test | minecart speed deviates strongly from vanilla what behaviour is expected on a vanilla server smp minecarts have less momentum and can t get up a hill empty which they climb easy in papermc what behaviour is observed the same as in vanilla because many redstone constuctions break because of this steps models to reproduce in vanilla it drives empty straight up blocks and then rolls back plugin list dynmap beta discordsrv paper build number anything else i don t know if it s a bug or feature but it s really annoying in case of a feature please let me know if there s a setting | 1 |
237,049 | 7,755,131,462 | IssuesEvent | 2018-05-31 09:12:21 | flotos/idm_twitter | https://api.github.com/repos/flotos/idm_twitter | reopened | Set up DevOps stuff | Priority: Highest | Definition Of Done:
* Define the needed automation and implement them
Travis (équivalent Jenkins)
CircleCi | 1.0 | Set up DevOps stuff - Definition Of Done:
* Define the needed automation and implement them
Travis (équivalent Jenkins)
CircleCi | non_test | set up devops stuff definition of done define the needed automation and implement them travis équivalent jenkins circleci | 0 |
241,695 | 18,471,283,101 | IssuesEvent | 2021-10-17 19:34:58 | girlscript/winter-of-contributing | https://api.github.com/repos/girlscript/winter-of-contributing | closed | Android Java: 05.04 Room Database in android | documentation GWOC21 Android-Dev-Java Video Audio Assigned Database | <hr>
## Description :scroll:
* Give a step-by-step tutorial in Java along with a brief and clear explanation.
* Required Documentation or Video or Audio.
<hr>
## Domain of Contribution :bar_chart:
- [x] Android Dev (java)
<hr>
<hr>
## References :
https://medium.com/mindorks/using-room-database-android-jetpack-675a89a0e942
<hr>
## Please Read it Carefully Before Contributing
* Changes should be made in Android_Development_With_Java/ directory under Android_Development_With_Java branch.
* Inside Android_Development_With_Java directory/ creates a directory and names it according to the topic
* Inside Topic Name directory/ add your task with subtopic number and name and make changes accordingly.
* You have to push your PR to the Android_Development_With_Java branch only.
* You can take help to the references but don't simply try to copy it. Just explain in your own word.
* This issue is for GWOC'21 contributors only.
* You need to push in a single commit. If there exists more than one commit then you need to squash your commits into one commit.
* Will assign you on a first come first serve basis.
* Please try to complete your assigned task within 7 days. If you need some more time then, please inform mentors and supervisors.
* If you have two previously assigned issues on Android-Java pending then please first complete them.
> Supervisor @VikasPandey121 | 1.0 | Android Java: 05.04 Room Database in android - <hr>
## Description :scroll:
* Give a step-by-step tutorial in Java along with a brief and clear explanation.
* Required Documentation or Video or Audio.
<hr>
## Domain of Contribution :bar_chart:
- [x] Android Dev (java)
<hr>
<hr>
## References :
https://medium.com/mindorks/using-room-database-android-jetpack-675a89a0e942
<hr>
## Please Read it Carefully Before Contributing
* Changes should be made in Android_Development_With_Java/ directory under Android_Development_With_Java branch.
* Inside Android_Development_With_Java directory/ creates a directory and names it according to the topic
* Inside Topic Name directory/ add your task with subtopic number and name and make changes accordingly.
* You have to push your PR to the Android_Development_With_Java branch only.
* You can take help to the references but don't simply try to copy it. Just explain in your own word.
* This issue is for GWOC'21 contributors only.
* You need to push in a single commit. If there exists more than one commit then you need to squash your commits into one commit.
* Will assign you on a first come first serve basis.
* Please try to complete your assigned task within 7 days. If you need some more time then, please inform mentors and supervisors.
* If you have two previously assigned issues on Android-Java pending then please first complete them.
> Supervisor @VikasPandey121 | non_test | android java room database in android description scroll give a step by step tutorial in java along with a brief and clear explanation required documentation or video or audio domain of contribution bar chart android dev java references please read it carefully before contributing changes should be made in android development with java directory under android development with java branch inside android development with java directory creates a directory and names it according to the topic inside topic name directory add your task with subtopic number and name and make changes accordingly you have to push your pr to the android development with java branch only you can take help to the references but don t simply try to copy it just explain in your own word this issue is for gwoc contributors only you need to push in a single commit if there exists more than one commit then you need to squash your commits into one commit will assign you on a first come first serve basis please try to complete your assigned task within days if you need some more time then please inform mentors and supervisors if you have two previously assigned issues on android java pending then please first complete them supervisor | 0 |
142,663 | 5,476,932,958 | IssuesEvent | 2017-03-12 01:51:31 | NCEAS/eml | https://api.github.com/repos/NCEAS/eml | closed | eml-software changes needed | Category: eml - general bugs Component: Bugzilla-Id Priority: Immediate Status: Resolved Tracker: Bug | ---
Author Name: **Matt Jones** (Matt Jones)
Original Redmine Issue: 493, https://projects.ecoinformatics.org/ecoinfo/issues/493
Original Date: 2002-05-01
Original Assignee: Owen Eddins
---
Changes as decided upon at the Sevilleta EML meeting, April 24-25, 2002:
Responsible: Owen
1) Possible make software recursive for dependencies
2) add operating system
3) add processor architecture
4) remove location
possibly model it like:
software (versionNumber?, sourceModule*, documentation, dependencies*,
binaryFile*)
where sourceModule has a required attribute "langauge". binarFile would
probably need an attribute "encoding", but this is a hack.
this was a somewhat ad-hoc model from the discussion. Needs to be more
systematically reviewed. Consider the Open Software Description (OSD) note at
http://www.w3.org/TR/NOTE-OSD.html
| 1.0 | eml-software changes needed - ---
Author Name: **Matt Jones** (Matt Jones)
Original Redmine Issue: 493, https://projects.ecoinformatics.org/ecoinfo/issues/493
Original Date: 2002-05-01
Original Assignee: Owen Eddins
---
Changes as decided upon at the Sevilleta EML meeting, April 24-25, 2002:
Responsible: Owen
1) Possible make software recursive for dependencies
2) add operating system
3) add processor architecture
4) remove location
possibly model it like:
software (versionNumber?, sourceModule*, documentation, dependencies*,
binaryFile*)
where sourceModule has a required attribute "langauge". binarFile would
probably need an attribute "encoding", but this is a hack.
this was a somewhat ad-hoc model from the discussion. Needs to be more
systematically reviewed. Consider the Open Software Description (OSD) note at
http://www.w3.org/TR/NOTE-OSD.html
| non_test | eml software changes needed author name matt jones matt jones original redmine issue original date original assignee owen eddins changes as decided upon at the sevilleta eml meeting april responsible owen possible make software recursive for dependencies add operating system add processor architecture remove location possibly model it like software versionnumber sourcemodule documentation dependencies binaryfile where sourcemodule has a required attribute langauge binarfile would probably need an attribute encoding but this is a hack this was a somewhat ad hoc model from the discussion needs to be more systematically reviewed consider the open software description osd note at | 0 |
215,537 | 24,179,033,736 | IssuesEvent | 2022-09-23 07:00:00 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [Security Solution]Warning message is not aligned with the icon under detection rules. | bug impact:low Team:Detections and Resp fixed Team: SecuritySolution Team:Detection Rules Feature:Rule Details 8.5 candidate v8.5.0 | **Describe the bug:**
Warning message is not aligned with the icon under detection rules.
**Build Details:**
```
VERSION: 8.5.0
BUILD: 55925
COMMIT: dc43193d73c5869335a239c7012528bb1fffd509
```
**Preconditions**
1. Elasticsearch should be up and running
2. Kibana should be up and running
**Steps to reproduce**
1. Navigate to Security-->Manage-->Rules.
2. Click on Create new rule.
3. Create a rule with non existing index.
4. Wait for rule to run, warning message will display.
**Expected Result:**
Warning message should be aligned with the icon under detection rules.
**Actual Result:**
Warning message is not aligned with the icon under detection rules.
**What's Working:**
`Warning message is aligned with the icon under advanced settings.`

**Screenshots:**

| True | [Security Solution]Warning message is not aligned with the icon under detection rules. - **Describe the bug:**
Warning message is not aligned with the icon under detection rules.
**Build Details:**
```
VERSION: 8.5.0
BUILD: 55925
COMMIT: dc43193d73c5869335a239c7012528bb1fffd509
```
**Preconditions**
1. Elasticsearch should be up and running
2. Kibana should be up and running
**Steps to reproduce**
1. Navigate to Security-->Manage-->Rules.
2. Click on Create new rule.
3. Create a rule with non existing index.
4. Wait for rule to run, warning message will display.
**Expected Result:**
Warning message should be aligned with the icon under detection rules.
**Actual Result:**
Warning message is not aligned with the icon under detection rules.
**What's Working:**
`Warning message is aligned with the icon under advanced settings.`

**Screenshots:**

| non_test | warning message is not aligned with the icon under detection rules describe the bug warning message is not aligned with the icon under detection rules build details version build commit preconditions elasticsearch should be up and running kibana should be up and running steps to reproduce navigate to security manage rules click on create new rule create a rule with non existing index wait for rule to run warning message will display expected result warning message should be aligned with the icon under detection rules actual result warning message is not aligned with the icon under detection rules what s working warning message is aligned with the icon under advanced settings screenshots | 0 |
69,390 | 17,658,123,288 | IssuesEvent | 2021-08-21 01:11:48 | xamarin/xamarin-android | https://api.github.com/repos/xamarin/xamarin-android | closed | ActivityAttribute.MainActivity should set exported=true | Area: App+Library Build needs-triage | Context: https://aster.cloud/2021/02/23/lets-be-explicit-about-our-intent-filters/
> An important change is coming to Android 12 that improves both app and platform security. This change affects all apps that target Android 12.
>
> Activities, services, and broadcast receivers with declared intent-filters now must explicitly declare whether they should be exported or not.
The short version is that many apps may need to update their `[Activity]` attribute usage to explicitly set [`ActivityAttribute.Exported`](https://github.com/xamarin/xamarin-android/blob/f7d32102cc3ada67aa12cc0beed2cf97226f41b3/src/Xamarin.Android.NamingCustomAttributes/Android.App/ActivityAttribute.cs#L49).
*However*, ***we*** added [`ActivityAttribute.MainLauncher`](https://github.com/xamarin/xamarin-android/blob/f7d32102cc3ada67aa12cc0beed2cf97226f41b3/src/Xamarin.Android.NamingCustomAttributes/Android.App/ActivityAttribute.cs#L69), which is also used in our templates:
https://github.com/xamarin/xamarin-android/blob/f7d32102cc3ada67aa12cc0beed2cf97226f41b3/src/Microsoft.Android.Templates/android/MainActivity.cs#L8
We should update our `AndroidManifest.xml` generation & related code so that when `MainLauncher=true`, we also automatically set `exported=true`.
| 1.0 | ActivityAttribute.MainActivity should set exported=true - Context: https://aster.cloud/2021/02/23/lets-be-explicit-about-our-intent-filters/
> An important change is coming to Android 12 that improves both app and platform security. This change affects all apps that target Android 12.
>
> Activities, services, and broadcast receivers with declared intent-filters now must explicitly declare whether they should be exported or not.
The short version is that many apps may need to update their `[Activity]` attribute usage to explicitly set [`ActivityAttribute.Exported`](https://github.com/xamarin/xamarin-android/blob/f7d32102cc3ada67aa12cc0beed2cf97226f41b3/src/Xamarin.Android.NamingCustomAttributes/Android.App/ActivityAttribute.cs#L49).
*However*, ***we*** added [`ActivityAttribute.MainLauncher`](https://github.com/xamarin/xamarin-android/blob/f7d32102cc3ada67aa12cc0beed2cf97226f41b3/src/Xamarin.Android.NamingCustomAttributes/Android.App/ActivityAttribute.cs#L69), which is also used in our templates:
https://github.com/xamarin/xamarin-android/blob/f7d32102cc3ada67aa12cc0beed2cf97226f41b3/src/Microsoft.Android.Templates/android/MainActivity.cs#L8
We should update our `AndroidManifest.xml` generation & related code so that when `MainLauncher=true`, we also automatically set `exported=true`.
| non_test | activityattribute mainactivity should set exported true context an important change is coming to android that improves both app and platform security this change affects all apps that target android activities services and broadcast receivers with declared intent filters now must explicitly declare whether they should be exported or not the short version is that many apps may need to update their attribute usage to explicitly set however we added which is also used in our templates we should update our androidmanifest xml generation related code so that when mainlauncher true we also automatically set exported true | 0 |
135,725 | 11,015,597,584 | IssuesEvent | 2019-12-05 02:12:02 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Manual test run on Linux for 1.1.x - Beta | OS/Linux QA/Yes release-notes/exclude tests | ## Per release specialty tests
- [ ] Enable Cayman Islands and some other protectorates/territories for Brave Ads.([#6006](https://github.com/brave/brave-browser/issues/6006))
- [ ] Privacy Preserving Product Analytics (P3A).([#6285](https://github.com/brave/brave-browser/issues/6285))
- [ ] Change maximum ads on Android/iOS to 20.([#6362](https://github.com/brave/brave-browser/issues/6362))
### Installer
- [x] Check that installer is close to the size of last release
- [ ] 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
- [x] Sync chain created in previous version is retained
- [x] Social media blocking buttons changes are retained
### About pages
- [x] Verify that `chrome://` forwards to `brave://`
- [x] Verify `brave://adblock` loads adblock page
- [x] Verify `brave://newtab` loads a new tab
- [x] Verify `brave://rewards` loads Brave rewards page
- [x] Verify `brave://settings` loads Brave settings page
- [x] Verify `brave://version` correctly shows Brave version and Chromium version
- [x] Verify `brave://welcome` loads the welcome page
### Import tests
- [x] Verify that you can import bookmarks, cookies, history, passwords from Google Chrome
- [x] Verify that you can import bookmarks, cookies, history, passwords, autofill and search engines from Firefox
- [ ] Verify that you can import bookmarks from Edge
- [x] Verify importing `Bookmark HTML` file retains the folder structure on a clean profile
### Context menus
- [x] Verify `Block element via selector` removes a CSS element from page without reloading
- [x] Verify `Clear all CSS rules for this sites` removes the blocked element after page reload
- [x] Verify `Clear all CSS rules for all sites` removes the rule and loads all elements for all pages
## Extensions/Plugins tests
- [x] Verify one item from Brave Update server is installable (Example: Ad-block DAT file on fresh extension)
- [x] Verify one item from Google Update server is installable (Example: Extensions from CWS)
- [x] Verify PDFJS, Torrent viewer extensions are installed automatically on fresh profile and cannot be disabled
- [x] Verify older version of an extension gets updated to new version via Google server
- [x] Verify older version of an extension gets updated to new version via Brave server
- [x] Verify magnet links and .torrent files loads Torrent viewer page and able to download torrent
- [x] Use an old profile to verify extension updates work correctly.
### CWS
- [x] Verify installing ABP from CWS shows warning message `NOT A RECOMMENDED BRAVE EXTENSION!`but still allows to install the extension
- [x] Verify installing LastPass from CWS doesn't show any warning message
- [x] Verify installing an extension that is not vetted by Brave gets blocked
### Flash tests
- [ ] Test that Flash gets blocked by default when installed
- [ ] Test that once you allow Flash, it turns into a click to play area, and loads flash when allowed
### PDF
- [x] Test that you can print a PDF
- [x] Test that PDF is loaded over HTTPS at https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf
- [x] Test that PDF is loaded over HTTP at http://www.pdf995.com/samples/pdf.pdf
### 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
### Geolocation
- [x] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation shows correct location
- [x] Check that https://browserleaks.com/geo works and shows correct location
- [x] Check that https://html5demos.com/geo/ works but doesn't require an accurate location
### Crash Reporting
- [x] Check that loading `brave://crash` causes the new tab to crash
- [x] Check that `brave://crashes` lists all the crashes and includes both Crash Report ID & Local Crash ID
- [ ] Verify the crash ID matches the report on brave stats
### Performance test
_Each start should take less than 7 seconds_
- [x] Enable only rewards
- [x] Only import a large set of bookmarks
- [x] Combine rewards, and a large set of bookmarks
### Bravery settings
- [x] Verify that HTTPS Everywhere works by loading http://https-everywhere.badssl.com/
- [x] Turning HTTPS Everywhere off and shields off both disable the redirect to https://https-everywhere.badssl.com/
- [x] Verify that toggling `Ads and trackers blocked` works as expected
- [x] Visit https://testsafebrowsing.appspot.com/s/phishing.html, verify that Safe Browsing (via our Proxy) works for all the listed items
- [x] Visit https://brianbondy.com/ and then turn on script blocking, page should not load. Allow it from the script blocking UI in the URL bar and it should load the page correctly
- [x] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked
### Fingerprint Tests
- [x] Visit https://jsfiddle.net/bkf50r8v/13/, ensure 3 blocked items are listed in shields. Result window should show `got canvas fingerprint 0` and `got webgl fingerprint 00`
- [x] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ only when `Block all fingerprinting protection` is on
- [x] Test that Brave browser isn't detected on https://extensions.inrialpes.fr/brave/
- [x] Test that https://diafygi.github.io/webrtc-ips/ doesn't leak IP address when `Block all fingerprinting protection` is on
### Content tests
- [x] Open a page with an input control and type some misspellings on a textbox, make sure they are underlined
- [x] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text
- [x] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run)
### Brave Ads
- [x] Verify when you enable Rewards from panel or brave://rewards, Ads are enabled by default
- [x] Verify Ads UI (panel, settings, etc) shows when in a region with Ads support
- [x] Verify Ads UI (panel, settings, etc) does not show when in a region without Ads support. Verify the Ads panel does show the 'Sorry! Ads are not yet available in your region.' message.
- [x] Verify when the system language is English, the Browser language is French, and you are in one of the supported regions, Ad notifications are still served to you.
- [x] Verify you are served Ad notifications when Ads are enabled
- [x] Windows only: Verify when `Focus Assist` is set to alarms only, Ads are not served to the user but are available in the `Notification Center`
- [x] Verify when Ads are toggled off, there are no Ad messages in the logs
- [x] Verify when Rewards are toggled off (but Ads were not explicitly toggled off), there are no Ads logs recorded
- [x] Verify view/click/dismiss/landed ad notifications show in confirmations.json
- [x] Verify pages you browse to are being classified in the logs
- [x] Verify tokens are redeemed by viewing the logs (you can use --rewards=debug=true to shorten redemption time)
- [x] Verify Ad is not shown if a tab is playing media and is only shown after it stops playing
- [x] Upgrade Cases
- [x] Verify when updating from the previous version Ads info in the panel is not lost
- [x] Update to latest version from 0.62.51 (or a version without Ads available). Verify you are notified to try ads via a BAT logo notification but Ads are not automatically turned on for you.
- [x] Update to latest version from some Ads enabled versions (0.63.x, 0.64.x). Verify Ads status (on/off) is the same as it was prior to update.
### Rewards
- [x] Verify wallet is auto created after enabling rewards
- [x] Verify account balance shows correct BAT and USD value
- [x] Verify you are able to restore a wallet
- [x] Verify wallet address matches the QR code that is generated under `Add funds`
- [x] Verify actions taken (claiming grant, tipping, auto-contribute) display in wallet panel
- [x] Verify adding funds via any of the currencies flows into wallet after specified amount of time
- [x] Verify adding funds to an existing wallet with amount, adjusts the BAT value appropriately
- [x] Verify monthly budget shows correct BAT and USD value
- [x] Verify you are able to exclude a publisher from the auto-contribute table by clicking on the `x` in auto-contribute table and popup list of sites
- [x] Verify you are able to exclude a publisher by using the toggle on the Rewards 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 when you click on `Send a tip`, the custom tip banner displays
- [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 tip panel shows a verified checkmark for a verified publisher/verified YouTube creator
- [x] Verify tip panel shows a message about unverified publisher
- [x] Verify BR panel shows message about an unverified publisher
- [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] Verify that disabling Rewards and enabling it again does not lose state
- [x] Verify that disabling auto-contribute and enabling it again does not lose state
- [x] Adjust min visit/time in settings. Visit some sites and YouTube channels to verify they are added to the table after the specified settings
- [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
### Social-media blocking settings
- [x] Verify individual `Social media blocking` buttons works as intended when enabled/disabled by visiting https://fmarier.github.io/brave-testing/social-widgets.html
### Sync
- [x] Verify you are able to create a sync chain and add a mobile/computer to the chain
- [x] Verify you are able to join an existing sync chain using code words
- [x] Verify the device name is shown properly when sync chain is created
- [x] Verify you are able to add a new mobile device to the chain via QR code/code words
- [x] Verify newly created bookmarks get sync'd to all devices on the sync chain
- [x] Verify existing bookmarks on current profile gets sync'd to all devices on the sync chain
- [x] Verify folder structure is retained after sync completes
- [x] Verify bookmarks don't duplicate when sync'd from other devices
- [x] Verify removing bookmark from device gets sync'd to all devices on the sync chain
- [x] Verify adding/removing a bookmark in offline mode gets sync'd to all devices on the sync chain when device comes online
- [x] With only two device in chain, verify removing the other device resets the sync on b-c as well
### Tor Tabs
- [x] Visit https://check.torproject.org in a Tor window, ensure its shows success message for using a Tor exit node
- [x] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Do a hard refresh (Ctrl+Shift+R/Cmd+Shift+R), ensure exit IP changes after page reloads
- [x] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Click `New Tor Identity for this site` in app menu, ensure the exit node IP address changes after page is reloaded
- [x] Visit https://protonirockerxow.onion/ in a Tor window, ensure login page is shown
- [x] Visit http://pdf995.com in a Tor window, should warn about connecting to HTTP site
- [x] Visit https://browserleaks.com/geo in a Tor window, ensure location isn't shown
- [x] Visit https://diafygi.github.io/webrtc-ips/ in a Tor window with block all fingerprinting, ensure WebRTC is blocked and no IP is shown
- [x] Visit https://diafygi.github.io/webrtc-ips/ in a Tor window, disable shields, ensure WebRTC is blocked and no IP is shown
- [x] Verify Flash doesn't work on Tor window even if it is enabled in `brave://settings/content/flash`
- [x] Verify Torrent viewer doesn't load in a Tor window and warns when trying to load a torrent/magnet link in a Tor window
- [x] Verify Google Widevine doesn't load in Tor window and doesn't prompt Google Windevine notification in URL bar
- [x] Ensure you are able to download a file in Tor window. Verify all Download/Cancel, Download/Retry and Download works in Tor window
- [x] Disconnect network and open a Tor window, should show modal to retry connection or relaunch Tor window to connect
### Cookie and Cache
- [x] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the evercookie site does not remember the old evercookie value
### Session storage
- [x] Temporarily move away your browser profile and test that a new profile is created when browser is launched
- macOS - `~/Library/Application\ Support/BraveSoftware/`
- Windows - `%userprofile%\appdata\Local\BraveSoftware\`
- Linux(Ubuntu) - `~/.config/BraveSoftware/`
- [x] Test that windows and tabs restore when closed, including active tab
- [ ] Ensure that the tabs in the above session are being lazy loaded when the session is restored
## Update tests
- [x] Verify visiting `brave://settings/help` triggers update check
- [ ] Verify once update is downloaded, prompts to `Relaunch` to install update
## Chromium upgrade tests
- [x] Verify `brave://gpu` on Brave and `chrome://gpu` on Chrome are similar for the same Chromium version on both browsers
#### Adblock
- [x] Verify referrer blocking works properly for TLD+1. Visit `https://technology.slashdot.org/` and verify adblock works properly similar to `https://slashdot.org/`
#### 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
- [x] Restart the browser, load brave://components, wait for 8 mins and verify that no component shows any errors
- [x] Verify Brave Local Data Updater, Brave Ad Block Updater, Brave Tor Client Updater (Mac), PDF Viewer (PDF.js), Brave HTTPS Everywhere Updater have non-zero version numbers
### Keyboard Shortcuts (WIP)
#### Rewards Media (To be verified on YouTube and Twitch) (WIP)
| 1.0 | Manual test run on Linux for 1.1.x - Beta - ## Per release specialty tests
- [ ] Enable Cayman Islands and some other protectorates/territories for Brave Ads.([#6006](https://github.com/brave/brave-browser/issues/6006))
- [ ] Privacy Preserving Product Analytics (P3A).([#6285](https://github.com/brave/brave-browser/issues/6285))
- [ ] Change maximum ads on Android/iOS to 20.([#6362](https://github.com/brave/brave-browser/issues/6362))
### Installer
- [x] Check that installer is close to the size of last release
- [ ] 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
- [x] Sync chain created in previous version is retained
- [x] Social media blocking buttons changes are retained
### About pages
- [x] Verify that `chrome://` forwards to `brave://`
- [x] Verify `brave://adblock` loads adblock page
- [x] Verify `brave://newtab` loads a new tab
- [x] Verify `brave://rewards` loads Brave rewards page
- [x] Verify `brave://settings` loads Brave settings page
- [x] Verify `brave://version` correctly shows Brave version and Chromium version
- [x] Verify `brave://welcome` loads the welcome page
### Import tests
- [x] Verify that you can import bookmarks, cookies, history, passwords from Google Chrome
- [x] Verify that you can import bookmarks, cookies, history, passwords, autofill and search engines from Firefox
- [ ] Verify that you can import bookmarks from Edge
- [x] Verify importing `Bookmark HTML` file retains the folder structure on a clean profile
### Context menus
- [x] Verify `Block element via selector` removes a CSS element from page without reloading
- [x] Verify `Clear all CSS rules for this sites` removes the blocked element after page reload
- [x] Verify `Clear all CSS rules for all sites` removes the rule and loads all elements for all pages
## Extensions/Plugins tests
- [x] Verify one item from Brave Update server is installable (Example: Ad-block DAT file on fresh extension)
- [x] Verify one item from Google Update server is installable (Example: Extensions from CWS)
- [x] Verify PDFJS, Torrent viewer extensions are installed automatically on fresh profile and cannot be disabled
- [x] Verify older version of an extension gets updated to new version via Google server
- [x] Verify older version of an extension gets updated to new version via Brave server
- [x] Verify magnet links and .torrent files loads Torrent viewer page and able to download torrent
- [x] Use an old profile to verify extension updates work correctly.
### CWS
- [x] Verify installing ABP from CWS shows warning message `NOT A RECOMMENDED BRAVE EXTENSION!`but still allows to install the extension
- [x] Verify installing LastPass from CWS doesn't show any warning message
- [x] Verify installing an extension that is not vetted by Brave gets blocked
### Flash tests
- [ ] Test that Flash gets blocked by default when installed
- [ ] Test that once you allow Flash, it turns into a click to play area, and loads flash when allowed
### PDF
- [x] Test that you can print a PDF
- [x] Test that PDF is loaded over HTTPS at https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf
- [x] Test that PDF is loaded over HTTP at http://www.pdf995.com/samples/pdf.pdf
### 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
### Geolocation
- [x] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation shows correct location
- [x] Check that https://browserleaks.com/geo works and shows correct location
- [x] Check that https://html5demos.com/geo/ works but doesn't require an accurate location
### Crash Reporting
- [x] Check that loading `brave://crash` causes the new tab to crash
- [x] Check that `brave://crashes` lists all the crashes and includes both Crash Report ID & Local Crash ID
- [ ] Verify the crash ID matches the report on brave stats
### Performance test
_Each start should take less than 7 seconds_
- [x] Enable only rewards
- [x] Only import a large set of bookmarks
- [x] Combine rewards, and a large set of bookmarks
### Bravery settings
- [x] Verify that HTTPS Everywhere works by loading http://https-everywhere.badssl.com/
- [x] Turning HTTPS Everywhere off and shields off both disable the redirect to https://https-everywhere.badssl.com/
- [x] Verify that toggling `Ads and trackers blocked` works as expected
- [x] Visit https://testsafebrowsing.appspot.com/s/phishing.html, verify that Safe Browsing (via our Proxy) works for all the listed items
- [x] Visit https://brianbondy.com/ and then turn on script blocking, page should not load. Allow it from the script blocking UI in the URL bar and it should load the page correctly
- [x] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked
### Fingerprint Tests
- [x] Visit https://jsfiddle.net/bkf50r8v/13/, ensure 3 blocked items are listed in shields. Result window should show `got canvas fingerprint 0` and `got webgl fingerprint 00`
- [x] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ only when `Block all fingerprinting protection` is on
- [x] Test that Brave browser isn't detected on https://extensions.inrialpes.fr/brave/
- [x] Test that https://diafygi.github.io/webrtc-ips/ doesn't leak IP address when `Block all fingerprinting protection` is on
### Content tests
- [x] Open a page with an input control and type some misspellings on a textbox, make sure they are underlined
- [x] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text
- [x] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run)
### Brave Ads
- [x] Verify when you enable Rewards from panel or brave://rewards, Ads are enabled by default
- [x] Verify Ads UI (panel, settings, etc) shows when in a region with Ads support
- [x] Verify Ads UI (panel, settings, etc) does not show when in a region without Ads support. Verify the Ads panel does show the 'Sorry! Ads are not yet available in your region.' message.
- [x] Verify when the system language is English, the Browser language is French, and you are in one of the supported regions, Ad notifications are still served to you.
- [x] Verify you are served Ad notifications when Ads are enabled
- [x] Windows only: Verify when `Focus Assist` is set to alarms only, Ads are not served to the user but are available in the `Notification Center`
- [x] Verify when Ads are toggled off, there are no Ad messages in the logs
- [x] Verify when Rewards are toggled off (but Ads were not explicitly toggled off), there are no Ads logs recorded
- [x] Verify view/click/dismiss/landed ad notifications show in confirmations.json
- [x] Verify pages you browse to are being classified in the logs
- [x] Verify tokens are redeemed by viewing the logs (you can use --rewards=debug=true to shorten redemption time)
- [x] Verify Ad is not shown if a tab is playing media and is only shown after it stops playing
- [x] Upgrade Cases
- [x] Verify when updating from the previous version Ads info in the panel is not lost
- [x] Update to latest version from 0.62.51 (or a version without Ads available). Verify you are notified to try ads via a BAT logo notification but Ads are not automatically turned on for you.
- [x] Update to latest version from some Ads enabled versions (0.63.x, 0.64.x). Verify Ads status (on/off) is the same as it was prior to update.
### Rewards
- [x] Verify wallet is auto created after enabling rewards
- [x] Verify account balance shows correct BAT and USD value
- [x] Verify you are able to restore a wallet
- [x] Verify wallet address matches the QR code that is generated under `Add funds`
- [x] Verify actions taken (claiming grant, tipping, auto-contribute) display in wallet panel
- [x] Verify adding funds via any of the currencies flows into wallet after specified amount of time
- [x] Verify adding funds to an existing wallet with amount, adjusts the BAT value appropriately
- [x] Verify monthly budget shows correct BAT and USD value
- [x] Verify you are able to exclude a publisher from the auto-contribute table by clicking on the `x` in auto-contribute table and popup list of sites
- [x] Verify you are able to exclude a publisher by using the toggle on the Rewards 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 when you click on `Send a tip`, the custom tip banner displays
- [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 tip panel shows a verified checkmark for a verified publisher/verified YouTube creator
- [x] Verify tip panel shows a message about unverified publisher
- [x] Verify BR panel shows message about an unverified publisher
- [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] Verify that disabling Rewards and enabling it again does not lose state
- [x] Verify that disabling auto-contribute and enabling it again does not lose state
- [x] Adjust min visit/time in settings. Visit some sites and YouTube channels to verify they are added to the table after the specified settings
- [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
### Social-media blocking settings
- [x] Verify individual `Social media blocking` buttons works as intended when enabled/disabled by visiting https://fmarier.github.io/brave-testing/social-widgets.html
### Sync
- [x] Verify you are able to create a sync chain and add a mobile/computer to the chain
- [x] Verify you are able to join an existing sync chain using code words
- [x] Verify the device name is shown properly when sync chain is created
- [x] Verify you are able to add a new mobile device to the chain via QR code/code words
- [x] Verify newly created bookmarks get sync'd to all devices on the sync chain
- [x] Verify existing bookmarks on current profile gets sync'd to all devices on the sync chain
- [x] Verify folder structure is retained after sync completes
- [x] Verify bookmarks don't duplicate when sync'd from other devices
- [x] Verify removing bookmark from device gets sync'd to all devices on the sync chain
- [x] Verify adding/removing a bookmark in offline mode gets sync'd to all devices on the sync chain when device comes online
- [x] With only two device in chain, verify removing the other device resets the sync on b-c as well
### Tor Tabs
- [x] Visit https://check.torproject.org in a Tor window, ensure its shows success message for using a Tor exit node
- [x] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Do a hard refresh (Ctrl+Shift+R/Cmd+Shift+R), ensure exit IP changes after page reloads
- [x] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Click `New Tor Identity for this site` in app menu, ensure the exit node IP address changes after page is reloaded
- [x] Visit https://protonirockerxow.onion/ in a Tor window, ensure login page is shown
- [x] Visit http://pdf995.com in a Tor window, should warn about connecting to HTTP site
- [x] Visit https://browserleaks.com/geo in a Tor window, ensure location isn't shown
- [x] Visit https://diafygi.github.io/webrtc-ips/ in a Tor window with block all fingerprinting, ensure WebRTC is blocked and no IP is shown
- [x] Visit https://diafygi.github.io/webrtc-ips/ in a Tor window, disable shields, ensure WebRTC is blocked and no IP is shown
- [x] Verify Flash doesn't work on Tor window even if it is enabled in `brave://settings/content/flash`
- [x] Verify Torrent viewer doesn't load in a Tor window and warns when trying to load a torrent/magnet link in a Tor window
- [x] Verify Google Widevine doesn't load in Tor window and doesn't prompt Google Windevine notification in URL bar
- [x] Ensure you are able to download a file in Tor window. Verify all Download/Cancel, Download/Retry and Download works in Tor window
- [x] Disconnect network and open a Tor window, should show modal to retry connection or relaunch Tor window to connect
### Cookie and Cache
- [x] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the evercookie site does not remember the old evercookie value
### Session storage
- [x] Temporarily move away your browser profile and test that a new profile is created when browser is launched
- macOS - `~/Library/Application\ Support/BraveSoftware/`
- Windows - `%userprofile%\appdata\Local\BraveSoftware\`
- Linux(Ubuntu) - `~/.config/BraveSoftware/`
- [x] Test that windows and tabs restore when closed, including active tab
- [ ] Ensure that the tabs in the above session are being lazy loaded when the session is restored
## Update tests
- [x] Verify visiting `brave://settings/help` triggers update check
- [ ] Verify once update is downloaded, prompts to `Relaunch` to install update
## Chromium upgrade tests
- [x] Verify `brave://gpu` on Brave and `chrome://gpu` on Chrome are similar for the same Chromium version on both browsers
#### Adblock
- [x] Verify referrer blocking works properly for TLD+1. Visit `https://technology.slashdot.org/` and verify adblock works properly similar to `https://slashdot.org/`
#### 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
- [x] Restart the browser, load brave://components, wait for 8 mins and verify that no component shows any errors
- [x] Verify Brave Local Data Updater, Brave Ad Block Updater, Brave Tor Client Updater (Mac), PDF Viewer (PDF.js), Brave HTTPS Everywhere Updater have non-zero version numbers
### Keyboard Shortcuts (WIP)
#### Rewards Media (To be verified on YouTube and Twitch) (WIP)
| test | manual test run on linux for x beta per release specialty tests enable cayman islands and some other protectorates territories for brave ads privacy preserving product analytics change maximum ads on android ios to installer check that installer is close to the size of last release 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 sync chain created in previous version is retained social media blocking buttons changes are retained about pages verify that chrome forwards to brave verify brave adblock loads adblock page verify brave newtab loads a new tab verify brave rewards loads brave rewards page verify brave settings loads brave settings page verify brave version correctly shows brave version and chromium version verify brave welcome loads the welcome page import tests verify that you can import bookmarks cookies history passwords from google chrome verify that you can import bookmarks cookies history passwords autofill and search engines from firefox verify that you can import bookmarks from edge verify importing bookmark html file retains the folder structure on a clean profile context menus verify block element via selector removes a css element from page without reloading verify clear all css rules for this sites removes the blocked element after page reload verify clear all css rules for all sites removes the rule and loads all elements for all pages extensions plugins tests verify one item from brave update server is installable example ad block dat file on fresh extension verify one item from google update server is installable example extensions from cws verify pdfjs torrent viewer extensions are installed automatically on fresh profile and cannot be disabled verify older version of an extension gets updated to new version via google server verify older version of an extension gets updated to new version via brave server verify magnet links and torrent files loads torrent viewer page and able to download torrent use an old profile to verify extension updates work correctly cws verify installing abp from cws shows warning message not a recommended brave extension but still allows to install the extension verify installing lastpass from cws doesn t show any warning message verify installing an extension that is not vetted by brave gets blocked flash tests test that flash gets blocked by default when installed test that once you allow flash it turns into a click to play area and loads flash when allowed pdf test that you can print a pdf test that pdf is loaded over https at test that pdf is loaded over http at 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 geolocation check that shows correct location check that works and shows correct location check that works but doesn t require an accurate location crash reporting check that loading brave crash causes the new tab to crash check that brave crashes lists all the crashes and includes both crash report id local crash id verify the crash id matches the report on brave stats performance test each start should take less than seconds enable only rewards only import a large set of bookmarks combine rewards and a large set of bookmarks bravery settings verify that https everywhere works by loading turning https everywhere off and shields off both disable the redirect to verify that toggling ads and trackers blocked works as expected visit verify that safe browsing via our proxy works for all the listed items visit and then turn on script blocking page should not load allow it from the script blocking ui in the url bar and it should load the page correctly test that party storage results are blank at when party cookies are blocked and not blank when party cookies are unblocked fingerprint tests visit ensure blocked items are listed in shields result window should show got canvas fingerprint and got webgl fingerprint test that audio fingerprint is blocked at only when block all fingerprinting protection is on test that brave browser isn t detected on test that doesn t leak ip address when block all fingerprinting protection is on content tests open a page with an input control and type some misspellings on a textbox make sure they are underlined make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text test that shows up as grey not red no mixed content scripts are run brave ads verify when you enable rewards from panel or brave rewards ads are enabled by default verify ads ui panel settings etc shows when in a region with ads support verify ads ui panel settings etc does not show when in a region without ads support verify the ads panel does show the sorry ads are not yet available in your region message verify when the system language is english the browser language is french and you are in one of the supported regions ad notifications are still served to you verify you are served ad notifications when ads are enabled windows only verify when focus assist is set to alarms only ads are not served to the user but are available in the notification center verify when ads are toggled off there are no ad messages in the logs verify when rewards are toggled off but ads were not explicitly toggled off there are no ads logs recorded verify view click dismiss landed ad notifications show in confirmations json verify pages you browse to are being classified in the logs verify tokens are redeemed by viewing the logs you can use rewards debug true to shorten redemption time verify ad is not shown if a tab is playing media and is only shown after it stops playing upgrade cases verify when updating from the previous version ads info in the panel is not lost update to latest version from or a version without ads available verify you are notified to try ads via a bat logo notification but ads are not automatically turned on for you update to latest version from some ads enabled versions x x verify ads status on off is the same as it was prior to update rewards verify wallet is auto created after enabling rewards verify account balance shows correct bat and usd value verify you are able to restore a wallet verify wallet address matches the qr code that is generated under add funds verify actions taken claiming grant tipping auto contribute display in wallet panel verify adding funds via any of the currencies flows into wallet after specified amount of time verify adding funds to an existing wallet with amount adjusts the bat value appropriately verify monthly budget shows correct bat and usd value verify you are able to exclude a publisher from the auto contribute table by clicking on the x in auto contribute table and popup list of sites verify you are able to exclude a publisher by using the toggle on the rewards panel verify when you click on the br panel while on a site the panel displays site specific information site favicon domain attention verify when you click on send a tip the custom tip banner displays 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 tip panel shows a verified checkmark for a verified publisher verified youtube creator verify tip panel shows a message about unverified publisher verify br panel shows message about an unverified publisher 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 verify that disabling rewards and enabling it again does not lose state verify that disabling auto contribute and enabling it again does not lose state adjust min visit time in settings visit some sites and youtube channels to verify they are added to the table after the specified settings 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 social media blocking settings verify individual social media blocking buttons works as intended when enabled disabled by visiting sync verify you are able to create a sync chain and add a mobile computer to the chain verify you are able to join an existing sync chain using code words verify the device name is shown properly when sync chain is created verify you are able to add a new mobile device to the chain via qr code code words verify newly created bookmarks get sync d to all devices on the sync chain verify existing bookmarks on current profile gets sync d to all devices on the sync chain verify folder structure is retained after sync completes verify bookmarks don t duplicate when sync d from other devices verify removing bookmark from device gets sync d to all devices on the sync chain verify adding removing a bookmark in offline mode gets sync d to all devices on the sync chain when device comes online with only two device in chain verify removing the other device resets the sync on b c as well tor tabs visit in a tor window ensure its shows success message for using a tor exit node visit in a tor window note down exit node ip address do a hard refresh ctrl shift r cmd shift r ensure exit ip changes after page reloads visit in a tor window note down exit node ip address click new tor identity for this site in app menu ensure the exit node ip address changes after page is reloaded visit in a tor window ensure login page is shown visit in a tor window should warn about connecting to http site visit in a tor window ensure location isn t shown visit in a tor window with block all fingerprinting ensure webrtc is blocked and no ip is shown visit in a tor window disable shields ensure webrtc is blocked and no ip is shown verify flash doesn t work on tor window even if it is enabled in brave settings content flash verify torrent viewer doesn t load in a tor window and warns when trying to load a torrent magnet link in a tor window verify google widevine doesn t load in tor window and doesn t prompt google windevine notification in url bar ensure you are able to download a file in tor window verify all download cancel download retry and download works in tor window disconnect network and open a tor window should show modal to retry connection or relaunch tor window to connect cookie and cache go to and set an evercookie check that going to prefs clearing site data and cache and going back to the evercookie site does not remember the old evercookie value session storage temporarily move away your browser profile and test that a new profile is created when browser is launched macos library application support bravesoftware windows userprofile appdata local bravesoftware linux ubuntu config bravesoftware test that windows and tabs restore when closed including active tab ensure that the tabs in the above session are being lazy loaded when the session is restored update tests verify visiting brave settings help triggers update check verify once update is downloaded prompts to relaunch to install update chromium upgrade tests verify brave gpu on brave and chrome gpu on chrome are similar for the same chromium version on both browsers adblock verify referrer blocking works properly for tld visit and verify adblock works properly similar to 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 restart the browser load brave components wait for mins and verify that no component shows any errors verify brave local data updater brave ad block updater brave tor client updater mac pdf viewer pdf js brave https everywhere updater have non zero version numbers keyboard shortcuts wip rewards media to be verified on youtube and twitch wip | 1 |
705,573 | 24,239,379,075 | IssuesEvent | 2022-09-27 04:35:58 | bottlerocket-os/bottlerocket | https://api.github.com/repos/bottlerocket-os/bottlerocket | closed | update glibc to 2.36 | type/enhancement priority/p0 core | glibc 2.36 is available: https://sourceware.org/pipermail/libc-alpha/2022-August/141193.html
We're also bumping glibc to 2.36 as part of the bottlerocket-sdk update: https://github.com/bottlerocket-os/bottlerocket-sdk/pull/82 | 1.0 | update glibc to 2.36 - glibc 2.36 is available: https://sourceware.org/pipermail/libc-alpha/2022-August/141193.html
We're also bumping glibc to 2.36 as part of the bottlerocket-sdk update: https://github.com/bottlerocket-os/bottlerocket-sdk/pull/82 | non_test | update glibc to glibc is available we re also bumping glibc to as part of the bottlerocket sdk update | 0 |
288,263 | 24,894,467,410 | IssuesEvent | 2022-10-28 14:40:06 | cobudget/cobudget | https://api.github.com/repos/cobudget/cobudget | closed | [BUG] yarn crowdin:upload not working anymore | needs testing | I run `yarn crowdin:upload` to upload newly extracted strings but I get this
```
% yarn crowdin:upload
yarn run v1.22.19
$ ../scripts/crowdin.sh upload
> dreams-ui@0.1.0 crowdin
> crowdin upload
/home/me/prj/plato/cobudget/ui/node_modules/@crowdin/cli/jdeploy-bundle/jdeploy.js:30
const fetch = require('node-fetch')
^
Error [ERR_REQUIRE_ESM]: require() of ES Module /home/me/prj/plato/cobudget/ui/node_modules/node-fetch/src/index.js from /home/me/prj/plato/cobudget/ui/node_modules/@crowdin/cli/jdeploy-bundle/jdeploy.js not supported.
Instead change the require of index.js in /home/me/prj/plato/cobudget/ui/node_modules/@crowdin/cli/jdeploy-bundle/jdeploy.js to a dynamic import() which is available in all CommonJS modules.
at njreWrap (/home/me/prj/plato/cobudget/ui/node_modules/@crowdin/cli/jdeploy-bundle/jdeploy.js:30:19)
at Object.<anonymous> (/home/me/prj/plato/cobudget/ui/node_modules/@crowdin/cli/jdeploy-bundle/jdeploy.js:330:14) {
code: 'ERR_REQUIRE_ESM'
}
Node.js v18.9.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
Might be that I'm on node 18 now. I tried updating `@crowdin/cli` to 3.8.1 but that didn't help. | 1.0 | [BUG] yarn crowdin:upload not working anymore - I run `yarn crowdin:upload` to upload newly extracted strings but I get this
```
% yarn crowdin:upload
yarn run v1.22.19
$ ../scripts/crowdin.sh upload
> dreams-ui@0.1.0 crowdin
> crowdin upload
/home/me/prj/plato/cobudget/ui/node_modules/@crowdin/cli/jdeploy-bundle/jdeploy.js:30
const fetch = require('node-fetch')
^
Error [ERR_REQUIRE_ESM]: require() of ES Module /home/me/prj/plato/cobudget/ui/node_modules/node-fetch/src/index.js from /home/me/prj/plato/cobudget/ui/node_modules/@crowdin/cli/jdeploy-bundle/jdeploy.js not supported.
Instead change the require of index.js in /home/me/prj/plato/cobudget/ui/node_modules/@crowdin/cli/jdeploy-bundle/jdeploy.js to a dynamic import() which is available in all CommonJS modules.
at njreWrap (/home/me/prj/plato/cobudget/ui/node_modules/@crowdin/cli/jdeploy-bundle/jdeploy.js:30:19)
at Object.<anonymous> (/home/me/prj/plato/cobudget/ui/node_modules/@crowdin/cli/jdeploy-bundle/jdeploy.js:330:14) {
code: 'ERR_REQUIRE_ESM'
}
Node.js v18.9.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
Might be that I'm on node 18 now. I tried updating `@crowdin/cli` to 3.8.1 but that didn't help. | test | yarn crowdin upload not working anymore i run yarn crowdin upload to upload newly extracted strings but i get this yarn crowdin upload yarn run scripts crowdin sh upload dreams ui crowdin crowdin upload home me prj plato cobudget ui node modules crowdin cli jdeploy bundle jdeploy js const fetch require node fetch error require of es module home me prj plato cobudget ui node modules node fetch src index js from home me prj plato cobudget ui node modules crowdin cli jdeploy bundle jdeploy js not supported instead change the require of index js in home me prj plato cobudget ui node modules crowdin cli jdeploy bundle jdeploy js to a dynamic import which is available in all commonjs modules at njrewrap home me prj plato cobudget ui node modules crowdin cli jdeploy bundle jdeploy js at object home me prj plato cobudget ui node modules crowdin cli jdeploy bundle jdeploy js code err require esm node js error command failed with exit code info visit for documentation about this command might be that i m on node now i tried updating crowdin cli to but that didn t help | 1 |
2,703 | 8,202,996,178 | IssuesEvent | 2018-09-02 16:07:52 | dwst/dwst | https://api.github.com/repos/dwst/dwst | closed | Enable JavaScript source map generation | Architecture | We should probably turn on source maps to easy debugging of transpiled source code in browser inspector. | 1.0 | Enable JavaScript source map generation - We should probably turn on source maps to easy debugging of transpiled source code in browser inspector. | non_test | enable javascript source map generation we should probably turn on source maps to easy debugging of transpiled source code in browser inspector | 0 |
38,045 | 6,656,087,749 | IssuesEvent | 2017-09-29 19:06:31 | PolymerElements/polymer-starter-kit | https://api.github.com/repos/PolymerElements/polymer-starter-kit | closed | Does not show 404 page and console Errors appear when deployed to Firebase Hosting | documentation | <!-- Instructions: https://github.com/Polymer/polymer/blob/master/CONTRIBUTING.md#contributing -->
### Description
Generated a psk2 app using `polymer init`.
When deployed to firebase as [documented](https://www.polymer-project.org/2.0/start/toolbox/deploy), the 404 page does not load and there are console errors
### Expected outcome
404 page should load for `invalid` pages and there should not be console errors.
### Actual outcome
404 page does not show and there are console errors.
### Live Demo
https://test-psk2-ba2b0.firebaseapp.com
### Steps to reproduce
1) Open dev console
2) Navigate to https://test-psk2-ba2b0.firebaseapp.com/view22
3) ```my-app.html:1 Uncaught TypeError: Cannot read property 'instanceCount' of undefined
at HTMLElement._initializeProperties (element-mixin.html:1)
at HTMLElement.<anonymous> (property-accessors.html:1)
at template-stamp.html:1
at fe (property-effects.html:1)
at s (element-mixin.html:1)
at MyApp (my-app.html:1)```
displayed in console.
4) Click view1 menu item in app-drawer, more errors are displayed:
```
my-app.html:1 Uncaught TypeError: Cannot read property 'instanceCount' of undefined
at HTMLElement._initializeProperties (element-mixin.html:1)
at HTMLElement.<anonymous> (property-accessors.html:1)
at template-stamp.html:1
at fe (property-effects.html:1)
at s (element-mixin.html:1)
at MyApp (my-app.html:1)
_initializeProperties @ element-mixin.html:1
(anonymous) @ property-accessors.html:1
(anonymous) @ template-stamp.html:1
fe @ property-effects.html:1
s @ element-mixin.html:1
MyApp @ my-app.html:1
iron-selectable.html:1 Uncaught TypeError: Cannot read property 'dashToCamelCase' of undefined
at HTMLElement._valueForItem (iron-selectable.html:1)
at HTMLElement._indexToValue (iron-selectable.html:1)
at HTMLElement._activateHandler (iron-selectable.html:1)
at HTMLElement.<anonymous> (template-stamp.html:1)
at Object._fire (gestures.html:1)
at Object.forward (gestures.html:1)
at Object.click (gestures.html:1)
at HTMLElement._handleNative (gestures.html:1)
_valueForItem @ iron-selectable.html:1
_indexToValue @ iron-selectable.html:1
_activateHandler @ iron-selectable.html:1
(anonymous) @ template-stamp.html:1
_fire @ gestures.html:1
forward @ gestures.html:1
click @ gestures.html:1
_handleNative @ gestures.html:1
app-drawer-layout.html:1 Uncaught TypeError: Polymer.dom is not a function
at HTMLElement._clickHandler (app-drawer-layout.html:1)
at HTMLElement.<anonymous> (template-stamp.html:1)
_clickHandler @ app-drawer-layout.html:1
(anonymous) @ template-stamp.html:1
iron-location.html:1 Uncaught TypeError: Polymer.dom is not a function
at HTMLElement._getSameOriginLinkHref (iron-location.html:1)
at HTMLElement._globalOnClick (iron-location.html:1)
at HTMLBodyElement.<anonymous> (template-stamp.html:1)
_getSameOriginLinkHref @ iron-location.html:1
_globalOnClick @ iron-location.html:1
(anonymous) @ template-stamp.html:1
Navigated to https://test-psk2-ba2b0.firebaseapp.com/view1
```
### Browsers Affected
<!-- Check all that apply -->
- [x ] Chrome
- [ ] Edge
- [ ] Firefox
- [ ] IE 11
- [ ] Safari 8
- [ ] Safari 9
| 1.0 | Does not show 404 page and console Errors appear when deployed to Firebase Hosting - <!-- Instructions: https://github.com/Polymer/polymer/blob/master/CONTRIBUTING.md#contributing -->
### Description
Generated a psk2 app using `polymer init`.
When deployed to firebase as [documented](https://www.polymer-project.org/2.0/start/toolbox/deploy), the 404 page does not load and there are console errors
### Expected outcome
404 page should load for `invalid` pages and there should not be console errors.
### Actual outcome
404 page does not show and there are console errors.
### Live Demo
https://test-psk2-ba2b0.firebaseapp.com
### Steps to reproduce
1) Open dev console
2) Navigate to https://test-psk2-ba2b0.firebaseapp.com/view22
3) ```my-app.html:1 Uncaught TypeError: Cannot read property 'instanceCount' of undefined
at HTMLElement._initializeProperties (element-mixin.html:1)
at HTMLElement.<anonymous> (property-accessors.html:1)
at template-stamp.html:1
at fe (property-effects.html:1)
at s (element-mixin.html:1)
at MyApp (my-app.html:1)```
displayed in console.
4) Click view1 menu item in app-drawer, more errors are displayed:
```
my-app.html:1 Uncaught TypeError: Cannot read property 'instanceCount' of undefined
at HTMLElement._initializeProperties (element-mixin.html:1)
at HTMLElement.<anonymous> (property-accessors.html:1)
at template-stamp.html:1
at fe (property-effects.html:1)
at s (element-mixin.html:1)
at MyApp (my-app.html:1)
_initializeProperties @ element-mixin.html:1
(anonymous) @ property-accessors.html:1
(anonymous) @ template-stamp.html:1
fe @ property-effects.html:1
s @ element-mixin.html:1
MyApp @ my-app.html:1
iron-selectable.html:1 Uncaught TypeError: Cannot read property 'dashToCamelCase' of undefined
at HTMLElement._valueForItem (iron-selectable.html:1)
at HTMLElement._indexToValue (iron-selectable.html:1)
at HTMLElement._activateHandler (iron-selectable.html:1)
at HTMLElement.<anonymous> (template-stamp.html:1)
at Object._fire (gestures.html:1)
at Object.forward (gestures.html:1)
at Object.click (gestures.html:1)
at HTMLElement._handleNative (gestures.html:1)
_valueForItem @ iron-selectable.html:1
_indexToValue @ iron-selectable.html:1
_activateHandler @ iron-selectable.html:1
(anonymous) @ template-stamp.html:1
_fire @ gestures.html:1
forward @ gestures.html:1
click @ gestures.html:1
_handleNative @ gestures.html:1
app-drawer-layout.html:1 Uncaught TypeError: Polymer.dom is not a function
at HTMLElement._clickHandler (app-drawer-layout.html:1)
at HTMLElement.<anonymous> (template-stamp.html:1)
_clickHandler @ app-drawer-layout.html:1
(anonymous) @ template-stamp.html:1
iron-location.html:1 Uncaught TypeError: Polymer.dom is not a function
at HTMLElement._getSameOriginLinkHref (iron-location.html:1)
at HTMLElement._globalOnClick (iron-location.html:1)
at HTMLBodyElement.<anonymous> (template-stamp.html:1)
_getSameOriginLinkHref @ iron-location.html:1
_globalOnClick @ iron-location.html:1
(anonymous) @ template-stamp.html:1
Navigated to https://test-psk2-ba2b0.firebaseapp.com/view1
```
### Browsers Affected
<!-- Check all that apply -->
- [x ] Chrome
- [ ] Edge
- [ ] Firefox
- [ ] IE 11
- [ ] Safari 8
- [ ] Safari 9
| non_test | does not show page and console errors appear when deployed to firebase hosting description generated a app using polymer init when deployed to firebase as the page does not load and there are console errors expected outcome page should load for invalid pages and there should not be console errors actual outcome page does not show and there are console errors live demo steps to reproduce open dev console navigate to my app html uncaught typeerror cannot read property instancecount of undefined at htmlelement initializeproperties element mixin html at htmlelement property accessors html at template stamp html at fe property effects html at s element mixin html at myapp my app html displayed in console click menu item in app drawer more errors are displayed my app html uncaught typeerror cannot read property instancecount of undefined at htmlelement initializeproperties element mixin html at htmlelement property accessors html at template stamp html at fe property effects html at s element mixin html at myapp my app html initializeproperties element mixin html anonymous property accessors html anonymous template stamp html fe property effects html s element mixin html myapp my app html iron selectable html uncaught typeerror cannot read property dashtocamelcase of undefined at htmlelement valueforitem iron selectable html at htmlelement indextovalue iron selectable html at htmlelement activatehandler iron selectable html at htmlelement template stamp html at object fire gestures html at object forward gestures html at object click gestures html at htmlelement handlenative gestures html valueforitem iron selectable html indextovalue iron selectable html activatehandler iron selectable html anonymous template stamp html fire gestures html forward gestures html click gestures html handlenative gestures html app drawer layout html uncaught typeerror polymer dom is not a function at htmlelement clickhandler app drawer layout html at htmlelement template stamp html clickhandler app drawer layout html anonymous template stamp html iron location html uncaught typeerror polymer dom is not a function at htmlelement getsameoriginlinkhref iron location html at htmlelement globalonclick iron location html at htmlbodyelement template stamp html getsameoriginlinkhref iron location html globalonclick iron location html anonymous template stamp html navigated to browsers affected chrome edge firefox ie safari safari | 0 |
256,056 | 19,377,333,571 | IssuesEvent | 2021-12-17 00:24:59 | ACDI-Argentina/avaldao | https://api.github.com/repos/ACDI-Argentina/avaldao | closed | CU: Ejecutar reintegro por morocidad | documentation enhancement | Documentar e implementar *CU Ejecutar reintegro por morocidad*.
- [x] Documentar CU
- [x] Implementar CU
- [x] Testing | 1.0 | CU: Ejecutar reintegro por morocidad - Documentar e implementar *CU Ejecutar reintegro por morocidad*.
- [x] Documentar CU
- [x] Implementar CU
- [x] Testing | non_test | cu ejecutar reintegro por morocidad documentar e implementar cu ejecutar reintegro por morocidad documentar cu implementar cu testing | 0 |
185,381 | 15,020,794,990 | IssuesEvent | 2021-02-01 15:06:29 | psi4/psi4 | https://api.github.com/repos/psi4/psi4 | closed | Docs Update: NumPy Interface | documentation new_dev | The code samples on the [Interface to NumPy page of the documentation](https://psicode.org/psi4manual/master/numpy.html) do not currently run. A forum report says that at the least, `psi4.Matrix` needs to be replaced with `psi4.core.Matrix`. Somebody should check that all the code on that page actually runs, and that it's accessible to non-experts. I've had to link a couple forum users to that page lately.
This is a great project for a new developer who wants to learn the fundamentals of the manual. | 1.0 | Docs Update: NumPy Interface - The code samples on the [Interface to NumPy page of the documentation](https://psicode.org/psi4manual/master/numpy.html) do not currently run. A forum report says that at the least, `psi4.Matrix` needs to be replaced with `psi4.core.Matrix`. Somebody should check that all the code on that page actually runs, and that it's accessible to non-experts. I've had to link a couple forum users to that page lately.
This is a great project for a new developer who wants to learn the fundamentals of the manual. | non_test | docs update numpy interface the code samples on the do not currently run a forum report says that at the least matrix needs to be replaced with core matrix somebody should check that all the code on that page actually runs and that it s accessible to non experts i ve had to link a couple forum users to that page lately this is a great project for a new developer who wants to learn the fundamentals of the manual | 0 |
168,547 | 13,094,895,712 | IssuesEvent | 2020-08-03 13:14:49 | eth-brownie/brownie | https://api.github.com/repos/eth-brownie/brownie | opened | Changes to when coverage evaluation is handled | test | ### Overview
When dealing with time-dependent tests, the act of evaluating coverage can affect the outcome of the test because complex transactions end up taking longer due to the delay in querying `debug_traceTransaction`.
### Specification
Coverage eval logic is a good candidate to move to a middleware in v2. In doing so, I think _when_ the evaluation happens can be adjusted to mitigate against the above issue.
Instead of immediately querying / expanding traces on all transactions, we could simply add them to a queue. Whenever a call comes to revert or reset the chain, the queue gets processed.
Important to consider that in implementing #709, this might also become a non-issue.
| 1.0 | Changes to when coverage evaluation is handled - ### Overview
When dealing with time-dependent tests, the act of evaluating coverage can affect the outcome of the test because complex transactions end up taking longer due to the delay in querying `debug_traceTransaction`.
### Specification
Coverage eval logic is a good candidate to move to a middleware in v2. In doing so, I think _when_ the evaluation happens can be adjusted to mitigate against the above issue.
Instead of immediately querying / expanding traces on all transactions, we could simply add them to a queue. Whenever a call comes to revert or reset the chain, the queue gets processed.
Important to consider that in implementing #709, this might also become a non-issue.
| test | changes to when coverage evaluation is handled overview when dealing with time dependent tests the act of evaluating coverage can affect the outcome of the test because complex transactions end up taking longer due to the delay in querying debug tracetransaction specification coverage eval logic is a good candidate to move to a middleware in in doing so i think when the evaluation happens can be adjusted to mitigate against the above issue instead of immediately querying expanding traces on all transactions we could simply add them to a queue whenever a call comes to revert or reset the chain the queue gets processed important to consider that in implementing this might also become a non issue | 1 |
66,149 | 6,989,730,772 | IssuesEvent | 2017-12-14 17:03:22 | saltstack/salt | https://api.github.com/repos/saltstack/salt | opened | Add timezone windows Tests to Auto Test Suite | auto-test Windows | This task is to monitor the addition of four tests to the auto test suite:
- [ ] timezone.get_zone
- [ ] timezone.get_offset
- [ ] timezone.set_zone
- [ ] timezone.zone_compare
There are unit tests but need to add integration tests | 1.0 | Add timezone windows Tests to Auto Test Suite - This task is to monitor the addition of four tests to the auto test suite:
- [ ] timezone.get_zone
- [ ] timezone.get_offset
- [ ] timezone.set_zone
- [ ] timezone.zone_compare
There are unit tests but need to add integration tests | test | add timezone windows tests to auto test suite this task is to monitor the addition of four tests to the auto test suite timezone get zone timezone get offset timezone set zone timezone zone compare there are unit tests but need to add integration tests | 1 |
233,269 | 25,758,334,475 | IssuesEvent | 2022-12-08 18:12:13 | capitalone/ablation | https://api.github.com/repos/capitalone/ablation | opened | certifi-2022.9.24-py3-none-any.whl: 1 vulnerabilities (highest severity is: 6.8) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>certifi-2022.9.24-py3-none-any.whl</b></p></summary>
<p>Python package for providing Mozilla's CA Bundle.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/1d/38/fa96a426e0c0e68aabc68e896584b83ad1eec779265a028e156ce509630e/certifi-2022.9.24-py3-none-any.whl">https://files.pythonhosted.org/packages/1d/38/fa96a426e0c0e68aabc68e896584b83ad1eec779265a028e156ce509630e/certifi-2022.9.24-py3-none-any.whl</a></p>
<p>Path to dependency file: /requirements.txt</p>
<p>Path to vulnerable library: /requirements.txt,/requirements.txt</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/capitalone/ablation/commit/1845ae1d8774c1941ff91f15ea111c37cc7574d4">1845ae1d8774c1941ff91f15ea111c37cc7574d4</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (certifi version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2022-23491](https://www.mend.io/vulnerability-database/CVE-2022-23491) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.8 | certifi-2022.9.24-py3-none-any.whl | Direct | certifi - 2022.12.07 | ✅ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2022-23491</summary>
### Vulnerable Library - <b>certifi-2022.9.24-py3-none-any.whl</b></p>
<p>Python package for providing Mozilla's CA Bundle.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/1d/38/fa96a426e0c0e68aabc68e896584b83ad1eec779265a028e156ce509630e/certifi-2022.9.24-py3-none-any.whl">https://files.pythonhosted.org/packages/1d/38/fa96a426e0c0e68aabc68e896584b83ad1eec779265a028e156ce509630e/certifi-2022.9.24-py3-none-any.whl</a></p>
<p>Path to dependency file: /requirements.txt</p>
<p>Path to vulnerable library: /requirements.txt,/requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **certifi-2022.9.24-py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/capitalone/ablation/commit/1845ae1d8774c1941ff91f15ea111c37cc7574d4">1845ae1d8774c1941ff91f15ea111c37cc7574d4</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi 2022.12.07 removes root certificates from "TrustCor" from the root store. These are in the process of being removed from Mozilla's trust store. TrustCor's root certificates are being removed pursuant to an investigation prompted by media reporting that TrustCor's ownership also operated a business that produced spyware. Conclusions of Mozilla's investigation can be found in the linked google group discussion.
<p>Publish Date: 2022-12-07
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-23491>CVE-2022-23491</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.8</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-23491">https://www.cve.org/CVERecord?id=CVE-2022-23491</a></p>
<p>Release Date: 2022-12-07</p>
<p>Fix Resolution: certifi - 2022.12.07</p>
</p>
<p></p>
:rescue_worker_helmet: Automatic Remediation is available for this issue
</details>
***
<p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p> | True | certifi-2022.9.24-py3-none-any.whl: 1 vulnerabilities (highest severity is: 6.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>certifi-2022.9.24-py3-none-any.whl</b></p></summary>
<p>Python package for providing Mozilla's CA Bundle.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/1d/38/fa96a426e0c0e68aabc68e896584b83ad1eec779265a028e156ce509630e/certifi-2022.9.24-py3-none-any.whl">https://files.pythonhosted.org/packages/1d/38/fa96a426e0c0e68aabc68e896584b83ad1eec779265a028e156ce509630e/certifi-2022.9.24-py3-none-any.whl</a></p>
<p>Path to dependency file: /requirements.txt</p>
<p>Path to vulnerable library: /requirements.txt,/requirements.txt</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/capitalone/ablation/commit/1845ae1d8774c1941ff91f15ea111c37cc7574d4">1845ae1d8774c1941ff91f15ea111c37cc7574d4</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (certifi version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2022-23491](https://www.mend.io/vulnerability-database/CVE-2022-23491) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.8 | certifi-2022.9.24-py3-none-any.whl | Direct | certifi - 2022.12.07 | ✅ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2022-23491</summary>
### Vulnerable Library - <b>certifi-2022.9.24-py3-none-any.whl</b></p>
<p>Python package for providing Mozilla's CA Bundle.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/1d/38/fa96a426e0c0e68aabc68e896584b83ad1eec779265a028e156ce509630e/certifi-2022.9.24-py3-none-any.whl">https://files.pythonhosted.org/packages/1d/38/fa96a426e0c0e68aabc68e896584b83ad1eec779265a028e156ce509630e/certifi-2022.9.24-py3-none-any.whl</a></p>
<p>Path to dependency file: /requirements.txt</p>
<p>Path to vulnerable library: /requirements.txt,/requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **certifi-2022.9.24-py3-none-any.whl** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/capitalone/ablation/commit/1845ae1d8774c1941ff91f15ea111c37cc7574d4">1845ae1d8774c1941ff91f15ea111c37cc7574d4</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi 2022.12.07 removes root certificates from "TrustCor" from the root store. These are in the process of being removed from Mozilla's trust store. TrustCor's root certificates are being removed pursuant to an investigation prompted by media reporting that TrustCor's ownership also operated a business that produced spyware. Conclusions of Mozilla's investigation can be found in the linked google group discussion.
<p>Publish Date: 2022-12-07
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-23491>CVE-2022-23491</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.8</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-23491">https://www.cve.org/CVERecord?id=CVE-2022-23491</a></p>
<p>Release Date: 2022-12-07</p>
<p>Fix Resolution: certifi - 2022.12.07</p>
</p>
<p></p>
:rescue_worker_helmet: Automatic Remediation is available for this issue
</details>
***
<p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p> | non_test | certifi none any whl vulnerabilities highest severity is vulnerable library certifi none any whl python package for providing mozilla s ca bundle library home page a href path to dependency file requirements txt path to vulnerable library requirements txt requirements txt found in head commit a href vulnerabilities cve severity cvss dependency type fixed in certifi version remediation available medium certifi none any whl direct certifi details cve vulnerable library certifi none any whl python package for providing mozilla s ca bundle library home page a href path to dependency file requirements txt path to vulnerable library requirements txt requirements txt dependency hierarchy x certifi none any whl vulnerable library found in head commit a href found in base branch main vulnerability details certifi is a curated collection of root certificates for validating the trustworthiness of ssl certificates while verifying the identity of tls hosts certifi removes root certificates from trustcor from the root store these are in the process of being removed from mozilla s trust store trustcor s root certificates are being removed pursuant to an investigation prompted by media reporting that trustcor s ownership also operated a business that produced spyware conclusions of mozilla s investigation can be found in the linked google group discussion publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required high user interaction none scope changed impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution certifi rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue | 0 |
164,111 | 6,219,609,285 | IssuesEvent | 2017-07-09 15:16:56 | sunpy/sunpy | https://api.github.com/repos/sunpy/sunpy | closed | Spectra time_freq bug | Affects Release Bug? Priority High | The following code does not work
``` python
import sunpy.data.sample
from sunpy.spectra.sources.callisto import CallistoSpectrogram
image = CallistoSpectrogram.read(sunpy.data.sample.CALLISTO_IMAGE)
fig = image.peek()
time_freq = fig.time_freq()
time_freq.peek(marker='o', linestyle='--')
```
It fails with the following error
```
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-23-2df93fded4b2> in <module>()
----> 1 time_freq = fig.time_freq()
AttributeError: 'AxesSubplot' object has no attribute 'time_freq'
In [24]: time_freq.peek(marker='o', linestyle='--')
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-24-c2c0d9acc518> in <module>()
----> 1 time_freq.peek(marker='o', linestyle='--')
NameError: name 'time_freq' is not defined
```
| 1.0 | Spectra time_freq bug - The following code does not work
``` python
import sunpy.data.sample
from sunpy.spectra.sources.callisto import CallistoSpectrogram
image = CallistoSpectrogram.read(sunpy.data.sample.CALLISTO_IMAGE)
fig = image.peek()
time_freq = fig.time_freq()
time_freq.peek(marker='o', linestyle='--')
```
It fails with the following error
```
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-23-2df93fded4b2> in <module>()
----> 1 time_freq = fig.time_freq()
AttributeError: 'AxesSubplot' object has no attribute 'time_freq'
In [24]: time_freq.peek(marker='o', linestyle='--')
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-24-c2c0d9acc518> in <module>()
----> 1 time_freq.peek(marker='o', linestyle='--')
NameError: name 'time_freq' is not defined
```
| non_test | spectra time freq bug the following code does not work python import sunpy data sample from sunpy spectra sources callisto import callistospectrogram image callistospectrogram read sunpy data sample callisto image fig image peek time freq fig time freq time freq peek marker o linestyle it fails with the following error attributeerror traceback most recent call last in time freq fig time freq attributeerror axessubplot object has no attribute time freq in time freq peek marker o linestyle nameerror traceback most recent call last in time freq peek marker o linestyle nameerror name time freq is not defined | 0 |
208,163 | 15,878,516,576 | IssuesEvent | 2021-04-09 11:08:03 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | closed | Test tokens are not generated in Publisher test console for Publisher users | API-M 4.0.0 Feature/TestConsole/Publisher Priority/High Type/Bug | Even though, the `Generate Key` button is pressed, the test keys are not being generated for publisher users. | 1.0 | Test tokens are not generated in Publisher test console for Publisher users - Even though, the `Generate Key` button is pressed, the test keys are not being generated for publisher users. | test | test tokens are not generated in publisher test console for publisher users even though the generate key button is pressed the test keys are not being generated for publisher users | 1 |
278,652 | 24,165,085,620 | IssuesEvent | 2022-09-22 14:29:05 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Failing test: Jest Integration Tests.src/core/server/integration_tests/saved_objects/service/lib - 404s from proxies requests when a proxy relays request/responses with the correct product header does not alter a Not Found response if the document does not exist and the proxy returns the correct product header | Team:Core failed-test | A test failed on a tracked branch
```
Error: Unable to read snapshot manifest: Internal Server Error
<?xml version='1.0' encoding='UTF-8'?><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message><Details>AFfi+BH/B7G+eZssnBoxPcpES47wUGb4uG1PgxYx6G7J4N3LUV7NMYEMgk7tvX0VKGN/1H8BiXdaH5ztuyc/LnnVr2Be9nKBC1Dzjn7BLvUIgnFag6GIRVRHaKcfzp5oIPXrDKBn/H+W</Details></Error>
at getArtifactSpecForSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/artifact.js:124:11)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Function.getSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/artifact.js:160:26)
at downloadSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/install/install_snapshot.js:45:20)
at installSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/install/install_snapshot.js:72:7)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/cluster.js:159:11
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/tooling-log/target_node/src/tooling_log.js:75:18
at Cluster.installSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/cluster.js:156:12)
at TestCluster.start (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/test/target_node/src/es/test_es_cluster.js:109:24)
at startES (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/src/core/test_helpers/kbn_server.ts:248:7)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/src/core/server/integration_tests/saved_objects/service/lib/repository_with_proxy.test.ts:80:16
at _callCircusHook (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:175:5)
at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:45:5)
at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:57:9)
at run (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:25:3)
at runAndTransformResultsToJestFormat (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21)
at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19)
at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:380:16)
at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:472:34)
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/21257#018364fd-1dbe-424d-a6eb-0782e30d150c)
<!-- kibanaCiData = {"failed-test":{"test.class":"Jest Integration Tests.src/core/server/integration_tests/saved_objects/service/lib","test.name":"404s from proxies requests when a proxy relays request/responses with the correct product header does not alter a Not Found response if the document does not exist and the proxy returns the correct product header","test.failCount":1}} --> | 1.0 | Failing test: Jest Integration Tests.src/core/server/integration_tests/saved_objects/service/lib - 404s from proxies requests when a proxy relays request/responses with the correct product header does not alter a Not Found response if the document does not exist and the proxy returns the correct product header - A test failed on a tracked branch
```
Error: Unable to read snapshot manifest: Internal Server Error
<?xml version='1.0' encoding='UTF-8'?><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message><Details>AFfi+BH/B7G+eZssnBoxPcpES47wUGb4uG1PgxYx6G7J4N3LUV7NMYEMgk7tvX0VKGN/1H8BiXdaH5ztuyc/LnnVr2Be9nKBC1Dzjn7BLvUIgnFag6GIRVRHaKcfzp5oIPXrDKBn/H+W</Details></Error>
at getArtifactSpecForSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/artifact.js:124:11)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Function.getSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/artifact.js:160:26)
at downloadSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/install/install_snapshot.js:45:20)
at installSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/install/install_snapshot.js:72:7)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/cluster.js:159:11
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/tooling-log/target_node/src/tooling_log.js:75:18
at Cluster.installSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/cluster.js:156:12)
at TestCluster.start (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/test/target_node/src/es/test_es_cluster.js:109:24)
at startES (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/src/core/test_helpers/kbn_server.ts:248:7)
at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/src/core/server/integration_tests/saved_objects/service/lib/repository_with_proxy.test.ts:80:16
at _callCircusHook (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:175:5)
at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:45:5)
at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:57:9)
at run (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:25:3)
at runAndTransformResultsToJestFormat (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21)
at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19)
at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:380:16)
at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:472:34)
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/21257#018364fd-1dbe-424d-a6eb-0782e30d150c)
<!-- kibanaCiData = {"failed-test":{"test.class":"Jest Integration Tests.src/core/server/integration_tests/saved_objects/service/lib","test.name":"404s from proxies requests when a proxy relays request/responses with the correct product header does not alter a Not Found response if the document does not exist and the proxy returns the correct product header","test.failCount":1}} --> | test | failing test jest integration tests src core server integration tests saved objects service lib from proxies requests when a proxy relays request responses with the correct product header does not alter a not found response if the document does not exist and the proxy returns the correct product header a test failed on a tracked branch error unable to read snapshot manifest internal server error internalerror we encountered an internal error please try again affi bh h w at getartifactspecforsnapshot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src artifact js at processticksandrejections node internal process task queues at function getsnapshot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src artifact js at downloadsnapshot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src install install snapshot js at installsnapshot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src install install snapshot js at var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src cluster js at var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn tooling log target node src tooling log js at cluster installsnapshot var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn es target node src cluster js at testcluster start var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules kbn test target node src es test es cluster js at startes var lib buildkite agent builds kb spot elastic kibana on merge kibana src core test helpers kbn server ts at var lib buildkite agent builds kb spot elastic kibana on merge kibana src core server integration tests saved objects service lib repository with proxy test ts at callcircushook var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runtestsfordescribeblock var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runtestsfordescribeblock var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at run var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build run js at runandtransformresultstojestformat var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build legacy code todo rewrite jestadapterinit js at jestadapter var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest circus build legacy code todo rewrite jestadapter js at runtestinternal var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runner build runtest js at runtest var lib buildkite agent builds kb spot elastic kibana on merge kibana node modules jest runner build runtest js first failure | 1 |
99,824 | 8,712,311,070 | IssuesEvent | 2018-12-06 21:49:59 | bitcoin/bitcoin | https://api.github.com/repos/bitcoin/bitcoin | closed | qa: p2p_segwit intermittent failure | Tests | Line 1545, in test_upgrade_after_activation:
https://github.com/bitcoin/bitcoin/blob/000abbb6b07410357a928768d7d56465ba0d3bac/test/functional/p2p_segwit.py#L1532-L1545
```
AssertionError: Block sync timed out:
'16b511df7fe274ace2e6256583c897242d0d626fac22198df3008a3b53a2e04b'
'16b511df7fe274ace2e6256583c897242d0d626fac22198df3008a3b53a2e04b'
'73af38ce0ed04b5fda9500f374ed625027fb0e4f145ca6346fe8527d0443087c'
```
Full log on travis: https://api.travis-ci.org/v3/job/395178010/log.txt | 1.0 | qa: p2p_segwit intermittent failure - Line 1545, in test_upgrade_after_activation:
https://github.com/bitcoin/bitcoin/blob/000abbb6b07410357a928768d7d56465ba0d3bac/test/functional/p2p_segwit.py#L1532-L1545
```
AssertionError: Block sync timed out:
'16b511df7fe274ace2e6256583c897242d0d626fac22198df3008a3b53a2e04b'
'16b511df7fe274ace2e6256583c897242d0d626fac22198df3008a3b53a2e04b'
'73af38ce0ed04b5fda9500f374ed625027fb0e4f145ca6346fe8527d0443087c'
```
Full log on travis: https://api.travis-ci.org/v3/job/395178010/log.txt | test | qa segwit intermittent failure line in test upgrade after activation assertionerror block sync timed out full log on travis | 1 |
138,793 | 11,217,648,453 | IssuesEvent | 2020-01-07 09:43:38 | FreeRDP/FreeRDP | https://api.github.com/repos/FreeRDP/FreeRDP | closed | USB Redirection of Android device not working | android channel:usb client fixed-waiting-test help-wanted | Hey all,
I am trying to redirect my Android device (Galaxy Nexus 6) to my Windows 8.1 VM. I am currently running Ubuntu 15.04 and have pulled the latest source code and built. I have also installed all of the needed libraries in order to get the URBDRC to at least be built. Below are the errors that I am receiving.
```
[16:06:10:759] [3941:3942] [INFO][com.freerdp.client.common.cmdline] - loading channel rdpdr
[16:06:10:759] [3941:3942] [INFO][com.freerdp.client.common.cmdline] - loading channel rdpsnd
[16:06:10:759] [3941:3942] [INFO][com.freerdp.client.common.cmdline] - loading channel cliprdr
[16:06:10:759] [3941:3942] [INFO][com.freerdp.client.common.cmdline] - loading channel drdynvc
[16:06:10:621] [3941:3942] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel urbdrc
[16:06:10:626] [3941:3942] [WARN][com.freerdp.channels.urbdrc.client] - bus:0 dev:0 not exist in udevman
[16:06:10:626] [3941:3942] [INFO][com.freerdp.channels.urbdrc.client] - VID: 0x18D1, PID: 0x4EE2
[16:06:10:630] [3941:3942] [ERROR][com.freerdp.channels.urbdrc.client] - USB init: Error to get HUB handle!!
[16:06:10:630] [3941:3942] [WARN][com.freerdp.channels.urbdrc.client] - bus:1 dev:8 not exist in udevman
[16:06:10:630] [3941:3942] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel audin
```
My command looks like this.
```
xfreerdp /title:mm-local-desk2 +wallpaper +clipboard /usb:id,dev:18d1:4ee2 /sound:sys:pulse /microphone:sys:pulse /h:872 /w:1600 /v:192.168.122.110
```
Can anyone point me in the right direction in code where I could start working on this?
| 1.0 | USB Redirection of Android device not working - Hey all,
I am trying to redirect my Android device (Galaxy Nexus 6) to my Windows 8.1 VM. I am currently running Ubuntu 15.04 and have pulled the latest source code and built. I have also installed all of the needed libraries in order to get the URBDRC to at least be built. Below are the errors that I am receiving.
```
[16:06:10:759] [3941:3942] [INFO][com.freerdp.client.common.cmdline] - loading channel rdpdr
[16:06:10:759] [3941:3942] [INFO][com.freerdp.client.common.cmdline] - loading channel rdpsnd
[16:06:10:759] [3941:3942] [INFO][com.freerdp.client.common.cmdline] - loading channel cliprdr
[16:06:10:759] [3941:3942] [INFO][com.freerdp.client.common.cmdline] - loading channel drdynvc
[16:06:10:621] [3941:3942] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel urbdrc
[16:06:10:626] [3941:3942] [WARN][com.freerdp.channels.urbdrc.client] - bus:0 dev:0 not exist in udevman
[16:06:10:626] [3941:3942] [INFO][com.freerdp.channels.urbdrc.client] - VID: 0x18D1, PID: 0x4EE2
[16:06:10:630] [3941:3942] [ERROR][com.freerdp.channels.urbdrc.client] - USB init: Error to get HUB handle!!
[16:06:10:630] [3941:3942] [WARN][com.freerdp.channels.urbdrc.client] - bus:1 dev:8 not exist in udevman
[16:06:10:630] [3941:3942] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel audin
```
My command looks like this.
```
xfreerdp /title:mm-local-desk2 +wallpaper +clipboard /usb:id,dev:18d1:4ee2 /sound:sys:pulse /microphone:sys:pulse /h:872 /w:1600 /v:192.168.122.110
```
Can anyone point me in the right direction in code where I could start working on this?
| test | usb redirection of android device not working hey all i am trying to redirect my android device galaxy nexus to my windows vm i am currently running ubuntu and have pulled the latest source code and built i have also installed all of the needed libraries in order to get the urbdrc to at least be built below are the errors that i am receiving loading channel rdpdr loading channel rdpsnd loading channel cliprdr loading channel drdynvc loading dynamic virtual channel urbdrc bus dev not exist in udevman vid pid usb init error to get hub handle bus dev not exist in udevman loading dynamic virtual channel audin my command looks like this xfreerdp title mm local wallpaper clipboard usb id dev sound sys pulse microphone sys pulse h w v can anyone point me in the right direction in code where i could start working on this | 1 |
2,008 | 4,153,489,534 | IssuesEvent | 2016-06-16 07:56:46 | IBM-Bluemix/logistics-wizard | https://api.github.com/repos/IBM-Bluemix/logistics-wizard | closed | Ensure Swagger API correctly describe the "Demo" entity | back end erp-service task | Currently in the Swagger demo is
`{ id, createdAt, email }`
but the create and findByGuid API actually return the users attached to the Demo environment as an additional attributes. This is not explicit in the Loopback model but only done on the fly by the code in demo.js. We should a way to have it visible in the Loopback model and then in the Swagger. If that's not possible then at least update the spec.yml.
related to #11 | 1.0 | Ensure Swagger API correctly describe the "Demo" entity - Currently in the Swagger demo is
`{ id, createdAt, email }`
but the create and findByGuid API actually return the users attached to the Demo environment as an additional attributes. This is not explicit in the Loopback model but only done on the fly by the code in demo.js. We should a way to have it visible in the Loopback model and then in the Swagger. If that's not possible then at least update the spec.yml.
related to #11 | non_test | ensure swagger api correctly describe the demo entity currently in the swagger demo is id createdat email but the create and findbyguid api actually return the users attached to the demo environment as an additional attributes this is not explicit in the loopback model but only done on the fly by the code in demo js we should a way to have it visible in the loopback model and then in the swagger if that s not possible then at least update the spec yml related to | 0 |
84,127 | 7,891,674,682 | IssuesEvent | 2018-06-28 12:57:28 | Submitty/Submitty | https://api.github.com/repos/Submitty/Submitty | opened | Rainbow Grades Test Uses Separate MakefileHelper | testing | Rainbow Grades testing currently uses a separate MakefileHelperTest instead of using the same MakefileHelper that's in the RainbowGrades repository. This should be changed by adding a `pull_test` target to the RainbowGrades/MakefileHelper, and having `test_sample.py` use `make pull_test`. | 1.0 | Rainbow Grades Test Uses Separate MakefileHelper - Rainbow Grades testing currently uses a separate MakefileHelperTest instead of using the same MakefileHelper that's in the RainbowGrades repository. This should be changed by adding a `pull_test` target to the RainbowGrades/MakefileHelper, and having `test_sample.py` use `make pull_test`. | test | rainbow grades test uses separate makefilehelper rainbow grades testing currently uses a separate makefilehelpertest instead of using the same makefilehelper that s in the rainbowgrades repository this should be changed by adding a pull test target to the rainbowgrades makefilehelper and having test sample py use make pull test | 1 |
115,611 | 9,806,439,066 | IssuesEvent | 2019-06-12 11:25:02 | PKFEric/webProxima | https://api.github.com/repos/PKFEric/webProxima | closed | "Plantilla factura de derechos de enganche HECEN" | HEC NAV NAV PRE REALIZADO TEST IN PROGRESS | Se requiere corregir plantilla usada para la facturación de derechos de enganche de Hecen. Utilizad la de próxima como referencia.
Plantilla usada para **factura de derechos de enganche Proxima**: **CORRECTO**
Nº FACTURA: C/20185456

Plantilla usada para **factura de derechos de enganche atulado**: **INCORRECTO**
Nº FACTURA: H/2019028112

Os dejo los pdf en la siguiente ruta por si necesitáis consultarlos:
\\ni\EsiosPre\#535 - plantilla Errónea
| 1.0 | "Plantilla factura de derechos de enganche HECEN" - Se requiere corregir plantilla usada para la facturación de derechos de enganche de Hecen. Utilizad la de próxima como referencia.
Plantilla usada para **factura de derechos de enganche Proxima**: **CORRECTO**
Nº FACTURA: C/20185456

Plantilla usada para **factura de derechos de enganche atulado**: **INCORRECTO**
Nº FACTURA: H/2019028112

Os dejo los pdf en la siguiente ruta por si necesitáis consultarlos:
\\ni\EsiosPre\#535 - plantilla Errónea
| test | plantilla factura de derechos de enganche hecen se requiere corregir plantilla usada para la facturación de derechos de enganche de hecen utilizad la de próxima como referencia plantilla usada para factura de derechos de enganche proxima correcto nº factura c plantilla usada para factura de derechos de enganche atulado incorrecto nº factura h os dejo los pdf en la siguiente ruta por si necesitáis consultarlos ni esiospre plantilla errónea | 1 |
338,975 | 24,606,039,904 | IssuesEvent | 2022-10-14 16:18:37 | dequelabs/cauldron | https://api.github.com/repos/dequelabs/cauldron | opened | Props table for TopBarMenu component docs page | documentation good first issue Low Priority Low Effort Hacktoberfest | Add a [PropDocs component](https://github.com/dequelabs/cauldron/blob/develop/docs/Demo/PropDocs.js) at the bottom of the [TopBarMenu component docs page](https://github.com/dequelabs/cauldron/blob/develop/docs/patterns/components/TopBarMenu/index.js) with the [TopBarMenu component props](https://github.com/dequelabs/cauldron/blob/dcc3921f2bae7576de0c594738436eacb7ad20a0/packages/react/src/components/TopBar/TopBarMenu.tsx#L32).
[Example page](https://github.com/dequelabs/cauldron/blob/develop/docs/patterns/components/Breadcrumb/index.js) | 1.0 | Props table for TopBarMenu component docs page - Add a [PropDocs component](https://github.com/dequelabs/cauldron/blob/develop/docs/Demo/PropDocs.js) at the bottom of the [TopBarMenu component docs page](https://github.com/dequelabs/cauldron/blob/develop/docs/patterns/components/TopBarMenu/index.js) with the [TopBarMenu component props](https://github.com/dequelabs/cauldron/blob/dcc3921f2bae7576de0c594738436eacb7ad20a0/packages/react/src/components/TopBar/TopBarMenu.tsx#L32).
[Example page](https://github.com/dequelabs/cauldron/blob/develop/docs/patterns/components/Breadcrumb/index.js) | non_test | props table for topbarmenu component docs page add a at the bottom of the with the | 0 |
265,726 | 23,193,036,999 | IssuesEvent | 2022-08-01 14:09:48 | Joystream/pioneer | https://api.github.com/repos/Joystream/pioneer | closed | Caching and Polling Implementation For Pioneer | mainnet ux qa-tested-ready-for-prod qa-effort-1h release:stabilisation9 | ## Context
The overall objective is to serve the most up to date state of the platform to users, while ensuring the app works fast and smooth.
The objective of this task is to rollout a suitable caching and polling approach for the variety of pages, which do not involve a transaction flow.
* [x] Council Page
* [x] Bounty Preview
* [x] Openings Current and Upcoming
* [x] Current Candidates list
* [x] Proposal Page + discussions (preview)
* [x] Current Proposals list
* [x] Forum categories
Out of scope ⛔ :
* [x] ~Current Bounties list~ [deprecated]
* [ ] #3352
* [ ] ~Overview~
## Scope
* [ ] Create a hook to enable polling "useRefetchQueries" (already used in Bounty.tsx, packages/ui/src/app/pages/Council/Council.tsx and Election..)
* [x] Define the polling frequency for each -> Done here: https://github.com/Joystream/pioneer/pull/3221
* [ ] Implement caching and polling for all checkboxes that are in scope for this ticket
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201958687417145/1202512541954625) by [Unito](https://www.unito.io)
| 1.0 | Caching and Polling Implementation For Pioneer - ## Context
The overall objective is to serve the most up to date state of the platform to users, while ensuring the app works fast and smooth.
The objective of this task is to rollout a suitable caching and polling approach for the variety of pages, which do not involve a transaction flow.
* [x] Council Page
* [x] Bounty Preview
* [x] Openings Current and Upcoming
* [x] Current Candidates list
* [x] Proposal Page + discussions (preview)
* [x] Current Proposals list
* [x] Forum categories
Out of scope ⛔ :
* [x] ~Current Bounties list~ [deprecated]
* [ ] #3352
* [ ] ~Overview~
## Scope
* [ ] Create a hook to enable polling "useRefetchQueries" (already used in Bounty.tsx, packages/ui/src/app/pages/Council/Council.tsx and Election..)
* [x] Define the polling frequency for each -> Done here: https://github.com/Joystream/pioneer/pull/3221
* [ ] Implement caching and polling for all checkboxes that are in scope for this ticket
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201958687417145/1202512541954625) by [Unito](https://www.unito.io)
| test | caching and polling implementation for pioneer context the overall objective is to serve the most up to date state of the platform to users while ensuring the app works fast and smooth the objective of this task is to rollout a suitable caching and polling approach for the variety of pages which do not involve a transaction flow council page bounty preview openings current and upcoming current candidates list proposal page discussions preview current proposals list forum categories out of scope ⛔ current bounties list overview scope create a hook to enable polling userefetchqueries already used in bounty tsx packages ui src app pages council council tsx and election define the polling frequency for each done here implement caching and polling for all checkboxes that are in scope for this ticket ┆issue is synchronized with this by | 1 |
49,281 | 12,308,611,272 | IssuesEvent | 2020-05-12 07:32:50 | chocolate-doom/chocolate-doom | https://api.github.com/repos/chocolate-doom/chocolate-doom | closed | Clang compilation produces warnings | build | Compiling on macOS, using make, shows the following warnings. Ignore the warnings about libraries.
http://pastebin.com/4ANqMtHW | 1.0 | Clang compilation produces warnings - Compiling on macOS, using make, shows the following warnings. Ignore the warnings about libraries.
http://pastebin.com/4ANqMtHW | non_test | clang compilation produces warnings compiling on macos using make shows the following warnings ignore the warnings about libraries | 0 |
329,522 | 28,280,472,834 | IssuesEvent | 2023-04-08 00:45:22 | Fetyali7/MAK-soen341project2023 | https://api.github.com/repos/Fetyali7/MAK-soen341project2023 | closed | Acceptance Test for User Story #12 | User acceptance test | #46 #47 #48 #49
Acceptance Test for User Story #46
Acceptance flow:
1-Verify that the logout process immediately logs the user out of their account and redirects them to the login page.
2-Test the logout process to remove all user session data and preventing unauthorized access to the account.
| 1.0 | Acceptance Test for User Story #12 - #46 #47 #48 #49
Acceptance Test for User Story #46
Acceptance flow:
1-Verify that the logout process immediately logs the user out of their account and redirects them to the login page.
2-Test the logout process to remove all user session data and preventing unauthorized access to the account.
| test | acceptance test for user story acceptance test for user story acceptance flow verify that the logout process immediately logs the user out of their account and redirects them to the login page test the logout process to remove all user session data and preventing unauthorized access to the account | 1 |
299,576 | 25,910,927,331 | IssuesEvent | 2022-12-15 13:56:11 | rootzoll/raspiblitz | https://api.github.com/repos/rootzoll/raspiblitz | closed | After 1.8.0 Update USB Backup is not possible | final testing | I tried to create a USB Backup and ran in the problem that more than one backup targets are connected. Than I tried a backup without the USB and got the information the Zram was detected as Backup USB device... What do I have to do to backup my Raspiblitz to my external USB drive?
<img width="682" alt="Bildschirmfoto 2022-11-12 um 16 48 25" src="https://user-images.githubusercontent.com/110254141/201486016-9c275924-f0da-4b0a-8602-7b093bbd9d8a.png">
<img width="682" alt="Bildschirmfoto 2022-11-12 um 17 42 07" src="https://user-images.githubusercontent.com/110254141/201486040-ba72da73-c902-4608-bfc2-e3b2c027cbd5.png">
| 1.0 | After 1.8.0 Update USB Backup is not possible - I tried to create a USB Backup and ran in the problem that more than one backup targets are connected. Than I tried a backup without the USB and got the information the Zram was detected as Backup USB device... What do I have to do to backup my Raspiblitz to my external USB drive?
<img width="682" alt="Bildschirmfoto 2022-11-12 um 16 48 25" src="https://user-images.githubusercontent.com/110254141/201486016-9c275924-f0da-4b0a-8602-7b093bbd9d8a.png">
<img width="682" alt="Bildschirmfoto 2022-11-12 um 17 42 07" src="https://user-images.githubusercontent.com/110254141/201486040-ba72da73-c902-4608-bfc2-e3b2c027cbd5.png">
| test | after update usb backup is not possible i tried to create a usb backup and ran in the problem that more than one backup targets are connected than i tried a backup without the usb and got the information the zram was detected as backup usb device what do i have to do to backup my raspiblitz to my external usb drive img width alt bildschirmfoto um src img width alt bildschirmfoto um src | 1 |
346,579 | 30,958,262,719 | IssuesEvent | 2023-08-08 00:12:09 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/canvas/datasource·ts - Canvas Canvas app datasource "before all" hook in "datasource" | failed-test | A test failed on a tracked branch
```
Error: retry.tryForTime timeout: Error: retry.try timeout: Error: App failed to load: canvas in 10000ms appUrl=http://localhost:5620/app/canvas#/ currentUrl=http://localhost:5620/app/canvas/
at common_page.ts:294:17
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at runAttempt (retry_for_success.ts:29:15)
at retryForSuccess (retry_for_success.ts:68:21)
at RetryService.try (retry.ts:31:12)
at common_page.ts:252:21
at runAttempt (retry_for_success.ts:29:15)
at retryForSuccess (retry_for_success.ts:68:21)
at RetryService.tryForTime (retry.ts:22:12)
at CommonPageObject.navigateToApp (common_page.ts:251:5)
at Context.<anonymous> (datasource.ts:38:7)
at Object.apply (wrap_function.js:73:16)
at onFailure (retry_for_success.ts:17:9)
at retryForSuccess (retry_for_success.ts:59:13)
at RetryService.try (retry.ts:31:12)
at common_page.ts:252:21
at runAttempt (retry_for_success.ts:29:15)
at retryForSuccess (retry_for_success.ts:68:21)
at RetryService.tryForTime (retry.ts:22:12)
at CommonPageObject.navigateToApp (common_page.ts:251:5)
at Context.<anonymous> (datasource.ts:38:7)
at Object.apply (wrap_function.js:73:16)
at onFailure (retry_for_success.ts:17:9)
at retryForSuccess (retry_for_success.ts:59:13)
at RetryService.tryForTime (retry.ts:22:12)
at CommonPageObject.navigateToApp (common_page.ts:251:5)
at Context.<anonymous> (datasource.ts:38:7)
at Object.apply (wrap_function.js:73:16)
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/33654#0189d24e-7760-4a83-92ec-db780d1df900)
<!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/canvas/datasource·ts","test.name":"Canvas Canvas app datasource \"before all\" hook in \"datasource\"","test.failCount":1}} --> | 1.0 | Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/canvas/datasource·ts - Canvas Canvas app datasource "before all" hook in "datasource" - A test failed on a tracked branch
```
Error: retry.tryForTime timeout: Error: retry.try timeout: Error: App failed to load: canvas in 10000ms appUrl=http://localhost:5620/app/canvas#/ currentUrl=http://localhost:5620/app/canvas/
at common_page.ts:294:17
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at runAttempt (retry_for_success.ts:29:15)
at retryForSuccess (retry_for_success.ts:68:21)
at RetryService.try (retry.ts:31:12)
at common_page.ts:252:21
at runAttempt (retry_for_success.ts:29:15)
at retryForSuccess (retry_for_success.ts:68:21)
at RetryService.tryForTime (retry.ts:22:12)
at CommonPageObject.navigateToApp (common_page.ts:251:5)
at Context.<anonymous> (datasource.ts:38:7)
at Object.apply (wrap_function.js:73:16)
at onFailure (retry_for_success.ts:17:9)
at retryForSuccess (retry_for_success.ts:59:13)
at RetryService.try (retry.ts:31:12)
at common_page.ts:252:21
at runAttempt (retry_for_success.ts:29:15)
at retryForSuccess (retry_for_success.ts:68:21)
at RetryService.tryForTime (retry.ts:22:12)
at CommonPageObject.navigateToApp (common_page.ts:251:5)
at Context.<anonymous> (datasource.ts:38:7)
at Object.apply (wrap_function.js:73:16)
at onFailure (retry_for_success.ts:17:9)
at retryForSuccess (retry_for_success.ts:59:13)
at RetryService.tryForTime (retry.ts:22:12)
at CommonPageObject.navigateToApp (common_page.ts:251:5)
at Context.<anonymous> (datasource.ts:38:7)
at Object.apply (wrap_function.js:73:16)
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/33654#0189d24e-7760-4a83-92ec-db780d1df900)
<!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/canvas/datasource·ts","test.name":"Canvas Canvas app datasource \"before all\" hook in \"datasource\"","test.failCount":1}} --> | test | failing test chrome x pack ui functional tests x pack test functional apps canvas datasource·ts canvas canvas app datasource before all hook in datasource a test failed on a tracked branch error retry tryfortime timeout error retry try timeout error app failed to load canvas in appurl currenturl at common page ts at processticksandrejections node internal process task queues at runattempt retry for success ts at retryforsuccess retry for success ts at retryservice try retry ts at common page ts at runattempt retry for success ts at retryforsuccess retry for success ts at retryservice tryfortime retry ts at commonpageobject navigatetoapp common page ts at context datasource ts at object apply wrap function js at onfailure retry for success ts at retryforsuccess retry for success ts at retryservice try retry ts at common page ts at runattempt retry for success ts at retryforsuccess retry for success ts at retryservice tryfortime retry ts at commonpageobject navigatetoapp common page ts at context datasource ts at object apply wrap function js at onfailure retry for success ts at retryforsuccess retry for success ts at retryservice tryfortime retry ts at commonpageobject navigatetoapp common page ts at context datasource ts at object apply wrap function js first failure | 1 |
225,721 | 17,876,833,092 | IssuesEvent | 2021-09-07 05:47:37 | oracle/helidon | https://api.github.com/repos/oracle/helidon | closed | Intermittent NPE in Jersey BasicRequestTest | bug reactive testing intermittent | Happened on PR against 2.3.3 branch (#3373).
```
java.lang.NullPointerException
at io.helidon.common.reactive.BufferedEmittingPublisher$1.request(BufferedEmittingPublisher.java:96)
at io.helidon.media.common.DataChunkInputStream.read(DataChunkInputStream.java:164)
at io.helidon.media.common.DataChunkInputStream.read(DataChunkInputStream.java:109)
at java.base/java.io.FilterInputStream.read(FilterInputStream.java:83)
at org.glassfish.jersey.message.internal.EntityInputStream.read(EntityInputStream.java:69)
at io.helidon.jersey.connector.BasicRequestTest.testInputStreamEntity(BasicRequestTest.java:262)
```
No further information found. | 1.0 | Intermittent NPE in Jersey BasicRequestTest - Happened on PR against 2.3.3 branch (#3373).
```
java.lang.NullPointerException
at io.helidon.common.reactive.BufferedEmittingPublisher$1.request(BufferedEmittingPublisher.java:96)
at io.helidon.media.common.DataChunkInputStream.read(DataChunkInputStream.java:164)
at io.helidon.media.common.DataChunkInputStream.read(DataChunkInputStream.java:109)
at java.base/java.io.FilterInputStream.read(FilterInputStream.java:83)
at org.glassfish.jersey.message.internal.EntityInputStream.read(EntityInputStream.java:69)
at io.helidon.jersey.connector.BasicRequestTest.testInputStreamEntity(BasicRequestTest.java:262)
```
No further information found. | test | intermittent npe in jersey basicrequesttest happened on pr against branch java lang nullpointerexception at io helidon common reactive bufferedemittingpublisher request bufferedemittingpublisher java at io helidon media common datachunkinputstream read datachunkinputstream java at io helidon media common datachunkinputstream read datachunkinputstream java at java base java io filterinputstream read filterinputstream java at org glassfish jersey message internal entityinputstream read entityinputstream java at io helidon jersey connector basicrequesttest testinputstreamentity basicrequesttest java no further information found | 1 |
109,873 | 11,660,474,617 | IssuesEvent | 2020-03-03 03:27:57 | cityofaustin/atd-data-tech | https://api.github.com/repos/cityofaustin/atd-data-tech | opened | Finalize bike rack specs doc with Sophia | Project: Bike Rack Data Inventory Service: Geo Type: Documentation Workgroup: ATSD Workgroup: PE migrated | - Confirm that bike racks in stock at 8900 Cameron are acceptable for future orders
- Draft where to/how to install document
*Migrated from [atd-geospatial #605](https://github.com/cityofaustin/atd-geospatial/issues/605)* | 1.0 | Finalize bike rack specs doc with Sophia - - Confirm that bike racks in stock at 8900 Cameron are acceptable for future orders
- Draft where to/how to install document
*Migrated from [atd-geospatial #605](https://github.com/cityofaustin/atd-geospatial/issues/605)* | non_test | finalize bike rack specs doc with sophia confirm that bike racks in stock at cameron are acceptable for future orders draft where to how to install document migrated from | 0 |
56,756 | 14,078,513,309 | IssuesEvent | 2020-11-04 13:40:39 | themagicalmammal/android_kernel_samsung_s5neolte | https://api.github.com/repos/themagicalmammal/android_kernel_samsung_s5neolte | opened | CVE-2018-10021 (Medium) detected in linuxv3.10 | security vulnerability | ## CVE-2018-10021 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.10</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/themagicalmammal/android_kernel_samsung_s5neolte/commit/f978d7dbb980bbe5267a625da958c4226e1a8ae0">f978d7dbb980bbe5267a625da958c4226e1a8ae0</a></p>
<p>Found in base branch: <b>cosmic-experimental-1.6</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 (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_s5neolte/drivers/scsi/libsas/sas_scsi_host.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_s5neolte/drivers/scsi/libsas/sas_scsi_host.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_s5neolte/drivers/scsi/libsas/sas_scsi_host.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>
** DISPUTED ** drivers/scsi/libsas/sas_scsi_host.c in the Linux kernel before 4.16 allows local users to cause a denial of service (ata qc leak) by triggering certain failure conditions. NOTE: a third party disputes the relevance of this report because the failure can only occur for physically proximate attackers who unplug SAS Host Bus Adapter cables.
<p>Publish Date: 2018-04-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-10021>CVE-2018-10021</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: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-10021">https://nvd.nist.gov/vuln/detail/CVE-2018-10021</a></p>
<p>Release Date: 2018-04-11</p>
<p>Fix Resolution: 4.16</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-2018-10021 (Medium) detected in linuxv3.10 - ## CVE-2018-10021 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.10</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/themagicalmammal/android_kernel_samsung_s5neolte/commit/f978d7dbb980bbe5267a625da958c4226e1a8ae0">f978d7dbb980bbe5267a625da958c4226e1a8ae0</a></p>
<p>Found in base branch: <b>cosmic-experimental-1.6</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 (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_s5neolte/drivers/scsi/libsas/sas_scsi_host.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_s5neolte/drivers/scsi/libsas/sas_scsi_host.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_s5neolte/drivers/scsi/libsas/sas_scsi_host.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>
** DISPUTED ** drivers/scsi/libsas/sas_scsi_host.c in the Linux kernel before 4.16 allows local users to cause a denial of service (ata qc leak) by triggering certain failure conditions. NOTE: a third party disputes the relevance of this report because the failure can only occur for physically proximate attackers who unplug SAS Host Bus Adapter cables.
<p>Publish Date: 2018-04-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-10021>CVE-2018-10021</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: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-10021">https://nvd.nist.gov/vuln/detail/CVE-2018-10021</a></p>
<p>Release Date: 2018-04-11</p>
<p>Fix Resolution: 4.16</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch cosmic experimental vulnerable source files android kernel samsung drivers scsi libsas sas scsi host c android kernel samsung drivers scsi libsas sas scsi host c android kernel samsung drivers scsi libsas sas scsi host c vulnerability details disputed drivers scsi libsas sas scsi host c in the linux kernel before allows local users to cause a denial of service ata qc leak by triggering certain failure conditions note a third party disputes the relevance of this report because the failure can only occur for physically proximate attackers who unplug sas host bus adapter cables 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 none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
72,130 | 7,285,456,684 | IssuesEvent | 2018-02-23 04:18:14 | eclipse/jetty.project | https://api.github.com/repos/eclipse/jetty.project | closed | JDK8 Test failure: org.eclipse.jetty.server.ssl.SslSelectChannelTimeoutTest.testMaxIdleDelayedDispatch | Test | `jetty-9.4.x` branch.
Linux build.
```
Error
Expected: a value equal to or greater than <2000>
but: <1953> was less than <2000>
Stacktrace
java.lang.AssertionError:
Expected: a value equal to or greater than <2000>
but: <1953> was less than <2000>
Standard Error
[AdvancedRunner] Running org.eclipse.jetty.server.ssl.SslSelectChannelTimeoutTest.testMaxIdleDelayedDispatch()
Running org.eclipse.jetty.server.ssl.SslSelectChannelTimeoutTest.testMaxIdleDelayedDispatch()
2018-02-22 01:08:31.872:INFO:oejs.Server:main: jetty-9.4.9-SNAPSHOT; built: 2018-02-22T01:03:07Z; git: ba9f9e4b1544da5e14ec7f7da63f8d904565d94b; jvm 1.8.0_152-b16
2018-02-22 01:08:31.873:INFO:oejus.SslContextFactory:main: x509=X509@10acfe30(jetty,h=[jetty.eclipse.org],w=[]) for SslContextFactory@22bbbe6[provider=null,keyStore=file:///home/jenkins/agent/workspace/jetty.project_jetty-9.4.x-INBQ7QOOOQAKBR7QXCZRBSZMK7E2XO45CPMMWPFUPSXZHYWIIW5Q/jetty-server/src/test/resources/keystore,trustStore=file:///home/jenkins/agent/workspace/jetty.project_jetty-9.4.x-INBQ7QOOOQAKBR7QXCZRBSZMK7E2XO45CPMMWPFUPSXZHYWIIW5Q/jetty-server/src/test/resources/keystore]
2018-02-22 01:08:31.873:INFO:oejus.SslContextFactory:main: x509=X509@789d45f7(mykey,h=[],w=[]) for SslContextFactory@22bbbe6[provider=null,keyStore=file:///home/jenkins/agent/workspace/jetty.project_jetty-9.4.x-INBQ7QOOOQAKBR7QXCZRBSZMK7E2XO45CPMMWPFUPSXZHYWIIW5Q/jetty-server/src/test/resources/keystore,trustStore=file:///home/jenkins/agent/workspace/jetty.project_jetty-9.4.x-INBQ7QOOOQAKBR7QXCZRBSZMK7E2XO45CPMMWPFUPSXZHYWIIW5Q/jetty-server/src/test/resources/keystore]
2018-02-22 01:08:31.873:INFO:oejs.AbstractConnector:main: Started ServerConnector@240c626d{SSL,[ssl, http/1.1]}{0.0.0.0:44509}
2018-02-22 01:08:31.873:INFO:oejs.Server:main: Started @117118ms
2018-02-22 01:08:35.209:WARN:oejs.HttpChannel:qtp1998269275-3710: / java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout expired: 3281/2000 ms
2018-02-22 01:08:35.243:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@240c626d{SSL,[ssl, http/1.1]}{0.0.0.0:0}
``` | 1.0 | JDK8 Test failure: org.eclipse.jetty.server.ssl.SslSelectChannelTimeoutTest.testMaxIdleDelayedDispatch - `jetty-9.4.x` branch.
Linux build.
```
Error
Expected: a value equal to or greater than <2000>
but: <1953> was less than <2000>
Stacktrace
java.lang.AssertionError:
Expected: a value equal to or greater than <2000>
but: <1953> was less than <2000>
Standard Error
[AdvancedRunner] Running org.eclipse.jetty.server.ssl.SslSelectChannelTimeoutTest.testMaxIdleDelayedDispatch()
Running org.eclipse.jetty.server.ssl.SslSelectChannelTimeoutTest.testMaxIdleDelayedDispatch()
2018-02-22 01:08:31.872:INFO:oejs.Server:main: jetty-9.4.9-SNAPSHOT; built: 2018-02-22T01:03:07Z; git: ba9f9e4b1544da5e14ec7f7da63f8d904565d94b; jvm 1.8.0_152-b16
2018-02-22 01:08:31.873:INFO:oejus.SslContextFactory:main: x509=X509@10acfe30(jetty,h=[jetty.eclipse.org],w=[]) for SslContextFactory@22bbbe6[provider=null,keyStore=file:///home/jenkins/agent/workspace/jetty.project_jetty-9.4.x-INBQ7QOOOQAKBR7QXCZRBSZMK7E2XO45CPMMWPFUPSXZHYWIIW5Q/jetty-server/src/test/resources/keystore,trustStore=file:///home/jenkins/agent/workspace/jetty.project_jetty-9.4.x-INBQ7QOOOQAKBR7QXCZRBSZMK7E2XO45CPMMWPFUPSXZHYWIIW5Q/jetty-server/src/test/resources/keystore]
2018-02-22 01:08:31.873:INFO:oejus.SslContextFactory:main: x509=X509@789d45f7(mykey,h=[],w=[]) for SslContextFactory@22bbbe6[provider=null,keyStore=file:///home/jenkins/agent/workspace/jetty.project_jetty-9.4.x-INBQ7QOOOQAKBR7QXCZRBSZMK7E2XO45CPMMWPFUPSXZHYWIIW5Q/jetty-server/src/test/resources/keystore,trustStore=file:///home/jenkins/agent/workspace/jetty.project_jetty-9.4.x-INBQ7QOOOQAKBR7QXCZRBSZMK7E2XO45CPMMWPFUPSXZHYWIIW5Q/jetty-server/src/test/resources/keystore]
2018-02-22 01:08:31.873:INFO:oejs.AbstractConnector:main: Started ServerConnector@240c626d{SSL,[ssl, http/1.1]}{0.0.0.0:44509}
2018-02-22 01:08:31.873:INFO:oejs.Server:main: Started @117118ms
2018-02-22 01:08:35.209:WARN:oejs.HttpChannel:qtp1998269275-3710: / java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout expired: 3281/2000 ms
2018-02-22 01:08:35.243:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@240c626d{SSL,[ssl, http/1.1]}{0.0.0.0:0}
``` | test | test failure org eclipse jetty server ssl sslselectchanneltimeouttest testmaxidledelayeddispatch jetty x branch linux build error expected a value equal to or greater than but was less than stacktrace java lang assertionerror expected a value equal to or greater than but was less than standard error running org eclipse jetty server ssl sslselectchanneltimeouttest testmaxidledelayeddispatch running org eclipse jetty server ssl sslselectchanneltimeouttest testmaxidledelayeddispatch info oejs server main jetty snapshot built git jvm info oejus sslcontextfactory main jetty h w for sslcontextfactory info oejus sslcontextfactory main mykey h w for sslcontextfactory info oejs abstractconnector main started serverconnector ssl info oejs server main started warn oejs httpchannel java io ioexception java util concurrent timeoutexception idle timeout expired ms info oejs abstractconnector main stopped serverconnector ssl | 1 |
192,428 | 14,617,035,247 | IssuesEvent | 2020-12-22 14:11:24 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | nov1n/kubernetes-workflow: pkg/workflow/manager_test.go; 3 LoC | fresh test tiny |
Found a possible issue in [nov1n/kubernetes-workflow](https://www.github.com/nov1n/kubernetes-workflow) at [pkg/workflow/manager_test.go](https://github.com/nov1n/kubernetes-workflow/blob/4ad97e9602f448d4db5a9a47dca6392cf87ee9ee/pkg/workflow/manager_test.go#L480-L482)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to job at line 481 may start a goroutine
[Click here to see the code in its original context.](https://github.com/nov1n/kubernetes-workflow/blob/4ad97e9602f448d4db5a9a47dca6392cf87ee9ee/pkg/workflow/manager_test.go#L480-L482)
<details>
<summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary>
```go
for _, job := range tc.jobs {
manager.jobStore.Store.Add(&job)
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 4ad97e9602f448d4db5a9a47dca6392cf87ee9ee
| 1.0 | nov1n/kubernetes-workflow: pkg/workflow/manager_test.go; 3 LoC -
Found a possible issue in [nov1n/kubernetes-workflow](https://www.github.com/nov1n/kubernetes-workflow) at [pkg/workflow/manager_test.go](https://github.com/nov1n/kubernetes-workflow/blob/4ad97e9602f448d4db5a9a47dca6392cf87ee9ee/pkg/workflow/manager_test.go#L480-L482)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to job at line 481 may start a goroutine
[Click here to see the code in its original context.](https://github.com/nov1n/kubernetes-workflow/blob/4ad97e9602f448d4db5a9a47dca6392cf87ee9ee/pkg/workflow/manager_test.go#L480-L482)
<details>
<summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary>
```go
for _, job := range tc.jobs {
manager.jobStore.Store.Add(&job)
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 4ad97e9602f448d4db5a9a47dca6392cf87ee9ee
| test | kubernetes workflow pkg workflow manager test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to job at line may start a goroutine click here to show the line s of go which triggered the analyzer go for job range tc jobs manager jobstore store add job leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id | 1 |
338,794 | 30,321,773,470 | IssuesEvent | 2023-07-10 19:50:13 | buildtesters/buildtest | https://api.github.com/repos/buildtesters/buildtest | closed | Add code coverage for method _process_compiler_config | regression-test good first issue | The codecov report for https://app.codecov.io/gh/buildtesters/buildtest/blob/devel/buildtest/builders/base.py indicates we have no coverage over this method. See below. Let's add coverage for this

| 1.0 | Add code coverage for method _process_compiler_config - The codecov report for https://app.codecov.io/gh/buildtesters/buildtest/blob/devel/buildtest/builders/base.py indicates we have no coverage over this method. See below. Let's add coverage for this

| test | add code coverage for method process compiler config the codecov report for indicates we have no coverage over this method see below let s add coverage for this | 1 |
91,639 | 8,310,417,507 | IssuesEvent | 2018-09-24 10:39:31 | paritytech/parity-ethereum | https://api.github.com/repos/paritytech/parity-ethereum | opened | darwin test randomly failing | F4-tests 💻 | e.g. https://gitlab.parity.io/parity/parity-ethereum/-/jobs/99934
for pr https://github.com/paritytech/parity-ethereum/pull/9608
```
---- node_table::tests::table_last_contact_order stdout ----
thread 'node_table::tests::table_last_contact_order' panicked at 'assertion failed: `(left == right)`
left: `[185, 121, 251, 87, 84, 149, 184, 214, 219, 68, 247, 80, 49, 125, 15, 70, 34, 191, 76, 42, 163, 54, 93, 106, 247, 194, 132, 51, 153, 104, 238, 242, 155, 105, 173, 13, 206, 114, 164, 216, 219, 94, 187, 73, 104, 222, 14, 59, 236, 145, 1, 39, 241, 52, 119, 159, 188, 176, 203, 109, 51, 49, 22, 60]`,
right: `[169, 121, 251, 87, 84, 149, 184, 214, 219, 68, 247, 80, 49, 125, 15, 70, 34, 191, 76, 42, 163, 54, 93, 106, 247, 194, 132, 51, 153, 104, 238, 242, 155, 105, 173, 13, 206, 114, 164, 216, 219, 94, 187, 73, 104, 222, 14, 59, 236, 145, 1, 39, 241, 52, 119, 159, 188, 176, 203, 109, 51, 49, 22, 60]`', util/network-devp2p/src/node_table.rs:638:3
note: Run with `RUST_BACKTRACE=1` for a backtrace.
``` | 1.0 | darwin test randomly failing - e.g. https://gitlab.parity.io/parity/parity-ethereum/-/jobs/99934
for pr https://github.com/paritytech/parity-ethereum/pull/9608
```
---- node_table::tests::table_last_contact_order stdout ----
thread 'node_table::tests::table_last_contact_order' panicked at 'assertion failed: `(left == right)`
left: `[185, 121, 251, 87, 84, 149, 184, 214, 219, 68, 247, 80, 49, 125, 15, 70, 34, 191, 76, 42, 163, 54, 93, 106, 247, 194, 132, 51, 153, 104, 238, 242, 155, 105, 173, 13, 206, 114, 164, 216, 219, 94, 187, 73, 104, 222, 14, 59, 236, 145, 1, 39, 241, 52, 119, 159, 188, 176, 203, 109, 51, 49, 22, 60]`,
right: `[169, 121, 251, 87, 84, 149, 184, 214, 219, 68, 247, 80, 49, 125, 15, 70, 34, 191, 76, 42, 163, 54, 93, 106, 247, 194, 132, 51, 153, 104, 238, 242, 155, 105, 173, 13, 206, 114, 164, 216, 219, 94, 187, 73, 104, 222, 14, 59, 236, 145, 1, 39, 241, 52, 119, 159, 188, 176, 203, 109, 51, 49, 22, 60]`', util/network-devp2p/src/node_table.rs:638:3
note: Run with `RUST_BACKTRACE=1` for a backtrace.
``` | test | darwin test randomly failing e g for pr node table tests table last contact order stdout thread node table tests table last contact order panicked at assertion failed left right left right util network src node table rs note run with rust backtrace for a backtrace | 1 |
166,096 | 14,019,616,627 | IssuesEvent | 2020-10-29 18:26:23 | idrice24/mns | https://api.github.com/repos/idrice24/mns | opened | Use Firebase to easily create web applications | documentation question | Tutorial --> https://codelabs.developers.google.com/codelabs/firebase-web/#0
What you'll learn
Sync data using Cloud Firestore and Cloud Storage for Firebase.
Authenticate your users using Firebase Authentication.
Deploy your web app on Firebase Hosting.
Send notifications with Firebase Cloud Messaging.
Collect your web app's performance data. | 1.0 | Use Firebase to easily create web applications - Tutorial --> https://codelabs.developers.google.com/codelabs/firebase-web/#0
What you'll learn
Sync data using Cloud Firestore and Cloud Storage for Firebase.
Authenticate your users using Firebase Authentication.
Deploy your web app on Firebase Hosting.
Send notifications with Firebase Cloud Messaging.
Collect your web app's performance data. | non_test | use firebase to easily create web applications tutorial what you ll learn sync data using cloud firestore and cloud storage for firebase authenticate your users using firebase authentication deploy your web app on firebase hosting send notifications with firebase cloud messaging collect your web app s performance data | 0 |
155,615 | 5,957,893,124 | IssuesEvent | 2017-05-29 05:25:38 | chrislo27/RhythmHeavenRemixEditor2 | https://api.github.com/repos/chrislo27/RhythmHeavenRemixEditor2 | closed | launchParty/greenMiddle cuts off and sounds improper | databasing fixed low priority | I think we need to get SFX from the game itself if we want to get a better cut of the sound than we already have | 1.0 | launchParty/greenMiddle cuts off and sounds improper - I think we need to get SFX from the game itself if we want to get a better cut of the sound than we already have | non_test | launchparty greenmiddle cuts off and sounds improper i think we need to get sfx from the game itself if we want to get a better cut of the sound than we already have | 0 |
132,186 | 5,172,414,686 | IssuesEvent | 2017-01-18 13:29:47 | guitarbob99/ProjectManagement | https://api.github.com/repos/guitarbob99/ProjectManagement | opened | Make a UML Class Diagram | High Priority Urgent | ## Story/Task Details
- [ ] Task1
- [ ] Task2
- [ ] Task3
## Acceptance Scenarios
- Given:
- When:
- Then:
## Done Done Criteria
| 1.0 | Make a UML Class Diagram - ## Story/Task Details
- [ ] Task1
- [ ] Task2
- [ ] Task3
## Acceptance Scenarios
- Given:
- When:
- Then:
## Done Done Criteria
| non_test | make a uml class diagram story task details acceptance scenarios given when then done done criteria | 0 |
104,342 | 8,971,369,452 | IssuesEvent | 2019-01-29 15:46:31 | TypeCobolTeam/TypeCobol | https://api.github.com/repos/TypeCobolTeam/TypeCobol | closed | AntlrPerformanceProfiler var not uninitialized after test completed | Bug Tests | The test AntlrPerformanceProfiler in TypeCobol.Test is using a static instance of a object AntlrPerformanceProfiler which is not unitialiazed at the end of the test. This causes the object to be used in other tests that should use it.
The object should be set to null if it shouldn't be used. | 1.0 | AntlrPerformanceProfiler var not uninitialized after test completed - The test AntlrPerformanceProfiler in TypeCobol.Test is using a static instance of a object AntlrPerformanceProfiler which is not unitialiazed at the end of the test. This causes the object to be used in other tests that should use it.
The object should be set to null if it shouldn't be used. | test | antlrperformanceprofiler var not uninitialized after test completed the test antlrperformanceprofiler in typecobol test is using a static instance of a object antlrperformanceprofiler which is not unitialiazed at the end of the test this causes the object to be used in other tests that should use it the object should be set to null if it shouldn t be used | 1 |
221,633 | 17,361,517,221 | IssuesEvent | 2021-07-29 21:24:47 | microsoft/vscode-python | https://api.github.com/repos/microsoft/vscode-python | closed | Nose Tests discovery fails when tests are split by folders and imported to __init__.py (wantModule and wantDirectory are not parsed) | area-testing needs PR reason-external type-bug | <!-- Please search existing issues to avoid creating duplicates. -->
## Environment data
- VS Code version: 1.37.1
- Extension version (available under the Extensions sidebar): 2019.8.30787
- OS and version: Windows 10 running VS Code, remote plugin connects to Ubuntu 18.04.2 via SSH
- Python version (& distribution if applicable, e.g. Anaconda): python 2.7.15rc1
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv
- Relevant/affected Python packages and their versions: Django==1.11.23; django-nose==1.4.6; nose==1.3.7
- Jedi or Language Server? (i.e. what is `"python.jediEnabled"` set to; more info #3977): jedi
## Expected behaviour
Test discovery for nose should scan for both `wantFile` and `wantModule` and/or `wantDirectory` log outputs
## Actual behaviour
We have a `django` project with `django-nose` test runner. Tests are split into modules, and all tests are imported to `__init__.py`. _I think these are some obsolete tests, from default django test runner. But nose runs them perfectly_.
I create a simple script, that translates the `nosetests` call to `./manage.py test` call.
Basically it just strips `-vvv` and replaces it with `--verbosity`
```bash
#!/bin/bash
function arg_remove ()
{
local array=("${@:3}")
for ((i=0; i<"${#array[@]}"; ++i)); do
case ${array[i]} in
"$2") unset array[i]; break ;;
esac
done
# clean up unset array indexes
for i in "${!array[@]}"; do
new_array+=( "${array[i]}" )
done
array=("${new_array[@]}")
unset new_array
# assign array outside function scope
local -g "$1=( )"
eval ${1}='("${array[@]}")'
}
arg_remove ARG_PASS "-vvv" "$@"
echo $@
direnv exec /home/igor/myproject/backend/ /home/igor/.virtualenvs/myproject/bin/python /home/igor/myproject/backend/manage.py test --settings=core.local_settings --verbosity=3 -l nose.selector --nologcapture "${ARG_PASS[@]}"
```
The structure of tests is (stripped)
File `backend/apps/tests/__init__.py`
```python
from .action import ActionTestCase
```
File `backend/apps/tests/action.py`
```python
from apps.myproj.tests.base import BaseTestCase
class ActionMSFTestCase(BaseTestCase):
pass
# stripped
```
The output of `--collect-only` command is different to what `vscode-python` expects.
Relevant output to tests above is:
```
nose.selector: DEBUG: wantDirectory /home/igor/ata_portal/backend/apps/api/tests? True
nose.selector: DEBUG: Test name /home/igor/ata_portal/backend/apps/api/tests resolved to file /home/igor/ata_portal/backend/apps/api/tests, module None, call None
nose.selector: DEBUG: Final resolution of test name /home/igor/ata_portal/backend/apps/api/tests: file /home/igor/ata_portal/backend/apps/api/tests module apps.api.tests call None
nose.selector: DEBUG: wantModule <module 'apps.api.tests' from '/home/igor/ata_portal/backend/apps/api/tests/__init__.pyc'>? True
nose.selector: DEBUG: wantClass <class 'apps.api.tests.action_msf.ActionMSFTestCase'>? True
```
`parserService` [here](https://github.com/microsoft/vscode-python/blob/master/src/client/testing/nosetest/services/parserService.ts) scans only for `wantFile` output.
In case above it founds `wantClass` above any `wantFile ... py? True` line. That causes `testFile.suites.push(testSuite);` to fail
## Steps to reproduce:
1. Create a package `tests`
1. Add a module `action.py` to package with some real test case
1. import `action` inside `tests/__init__.py`
1. Configure nose tests for workspace
1. Run `Python: Discover Tests` command
<!--
Note: If you think a GIF of what is happening would be helpful, consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ .
-->
## Logs
Output for `Python` in the `Output` panel (`View`→`Output`, change the drop-down the upper-right of the `Output` panel to `Python`)
```
Test Discovery failed:
TypeError: Cannot read property 'suites' of undefined
```
Output from `Console` under the `Developer Tools` panel (toggle Developer Tools on under `Help`; turn on source maps to make any tracebacks be useful by running `Enable source map support for extension debugging`)
```
notificationsAlerts.ts:40 Test discovery error, please check the configuration settings for the tests.
onDidNotificationChange @ notificationsAlerts.ts:40
console.ts:137 [Extension Host] Python Extension: displayDiscoverStatus TypeError: Cannot read property 'suites' of undefined
at t.forEach.t (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1015174)
at Array.forEach (<anonymous>)
at h.parseNoseTestModuleCollectionResult (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1014343)
at e.split.forEach (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1013968)
at Array.forEach (<anonymous>)
at h.getTestFiles (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1013849)
at h.parse (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1013661)
at h.discoverTests (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1012881)
at process._tickCallback (internal/process/next_tick.js:68:7)
```
| 1.0 | Nose Tests discovery fails when tests are split by folders and imported to __init__.py (wantModule and wantDirectory are not parsed) - <!-- Please search existing issues to avoid creating duplicates. -->
## Environment data
- VS Code version: 1.37.1
- Extension version (available under the Extensions sidebar): 2019.8.30787
- OS and version: Windows 10 running VS Code, remote plugin connects to Ubuntu 18.04.2 via SSH
- Python version (& distribution if applicable, e.g. Anaconda): python 2.7.15rc1
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv
- Relevant/affected Python packages and their versions: Django==1.11.23; django-nose==1.4.6; nose==1.3.7
- Jedi or Language Server? (i.e. what is `"python.jediEnabled"` set to; more info #3977): jedi
## Expected behaviour
Test discovery for nose should scan for both `wantFile` and `wantModule` and/or `wantDirectory` log outputs
## Actual behaviour
We have a `django` project with `django-nose` test runner. Tests are split into modules, and all tests are imported to `__init__.py`. _I think these are some obsolete tests, from default django test runner. But nose runs them perfectly_.
I create a simple script, that translates the `nosetests` call to `./manage.py test` call.
Basically it just strips `-vvv` and replaces it with `--verbosity`
```bash
#!/bin/bash
function arg_remove ()
{
local array=("${@:3}")
for ((i=0; i<"${#array[@]}"; ++i)); do
case ${array[i]} in
"$2") unset array[i]; break ;;
esac
done
# clean up unset array indexes
for i in "${!array[@]}"; do
new_array+=( "${array[i]}" )
done
array=("${new_array[@]}")
unset new_array
# assign array outside function scope
local -g "$1=( )"
eval ${1}='("${array[@]}")'
}
arg_remove ARG_PASS "-vvv" "$@"
echo $@
direnv exec /home/igor/myproject/backend/ /home/igor/.virtualenvs/myproject/bin/python /home/igor/myproject/backend/manage.py test --settings=core.local_settings --verbosity=3 -l nose.selector --nologcapture "${ARG_PASS[@]}"
```
The structure of tests is (stripped)
File `backend/apps/tests/__init__.py`
```python
from .action import ActionTestCase
```
File `backend/apps/tests/action.py`
```python
from apps.myproj.tests.base import BaseTestCase
class ActionMSFTestCase(BaseTestCase):
pass
# stripped
```
The output of `--collect-only` command is different to what `vscode-python` expects.
Relevant output to tests above is:
```
nose.selector: DEBUG: wantDirectory /home/igor/ata_portal/backend/apps/api/tests? True
nose.selector: DEBUG: Test name /home/igor/ata_portal/backend/apps/api/tests resolved to file /home/igor/ata_portal/backend/apps/api/tests, module None, call None
nose.selector: DEBUG: Final resolution of test name /home/igor/ata_portal/backend/apps/api/tests: file /home/igor/ata_portal/backend/apps/api/tests module apps.api.tests call None
nose.selector: DEBUG: wantModule <module 'apps.api.tests' from '/home/igor/ata_portal/backend/apps/api/tests/__init__.pyc'>? True
nose.selector: DEBUG: wantClass <class 'apps.api.tests.action_msf.ActionMSFTestCase'>? True
```
`parserService` [here](https://github.com/microsoft/vscode-python/blob/master/src/client/testing/nosetest/services/parserService.ts) scans only for `wantFile` output.
In case above it founds `wantClass` above any `wantFile ... py? True` line. That causes `testFile.suites.push(testSuite);` to fail
## Steps to reproduce:
1. Create a package `tests`
1. Add a module `action.py` to package with some real test case
1. import `action` inside `tests/__init__.py`
1. Configure nose tests for workspace
1. Run `Python: Discover Tests` command
<!--
Note: If you think a GIF of what is happening would be helpful, consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ .
-->
## Logs
Output for `Python` in the `Output` panel (`View`→`Output`, change the drop-down the upper-right of the `Output` panel to `Python`)
```
Test Discovery failed:
TypeError: Cannot read property 'suites' of undefined
```
Output from `Console` under the `Developer Tools` panel (toggle Developer Tools on under `Help`; turn on source maps to make any tracebacks be useful by running `Enable source map support for extension debugging`)
```
notificationsAlerts.ts:40 Test discovery error, please check the configuration settings for the tests.
onDidNotificationChange @ notificationsAlerts.ts:40
console.ts:137 [Extension Host] Python Extension: displayDiscoverStatus TypeError: Cannot read property 'suites' of undefined
at t.forEach.t (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1015174)
at Array.forEach (<anonymous>)
at h.parseNoseTestModuleCollectionResult (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1014343)
at e.split.forEach (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1013968)
at Array.forEach (<anonymous>)
at h.getTestFiles (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1013849)
at h.parse (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1013661)
at h.discoverTests (/home/igor/.vscode-server/extensions/ms-python.python-2019.8.30787/out/client/extension.js:75:1012881)
at process._tickCallback (internal/process/next_tick.js:68:7)
```
| test | nose tests discovery fails when tests are split by folders and imported to init py wantmodule and wantdirectory are not parsed environment data vs code version extension version available under the extensions sidebar os and version windows running vs code remote plugin connects to ubuntu via ssh python version distribution if applicable e g anaconda python type of virtual environment used n a venv virtualenv conda virtualenv relevant affected python packages and their versions django django nose nose jedi or language server i e what is python jedienabled set to more info jedi expected behaviour test discovery for nose should scan for both wantfile and wantmodule and or wantdirectory log outputs actual behaviour we have a django project with django nose test runner tests are split into modules and all tests are imported to init py i think these are some obsolete tests from default django test runner but nose runs them perfectly i create a simple script that translates the nosetests call to manage py test call basically it just strips vvv and replaces it with verbosity bash bin bash function arg remove local array for i i array i do case array in unset array break esac done clean up unset array indexes for i in array do new array array done array new array unset new array assign array outside function scope local g eval array arg remove arg pass vvv echo direnv exec home igor myproject backend home igor virtualenvs myproject bin python home igor myproject backend manage py test settings core local settings verbosity l nose selector nologcapture arg pass the structure of tests is stripped file backend apps tests init py python from action import actiontestcase file backend apps tests action py python from apps myproj tests base import basetestcase class actionmsftestcase basetestcase pass stripped the output of collect only command is different to what vscode python expects relevant output to tests above is nose selector debug wantdirectory home igor ata portal backend apps api tests true nose selector debug test name home igor ata portal backend apps api tests resolved to file home igor ata portal backend apps api tests module none call none nose selector debug final resolution of test name home igor ata portal backend apps api tests file home igor ata portal backend apps api tests module apps api tests call none nose selector debug wantmodule true nose selector debug wantclass true parserservice scans only for wantfile output in case above it founds wantclass above any wantfile py true line that causes testfile suites push testsuite to fail steps to reproduce create a package tests add a module action py to package with some real test case import action inside tests init py configure nose tests for workspace run python discover tests command note if you think a gif of what is happening would be helpful consider tools like or logs output for python in the output panel view → output change the drop down the upper right of the output panel to python test discovery failed typeerror cannot read property suites of undefined output from console under the developer tools panel toggle developer tools on under help turn on source maps to make any tracebacks be useful by running enable source map support for extension debugging notificationsalerts ts test discovery error please check the configuration settings for the tests ondidnotificationchange notificationsalerts ts console ts python extension displaydiscoverstatus typeerror cannot read property suites of undefined at t foreach t home igor vscode server extensions ms python python out client extension js at array foreach at h parsenosetestmodulecollectionresult home igor vscode server extensions ms python python out client extension js at e split foreach home igor vscode server extensions ms python python out client extension js at array foreach at h gettestfiles home igor vscode server extensions ms python python out client extension js at h parse home igor vscode server extensions ms python python out client extension js at h discovertests home igor vscode server extensions ms python python out client extension js at process tickcallback internal process next tick js | 1 |
342,361 | 10,315,718,963 | IssuesEvent | 2019-08-30 08:17:18 | canonical-web-and-design/cloud-init.io | https://api.github.com/repos/canonical-web-and-design/cloud-init.io | closed | youtube video homepage isn't loading | Priority: High |
<img width="1167" alt="Screenshot 2019-08-29 at 15 59 04" src="https://user-images.githubusercontent.com/36884067/63951623-fdd3a080-ca75-11e9-9f6e-635cf31dd16b.png">
| 1.0 | youtube video homepage isn't loading -
<img width="1167" alt="Screenshot 2019-08-29 at 15 59 04" src="https://user-images.githubusercontent.com/36884067/63951623-fdd3a080-ca75-11e9-9f6e-635cf31dd16b.png">
| non_test | youtube video homepage isn t loading img width alt screenshot at src | 0 |
220,482 | 17,198,264,097 | IssuesEvent | 2021-07-16 21:15:15 | GoogleContainerTools/skaffold | https://api.github.com/repos/GoogleContainerTools/skaffold | closed | Docker Hub has enabled rate limit -> CI is failing a lot | meta/test-flake priority/p0 | Integration tests are failing a lot because of 429 errors coming from the Docker hub.
See https://docs.docker.com/docker-hub/download-rate-limit/
Here's an example: https://travis-ci.com/github/GoogleContainerTools/skaffold/jobs/356484962 | 1.0 | Docker Hub has enabled rate limit -> CI is failing a lot - Integration tests are failing a lot because of 429 errors coming from the Docker hub.
See https://docs.docker.com/docker-hub/download-rate-limit/
Here's an example: https://travis-ci.com/github/GoogleContainerTools/skaffold/jobs/356484962 | test | docker hub has enabled rate limit ci is failing a lot integration tests are failing a lot because of errors coming from the docker hub see here s an example | 1 |
130,593 | 5,118,160,553 | IssuesEvent | 2017-01-08 01:13:59 | PythonNut/virtualbox-remote-snapshots | https://api.github.com/repos/PythonNut/virtualbox-remote-snapshots | closed | Borg can't find a "suitable" /tmp directory | bug priority:high | This problem seems to have appeared recently. It can be circumvented by manually creating a `borg` backup and immediately canceling it. Unfortunately, the solution is only good for a single backup.
By cursory inspection of the `borg` Cygwin environment, `/tmp` does appear to be read only. | 1.0 | Borg can't find a "suitable" /tmp directory - This problem seems to have appeared recently. It can be circumvented by manually creating a `borg` backup and immediately canceling it. Unfortunately, the solution is only good for a single backup.
By cursory inspection of the `borg` Cygwin environment, `/tmp` does appear to be read only. | non_test | borg can t find a suitable tmp directory this problem seems to have appeared recently it can be circumvented by manually creating a borg backup and immediately canceling it unfortunately the solution is only good for a single backup by cursory inspection of the borg cygwin environment tmp does appear to be read only | 0 |
10,018 | 8,783,169,040 | IssuesEvent | 2018-12-20 04:14:41 | terraform-providers/terraform-provider-aws | https://api.github.com/repos/terraform-providers/terraform-provider-aws | closed | Feature request: AWS Transfer for SFTP service | new-resource service/transfer | New AWS Transfer for SFTP service [just announced](https://aws.amazon.com/about-aws/whats-new/2018/11/aws-transfer-for-sftp-fully-managed-sftp-for-s3/).
Requires:
* https://github.com/terraform-providers/terraform-provider-aws/pull/6585 | 1.0 | Feature request: AWS Transfer for SFTP service - New AWS Transfer for SFTP service [just announced](https://aws.amazon.com/about-aws/whats-new/2018/11/aws-transfer-for-sftp-fully-managed-sftp-for-s3/).
Requires:
* https://github.com/terraform-providers/terraform-provider-aws/pull/6585 | non_test | feature request aws transfer for sftp service new aws transfer for sftp service requires | 0 |
93,453 | 26,958,586,163 | IssuesEvent | 2023-02-08 16:30:25 | OpenMS/OpenMS | https://api.github.com/repos/OpenMS/OpenMS | closed | Make HDF5 optional until we actually use it | Build System beginner tasks good first issue | It is not the biggest dependency but the change would be minor. | 1.0 | Make HDF5 optional until we actually use it - It is not the biggest dependency but the change would be minor. | non_test | make optional until we actually use it it is not the biggest dependency but the change would be minor | 0 |
175,750 | 13,608,207,529 | IssuesEvent | 2020-09-23 01:42:09 | istio/istio | https://api.github.com/repos/istio/istio | closed | Refine license linter search space | area/test and release | Right now we look at all modules downloaded. I am fairly sure we should instead be looking at all modules that are *used*
`diff <(cat csv | cut -d, -f2 | sort) <(go list -deps -f '{{.Root}}' ./... | sort | uniq)` where csv is from `license-lint -csv | tee csv`
gives a diff of:
```
< /home/howardjohn/go/pkg/mod/bazil.org/fuse@v0.0.0-20160811212531-371fbbdaa898
< /home/howardjohn/go/pkg/mod/cloud.google.com/go/bigquery@v1.8.0
< /home/howardjohn/go/pkg/mod/cloud.google.com/go/datastore@v1.1.0
< /home/howardjohn/go/pkg/mod/cloud.google.com/go/pubsub@v1.3.1
< /home/howardjohn/go/pkg/mod/cloud.google.com/go/storage@v1.10.0
< /home/howardjohn/go/pkg/mod/dmitri.shuralyov.com/gpu/mtl@v0.0.0-20190408044501-666a987793e9
< /home/howardjohn/go/pkg/mod/github.com/agnivade/levenshtein@v1.0.1
< /home/howardjohn/go/pkg/mod/github.com/ahmetb/gen-crd-api-reference-docs@v0.2.0
< /home/howardjohn/go/pkg/mod/github.com/andreyvit/diff@v0.0.0-20170406064948-c7f18ee00883
< /home/howardjohn/go/pkg/mod/github.com/apache/thrift@v0.12.0
< /home/howardjohn/go/pkg/mod/github.com/armon/consul-api@v0.0.0-20180202201655-eb2c6b5be1b6
< /home/howardjohn/go/pkg/mod/github.com/armon/go-metrics@v0.0.0-20180917152333-f0300d1749da
< /home/howardjohn/go/pkg/mod/github.com/armon/go-radix@v0.0.0-20180808171621-7fddfc383310
< /home/howardjohn/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20200108200545-475eaeb16496
< /home/howardjohn/go/pkg/mod/github.com/!azure/go-ansiterm@v0.0.0-20170929234023-d6e3b3328b78
< /home/howardjohn/go/pkg/mod/github.com/!azure/go-autorest/autorest/mocks@v0.3.0
< /home/howardjohn/go/pkg/mod/github.com/bgentry/speakeasy@v0.1.0
< /home/howardjohn/go/pkg/mod/github.com/blang/semver@v3.5.0+incompatible
< /home/howardjohn/go/pkg/mod/github.com/!burnt!sushi/xgb@v0.0.0-20160522181843-27f122750802
< /home/howardjohn/go/pkg/mod/github.com/chzyer/logex@v1.1.11-0.20170329064859-445be9e134b2
< /home/howardjohn/go/pkg/mod/github.com/chzyer/readline@v0.0.0-20180603132655-2972be24d48e
< /home/howardjohn/go/pkg/mod/github.com/chzyer/test@v0.0.0-20180213035817-a1ea475d72b1
< /home/howardjohn/go/pkg/mod/github.com/client9/misspell@v0.3.4
< /home/howardjohn/go/pkg/mod/github.com/cockroachdb/datadriven@v0.0.0-20190809214429-80d97fb3cbaa
< /home/howardjohn/go/pkg/mod/github.com/codahale/hdrhistogram@v0.0.0-20161010025455-3a0bb77429bd
< /home/howardjohn/go/pkg/mod/github.com/containerd/cgroups@v0.0.0-20190919134610-bf292b21730f
< /home/howardjohn/go/pkg/mod/github.com/containerd/console@v0.0.0-20180822173158-c12b1e7919c1
< /home/howardjohn/go/pkg/mod/github.com/containerd/containerd@v1.3.2
< /home/howardjohn/go/pkg/mod/github.com/containerd/continuity@v0.0.0-20200107194136-26c1120b8d41
< /home/howardjohn/go/pkg/mod/github.com/containerd/fifo@v0.0.0-20190226154929-a9fb20d87448
< /home/howardjohn/go/pkg/mod/github.com/containerd/go-runc@v0.0.0-20180907222934-5a6d9f37cfa3
< /home/howardjohn/go/pkg/mod/github.com/containerd/ttrpc@v0.0.0-20190828154514-0e0f228740de
< /home/howardjohn/go/pkg/mod/github.com/containerd/typeurl@v0.0.0-20180627222232-a93fcdb778cd
< /home/howardjohn/go/pkg/mod/github.com/containernetworking/plugins@v0.7.3
< /home/howardjohn/go/pkg/mod/github.com/coreos/etcd@v3.3.10+incompatible
< /home/howardjohn/go/pkg/mod/github.com/coreos/go-etcd@v2.0.0+incompatible
< /home/howardjohn/go/pkg/mod/github.com/coreos/go-semver@v0.3.0
< /home/howardjohn/go/pkg/mod/github.com/coreos/go-systemd@v0.0.0-20190321100706-95778dfbb74e
< /home/howardjohn/go/pkg/mod/github.com/coreos/pkg@v0.0.0-20180928190104-399ea9e2e55f
< /home/howardjohn/go/pkg/mod/github.com/cpuguy83/go-md2man@v1.0.10
< /home/howardjohn/go/pkg/mod/github.com/creack/pty@v1.1.7
< /home/howardjohn/go/pkg/mod/github.com/d4l3k/messagediff@v1.2.1
< /home/howardjohn/go/pkg/mod/github.com/!d!a!t!a-!d!o!g/go-sqlmock@v1.4.1
< /home/howardjohn/go/pkg/mod/github.com/daviddengcn/go-colortext@v0.0.0-20160507010035-511bcaf42ccd
< /home/howardjohn/go/pkg/mod/github.com/deislabs/oras@v0.8.1
< /home/howardjohn/go/pkg/mod/github.com/denisenkom/go-mssqldb@v0.0.0-20191001013358-cfbb681360f0
< /home/howardjohn/go/pkg/mod/github.com/docker/cli@v0.0.0-20200130152716-5d0cf8839492
< /home/howardjohn/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.6.3
< /home/howardjohn/go/pkg/mod/github.com/docker/docker@v1.4.2-0.20200203170920-46ec8731fbce
< /home/howardjohn/go/pkg/mod/github.com/docker/go-connections@v0.4.0
< /home/howardjohn/go/pkg/mod/github.com/docker/go-units@v0.4.0
< /home/howardjohn/go/pkg/mod/github.com/docopt/docopt-go@v0.0.0-20180111231733-ee0de3bc6815
< /home/howardjohn/go/pkg/mod/github.com/dsnet/golib@v0.0.0-20171103203638-1ea166775780
< /home/howardjohn/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/eapache/go-resiliency@v1.1.0
< /home/howardjohn/go/pkg/mod/github.com/eapache/go-xerial-snappy@v0.0.0-20180814174437-776d5712da21
< /home/howardjohn/go/pkg/mod/github.com/eapache/queue@v1.1.0
< /home/howardjohn/go/pkg/mod/github.com/elazarl/goproxy@v0.0.0-20180725130230-947c36da3153
< /home/howardjohn/go/pkg/mod/github.com/fatih/structs@v1.1.0
< /home/howardjohn/go/pkg/mod/github.com/globalsign/mgo@v0.0.0-20181015135952-eeefdecb41b8
< /home/howardjohn/go/pkg/mod/github.com/gobuffalo/envy@v1.7.1
< /home/howardjohn/go/pkg/mod/github.com/gobuffalo/flect@v0.2.0
< /home/howardjohn/go/pkg/mod/github.com/gobuffalo/logger@v1.0.1
< /home/howardjohn/go/pkg/mod/github.com/gobuffalo/packd@v0.3.0
< /home/howardjohn/go/pkg/mod/github.com/gobuffalo/packr/v2@v2.7.1
< /home/howardjohn/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190422162347-ade71ed3457e
< /home/howardjohn/go/pkg/mod/github.com/gofrs/flock@v0.7.1
< /home/howardjohn/go/pkg/mod/github.com/go-gl/glfw@v0.0.0-20190409004039-e6da0acd62b1
< /home/howardjohn/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20200222043503-6f7a984d4dc4
< /home/howardjohn/go/pkg/mod/github.com/go-kit/kit@v0.9.0
< /home/howardjohn/go/pkg/mod/github.com/golang/mock@v1.4.4
< /home/howardjohn/go/pkg/mod/github.com/golangplus/bytes@v0.0.0-20160111154220-45c989fe5450
< /home/howardjohn/go/pkg/mod/github.com/golangplus/fmt@v0.0.0-20150411045040-2a5d6d7d2995
< /home/howardjohn/go/pkg/mod/github.com/golangplus/testing@v0.0.0-20180327235837-af21d9c3145e
< /home/howardjohn/go/pkg/mod/github.com/golang-sql/civil@v0.0.0-20190719163853-cb61b32ac6fe
< /home/howardjohn/go/pkg/mod/github.com/go-ldap/ldap@v3.0.2+incompatible
< /home/howardjohn/go/pkg/mod/github.com/go-logfmt/logfmt@v0.4.0
< /home/howardjohn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0
< /home/howardjohn/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.0.5
< /home/howardjohn/go/pkg/mod/github.com/google/martian@v2.1.0+incompatible
< /home/howardjohn/go/pkg/mod/github.com/google/martian/v3@v3.0.0
< /home/howardjohn/go/pkg/mod/github.com/google/pprof@v0.0.0-20200708004538-1a94d8640e99
< /home/howardjohn/go/pkg/mod/github.com/google/renameio@v0.1.0
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/errors@v0.19.2
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/loads@v0.19.4
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/runtime@v0.19.4
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/strfmt@v0.19.3
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/validate@v0.19.5
< /home/howardjohn/go/pkg/mod/github.com/gophercloud/gophercloud@v0.1.0
< /home/howardjohn/go/pkg/mod/github.com/gorilla/context@v1.1.1
< /home/howardjohn/go/pkg/mod/github.com/go-sql-driver/mysql@v1.5.0
< /home/howardjohn/go/pkg/mod/github.com/go-stack/stack@v1.8.0
< /home/howardjohn/go/pkg/mod/github.com/gosuri/uitable@v0.0.4
< /home/howardjohn/go/pkg/mod/github.com/go-test/deep@v1.0.2-0.20181118220953-042da051cf31
< /home/howardjohn/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.9.5
< /home/howardjohn/go/pkg/mod/github.com/hashicorp/go-hclog@v0.8.0
< /home/howardjohn/go/pkg/mod/github.com/hashicorp/go-immutable-radix@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/hashicorp/go-plugin@v1.0.1
< /home/howardjohn/go/pkg/mod/github.com/hashicorp/go-uuid@v1.0.1
< /home/howardjohn/go/pkg/mod/github.com/hashicorp/yamux@v0.0.0-20181012175058-2f1d1f20f75d
< /home/howardjohn/go/pkg/mod/github.com/hpcloud/tail@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/ianlancetaylor/demangle@v0.0.0-20181102032728-5e5cf60278f6
< /home/howardjohn/go/pkg/mod/github.com/inconshreveable/mousetrap@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/istio/glog@v0.0.0-20190424172949-d7cfb6fa2ccd
< /home/howardjohn/go/pkg/mod/github.com/istio/klog@v0.0.0-20190424230111-fb7481ea8bcf
< /home/howardjohn/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/joho/godotenv@v1.3.0
< /home/howardjohn/go/pkg/mod/github.com/jstemmer/go-junit-report@v0.9.1
< /home/howardjohn/go/pkg/mod/github.com/julienschmidt/httprouter@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/kisielk/errcheck@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/kisielk/gotool@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/klauspost/cpuid@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/konsorten/go-windows-terminal-sequences@v1.0.3
< /home/howardjohn/go/pkg/mod/github.com/kr/logfmt@v0.0.0-20140226030751-b84e30acd515
< /home/howardjohn/go/pkg/mod/github.com/kr/pty@v1.1.5
< /home/howardjohn/go/pkg/mod/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0
< /home/howardjohn/go/pkg/mod/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0
< /home/howardjohn/go/pkg/mod/github.com/lestrrat-go/iter@v0.0.0-20200422075355-fc1769541911
< /home/howardjohn/go/pkg/mod/github.com/lestrrat-go/jwx@v1.0.3
< /home/howardjohn/go/pkg/mod/github.com/lestrrat-go/pdebug@v0.0.0-20200204225717-4d6bd78da58d
< /home/howardjohn/go/pkg/mod/github.com/lib/pq@v1.3.0
< /home/howardjohn/go/pkg/mod/github.com/lithammer/dedent@v1.1.0
< /home/howardjohn/go/pkg/mod/github.com/!masterminds/squirrel@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/!masterminds/vcs@v1.13.1
< /home/howardjohn/go/pkg/mod/github.com/mattn/go-shellwords@v1.0.10
< /home/howardjohn/go/pkg/mod/github.com/mattn/go-sqlite3@v1.12.0
< /home/howardjohn/go/pkg/mod/github.com/!microsoft/go-winio@v0.4.15-0.20190919025122-fc70bd9a86b5
< /home/howardjohn/go/pkg/mod/github.com/!microsoft/hcsshim@v0.8.8-0.20200421182805-c3e488f0d815
< /home/howardjohn/go/pkg/mod/github.com/mitchellh/cli@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/mitchellh/go-testing-interface@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/morikuni/aec@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822
< /home/howardjohn/go/pkg/mod/github.com/mwitkow/go-conntrack@v0.0.0-20161129095857-cc309e4a2223
< /home/howardjohn/go/pkg/mod/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f
< /home/howardjohn/go/pkg/mod/github.com/nxadm/tail@v1.4.4
< /home/howardjohn/go/pkg/mod/github.com/!n!y!times/gziphandler@v0.0.0-20170623195520-56545f4a5d46
< /home/howardjohn/go/pkg/mod/github.com/oklog/run@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.2
< /home/howardjohn/go/pkg/mod/github.com/onsi/ginkgo@v1.13.0
< /home/howardjohn/go/pkg/mod/github.com/opencontainers/image-spec@v1.0.1
< /home/howardjohn/go/pkg/mod/github.com/opencontainers/runc@v0.1.1
< /home/howardjohn/go/pkg/mod/github.com/opencontainers/runtime-spec@v0.1.2-0.20190507144316-5b71a03e2700
< /home/howardjohn/go/pkg/mod/github.com/openshift/build-machinery-go@v0.0.0-20200713135615-1f43d26dccc7
< /home/howardjohn/go/pkg/mod/github.com/openzipkin/zipkin-go@v0.1.6
< /home/howardjohn/go/pkg/mod/github.com/pascaldekloe/goe@v0.1.0
< /home/howardjohn/go/pkg/mod/github.com/pborman/uuid@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2
< /home/howardjohn/go/pkg/mod/github.com/posener/complete@v1.1.1
< /home/howardjohn/go/pkg/mod/github.com/rcrowley/go-metrics@v0.0.0-20181016184325-3113b8401b8a
< /home/howardjohn/go/pkg/mod/github.com/rogpeppe/fastuuid@v0.0.0-20150106093220-6724a57986af
< /home/howardjohn/go/pkg/mod/github.com/rogpeppe/go-internal@v1.4.0
< /home/howardjohn/go/pkg/mod/github.com/rubenv/sql-migrate@v0.0.0-20200212082348-64f95ea68aa3
< /home/howardjohn/go/pkg/mod/github.com/ryanuber/columnize@v2.1.0+incompatible
< /home/howardjohn/go/pkg/mod/github.com/satori/go.uuid@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/sclevine/agouti@v3.0.0+incompatible
< /home/howardjohn/go/pkg/mod/github.com/sergi/go-diff@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/!shopify/sarama@v1.19.0
< /home/howardjohn/go/pkg/mod/github.com/!shopify/toxiproxy@v2.1.4+incompatible
< /home/howardjohn/go/pkg/mod/github.com/stretchr/objx@v0.2.0
< /home/howardjohn/go/pkg/mod/github.com/stretchr/testify@v1.6.1
< /home/howardjohn/go/pkg/mod/github.com/tidwall/pretty@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/tmc/grpc-websocket-proxy@v0.0.0-20190109142713-0ad062ec5ee5
< /home/howardjohn/go/pkg/mod/github.com/ugorji/go/codec@v0.0.0-20181204163529-d75b2dcb6bc8
< /home/howardjohn/go/pkg/mod/github.com/urfave/cli@v1.20.0
< /home/howardjohn/go/pkg/mod/github.com/vektah/gqlparser@v1.1.2
< /home/howardjohn/go/pkg/mod/github.com/xiang90/probing@v0.0.0-20190116061207-43a291ad63a2
< /home/howardjohn/go/pkg/mod/github.com/xlab/handysort@v0.0.0-20150421192137-fb3537ed64a1
< /home/howardjohn/go/pkg/mod/github.com/xordataexchange/crypt@v0.0.3-0.20170626215501-b2862e3d0a77
< /home/howardjohn/go/pkg/mod/github.com/yuin/goldmark@v1.1.32
< /home/howardjohn/go/pkg/mod/github.com/ziutek/mymysql@v1.5.4
< /home/howardjohn/go/pkg/mod/go.etcd.io/bbolt@v1.3.5
< /home/howardjohn/go/pkg/mod/go.etcd.io/etcd@v0.5.0-alpha.5.0.20200819165624-17cef6e3e9d5
< /home/howardjohn/go/pkg/mod/golang.org/x/exp@v0.0.0-20200224162631-6cc2880d07d6
< /home/howardjohn/go/pkg/mod/golang.org/x/image@v0.0.0-20190802002840-cff245a6509b
< /home/howardjohn/go/pkg/mod/golang.org/x/lint@v0.0.0-20200302205851-738671d3881b
< /home/howardjohn/go/pkg/mod/golang.org/x/mobile@v0.0.0-20190719004257-d2bd2a29d028
< /home/howardjohn/go/pkg/mod/golang.org/x/mod@v0.3.0
< /home/howardjohn/go/pkg/mod/golang.org/x/tools@v0.0.0-20200806022845-90696ccdc692
< /home/howardjohn/go/pkg/mod/go.mongodb.org/mongo-driver@v1.1.2
< /home/howardjohn/go/pkg/mod/google.golang.org/api@v0.30.0
< /home/howardjohn/go/pkg/mod/google.golang.org/appengine@v1.6.6
< /home/howardjohn/go/pkg/mod/google.golang.org/grpc/examples@v0.0.0-20200825162801-44d73dff99bf
< /home/howardjohn/go/pkg/mod/gopkg.in/airbrake/gobrake.v2@v2.0.9
< /home/howardjohn/go/pkg/mod/gopkg.in/asn1-ber.v1@v1.0.0-20181015200546-f715ec2f112d
< /home/howardjohn/go/pkg/mod/gopkg.in/check.v1@v1.0.0-20190902080502-41f04d3bba15
< /home/howardjohn/go/pkg/mod/gopkg.in/cheggaaa/pb.v1@v1.0.25
< /home/howardjohn/go/pkg/mod/gopkg.in/errgo.v2@v2.1.0
< /home/howardjohn/go/pkg/mod/gopkg.in/fsnotify.v1@v1.4.7
< /home/howardjohn/go/pkg/mod/gopkg.in/gemnasium/logrus-airbrake-hook.v2@v2.1.2
< /home/howardjohn/go/pkg/mod/gopkg.in/gorp.v1@v1.7.2
< /home/howardjohn/go/pkg/mod/gopkg.in/natefinch/lumberjack.v2@v2.0.0
< /home/howardjohn/go/pkg/mod/gopkg.in/resty.v1@v1.12.0
< /home/howardjohn/go/pkg/mod/gopkg.in/tomb.v1@v1.0.0-20141024135613-dd632973f1e7
< /home/howardjohn/go/pkg/mod/gotest.tools@v2.2.0+incompatible
< /home/howardjohn/go/pkg/mod/gotest.tools/v3@v3.0.2
< /home/howardjohn/go/pkg/mod/go.uber.org/tools@v0.0.0-20190618225709-2cfd321de3ee
< /home/howardjohn/go/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.4
< /home/howardjohn/go/pkg/mod/k8s.io/apiserver@v0.19.0
< /home/howardjohn/go/pkg/mod/k8s.io/code-generator@v0.19.0
< /home/howardjohn/go/pkg/mod/k8s.io/gengo@v0.0.0-20200428234225-8167cfdcfc14
< /home/howardjohn/go/pkg/mod/k8s.io/metrics@v0.19.0
< /home/howardjohn/go/pkg/mod/rsc.io/binaryregexp@v0.2.0
< /home/howardjohn/go/pkg/mod/rsc.io/quote/v3@v3.1.0
< /home/howardjohn/go/pkg/mod/rsc.io/sampler@v1.3.0
< /home/howardjohn/go/pkg/mod/sigs.k8s.io/apiserver-network-proxy/konnectivity-client@v0.0.9
< /home/howardjohn/go/pkg/mod/sigs.k8s.io/controller-tools@v0.3.0
< /home/howardjohn/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v3@v3.0.0
< /home/howardjohn/go/pkg/mod/vbom.ml/util@v0.0.0-20160121211510-db5cfe13f5cc
< Module Path
```
None of these show up in our final build artifacts.
Need to validate with other tools in this space. I am fairly sure k8s does this. | 1.0 | Refine license linter search space - Right now we look at all modules downloaded. I am fairly sure we should instead be looking at all modules that are *used*
`diff <(cat csv | cut -d, -f2 | sort) <(go list -deps -f '{{.Root}}' ./... | sort | uniq)` where csv is from `license-lint -csv | tee csv`
gives a diff of:
```
< /home/howardjohn/go/pkg/mod/bazil.org/fuse@v0.0.0-20160811212531-371fbbdaa898
< /home/howardjohn/go/pkg/mod/cloud.google.com/go/bigquery@v1.8.0
< /home/howardjohn/go/pkg/mod/cloud.google.com/go/datastore@v1.1.0
< /home/howardjohn/go/pkg/mod/cloud.google.com/go/pubsub@v1.3.1
< /home/howardjohn/go/pkg/mod/cloud.google.com/go/storage@v1.10.0
< /home/howardjohn/go/pkg/mod/dmitri.shuralyov.com/gpu/mtl@v0.0.0-20190408044501-666a987793e9
< /home/howardjohn/go/pkg/mod/github.com/agnivade/levenshtein@v1.0.1
< /home/howardjohn/go/pkg/mod/github.com/ahmetb/gen-crd-api-reference-docs@v0.2.0
< /home/howardjohn/go/pkg/mod/github.com/andreyvit/diff@v0.0.0-20170406064948-c7f18ee00883
< /home/howardjohn/go/pkg/mod/github.com/apache/thrift@v0.12.0
< /home/howardjohn/go/pkg/mod/github.com/armon/consul-api@v0.0.0-20180202201655-eb2c6b5be1b6
< /home/howardjohn/go/pkg/mod/github.com/armon/go-metrics@v0.0.0-20180917152333-f0300d1749da
< /home/howardjohn/go/pkg/mod/github.com/armon/go-radix@v0.0.0-20180808171621-7fddfc383310
< /home/howardjohn/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20200108200545-475eaeb16496
< /home/howardjohn/go/pkg/mod/github.com/!azure/go-ansiterm@v0.0.0-20170929234023-d6e3b3328b78
< /home/howardjohn/go/pkg/mod/github.com/!azure/go-autorest/autorest/mocks@v0.3.0
< /home/howardjohn/go/pkg/mod/github.com/bgentry/speakeasy@v0.1.0
< /home/howardjohn/go/pkg/mod/github.com/blang/semver@v3.5.0+incompatible
< /home/howardjohn/go/pkg/mod/github.com/!burnt!sushi/xgb@v0.0.0-20160522181843-27f122750802
< /home/howardjohn/go/pkg/mod/github.com/chzyer/logex@v1.1.11-0.20170329064859-445be9e134b2
< /home/howardjohn/go/pkg/mod/github.com/chzyer/readline@v0.0.0-20180603132655-2972be24d48e
< /home/howardjohn/go/pkg/mod/github.com/chzyer/test@v0.0.0-20180213035817-a1ea475d72b1
< /home/howardjohn/go/pkg/mod/github.com/client9/misspell@v0.3.4
< /home/howardjohn/go/pkg/mod/github.com/cockroachdb/datadriven@v0.0.0-20190809214429-80d97fb3cbaa
< /home/howardjohn/go/pkg/mod/github.com/codahale/hdrhistogram@v0.0.0-20161010025455-3a0bb77429bd
< /home/howardjohn/go/pkg/mod/github.com/containerd/cgroups@v0.0.0-20190919134610-bf292b21730f
< /home/howardjohn/go/pkg/mod/github.com/containerd/console@v0.0.0-20180822173158-c12b1e7919c1
< /home/howardjohn/go/pkg/mod/github.com/containerd/containerd@v1.3.2
< /home/howardjohn/go/pkg/mod/github.com/containerd/continuity@v0.0.0-20200107194136-26c1120b8d41
< /home/howardjohn/go/pkg/mod/github.com/containerd/fifo@v0.0.0-20190226154929-a9fb20d87448
< /home/howardjohn/go/pkg/mod/github.com/containerd/go-runc@v0.0.0-20180907222934-5a6d9f37cfa3
< /home/howardjohn/go/pkg/mod/github.com/containerd/ttrpc@v0.0.0-20190828154514-0e0f228740de
< /home/howardjohn/go/pkg/mod/github.com/containerd/typeurl@v0.0.0-20180627222232-a93fcdb778cd
< /home/howardjohn/go/pkg/mod/github.com/containernetworking/plugins@v0.7.3
< /home/howardjohn/go/pkg/mod/github.com/coreos/etcd@v3.3.10+incompatible
< /home/howardjohn/go/pkg/mod/github.com/coreos/go-etcd@v2.0.0+incompatible
< /home/howardjohn/go/pkg/mod/github.com/coreos/go-semver@v0.3.0
< /home/howardjohn/go/pkg/mod/github.com/coreos/go-systemd@v0.0.0-20190321100706-95778dfbb74e
< /home/howardjohn/go/pkg/mod/github.com/coreos/pkg@v0.0.0-20180928190104-399ea9e2e55f
< /home/howardjohn/go/pkg/mod/github.com/cpuguy83/go-md2man@v1.0.10
< /home/howardjohn/go/pkg/mod/github.com/creack/pty@v1.1.7
< /home/howardjohn/go/pkg/mod/github.com/d4l3k/messagediff@v1.2.1
< /home/howardjohn/go/pkg/mod/github.com/!d!a!t!a-!d!o!g/go-sqlmock@v1.4.1
< /home/howardjohn/go/pkg/mod/github.com/daviddengcn/go-colortext@v0.0.0-20160507010035-511bcaf42ccd
< /home/howardjohn/go/pkg/mod/github.com/deislabs/oras@v0.8.1
< /home/howardjohn/go/pkg/mod/github.com/denisenkom/go-mssqldb@v0.0.0-20191001013358-cfbb681360f0
< /home/howardjohn/go/pkg/mod/github.com/docker/cli@v0.0.0-20200130152716-5d0cf8839492
< /home/howardjohn/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.6.3
< /home/howardjohn/go/pkg/mod/github.com/docker/docker@v1.4.2-0.20200203170920-46ec8731fbce
< /home/howardjohn/go/pkg/mod/github.com/docker/go-connections@v0.4.0
< /home/howardjohn/go/pkg/mod/github.com/docker/go-units@v0.4.0
< /home/howardjohn/go/pkg/mod/github.com/docopt/docopt-go@v0.0.0-20180111231733-ee0de3bc6815
< /home/howardjohn/go/pkg/mod/github.com/dsnet/golib@v0.0.0-20171103203638-1ea166775780
< /home/howardjohn/go/pkg/mod/github.com/dustin/go-humanize@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/eapache/go-resiliency@v1.1.0
< /home/howardjohn/go/pkg/mod/github.com/eapache/go-xerial-snappy@v0.0.0-20180814174437-776d5712da21
< /home/howardjohn/go/pkg/mod/github.com/eapache/queue@v1.1.0
< /home/howardjohn/go/pkg/mod/github.com/elazarl/goproxy@v0.0.0-20180725130230-947c36da3153
< /home/howardjohn/go/pkg/mod/github.com/fatih/structs@v1.1.0
< /home/howardjohn/go/pkg/mod/github.com/globalsign/mgo@v0.0.0-20181015135952-eeefdecb41b8
< /home/howardjohn/go/pkg/mod/github.com/gobuffalo/envy@v1.7.1
< /home/howardjohn/go/pkg/mod/github.com/gobuffalo/flect@v0.2.0
< /home/howardjohn/go/pkg/mod/github.com/gobuffalo/logger@v1.0.1
< /home/howardjohn/go/pkg/mod/github.com/gobuffalo/packd@v0.3.0
< /home/howardjohn/go/pkg/mod/github.com/gobuffalo/packr/v2@v2.7.1
< /home/howardjohn/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190422162347-ade71ed3457e
< /home/howardjohn/go/pkg/mod/github.com/gofrs/flock@v0.7.1
< /home/howardjohn/go/pkg/mod/github.com/go-gl/glfw@v0.0.0-20190409004039-e6da0acd62b1
< /home/howardjohn/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20200222043503-6f7a984d4dc4
< /home/howardjohn/go/pkg/mod/github.com/go-kit/kit@v0.9.0
< /home/howardjohn/go/pkg/mod/github.com/golang/mock@v1.4.4
< /home/howardjohn/go/pkg/mod/github.com/golangplus/bytes@v0.0.0-20160111154220-45c989fe5450
< /home/howardjohn/go/pkg/mod/github.com/golangplus/fmt@v0.0.0-20150411045040-2a5d6d7d2995
< /home/howardjohn/go/pkg/mod/github.com/golangplus/testing@v0.0.0-20180327235837-af21d9c3145e
< /home/howardjohn/go/pkg/mod/github.com/golang-sql/civil@v0.0.0-20190719163853-cb61b32ac6fe
< /home/howardjohn/go/pkg/mod/github.com/go-ldap/ldap@v3.0.2+incompatible
< /home/howardjohn/go/pkg/mod/github.com/go-logfmt/logfmt@v0.4.0
< /home/howardjohn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0
< /home/howardjohn/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.0.5
< /home/howardjohn/go/pkg/mod/github.com/google/martian@v2.1.0+incompatible
< /home/howardjohn/go/pkg/mod/github.com/google/martian/v3@v3.0.0
< /home/howardjohn/go/pkg/mod/github.com/google/pprof@v0.0.0-20200708004538-1a94d8640e99
< /home/howardjohn/go/pkg/mod/github.com/google/renameio@v0.1.0
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/errors@v0.19.2
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/loads@v0.19.4
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/runtime@v0.19.4
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/strfmt@v0.19.3
< /home/howardjohn/go/pkg/mod/github.com/go-openapi/validate@v0.19.5
< /home/howardjohn/go/pkg/mod/github.com/gophercloud/gophercloud@v0.1.0
< /home/howardjohn/go/pkg/mod/github.com/gorilla/context@v1.1.1
< /home/howardjohn/go/pkg/mod/github.com/go-sql-driver/mysql@v1.5.0
< /home/howardjohn/go/pkg/mod/github.com/go-stack/stack@v1.8.0
< /home/howardjohn/go/pkg/mod/github.com/gosuri/uitable@v0.0.4
< /home/howardjohn/go/pkg/mod/github.com/go-test/deep@v1.0.2-0.20181118220953-042da051cf31
< /home/howardjohn/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.9.5
< /home/howardjohn/go/pkg/mod/github.com/hashicorp/go-hclog@v0.8.0
< /home/howardjohn/go/pkg/mod/github.com/hashicorp/go-immutable-radix@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/hashicorp/go-plugin@v1.0.1
< /home/howardjohn/go/pkg/mod/github.com/hashicorp/go-uuid@v1.0.1
< /home/howardjohn/go/pkg/mod/github.com/hashicorp/yamux@v0.0.0-20181012175058-2f1d1f20f75d
< /home/howardjohn/go/pkg/mod/github.com/hpcloud/tail@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/ianlancetaylor/demangle@v0.0.0-20181102032728-5e5cf60278f6
< /home/howardjohn/go/pkg/mod/github.com/inconshreveable/mousetrap@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/istio/glog@v0.0.0-20190424172949-d7cfb6fa2ccd
< /home/howardjohn/go/pkg/mod/github.com/istio/klog@v0.0.0-20190424230111-fb7481ea8bcf
< /home/howardjohn/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/joho/godotenv@v1.3.0
< /home/howardjohn/go/pkg/mod/github.com/jstemmer/go-junit-report@v0.9.1
< /home/howardjohn/go/pkg/mod/github.com/julienschmidt/httprouter@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/kisielk/errcheck@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/kisielk/gotool@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/klauspost/cpuid@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/konsorten/go-windows-terminal-sequences@v1.0.3
< /home/howardjohn/go/pkg/mod/github.com/kr/logfmt@v0.0.0-20140226030751-b84e30acd515
< /home/howardjohn/go/pkg/mod/github.com/kr/pty@v1.1.5
< /home/howardjohn/go/pkg/mod/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0
< /home/howardjohn/go/pkg/mod/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0
< /home/howardjohn/go/pkg/mod/github.com/lestrrat-go/iter@v0.0.0-20200422075355-fc1769541911
< /home/howardjohn/go/pkg/mod/github.com/lestrrat-go/jwx@v1.0.3
< /home/howardjohn/go/pkg/mod/github.com/lestrrat-go/pdebug@v0.0.0-20200204225717-4d6bd78da58d
< /home/howardjohn/go/pkg/mod/github.com/lib/pq@v1.3.0
< /home/howardjohn/go/pkg/mod/github.com/lithammer/dedent@v1.1.0
< /home/howardjohn/go/pkg/mod/github.com/!masterminds/squirrel@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/!masterminds/vcs@v1.13.1
< /home/howardjohn/go/pkg/mod/github.com/mattn/go-shellwords@v1.0.10
< /home/howardjohn/go/pkg/mod/github.com/mattn/go-sqlite3@v1.12.0
< /home/howardjohn/go/pkg/mod/github.com/!microsoft/go-winio@v0.4.15-0.20190919025122-fc70bd9a86b5
< /home/howardjohn/go/pkg/mod/github.com/!microsoft/hcsshim@v0.8.8-0.20200421182805-c3e488f0d815
< /home/howardjohn/go/pkg/mod/github.com/mitchellh/cli@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/mitchellh/go-testing-interface@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/morikuni/aec@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822
< /home/howardjohn/go/pkg/mod/github.com/mwitkow/go-conntrack@v0.0.0-20161129095857-cc309e4a2223
< /home/howardjohn/go/pkg/mod/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f
< /home/howardjohn/go/pkg/mod/github.com/nxadm/tail@v1.4.4
< /home/howardjohn/go/pkg/mod/github.com/!n!y!times/gziphandler@v0.0.0-20170623195520-56545f4a5d46
< /home/howardjohn/go/pkg/mod/github.com/oklog/run@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.2
< /home/howardjohn/go/pkg/mod/github.com/onsi/ginkgo@v1.13.0
< /home/howardjohn/go/pkg/mod/github.com/opencontainers/image-spec@v1.0.1
< /home/howardjohn/go/pkg/mod/github.com/opencontainers/runc@v0.1.1
< /home/howardjohn/go/pkg/mod/github.com/opencontainers/runtime-spec@v0.1.2-0.20190507144316-5b71a03e2700
< /home/howardjohn/go/pkg/mod/github.com/openshift/build-machinery-go@v0.0.0-20200713135615-1f43d26dccc7
< /home/howardjohn/go/pkg/mod/github.com/openzipkin/zipkin-go@v0.1.6
< /home/howardjohn/go/pkg/mod/github.com/pascaldekloe/goe@v0.1.0
< /home/howardjohn/go/pkg/mod/github.com/pborman/uuid@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2
< /home/howardjohn/go/pkg/mod/github.com/posener/complete@v1.1.1
< /home/howardjohn/go/pkg/mod/github.com/rcrowley/go-metrics@v0.0.0-20181016184325-3113b8401b8a
< /home/howardjohn/go/pkg/mod/github.com/rogpeppe/fastuuid@v0.0.0-20150106093220-6724a57986af
< /home/howardjohn/go/pkg/mod/github.com/rogpeppe/go-internal@v1.4.0
< /home/howardjohn/go/pkg/mod/github.com/rubenv/sql-migrate@v0.0.0-20200212082348-64f95ea68aa3
< /home/howardjohn/go/pkg/mod/github.com/ryanuber/columnize@v2.1.0+incompatible
< /home/howardjohn/go/pkg/mod/github.com/satori/go.uuid@v1.2.0
< /home/howardjohn/go/pkg/mod/github.com/sclevine/agouti@v3.0.0+incompatible
< /home/howardjohn/go/pkg/mod/github.com/sergi/go-diff@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/!shopify/sarama@v1.19.0
< /home/howardjohn/go/pkg/mod/github.com/!shopify/toxiproxy@v2.1.4+incompatible
< /home/howardjohn/go/pkg/mod/github.com/stretchr/objx@v0.2.0
< /home/howardjohn/go/pkg/mod/github.com/stretchr/testify@v1.6.1
< /home/howardjohn/go/pkg/mod/github.com/tidwall/pretty@v1.0.0
< /home/howardjohn/go/pkg/mod/github.com/tmc/grpc-websocket-proxy@v0.0.0-20190109142713-0ad062ec5ee5
< /home/howardjohn/go/pkg/mod/github.com/ugorji/go/codec@v0.0.0-20181204163529-d75b2dcb6bc8
< /home/howardjohn/go/pkg/mod/github.com/urfave/cli@v1.20.0
< /home/howardjohn/go/pkg/mod/github.com/vektah/gqlparser@v1.1.2
< /home/howardjohn/go/pkg/mod/github.com/xiang90/probing@v0.0.0-20190116061207-43a291ad63a2
< /home/howardjohn/go/pkg/mod/github.com/xlab/handysort@v0.0.0-20150421192137-fb3537ed64a1
< /home/howardjohn/go/pkg/mod/github.com/xordataexchange/crypt@v0.0.3-0.20170626215501-b2862e3d0a77
< /home/howardjohn/go/pkg/mod/github.com/yuin/goldmark@v1.1.32
< /home/howardjohn/go/pkg/mod/github.com/ziutek/mymysql@v1.5.4
< /home/howardjohn/go/pkg/mod/go.etcd.io/bbolt@v1.3.5
< /home/howardjohn/go/pkg/mod/go.etcd.io/etcd@v0.5.0-alpha.5.0.20200819165624-17cef6e3e9d5
< /home/howardjohn/go/pkg/mod/golang.org/x/exp@v0.0.0-20200224162631-6cc2880d07d6
< /home/howardjohn/go/pkg/mod/golang.org/x/image@v0.0.0-20190802002840-cff245a6509b
< /home/howardjohn/go/pkg/mod/golang.org/x/lint@v0.0.0-20200302205851-738671d3881b
< /home/howardjohn/go/pkg/mod/golang.org/x/mobile@v0.0.0-20190719004257-d2bd2a29d028
< /home/howardjohn/go/pkg/mod/golang.org/x/mod@v0.3.0
< /home/howardjohn/go/pkg/mod/golang.org/x/tools@v0.0.0-20200806022845-90696ccdc692
< /home/howardjohn/go/pkg/mod/go.mongodb.org/mongo-driver@v1.1.2
< /home/howardjohn/go/pkg/mod/google.golang.org/api@v0.30.0
< /home/howardjohn/go/pkg/mod/google.golang.org/appengine@v1.6.6
< /home/howardjohn/go/pkg/mod/google.golang.org/grpc/examples@v0.0.0-20200825162801-44d73dff99bf
< /home/howardjohn/go/pkg/mod/gopkg.in/airbrake/gobrake.v2@v2.0.9
< /home/howardjohn/go/pkg/mod/gopkg.in/asn1-ber.v1@v1.0.0-20181015200546-f715ec2f112d
< /home/howardjohn/go/pkg/mod/gopkg.in/check.v1@v1.0.0-20190902080502-41f04d3bba15
< /home/howardjohn/go/pkg/mod/gopkg.in/cheggaaa/pb.v1@v1.0.25
< /home/howardjohn/go/pkg/mod/gopkg.in/errgo.v2@v2.1.0
< /home/howardjohn/go/pkg/mod/gopkg.in/fsnotify.v1@v1.4.7
< /home/howardjohn/go/pkg/mod/gopkg.in/gemnasium/logrus-airbrake-hook.v2@v2.1.2
< /home/howardjohn/go/pkg/mod/gopkg.in/gorp.v1@v1.7.2
< /home/howardjohn/go/pkg/mod/gopkg.in/natefinch/lumberjack.v2@v2.0.0
< /home/howardjohn/go/pkg/mod/gopkg.in/resty.v1@v1.12.0
< /home/howardjohn/go/pkg/mod/gopkg.in/tomb.v1@v1.0.0-20141024135613-dd632973f1e7
< /home/howardjohn/go/pkg/mod/gotest.tools@v2.2.0+incompatible
< /home/howardjohn/go/pkg/mod/gotest.tools/v3@v3.0.2
< /home/howardjohn/go/pkg/mod/go.uber.org/tools@v0.0.0-20190618225709-2cfd321de3ee
< /home/howardjohn/go/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.4
< /home/howardjohn/go/pkg/mod/k8s.io/apiserver@v0.19.0
< /home/howardjohn/go/pkg/mod/k8s.io/code-generator@v0.19.0
< /home/howardjohn/go/pkg/mod/k8s.io/gengo@v0.0.0-20200428234225-8167cfdcfc14
< /home/howardjohn/go/pkg/mod/k8s.io/metrics@v0.19.0
< /home/howardjohn/go/pkg/mod/rsc.io/binaryregexp@v0.2.0
< /home/howardjohn/go/pkg/mod/rsc.io/quote/v3@v3.1.0
< /home/howardjohn/go/pkg/mod/rsc.io/sampler@v1.3.0
< /home/howardjohn/go/pkg/mod/sigs.k8s.io/apiserver-network-proxy/konnectivity-client@v0.0.9
< /home/howardjohn/go/pkg/mod/sigs.k8s.io/controller-tools@v0.3.0
< /home/howardjohn/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v3@v3.0.0
< /home/howardjohn/go/pkg/mod/vbom.ml/util@v0.0.0-20160121211510-db5cfe13f5cc
< Module Path
```
None of these show up in our final build artifacts.
Need to validate with other tools in this space. I am fairly sure k8s does this. | test | refine license linter search space right now we look at all modules downloaded i am fairly sure we should instead be looking at all modules that are used diff cat csv cut d sort go list deps f root sort uniq where csv is from license lint csv tee csv gives a diff of home howardjohn go pkg mod bazil org fuse home howardjohn go pkg mod cloud google com go bigquery home howardjohn go pkg mod cloud google com go datastore home howardjohn go pkg mod cloud google com go pubsub home howardjohn go pkg mod cloud google com go storage home howardjohn go pkg mod dmitri shuralyov com gpu mtl home howardjohn go pkg mod github com agnivade levenshtein home howardjohn go pkg mod github com ahmetb gen crd api reference docs home howardjohn go pkg mod github com andreyvit diff home howardjohn go pkg mod github com apache thrift home howardjohn go pkg mod github com armon consul api home howardjohn go pkg mod github com armon go metrics home howardjohn go pkg mod github com armon go radix home howardjohn go pkg mod github com asaskevich govalidator home howardjohn go pkg mod github com azure go ansiterm home howardjohn go pkg mod github com azure go autorest autorest mocks home howardjohn go pkg mod github com bgentry speakeasy home howardjohn go pkg mod github com blang semver incompatible home howardjohn go pkg mod github com burnt sushi xgb home howardjohn go pkg mod github com chzyer logex home howardjohn go pkg mod github com chzyer readline home howardjohn go pkg mod github com chzyer test home howardjohn go pkg mod github com misspell home howardjohn go pkg mod github com cockroachdb datadriven home howardjohn go pkg mod github com codahale hdrhistogram home howardjohn go pkg mod github com containerd cgroups home howardjohn go pkg mod github com containerd console home howardjohn go pkg mod github com containerd containerd home howardjohn go pkg mod github com containerd continuity home howardjohn go pkg mod github com containerd fifo home howardjohn go pkg mod github com containerd go runc home howardjohn go pkg mod github com containerd ttrpc home howardjohn go pkg mod github com containerd typeurl home howardjohn go pkg mod github com containernetworking plugins home howardjohn go pkg mod github com coreos etcd incompatible home howardjohn go pkg mod github com coreos go etcd incompatible home howardjohn go pkg mod github com coreos go semver home howardjohn go pkg mod github com coreos go systemd home howardjohn go pkg mod github com coreos pkg home howardjohn go pkg mod github com go home howardjohn go pkg mod github com creack pty home howardjohn go pkg mod github com messagediff home howardjohn go pkg mod github com d a t a d o g go sqlmock home howardjohn go pkg mod github com daviddengcn go colortext home howardjohn go pkg mod github com deislabs oras home howardjohn go pkg mod github com denisenkom go mssqldb home howardjohn go pkg mod github com docker cli home howardjohn go pkg mod github com docker docker credential helpers home howardjohn go pkg mod github com docker docker home howardjohn go pkg mod github com docker go connections home howardjohn go pkg mod github com docker go units home howardjohn go pkg mod github com docopt docopt go home howardjohn go pkg mod github com dsnet golib home howardjohn go pkg mod github com dustin go humanize home howardjohn go pkg mod github com eapache go resiliency home howardjohn go pkg mod github com eapache go xerial snappy home howardjohn go pkg mod github com eapache queue home howardjohn go pkg mod github com elazarl goproxy home howardjohn go pkg mod github com fatih structs home howardjohn go pkg mod github com globalsign mgo home howardjohn go pkg mod github com gobuffalo envy home howardjohn go pkg mod github com gobuffalo flect home howardjohn go pkg mod github com gobuffalo logger home howardjohn go pkg mod github com gobuffalo packd home howardjohn go pkg mod github com gobuffalo packr home howardjohn go pkg mod github com godbus dbus home howardjohn go pkg mod github com gofrs flock home howardjohn go pkg mod github com go gl glfw home howardjohn go pkg mod github com go gl glfw glfw home howardjohn go pkg mod github com go kit kit home howardjohn go pkg mod github com golang mock home howardjohn go pkg mod github com golangplus bytes home howardjohn go pkg mod github com golangplus fmt home howardjohn go pkg mod github com golangplus testing home howardjohn go pkg mod github com golang sql civil home howardjohn go pkg mod github com go ldap ldap incompatible home howardjohn go pkg mod github com go logfmt logfmt home howardjohn go pkg mod github com go logr zapr home howardjohn go pkg mod github com googleapis gax go home howardjohn go pkg mod github com google martian incompatible home howardjohn go pkg mod github com google martian home howardjohn go pkg mod github com google pprof home howardjohn go pkg mod github com google renameio home howardjohn go pkg mod github com go openapi analysis home howardjohn go pkg mod github com go openapi errors home howardjohn go pkg mod github com go openapi loads home howardjohn go pkg mod github com go openapi runtime home howardjohn go pkg mod github com go openapi strfmt home howardjohn go pkg mod github com go openapi validate home howardjohn go pkg mod github com gophercloud gophercloud home howardjohn go pkg mod github com gorilla context home howardjohn go pkg mod github com go sql driver mysql home howardjohn go pkg mod github com go stack stack home howardjohn go pkg mod github com gosuri uitable home howardjohn go pkg mod github com go test deep home howardjohn go pkg mod github com grpc ecosystem grpc gateway home howardjohn go pkg mod github com hashicorp go hclog home howardjohn go pkg mod github com hashicorp go immutable radix home howardjohn go pkg mod github com hashicorp go plugin home howardjohn go pkg mod github com hashicorp go uuid home howardjohn go pkg mod github com hashicorp yamux home howardjohn go pkg mod github com hpcloud tail home howardjohn go pkg mod github com ianlancetaylor demangle home howardjohn go pkg mod github com inconshreveable mousetrap home howardjohn go pkg mod github com istio glog home howardjohn go pkg mod github com istio klog home howardjohn go pkg mod github com jmoiron sqlx home howardjohn go pkg mod github com joho godotenv home howardjohn go pkg mod github com jstemmer go junit report home howardjohn go pkg mod github com julienschmidt httprouter home howardjohn go pkg mod github com kisielk errcheck home howardjohn go pkg mod github com kisielk gotool home howardjohn go pkg mod github com klauspost cpuid home howardjohn go pkg mod github com konsorten go windows terminal sequences home howardjohn go pkg mod github com kr logfmt home howardjohn go pkg mod github com kr pty home howardjohn go pkg mod github com lann builder home howardjohn go pkg mod github com lann ps home howardjohn go pkg mod github com lestrrat go iter home howardjohn go pkg mod github com lestrrat go jwx home howardjohn go pkg mod github com lestrrat go pdebug home howardjohn go pkg mod github com lib pq home howardjohn go pkg mod github com lithammer dedent home howardjohn go pkg mod github com masterminds squirrel home howardjohn go pkg mod github com masterminds vcs home howardjohn go pkg mod github com mattn go shellwords home howardjohn go pkg mod github com mattn go home howardjohn go pkg mod github com microsoft go winio home howardjohn go pkg mod github com microsoft hcsshim home howardjohn go pkg mod github com mitchellh cli home howardjohn go pkg mod github com mitchellh go testing interface home howardjohn go pkg mod github com morikuni aec home howardjohn go pkg mod github com munnerz goautoneg home howardjohn go pkg mod github com mwitkow go conntrack home howardjohn go pkg mod github com mxk go flowrate home howardjohn go pkg mod github com nxadm tail home howardjohn go pkg mod github com n y times gziphandler home howardjohn go pkg mod github com oklog run home howardjohn go pkg mod github com olekukonko tablewriter home howardjohn go pkg mod github com onsi ginkgo home howardjohn go pkg mod github com opencontainers image spec home howardjohn go pkg mod github com opencontainers runc home howardjohn go pkg mod github com opencontainers runtime spec home howardjohn go pkg mod github com openshift build machinery go home howardjohn go pkg mod github com openzipkin zipkin go home howardjohn go pkg mod github com pascaldekloe goe home howardjohn go pkg mod github com pborman uuid home howardjohn go pkg mod github com phayes freeport home howardjohn go pkg mod github com posener complete home howardjohn go pkg mod github com rcrowley go metrics home howardjohn go pkg mod github com rogpeppe fastuuid home howardjohn go pkg mod github com rogpeppe go internal home howardjohn go pkg mod github com rubenv sql migrate home howardjohn go pkg mod github com ryanuber columnize incompatible home howardjohn go pkg mod github com satori go uuid home howardjohn go pkg mod github com sclevine agouti incompatible home howardjohn go pkg mod github com sergi go diff home howardjohn go pkg mod github com shopify sarama home howardjohn go pkg mod github com shopify toxiproxy incompatible home howardjohn go pkg mod github com stretchr objx home howardjohn go pkg mod github com stretchr testify home howardjohn go pkg mod github com tidwall pretty home howardjohn go pkg mod github com tmc grpc websocket proxy home howardjohn go pkg mod github com ugorji go codec home howardjohn go pkg mod github com urfave cli home howardjohn go pkg mod github com vektah gqlparser home howardjohn go pkg mod github com probing home howardjohn go pkg mod github com xlab handysort home howardjohn go pkg mod github com xordataexchange crypt home howardjohn go pkg mod github com yuin goldmark home howardjohn go pkg mod github com ziutek mymysql home howardjohn go pkg mod go etcd io bbolt home howardjohn go pkg mod go etcd io etcd alpha home howardjohn go pkg mod golang org x exp home howardjohn go pkg mod golang org x image home howardjohn go pkg mod golang org x lint home howardjohn go pkg mod golang org x mobile home howardjohn go pkg mod golang org x mod home howardjohn go pkg mod golang org x tools home howardjohn go pkg mod go mongodb org mongo driver home howardjohn go pkg mod google golang org api home howardjohn go pkg mod google golang org appengine home howardjohn go pkg mod google golang org grpc examples home howardjohn go pkg mod gopkg in airbrake gobrake home howardjohn go pkg mod gopkg in ber home howardjohn go pkg mod gopkg in check home howardjohn go pkg mod gopkg in cheggaaa pb home howardjohn go pkg mod gopkg in errgo home howardjohn go pkg mod gopkg in fsnotify home howardjohn go pkg mod gopkg in gemnasium logrus airbrake hook home howardjohn go pkg mod gopkg in gorp home howardjohn go pkg mod gopkg in natefinch lumberjack home howardjohn go pkg mod gopkg in resty home howardjohn go pkg mod gopkg in tomb home howardjohn go pkg mod gotest tools incompatible home howardjohn go pkg mod gotest tools home howardjohn go pkg mod go uber org tools home howardjohn go pkg mod honnef co go tools home howardjohn go pkg mod io apiserver home howardjohn go pkg mod io code generator home howardjohn go pkg mod io gengo home howardjohn go pkg mod io metrics home howardjohn go pkg mod rsc io binaryregexp home howardjohn go pkg mod rsc io quote home howardjohn go pkg mod rsc io sampler home howardjohn go pkg mod sigs io apiserver network proxy konnectivity client home howardjohn go pkg mod sigs io controller tools home howardjohn go pkg mod sigs io structured merge diff home howardjohn go pkg mod vbom ml util module path none of these show up in our final build artifacts need to validate with other tools in this space i am fairly sure does this | 1 |
311,607 | 26,801,245,613 | IssuesEvent | 2023-02-01 15:14:44 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: sqlsmith/setup=tpcc/setting=ddl-nodrop failed | C-test-failure O-robot O-roachtest T-sql-schema T-sql-queries branch-release-22.2 | roachtest.sqlsmith/setup=tpcc/setting=ddl-nodrop [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8486316?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8486316?buildTab=artifacts#/sqlsmith/setup=tpcc/setting=ddl-nodrop) on release-22.2 @ [799d8dbba62fa9c942a780584c71f8ceab784381](https://github.com/cockroachdb/cockroach/commits/799d8dbba62fa9c942a780584c71f8ceab784381):
```
test artifacts and logs in: /artifacts/sqlsmith/setup=tpcc/setting=ddl-nodrop/run_1
(test_impl.go:292).Fatalf: error: pq: internal error: ResolveFunctionByOID unimplemented
stmt:
ALTER TABLE defaultdb.public.item
ADD COLUMN
col_8
REGPROC
DEFAULT (3784522937:::OID)
NOT NULL
CHECK (true)
CHECK (false)
CHECK (CASE WHEN NULL THEN B'11011010001010110111001000101100110011111' ELSE NULL END::BIT(41) NOT IN ())
CHECK (NULL)
CHECK (NULL)
CHECK (NULL);
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #95641 roachtest: sqlsmith/setup=tpcc/setting=ddl-nodrop failed [C-test-failure O-roachtest O-robot T-sql-queries T-sql-schema branch-master]
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sqlsmith/setup=tpcc/setting=ddl-nodrop.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-23955 | 2.0 | roachtest: sqlsmith/setup=tpcc/setting=ddl-nodrop failed - roachtest.sqlsmith/setup=tpcc/setting=ddl-nodrop [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8486316?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8486316?buildTab=artifacts#/sqlsmith/setup=tpcc/setting=ddl-nodrop) on release-22.2 @ [799d8dbba62fa9c942a780584c71f8ceab784381](https://github.com/cockroachdb/cockroach/commits/799d8dbba62fa9c942a780584c71f8ceab784381):
```
test artifacts and logs in: /artifacts/sqlsmith/setup=tpcc/setting=ddl-nodrop/run_1
(test_impl.go:292).Fatalf: error: pq: internal error: ResolveFunctionByOID unimplemented
stmt:
ALTER TABLE defaultdb.public.item
ADD COLUMN
col_8
REGPROC
DEFAULT (3784522937:::OID)
NOT NULL
CHECK (true)
CHECK (false)
CHECK (CASE WHEN NULL THEN B'11011010001010110111001000101100110011111' ELSE NULL END::BIT(41) NOT IN ())
CHECK (NULL)
CHECK (NULL)
CHECK (NULL);
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #95641 roachtest: sqlsmith/setup=tpcc/setting=ddl-nodrop failed [C-test-failure O-roachtest O-robot T-sql-queries T-sql-schema branch-master]
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sqlsmith/setup=tpcc/setting=ddl-nodrop.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-23955 | test | roachtest sqlsmith setup tpcc setting ddl nodrop failed roachtest sqlsmith setup tpcc setting ddl nodrop with on release test artifacts and logs in artifacts sqlsmith setup tpcc setting ddl nodrop run test impl go fatalf error pq internal error resolvefunctionbyoid unimplemented stmt alter table defaultdb public item add column col regproc default oid not null check true check false check case when null then b else null end bit not in check null check null check null parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest ssd help see see same failure on other branches roachtest sqlsmith setup tpcc setting ddl nodrop failed cc cockroachdb sql queries jira issue crdb | 1 |
245,316 | 18,779,570,128 | IssuesEvent | 2021-11-08 03:43:27 | vuepress/vuepress-next | https://api.github.com/repos/vuepress/vuepress-next | closed | [Feature request] Improve documentation for newcomers | documentation | ## Feature request
### Description
I'm brand new to VuePress and jumped to using v2 immediately. The first thing I wanted to do after running the installation was to create my own theme so I can modify the html skeleton.
And then I hit that wall.
I browse the guides, and went to [Theme](https://v2.vuepress.vuejs.org/guide/theme.html). I see how to create my own "Local Theme": first I create a local directory (:heavy_check_mark:). then "*set the absolute path of the theme directory to use it*":
```javascript
module.exports = {
theme: path.resolve(__dirname, './path/to/docs/.vuepress/theme'),
}
```
Where to set it? Which file? Why? What other things I need to set there?
It say to refer to [Advanced > Writing a Theme](https://v2.vuepress.vuejs.org/advanced/theme.html). I go there - I need to read about plugins (:heavy_check_mark:). Then I see them theme is a plugin and it can look like this:
```javascript
const { path } = require('@vuepress/utils')
const fooTheme = {
name: 'vuepress-theme-foo',
layouts: {
Layout: path.resolve(__dirname, 'layouts/Layout.vue'),
404: path.resolve(__dirname, 'layouts/404.vue'),
},
// ...
}
```
Content seems fairly reasonable. But in which file should I put it in? In which directory? How to export that constant?! What other pieces are inside this file? It shows me how to publish it to `npm`. I still don't know how to even run it locally. I say well, okay, read again about plugins.
Absolutely same thing. Code samples without any context of where and what.
Then I go to the [Configuration](https://v2.vuepress.vuejs.org/guide/configuration.html) again. I figure out it's referred to as "VuePress Config", and that "Options outside `themeConfig` are Site Config, while options inside `themeConfig` are Theme Config". Fair enough.
Following the link in the "Theme Config" section leads me to [Default Theme Reference](https://v2.vuepress.vuejs.org/reference/default-theme/config.html). I don't want the default one, I want mine.
I go back and follow the link for the [Config Reference](https://v2.vuepress.vuejs.org/reference/config.html#site-config). It also contains the [Theme Config](https://v2.vuepress.vuejs.org/reference/config.html#theme-config). In there, there are two sub sections named [theme](https://v2.vuepress.vuejs.org/reference/config.html#theme) and [themeConfig](https://v2.vuepress.vuejs.org/reference/config.html#theme).
It's obvious I can change the theme by explicitly using `theme: path.resolve(__dirname, './path/to/local/theme')`, so `theme` is a key. **But I don't know where to put that line**, as this is the entire sample:
```javascript
module.exports = {
theme: 'vuepress-theme-foo',
theme: 'bar',
theme: path.resolve(__dirname, './path/to/local/theme'),
}
```
Is this a new file? Which file is it? Where is it placed? It's part of the config, right?
This is the best part. Remember we said that "everything **inside** `themeConfig` is for the theme". Now I start to doubt what's going on, as I'm in the section for the theme config (so we're talking about `config.js :: module.exports.themeConfig`, right?). There cannot be another section with the same name.
By that time I start to realize that the example mentioned above is **part of the `config.js`** and is **on the same level** as `themeConfig`. So it should be something along the lines of:
```javascript
// config.js
module.exports = {
theme: path.resolve(__dirname, './path/to/local/theme'),
themeConfig: {
}
}
```
And surely, that worked.
### Proposed Solution
See, probably that wouldn't happen if I was using VuePress 1, right? And it's super obvious for everyone around here. Or probably most people just extend existing themes.
But for the small amount of people like me, it would be extremely helpful if there's explicit context for those examples. Like on the top of each file there could be something like:
```javascript
// your-project/docs/.vuepress/config.js
module.exports = {
}
```
Also, instead of providing partials like the ones for the theme - make a full example! It's obvious how to define a theme. But how and where to exported is completely missing. Most of the people would publish to npm, I get it. Let's think about the rest.
Going through the docs from a complete newbie perspective and making sure all the samples are coming with a proper context, and the entire flow of creation/configuration/editing of both the existing solution and custom plugins/themes, would be extremely helpful.
Thanks!
| 1.0 | [Feature request] Improve documentation for newcomers - ## Feature request
### Description
I'm brand new to VuePress and jumped to using v2 immediately. The first thing I wanted to do after running the installation was to create my own theme so I can modify the html skeleton.
And then I hit that wall.
I browse the guides, and went to [Theme](https://v2.vuepress.vuejs.org/guide/theme.html). I see how to create my own "Local Theme": first I create a local directory (:heavy_check_mark:). then "*set the absolute path of the theme directory to use it*":
```javascript
module.exports = {
theme: path.resolve(__dirname, './path/to/docs/.vuepress/theme'),
}
```
Where to set it? Which file? Why? What other things I need to set there?
It say to refer to [Advanced > Writing a Theme](https://v2.vuepress.vuejs.org/advanced/theme.html). I go there - I need to read about plugins (:heavy_check_mark:). Then I see them theme is a plugin and it can look like this:
```javascript
const { path } = require('@vuepress/utils')
const fooTheme = {
name: 'vuepress-theme-foo',
layouts: {
Layout: path.resolve(__dirname, 'layouts/Layout.vue'),
404: path.resolve(__dirname, 'layouts/404.vue'),
},
// ...
}
```
Content seems fairly reasonable. But in which file should I put it in? In which directory? How to export that constant?! What other pieces are inside this file? It shows me how to publish it to `npm`. I still don't know how to even run it locally. I say well, okay, read again about plugins.
Absolutely same thing. Code samples without any context of where and what.
Then I go to the [Configuration](https://v2.vuepress.vuejs.org/guide/configuration.html) again. I figure out it's referred to as "VuePress Config", and that "Options outside `themeConfig` are Site Config, while options inside `themeConfig` are Theme Config". Fair enough.
Following the link in the "Theme Config" section leads me to [Default Theme Reference](https://v2.vuepress.vuejs.org/reference/default-theme/config.html). I don't want the default one, I want mine.
I go back and follow the link for the [Config Reference](https://v2.vuepress.vuejs.org/reference/config.html#site-config). It also contains the [Theme Config](https://v2.vuepress.vuejs.org/reference/config.html#theme-config). In there, there are two sub sections named [theme](https://v2.vuepress.vuejs.org/reference/config.html#theme) and [themeConfig](https://v2.vuepress.vuejs.org/reference/config.html#theme).
It's obvious I can change the theme by explicitly using `theme: path.resolve(__dirname, './path/to/local/theme')`, so `theme` is a key. **But I don't know where to put that line**, as this is the entire sample:
```javascript
module.exports = {
theme: 'vuepress-theme-foo',
theme: 'bar',
theme: path.resolve(__dirname, './path/to/local/theme'),
}
```
Is this a new file? Which file is it? Where is it placed? It's part of the config, right?
This is the best part. Remember we said that "everything **inside** `themeConfig` is for the theme". Now I start to doubt what's going on, as I'm in the section for the theme config (so we're talking about `config.js :: module.exports.themeConfig`, right?). There cannot be another section with the same name.
By that time I start to realize that the example mentioned above is **part of the `config.js`** and is **on the same level** as `themeConfig`. So it should be something along the lines of:
```javascript
// config.js
module.exports = {
theme: path.resolve(__dirname, './path/to/local/theme'),
themeConfig: {
}
}
```
And surely, that worked.
### Proposed Solution
See, probably that wouldn't happen if I was using VuePress 1, right? And it's super obvious for everyone around here. Or probably most people just extend existing themes.
But for the small amount of people like me, it would be extremely helpful if there's explicit context for those examples. Like on the top of each file there could be something like:
```javascript
// your-project/docs/.vuepress/config.js
module.exports = {
}
```
Also, instead of providing partials like the ones for the theme - make a full example! It's obvious how to define a theme. But how and where to exported is completely missing. Most of the people would publish to npm, I get it. Let's think about the rest.
Going through the docs from a complete newbie perspective and making sure all the samples are coming with a proper context, and the entire flow of creation/configuration/editing of both the existing solution and custom plugins/themes, would be extremely helpful.
Thanks!
| non_test | improve documentation for newcomers feature request description i m brand new to vuepress and jumped to using immediately the first thing i wanted to do after running the installation was to create my own theme so i can modify the html skeleton and then i hit that wall i browse the guides and went to i see how to create my own local theme first i create a local directory heavy check mark then set the absolute path of the theme directory to use it javascript module exports theme path resolve dirname path to docs vuepress theme where to set it which file why what other things i need to set there it say to refer to i go there i need to read about plugins heavy check mark then i see them theme is a plugin and it can look like this javascript const path require vuepress utils const footheme name vuepress theme foo layouts layout path resolve dirname layouts layout vue path resolve dirname layouts vue content seems fairly reasonable but in which file should i put it in in which directory how to export that constant what other pieces are inside this file it shows me how to publish it to npm i still don t know how to even run it locally i say well okay read again about plugins absolutely same thing code samples without any context of where and what then i go to the again i figure out it s referred to as vuepress config and that options outside themeconfig are site config while options inside themeconfig are theme config fair enough following the link in the theme config section leads me to i don t want the default one i want mine i go back and follow the link for the it also contains the in there there are two sub sections named and it s obvious i can change the theme by explicitly using theme path resolve dirname path to local theme so theme is a key but i don t know where to put that line as this is the entire sample javascript module exports theme vuepress theme foo theme bar theme path resolve dirname path to local theme is this a new file which file is it where is it placed it s part of the config right this is the best part remember we said that everything inside themeconfig is for the theme now i start to doubt what s going on as i m in the section for the theme config so we re talking about config js module exports themeconfig right there cannot be another section with the same name by that time i start to realize that the example mentioned above is part of the config js and is on the same level as themeconfig so it should be something along the lines of javascript config js module exports theme path resolve dirname path to local theme themeconfig and surely that worked proposed solution see probably that wouldn t happen if i was using vuepress right and it s super obvious for everyone around here or probably most people just extend existing themes but for the small amount of people like me it would be extremely helpful if there s explicit context for those examples like on the top of each file there could be something like javascript your project docs vuepress config js module exports also instead of providing partials like the ones for the theme make a full example it s obvious how to define a theme but how and where to exported is completely missing most of the people would publish to npm i get it let s think about the rest going through the docs from a complete newbie perspective and making sure all the samples are coming with a proper context and the entire flow of creation configuration editing of both the existing solution and custom plugins themes would be extremely helpful thanks | 0 |
578,202 | 17,146,558,353 | IssuesEvent | 2021-07-13 15:09:48 | googleapis/java-bigtable-hbase | https://api.github.com/repos/googleapis/java-bigtable-hbase | opened | bigtable.hbase.TestSingleColumnValueFilter: testNotStrictInf failed | flakybot: issue priority: p1 type: bug | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: a891335ce3179c45fade4f3683b7e09d38d0107a
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/86567854-d16c-4059-85bb-945b50d115e2), [Sponge](http://sponge2/86567854-d16c-4059-85bb-945b50d115e2)
status: failed
<details><summary>Test output</summary><br><pre>java.lang.IllegalArgumentException: Self-suppression not permitted
at java.lang.Throwable.addSuppressed(Throwable.java:1072)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.getResult(TestSingleColumnValueFilter.java:126)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.testNotStrictInf(TestSingleColumnValueFilter.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:367)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.google.api.gax.rpc.UnauthenticatedException: io.grpc.StatusRuntimeException: UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:73)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
at com.google.api.gax.grpc.ExceptionResponseObserver.onErrorImpl(ExceptionResponseObserver.java:82)
at com.google.api.gax.rpc.StateCheckingResponseObserver.onError(StateCheckingResponseObserver.java:86)
at com.google.api.gax.grpc.GrpcDirectStreamController$ResponseObserverAdapter.onClose(GrpcDirectStreamController.java:149)
at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:553)
at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:68)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:739)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:718)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 more
Suppressed: java.lang.RuntimeException: Asynchronous task failed
at com.google.api.gax.rpc.ServerStreamIterator.hasNext(ServerStreamIterator.java:105)
at com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi$RowResultScanner.next(DataClientVeneerApi.java:260)
at org.apache.hadoop.hbase.client.AbstractClientScanner$1.hasNext(AbstractClientScanner.java:92)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.getResult(TestSingleColumnValueFilter.java:112)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.testNotStrictInf(TestSingleColumnValueFilter.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:367)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more
Suppressed: java.lang.RuntimeException: Asynchronous task failed
at com.google.api.gax.rpc.ServerStreamIterator.hasNext(ServerStreamIterator.java:105)
at com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi$RowResultScanner.close(DataClientVeneerApi.java:272)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.getResult(TestSingleColumnValueFilter.java:126)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.testNotStrictInf(TestSingleColumnValueFilter.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:367)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more
Caused by: io.grpc.StatusRuntimeException: UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
at io.grpc.Status.asRuntimeException(Status.java:535)
... 10 more
</pre></details> | 1.0 | bigtable.hbase.TestSingleColumnValueFilter: testNotStrictInf failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: a891335ce3179c45fade4f3683b7e09d38d0107a
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/86567854-d16c-4059-85bb-945b50d115e2), [Sponge](http://sponge2/86567854-d16c-4059-85bb-945b50d115e2)
status: failed
<details><summary>Test output</summary><br><pre>java.lang.IllegalArgumentException: Self-suppression not permitted
at java.lang.Throwable.addSuppressed(Throwable.java:1072)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.getResult(TestSingleColumnValueFilter.java:126)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.testNotStrictInf(TestSingleColumnValueFilter.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:367)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.google.api.gax.rpc.UnauthenticatedException: io.grpc.StatusRuntimeException: UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:73)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
at com.google.api.gax.grpc.ExceptionResponseObserver.onErrorImpl(ExceptionResponseObserver.java:82)
at com.google.api.gax.rpc.StateCheckingResponseObserver.onError(StateCheckingResponseObserver.java:86)
at com.google.api.gax.grpc.GrpcDirectStreamController$ResponseObserverAdapter.onClose(GrpcDirectStreamController.java:149)
at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:553)
at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:68)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:739)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:718)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 more
Suppressed: java.lang.RuntimeException: Asynchronous task failed
at com.google.api.gax.rpc.ServerStreamIterator.hasNext(ServerStreamIterator.java:105)
at com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi$RowResultScanner.next(DataClientVeneerApi.java:260)
at org.apache.hadoop.hbase.client.AbstractClientScanner$1.hasNext(AbstractClientScanner.java:92)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.getResult(TestSingleColumnValueFilter.java:112)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.testNotStrictInf(TestSingleColumnValueFilter.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:367)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more
Suppressed: java.lang.RuntimeException: Asynchronous task failed
at com.google.api.gax.rpc.ServerStreamIterator.hasNext(ServerStreamIterator.java:105)
at com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi$RowResultScanner.close(DataClientVeneerApi.java:272)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.getResult(TestSingleColumnValueFilter.java:126)
at com.google.cloud.bigtable.hbase.TestSingleColumnValueFilter.testNotStrictInf(TestSingleColumnValueFilter.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:367)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more
Caused by: io.grpc.StatusRuntimeException: UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
at io.grpc.Status.asRuntimeException(Status.java:535)
... 10 more
</pre></details> | non_test | bigtable hbase testsinglecolumnvaluefilter testnotstrictinf failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output java lang illegalargumentexception self suppression not permitted at java lang throwable addsuppressed throwable java at com google cloud bigtable hbase testsinglecolumnvaluefilter getresult testsinglecolumnvaluefilter java at com google cloud bigtable hbase testsinglecolumnvaluefilter testnotstrictinf testsinglecolumnvaluefilter java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org apache maven surefire junitcore pc scheduler run scheduler java at org apache maven surefire junitcore pc invokerstrategy schedule invokerstrategy java at org apache maven surefire junitcore pc scheduler schedule scheduler java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org apache maven surefire junitcore pc scheduler run scheduler java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java caused by com google api gax rpc unauthenticatedexception io grpc statusruntimeexception unauthenticated request had invalid authentication credentials expected oauth access token login cookie or other valid authentication credential see at com google api gax rpc apiexceptionfactory createexception apiexceptionfactory java at com google api gax grpc grpcapiexceptionfactory create grpcapiexceptionfactory java at com google api gax grpc grpcapiexceptionfactory create grpcapiexceptionfactory java at com google api gax grpc exceptionresponseobserver onerrorimpl exceptionresponseobserver java at com google api gax rpc statecheckingresponseobserver onerror statecheckingresponseobserver java at com google api gax grpc grpcdirectstreamcontroller responseobserveradapter onclose grpcdirectstreamcontroller java at io grpc internal clientcallimpl closeobserver clientcallimpl java at io grpc internal clientcallimpl access clientcallimpl java at io grpc internal clientcallimpl clientstreamlistenerimpl runinternal clientcallimpl java at io grpc internal clientcallimpl clientstreamlistenerimpl runincontext clientcallimpl java at io grpc internal contextrunnable run contextrunnable java at io grpc internal serializingexecutor run serializingexecutor java more suppressed java lang runtimeexception asynchronous task failed at com google api gax rpc serverstreamiterator hasnext serverstreamiterator java at com google cloud bigtable hbase wrappers veneer dataclientveneerapi rowresultscanner next dataclientveneerapi java at org apache hadoop hbase client abstractclientscanner hasnext abstractclientscanner java at com google cloud bigtable hbase testsinglecolumnvaluefilter getresult testsinglecolumnvaluefilter java at com google cloud bigtable hbase testsinglecolumnvaluefilter testnotstrictinf testsinglecolumnvaluefilter java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org apache maven surefire junitcore pc scheduler run scheduler java at org apache maven surefire junitcore pc invokerstrategy schedule invokerstrategy java at org apache maven surefire junitcore pc scheduler schedule scheduler java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org apache maven surefire junitcore pc scheduler run scheduler java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java more suppressed java lang runtimeexception asynchronous task failed at com google api gax rpc serverstreamiterator hasnext serverstreamiterator java at com google cloud bigtable hbase wrappers veneer dataclientveneerapi rowresultscanner close dataclientveneerapi java at com google cloud bigtable hbase testsinglecolumnvaluefilter getresult testsinglecolumnvaluefilter java at com google cloud bigtable hbase testsinglecolumnvaluefilter testnotstrictinf testsinglecolumnvaluefilter java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org apache maven surefire junitcore pc scheduler run scheduler java at org apache maven surefire junitcore pc invokerstrategy schedule invokerstrategy java at org apache maven surefire junitcore pc scheduler schedule scheduler java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org apache maven surefire junitcore pc scheduler run scheduler java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java more caused by io grpc statusruntimeexception unauthenticated request had invalid authentication credentials expected oauth access token login cookie or other valid authentication credential see at io grpc status asruntimeexception status java more | 0 |
210,184 | 16,089,677,984 | IssuesEvent | 2021-04-26 15:15:08 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | closed | [CI] MultiVersionRepositoryAccessIT testUpgradeMovesRepoToNewMetaVersion failing | :Distributed/Snapshot/Restore >test-failure Team:Distributed | Didn't reproduce for me but there have been several of these failures over the past couple days. Doesn't seem to be specific to ARM.
**Build scan:**
https://gradle-enterprise.elastic.co/s/rzztrqiwkoeu6/tests/:qa:repository-multi-version:v7.13.0%23Step1OldClusterTest/org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT/testUpgradeMovesRepoToNewMetaVersion
**Reproduction line:**
`./gradlew ':qa:repository-multi-version:v7.13.0#Step1OldClusterTest' -Dtests.class="org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT" -Dtests.method="testUpgradeMovesRepoToNewMetaVersion" -Dtests.seed=65286654BD1FF8A7 -Dtests.security.manager=true -Dtests.bwc=true -Dtests.locale=hi -Dtests.timezone=Asia/Tomsk -Druntime.java=15`
**Applicable branches:**
master
**Reproduces locally?:**
No
**Failure history:**
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT&tests.test=testUpgradeMovesRepoToNewMetaVersion
**Failure excerpt:**
```
java.lang.AssertionError:
Expected: <3>
but: was <4>
at __randomizedtesting.SeedInfo.seed([65286654BD1FF8A7:E98236AD3A1AC5E]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT.ensureSnapshotRestoreWorks(MultiVersionRepositoryAccessIT.java:281)
at org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT.testUpgradeMovesRepoToNewMetaVersion(MultiVersionRepositoryAccessIT.java:215)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:564)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475)
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831)
at java.lang.Thread.run(Thread.java:832)
``` | 1.0 | [CI] MultiVersionRepositoryAccessIT testUpgradeMovesRepoToNewMetaVersion failing - Didn't reproduce for me but there have been several of these failures over the past couple days. Doesn't seem to be specific to ARM.
**Build scan:**
https://gradle-enterprise.elastic.co/s/rzztrqiwkoeu6/tests/:qa:repository-multi-version:v7.13.0%23Step1OldClusterTest/org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT/testUpgradeMovesRepoToNewMetaVersion
**Reproduction line:**
`./gradlew ':qa:repository-multi-version:v7.13.0#Step1OldClusterTest' -Dtests.class="org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT" -Dtests.method="testUpgradeMovesRepoToNewMetaVersion" -Dtests.seed=65286654BD1FF8A7 -Dtests.security.manager=true -Dtests.bwc=true -Dtests.locale=hi -Dtests.timezone=Asia/Tomsk -Druntime.java=15`
**Applicable branches:**
master
**Reproduces locally?:**
No
**Failure history:**
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT&tests.test=testUpgradeMovesRepoToNewMetaVersion
**Failure excerpt:**
```
java.lang.AssertionError:
Expected: <3>
but: was <4>
at __randomizedtesting.SeedInfo.seed([65286654BD1FF8A7:E98236AD3A1AC5E]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT.ensureSnapshotRestoreWorks(MultiVersionRepositoryAccessIT.java:281)
at org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT.testUpgradeMovesRepoToNewMetaVersion(MultiVersionRepositoryAccessIT.java:215)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:564)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475)
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831)
at java.lang.Thread.run(Thread.java:832)
``` | test | multiversionrepositoryaccessit testupgrademovesrepotonewmetaversion failing didn t reproduce for me but there have been several of these failures over the past couple days doesn t seem to be specific to arm build scan reproduction line gradlew qa repository multi version dtests class org elasticsearch upgrades multiversionrepositoryaccessit dtests method testupgrademovesrepotonewmetaversion dtests seed dtests security manager true dtests bwc true dtests locale hi dtests timezone asia tomsk druntime java applicable branches master reproduces locally no failure history failure excerpt java lang assertionerror expected but was at randomizedtesting seedinfo seed at org hamcrest matcherassert assertthat matcherassert java at org junit assert assertthat assert java at org junit assert assertthat assert java at org elasticsearch upgrades multiversionrepositoryaccessit ensuresnapshotrestoreworks multiversionrepositoryaccessit java at org elasticsearch upgrades multiversionrepositoryaccessit testupgrademovesrepotonewmetaversion multiversionrepositoryaccessit java at jdk internal reflect nativemethodaccessorimpl nativemethodaccessorimpl java at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com carrotsearch randomizedtesting randomizedrunner invoke randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testrulesetupteardownchained evaluate testrulesetupteardownchained java at org apache lucene util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene util testrulethreadandtestname evaluate testrulethreadandtestname java at org apache lucene util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene util testrulemarkfailure evaluate testrulemarkfailure java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol forktimeoutingtask threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol evaluate threadleakcontrol java at com carrotsearch randomizedtesting randomizedrunner runsingletest randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at org apache lucene util abstractbeforeafterrule evaluate abstractbeforeafterrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testrulestoreclassname evaluate testrulestoreclassname java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene util testruleassertionsrequired evaluate testruleassertionsrequired java at org apache lucene util testrulemarkfailure evaluate testrulemarkfailure java at org apache lucene util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene util testruleignoretestsuites evaluate testruleignoretestsuites java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol lambda forktimeoutingtask threadleakcontrol java at java lang thread run thread java | 1 |
134,979 | 10,958,447,818 | IssuesEvent | 2019-11-27 09:25:43 | microsoft/AzureStorageExplorer | https://api.github.com/repos/microsoft/AzureStorageExplorer | opened | 'Query string' is no localized on Generate Shared Access Signature dialog in zh-TW | 🌐 localization 🧪 testing | **Storage Explorer Version:** 1.11.0
**Build:** [20191127.2](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3277410&view=results)
**Branch:** master
**Language:** Chinese(zh-TW)
**Platform/OS:** Windows 10/ Linux Ubuntu 18.04/macOS High Sierra
**Architecture:** ia32/x64
**Regression From:** Not a regression
**Steps to reproduce:**
1. Launch Storage Explorer.
2. Open 'Settings' -> Application (Regional Settings) -> Select 'Chinese (simplified)' -> Restart Storage Explorer.
3. Select one storage account -> Select 'Get Share Access Signature' -> Click 'Create'.
4. Check the dialog.
**Expect Experience:**
All strings are localized.
**Actual Experience:**
'Query string' is no localized.

**More Info:**
1. This issue also reproduces for one blob container/ file share/ queue/ table.
2. This issue doesn't reproduce in zh-CN. | 1.0 | 'Query string' is no localized on Generate Shared Access Signature dialog in zh-TW - **Storage Explorer Version:** 1.11.0
**Build:** [20191127.2](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3277410&view=results)
**Branch:** master
**Language:** Chinese(zh-TW)
**Platform/OS:** Windows 10/ Linux Ubuntu 18.04/macOS High Sierra
**Architecture:** ia32/x64
**Regression From:** Not a regression
**Steps to reproduce:**
1. Launch Storage Explorer.
2. Open 'Settings' -> Application (Regional Settings) -> Select 'Chinese (simplified)' -> Restart Storage Explorer.
3. Select one storage account -> Select 'Get Share Access Signature' -> Click 'Create'.
4. Check the dialog.
**Expect Experience:**
All strings are localized.
**Actual Experience:**
'Query string' is no localized.

**More Info:**
1. This issue also reproduces for one blob container/ file share/ queue/ table.
2. This issue doesn't reproduce in zh-CN. | test | query string is no localized on generate shared access signature dialog in zh tw storage explorer version build branch master language chinese zh tw platform os windows linux ubuntu macos high sierra architecture regression from not a regression steps to reproduce launch storage explorer open settings application regional settings select chinese simplified restart storage explorer select one storage account select get share access signature click create check the dialog expect experience all strings are localized actual experience query string is no localized more info this issue also reproduces for one blob container file share queue table this issue doesn t reproduce in zh cn | 1 |
826,492 | 31,626,486,435 | IssuesEvent | 2023-09-06 05:57:15 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | m.youtube.com - site is not usable | priority-critical browser-fenix engine-gecko android13 | <!-- @browser: Firefox Mobile 118.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 13; Mobile; rv:109.0) Gecko/118.0 Firefox/118.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/126745 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://m.youtube.com/watch?v=-xDncegzcW8
**Browser / Version**: Firefox Mobile 118.0
**Operating System**: Android 13
**Tested Another Browser**: No
**Problem type**: Site is not usable
**Description**: Page not loading correctly
**Steps to Reproduce**:
I did some shit and stuff and this survey was the suggested solution
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2023/9/4f61fe61-206d-4691-9ea6-8fb8dc56d130.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>buildID: 20230816094547</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2023/9/60622634-b030-48a8-a69d-4feff1873e7c)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | m.youtube.com - site is not usable - <!-- @browser: Firefox Mobile 118.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 13; Mobile; rv:109.0) Gecko/118.0 Firefox/118.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/126745 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://m.youtube.com/watch?v=-xDncegzcW8
**Browser / Version**: Firefox Mobile 118.0
**Operating System**: Android 13
**Tested Another Browser**: No
**Problem type**: Site is not usable
**Description**: Page not loading correctly
**Steps to Reproduce**:
I did some shit and stuff and this survey was the suggested solution
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2023/9/4f61fe61-206d-4691-9ea6-8fb8dc56d130.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>buildID: 20230816094547</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2023/9/60622634-b030-48a8-a69d-4feff1873e7c)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | m youtube com site is not usable url browser version firefox mobile operating system android tested another browser no problem type site is not usable description page not loading correctly steps to reproduce i did some shit and stuff and this survey was the suggested solution view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false buildid channel nightly hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 0 |
281,779 | 24,418,505,926 | IssuesEvent | 2022-10-05 18:06:05 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | array.resize() weird behavior (Godot 3.5) | topic:core needs testing | ### Godot version
3.5.stable
### System information
Windows 10
### Issue description
Hi,
I am having strange issues with array.resize(), please have a look at the example below
### Steps to reproduce
```gdscript
var a = Array()
a.resize(3)
print(a)
# Output: [Null, Null, Null]
a.fill([])
print(a)
# Output: [[], [], []]
for i in a.size():
a[i].resize(i+2)
print(a[i])
# Output:
# [Null, Null]
# [Null, Null, Null]
# [Null, Null, Null, Null]
print(a)
# Actual output:
# [[Null, Null, Null, Null], [Null, Null, Null, Null], [Null, Null, Null, Null]]
# Expected:
# [[Null, Null], [Null, Null, Null], [Null, Null, Null, Null]]`
```
### Minimal reproduction project
_No response_ | 1.0 | array.resize() weird behavior (Godot 3.5) - ### Godot version
3.5.stable
### System information
Windows 10
### Issue description
Hi,
I am having strange issues with array.resize(), please have a look at the example below
### Steps to reproduce
```gdscript
var a = Array()
a.resize(3)
print(a)
# Output: [Null, Null, Null]
a.fill([])
print(a)
# Output: [[], [], []]
for i in a.size():
a[i].resize(i+2)
print(a[i])
# Output:
# [Null, Null]
# [Null, Null, Null]
# [Null, Null, Null, Null]
print(a)
# Actual output:
# [[Null, Null, Null, Null], [Null, Null, Null, Null], [Null, Null, Null, Null]]
# Expected:
# [[Null, Null], [Null, Null, Null], [Null, Null, Null, Null]]`
```
### Minimal reproduction project
_No response_ | test | array resize weird behavior godot godot version stable system information windows issue description hi i am having strange issues with array resize please have a look at the example below steps to reproduce gdscript var a array a resize print a output a fill print a output for i in a size a resize i print a output print a actual output expected minimal reproduction project no response | 1 |
57,787 | 14,222,852,703 | IssuesEvent | 2020-11-17 17:24:36 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | Error building tensorflow_cc.dll (Windows 10) | TF 2.3 comp:mkl subtype:windows type:build/install | <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
- TensorFlow version: 2.3.0
- Bazel version (if compiling from source): 3.1.0
**Describe the problem**
Error building tensorflow_cc.dll
```
ERROR: D:/tensorflow-2.3.0/tensorflow/BUILD:754:1: Linking of rule '//tensorflow:tensorflow_cc.dll' failed (Exit 1127): link.exe failed: error executing command
cd C:/users/lotte/_bazel_lotte/2enhdaow/execroot/org_tensorflow
SET LIB=c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\ATLMFC\lib\x64;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\um\x64;
SET PATH=c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\bin\HostX64\x64;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\HTML Help Workshop;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\FSharp\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;;C:\Windows\system32;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\Linux\bin\ConnectionManagerExe
SET PWD=/proc/self/cwd
SET PYTHON_BIN_PATH=C:/Program Files/Python36/python.exe
SET PYTHON_LIB_PATH=C:/Program Files/Python36/lib/site-packages
SET RUNFILES_MANIFEST_ONLY=1
SET TEMP=C:\Users\lotte\AppData\Local\Temp
SET TF2_BEHAVIOR=1
SET TF_CONFIGURE_IOS=0
SET TF_ENABLE_XLA=1
SET TMP=C:\Users\lotte\AppData\Local\Temp
c:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/HostX64/x64/link.exe @bazel-out/x64_windows-opt/bin/tensorflow/tensorflow_cc.dll-2.params
Execution platform: @local_execution_config_platform//:platform
LINK : warning LNK4044: unrecognized option '/lm'; ignored
LINK : warning LNK4044: unrecognized option '/lpthread'; ignored
external\mkl_windows\lib\libiomp5md.lib : fatal error LNK1127: library is corrupt
Target //tensorflow:tensorflow_cc failed to build
INFO: Elapsed time: 571521.839s, Critical Path: 351212.43s
INFO: 8818 processes: 8818 local.
FAILED: Build did NOT complete successfully
```
**Provide the exact sequence of commands / steps that you executed before running into the problem**
```
python configure.py
empty
empty
n
n
empty
n
n
bazel build -c opt --config=mkl //tensorflow:tensorflow_cc
```
**Edit: Possibly related to #42730 (Error building tensorflow.dll)** | 1.0 | Error building tensorflow_cc.dll (Windows 10) - <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
- TensorFlow version: 2.3.0
- Bazel version (if compiling from source): 3.1.0
**Describe the problem**
Error building tensorflow_cc.dll
```
ERROR: D:/tensorflow-2.3.0/tensorflow/BUILD:754:1: Linking of rule '//tensorflow:tensorflow_cc.dll' failed (Exit 1127): link.exe failed: error executing command
cd C:/users/lotte/_bazel_lotte/2enhdaow/execroot/org_tensorflow
SET LIB=c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\ATLMFC\lib\x64;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\um\x64;
SET PATH=c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\bin\HostX64\x64;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\HTML Help Workshop;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\FSharp\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;;C:\Windows\system32;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja;c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\Linux\bin\ConnectionManagerExe
SET PWD=/proc/self/cwd
SET PYTHON_BIN_PATH=C:/Program Files/Python36/python.exe
SET PYTHON_LIB_PATH=C:/Program Files/Python36/lib/site-packages
SET RUNFILES_MANIFEST_ONLY=1
SET TEMP=C:\Users\lotte\AppData\Local\Temp
SET TF2_BEHAVIOR=1
SET TF_CONFIGURE_IOS=0
SET TF_ENABLE_XLA=1
SET TMP=C:\Users\lotte\AppData\Local\Temp
c:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/HostX64/x64/link.exe @bazel-out/x64_windows-opt/bin/tensorflow/tensorflow_cc.dll-2.params
Execution platform: @local_execution_config_platform//:platform
LINK : warning LNK4044: unrecognized option '/lm'; ignored
LINK : warning LNK4044: unrecognized option '/lpthread'; ignored
external\mkl_windows\lib\libiomp5md.lib : fatal error LNK1127: library is corrupt
Target //tensorflow:tensorflow_cc failed to build
INFO: Elapsed time: 571521.839s, Critical Path: 351212.43s
INFO: 8818 processes: 8818 local.
FAILED: Build did NOT complete successfully
```
**Provide the exact sequence of commands / steps that you executed before running into the problem**
```
python configure.py
empty
empty
n
n
empty
n
n
bazel build -c opt --config=mkl //tensorflow:tensorflow_cc
```
**Edit: Possibly related to #42730 (Error building tensorflow.dll)** | non_test | error building tensorflow cc dll windows please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information os platform and distribution e g linux ubuntu windows tensorflow version bazel version if compiling from source describe the problem error building tensorflow cc dll error d tensorflow tensorflow build linking of rule tensorflow tensorflow cc dll failed exit link exe failed error executing command cd c users lotte bazel lotte execroot org tensorflow set lib c program files microsoft visual studio community vc tools msvc atlmfc lib c program files microsoft visual studio community vc tools msvc lib c program files windows kits netfxsdk lib um c program files windows kits lib ucrt c program files windows kits lib um set path c program files microsoft visual studio community vc tools msvc bin c program files microsoft visual studio community ide vc vcpackages c program files microsoft visual studio community ide commonextensions microsoft testwindow c program files microsoft visual studio community ide commonextensions microsoft teamfoundation team explorer c program files microsoft visual studio community msbuild current bin roslyn c program files microsoft visual studio community team tools performance tools c program files microsoft visual studio community team tools performance tools c program files microsoft visual studio shared common vsperfcollectiontools c program files microsoft visual studio shared common vsperfcollectiontools c program files microsoft sdks windows bin netfx tools c program files html help workshop c program files microsoft visual studio community ide commonextensions microsoft fsharp c program files windows kits bin c program files windows kits bin c program files microsoft visual studio community msbuild current bin c windows microsoft net c program files microsoft visual studio community ide c program files microsoft visual studio community tools c windows c program files microsoft visual studio community ide commonextensions microsoft cmake cmake bin c program files microsoft visual studio community ide commonextensions microsoft cmake ninja c program files microsoft visual studio community ide vc linux bin connectionmanagerexe set pwd proc self cwd set python bin path c program files python exe set python lib path c program files lib site packages set runfiles manifest only set temp c users lotte appdata local temp set behavior set tf configure ios set tf enable xla set tmp c users lotte appdata local temp c program files microsoft visual studio community vc tools msvc bin link exe bazel out windows opt bin tensorflow tensorflow cc dll params execution platform local execution config platform platform link warning unrecognized option lm ignored link warning unrecognized option lpthread ignored external mkl windows lib lib fatal error library is corrupt target tensorflow tensorflow cc failed to build info elapsed time critical path info processes local failed build did not complete successfully provide the exact sequence of commands steps that you executed before running into the problem python configure py empty empty n n empty n n bazel build c opt config mkl tensorflow tensorflow cc edit possibly related to error building tensorflow dll | 0 |
682,549 | 23,348,089,568 | IssuesEvent | 2022-08-09 20:05:17 | red-hat-storage/ocs-ci | https://api.github.com/repos/red-hat-storage/ocs-ci | closed | IO in background fails with external mode cluster | High Priority lifecycle/stale | https://ocs4-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/qe-trigger-vsphere-upi-1az-rhcos-external-3m-3w-tier1/4/#showFailuresLink.
IO in Background checks for osd pod's aggregated memory , which is not applicable to external cluster hence run fails.
https://github.com/red-hat-storage/ocs-ci/blob/master/ocs_ci/ocs/cluster_load.py#L74 .
In case of external cluster how we want to calculate the memory for osds ?
| 1.0 | IO in background fails with external mode cluster - https://ocs4-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/qe-trigger-vsphere-upi-1az-rhcos-external-3m-3w-tier1/4/#showFailuresLink.
IO in Background checks for osd pod's aggregated memory , which is not applicable to external cluster hence run fails.
https://github.com/red-hat-storage/ocs-ci/blob/master/ocs_ci/ocs/cluster_load.py#L74 .
In case of external cluster how we want to calculate the memory for osds ?
| non_test | io in background fails with external mode cluster io in background checks for osd pod s aggregated memory which is not applicable to external cluster hence run fails in case of external cluster how we want to calculate the memory for osds | 0 |
272,879 | 23,709,079,960 | IssuesEvent | 2022-08-30 06:01:46 | longhorn/longhorn | https://api.github.com/repos/longhorn/longhorn | opened | [TEST] Check fossa test options, try to prevent longhorn-ui fossa test always failed | kind/test | ## What's the test to develop? Please describe
Like https://drone-publish.longhorn.io/longhorn/longhorn-ui/653/1/2, the fossa test always failed due to some vulnerabilities detected.
Need to check if there is any option we can set to adjust the severity level, and let the test only fail when "CRITICAL" issues detected.
| 1.0 | [TEST] Check fossa test options, try to prevent longhorn-ui fossa test always failed - ## What's the test to develop? Please describe
Like https://drone-publish.longhorn.io/longhorn/longhorn-ui/653/1/2, the fossa test always failed due to some vulnerabilities detected.
Need to check if there is any option we can set to adjust the severity level, and let the test only fail when "CRITICAL" issues detected.
| test | check fossa test options try to prevent longhorn ui fossa test always failed what s the test to develop please describe like the fossa test always failed due to some vulnerabilities detected need to check if there is any option we can set to adjust the severity level and let the test only fail when critical issues detected | 1 |
331,071 | 10,059,636,901 | IssuesEvent | 2019-07-22 16:54:23 | mozilla/addons-code-manager | https://api.github.com/repos/mozilla/addons-code-manager | closed | Add a SlowPageAlert to control optimizations | component: browse page component: compare page priority: p3 qa: not needed | Both the `CodeView` (https://github.com/mozilla/addons-code-manager/issues/947) and `DiffView` (https://github.com/mozilla/addons-code-manager/issues/946) need to show an alert when the contents have been altered for performance reasons. This alert should let them override the alteration. | 1.0 | Add a SlowPageAlert to control optimizations - Both the `CodeView` (https://github.com/mozilla/addons-code-manager/issues/947) and `DiffView` (https://github.com/mozilla/addons-code-manager/issues/946) need to show an alert when the contents have been altered for performance reasons. This alert should let them override the alteration. | non_test | add a slowpagealert to control optimizations both the codeview and diffview need to show an alert when the contents have been altered for performance reasons this alert should let them override the alteration | 0 |
153,655 | 5,896,528,320 | IssuesEvent | 2017-05-18 09:57:51 | ScreepsOCS/screeps.behaviour-action-pattern | https://api.github.com/repos/ScreepsOCS/screeps.behaviour-action-pattern | opened | Util Undefined | ! Bug # Core High Priority | ```[11:50:39 AM]Error loading module "./global"!
global:436
return Util.get(global, '_observerRequests', []);
^
TypeError: Cannot read property 'get' of null
at get (global:436:20)
at Function.defineProperty (native)
at global:433:8
at sigintHandlersWrap (vm.js:32:31)
at sigintHandlersWrap (vm.js:73:12)
at ContextifyScript.Script.runInContext (vm.js:31:12)
[11:50:39 AM]Error loading module "./global"!
global:436
return Util.get(global, '_observerRequests', []);
^
TypeError: Cannot read property 'get' of null
at get (global:436:20)
at Function.defineProperty (native)
at global:433:8
at sigintHandlersWrap (vm.js:32:31)
at sigintHandlersWrap (vm.js:73:12)
at ContextifyScript.Script.runInContext (vm.js:31:12)
[11:50:39 AM]Module "./costMatrix" not found!
[11:50:39 AM]Module "./tower" not found!
[11:50:39 AM]Module "./util" not found!
[11:50:39 AM]Module "./visuals" not found!
[11:50:39 AM]Module "./util.diamond.iterator" not found!
[11:50:39 AM]Module "./util.spiral.iterator" not found!
[11:50:39 AM]Module "./task.reserve" not found!
[11:50:39 AM]Module "./task.pioneer" not found!
[11:50:39 AM]Module "./task.robbing" not found!
[11:50:39 AM]Module "./task.reputation" not found!
[11:50:39 AM]global:310
console.log(dye(CRAYON.system, `<a href="/a/#!/room/${roomName}">${text}</a> > `) + message, Util.stack());
^
TypeError: Cannot read property 'stack' of null
at Object.mod.logSystem (global:310:105)
at wrapper (/opt/engine/node_modules/lodash/index.js:3095:19)
at global.install (main:260:23)
at main:262:8
at sigintHandlersWrap (vm.js:32:31)
at sigintHandlersWrap (vm.js:73:12)```
From helping to debug someone deploying directly from the repo for the first time, it appears that global requires the use of Util, but Util is not defined until later in main.js | 1.0 | Util Undefined - ```[11:50:39 AM]Error loading module "./global"!
global:436
return Util.get(global, '_observerRequests', []);
^
TypeError: Cannot read property 'get' of null
at get (global:436:20)
at Function.defineProperty (native)
at global:433:8
at sigintHandlersWrap (vm.js:32:31)
at sigintHandlersWrap (vm.js:73:12)
at ContextifyScript.Script.runInContext (vm.js:31:12)
[11:50:39 AM]Error loading module "./global"!
global:436
return Util.get(global, '_observerRequests', []);
^
TypeError: Cannot read property 'get' of null
at get (global:436:20)
at Function.defineProperty (native)
at global:433:8
at sigintHandlersWrap (vm.js:32:31)
at sigintHandlersWrap (vm.js:73:12)
at ContextifyScript.Script.runInContext (vm.js:31:12)
[11:50:39 AM]Module "./costMatrix" not found!
[11:50:39 AM]Module "./tower" not found!
[11:50:39 AM]Module "./util" not found!
[11:50:39 AM]Module "./visuals" not found!
[11:50:39 AM]Module "./util.diamond.iterator" not found!
[11:50:39 AM]Module "./util.spiral.iterator" not found!
[11:50:39 AM]Module "./task.reserve" not found!
[11:50:39 AM]Module "./task.pioneer" not found!
[11:50:39 AM]Module "./task.robbing" not found!
[11:50:39 AM]Module "./task.reputation" not found!
[11:50:39 AM]global:310
console.log(dye(CRAYON.system, `<a href="/a/#!/room/${roomName}">${text}</a> > `) + message, Util.stack());
^
TypeError: Cannot read property 'stack' of null
at Object.mod.logSystem (global:310:105)
at wrapper (/opt/engine/node_modules/lodash/index.js:3095:19)
at global.install (main:260:23)
at main:262:8
at sigintHandlersWrap (vm.js:32:31)
at sigintHandlersWrap (vm.js:73:12)```
From helping to debug someone deploying directly from the repo for the first time, it appears that global requires the use of Util, but Util is not defined until later in main.js | non_test | util undefined error loading module global global return util get global observerrequests typeerror cannot read property get of null at get global at function defineproperty native at global at siginthandlerswrap vm js at siginthandlerswrap vm js at contextifyscript script runincontext vm js error loading module global global return util get global observerrequests typeerror cannot read property get of null at get global at function defineproperty native at global at siginthandlerswrap vm js at siginthandlerswrap vm js at contextifyscript script runincontext vm js module costmatrix not found module tower not found module util not found module visuals not found module util diamond iterator not found module util spiral iterator not found module task reserve not found module task pioneer not found module task robbing not found module task reputation not found global console log dye crayon system text message util stack typeerror cannot read property stack of null at object mod logsystem global at wrapper opt engine node modules lodash index js at global install main at main at siginthandlerswrap vm js at siginthandlerswrap vm js from helping to debug someone deploying directly from the repo for the first time it appears that global requires the use of util but util is not defined until later in main js | 0 |
41,131 | 5,341,230,647 | IssuesEvent | 2017-02-17 01:57:17 | raveloda/Coatl-Aerospace | https://api.github.com/repos/raveloda/Coatl-Aerospace | closed | Possible collider issue | testing work in progress | Possible collider problem on the Fomalhaut lander heatshield. May be overlapping over the lander and causing violent separations. | 1.0 | Possible collider issue - Possible collider problem on the Fomalhaut lander heatshield. May be overlapping over the lander and causing violent separations. | test | possible collider issue possible collider problem on the fomalhaut lander heatshield may be overlapping over the lander and causing violent separations | 1 |
281,791 | 24,419,652,434 | IssuesEvent | 2022-10-05 19:06:03 | eclipse-openj9/openj9 | https://api.github.com/repos/eclipse-openj9/openj9 | closed | JDK19 jdk/internal/misc/Unsafe/CopySwap.java - RuntimeException: testBufferPair | test failure jdk19 | Failure link
------------
From an internal build `job/Test_openjdk19_j9_sanity.openjdk_x86-64_linux_testList_1/6/`(`cent7x64-1-3`):
```
openjdk version "19-beta" 2022-09-20
IBM Semeru Runtime Open Edition 19+28-202207050538 (build 19-beta+28-202207050538)
Eclipse OpenJ9 VM 19+28-202207050538 (build master-0e480f25e, JRE 19 Linux amd64-64-Bit Compressed References 20220705_11 (JIT enabled, AOT enabled)
OpenJ9 - 0e480f25e
OMR - d018241d7
JCL - 28e60ccf5a based on jdk-19+28)
```
[Rerun in Grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=-f+parallelList.mk+testList_1&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=Test_openjdk19_j9_sanity.openjdk_x86-64_linux&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=0&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk19%2Fjdk19-linux-x64-openj9%2F11%2Fibm-semeru-open-testimage_x64_linux_JDK19U_2022-07-05-05-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk19%2Fjdk19-linux-x64-openj9%2F11%2Fibm-semeru-open-jre_x64_linux_JDK19U_2022-07-05-05-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk19%2Fjdk19-linux-x64-openj9%2F11%2Fibm-semeru-open-jdk_x64_linux_JDK19U_2022-07-05-05-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk19%2Fjdk19-linux-x64-openj9%2F11%2Fibm-semeru-open-debugimage_x64_linux_JDK19U_2022-07-05-05-30.tar.gz&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=na.artifactory.swg-devops&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=19&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fibmruntimes%2Fopenj9-openjdk-jdk19&RELEASE_TAG=&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&UPSTREAM_JOB_NAME=&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=openj9&LABEL_ADDITION=%21%28sw.os.cent.6%7C%7Csw.os.rhel.6%29&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=6&DOCKERIMAGE_TAG=&JDK_IMPL=openj9&TEST_TIME=&SSH_AGENT_CREDENTIAL=83181e25-eea4-4f55-8b3e-e79615733226&AUTO_DETECT=true&SLACK_CHANNEL=&DYNAMIC_COMPILE=false&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=4e18ffe7-b1b1-4272-9979-99769b68bcc2&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=http%3A%2F%2Ftrss1.fyre.ibm.com&USE_TESTENV_PROPERTIES=false&BUILD_LIST=openjdk&UPSTREAM_JOB_NUMBER=&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=20&JVM_OPTIONS=&PARALLEL=None) - Change TARGET to run only the failed test targets.
Optional info
-------------
Failure output (captured from console output)
---------------------------------------------
```
[2022-07-05T06:28:32.844Z] variation: -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage Mode150
[2022-07-05T06:28:32.844Z] JVM_OPTIONS: -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage -XX:+UseCompressedOops
[2022-07-05T06:40:14.080Z] TEST: jdk/internal/misc/Unsafe/CopySwap.java
[2022-07-05T06:40:14.081Z] STDERR:
[2022-07-05T06:40:14.081Z] java.lang.RuntimeException: testBufferPair: src=GenericPointer(o={null}, offset=0x7f02fc004d20) dst=GenericPointer(o={null}, offset=0x7f02fc003cb0) elemSize=0x2 copyBytes=0x2 srcOffset=0x2 dstOffset=0x10 swap=true
[2022-07-05T06:40:14.081Z] at CopyCommon.testBufferPair(CopyCommon.java:431)
[2022-07-05T06:40:14.081Z] at CopyCommon.testPermuteBuffers(CopyCommon.java:453)
[2022-07-05T06:40:14.081Z] at CopyCommon.testElemSize(CopyCommon.java:484)
[2022-07-05T06:40:14.081Z] at CopyCommon.testSmallCopy(CopyCommon.java:505)
[2022-07-05T06:40:14.081Z] at CopySwap.testPositive(CopySwap.java:41)
[2022-07-05T06:40:14.081Z] at CopySwap.test(CopySwap.java:141)
[2022-07-05T06:40:14.081Z] at CopySwap.main(CopySwap.java:147)
[2022-07-05T06:40:14.081Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[2022-07-05T06:40:14.081Z] at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[2022-07-05T06:40:14.081Z] at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
[2022-07-05T06:40:14.081Z] at java.base/java.lang.Thread.run(Thread.java:1573)
[2022-07-05T06:40:14.081Z] Caused by: java.lang.IllegalArgumentException
[2022-07-05T06:40:14.081Z] at java.base/jdk.internal.misc.Unsafe.invalidInput(Unsafe.java:5861)
[2022-07-05T06:40:14.081Z] at java.base/jdk.internal.misc.Unsafe.copySwapMemoryChecks(Unsafe.java:6184)
[2022-07-05T06:40:14.081Z] at java.base/jdk.internal.misc.Unsafe.copySwapMemory(Unsafe.java:1403)
[2022-07-05T06:40:14.081Z] at CopyCommon.testCopyGeneric(CopyCommon.java:357)
[2022-07-05T06:40:14.081Z] at CopyCommon.testBufferPair(CopyCommon.java:422)
[2022-07-05T06:40:14.081Z] ... 10 more
[2022-07-05T06:40:14.081Z]
[2022-07-05T06:40:14.081Z] JavaTest Message: Test threw exception: java.lang.RuntimeException
[2022-07-05T06:40:14.081Z] JavaTest Message: shutting down test
[2022-07-05T06:40:14.081Z]
[2022-07-05T06:40:14.081Z] STDOUT:
[2022-07-05T06:40:14.081Z] testPermuteBuffers(buffers, 32, 2, true)
[2022-07-05T06:40:14.081Z]
[2022-07-05T06:40:14.081Z] TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: testBufferPair: src=GenericPointer(o={null}, offset=0x7f02fc004d20) dst=GenericPointer(o={null}, offset=0x7f02fc003cb0) elemSize=0x2 copyBytes=0x2 srcOffset=0x2 dstOffset=0x10 swap=true
[2022-07-05T06:40:14.081Z] --------------------------------------------------
[2022-07-05T06:40:49.362Z] Test results: passed: 815; failed: 2
[2022-07-05T06:40:56.104Z] Report written to /home/jenkins/workspace/Test_openjdk19_j9_sanity.openjdk_x86-64_linux_testList_1/jvmtest/openjdk/report/html/report.html
[2022-07-05T06:40:56.104Z] Results written to /home/jenkins/workspace/Test_openjdk19_j9_sanity.openjdk_x86-64_linux_testList_1/aqa-tests/TKG/output_16570025117470/jdk_lang_0/work
[2022-07-05T06:40:56.104Z] Error: Some tests failed or other problems occurred.
[2022-07-05T06:40:56.104Z]
[2022-07-05T06:40:56.104Z] jdk_lang_0_FAILED
```
50x grinder - job/Grinder/25564/ - passed
| 1.0 | JDK19 jdk/internal/misc/Unsafe/CopySwap.java - RuntimeException: testBufferPair - Failure link
------------
From an internal build `job/Test_openjdk19_j9_sanity.openjdk_x86-64_linux_testList_1/6/`(`cent7x64-1-3`):
```
openjdk version "19-beta" 2022-09-20
IBM Semeru Runtime Open Edition 19+28-202207050538 (build 19-beta+28-202207050538)
Eclipse OpenJ9 VM 19+28-202207050538 (build master-0e480f25e, JRE 19 Linux amd64-64-Bit Compressed References 20220705_11 (JIT enabled, AOT enabled)
OpenJ9 - 0e480f25e
OMR - d018241d7
JCL - 28e60ccf5a based on jdk-19+28)
```
[Rerun in Grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=-f+parallelList.mk+testList_1&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=Test_openjdk19_j9_sanity.openjdk_x86-64_linux&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=0&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk19%2Fjdk19-linux-x64-openj9%2F11%2Fibm-semeru-open-testimage_x64_linux_JDK19U_2022-07-05-05-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk19%2Fjdk19-linux-x64-openj9%2F11%2Fibm-semeru-open-jre_x64_linux_JDK19U_2022-07-05-05-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk19%2Fjdk19-linux-x64-openj9%2F11%2Fibm-semeru-open-jdk_x64_linux_JDK19U_2022-07-05-05-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk19%2Fjdk19-linux-x64-openj9%2F11%2Fibm-semeru-open-debugimage_x64_linux_JDK19U_2022-07-05-05-30.tar.gz&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=na.artifactory.swg-devops&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=19&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fibmruntimes%2Fopenj9-openjdk-jdk19&RELEASE_TAG=&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&UPSTREAM_JOB_NAME=&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=openj9&LABEL_ADDITION=%21%28sw.os.cent.6%7C%7Csw.os.rhel.6%29&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=6&DOCKERIMAGE_TAG=&JDK_IMPL=openj9&TEST_TIME=&SSH_AGENT_CREDENTIAL=83181e25-eea4-4f55-8b3e-e79615733226&AUTO_DETECT=true&SLACK_CHANNEL=&DYNAMIC_COMPILE=false&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=4e18ffe7-b1b1-4272-9979-99769b68bcc2&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=http%3A%2F%2Ftrss1.fyre.ibm.com&USE_TESTENV_PROPERTIES=false&BUILD_LIST=openjdk&UPSTREAM_JOB_NUMBER=&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=20&JVM_OPTIONS=&PARALLEL=None) - Change TARGET to run only the failed test targets.
Optional info
-------------
Failure output (captured from console output)
---------------------------------------------
```
[2022-07-05T06:28:32.844Z] variation: -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage Mode150
[2022-07-05T06:28:32.844Z] JVM_OPTIONS: -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage -XX:+UseCompressedOops
[2022-07-05T06:40:14.080Z] TEST: jdk/internal/misc/Unsafe/CopySwap.java
[2022-07-05T06:40:14.081Z] STDERR:
[2022-07-05T06:40:14.081Z] java.lang.RuntimeException: testBufferPair: src=GenericPointer(o={null}, offset=0x7f02fc004d20) dst=GenericPointer(o={null}, offset=0x7f02fc003cb0) elemSize=0x2 copyBytes=0x2 srcOffset=0x2 dstOffset=0x10 swap=true
[2022-07-05T06:40:14.081Z] at CopyCommon.testBufferPair(CopyCommon.java:431)
[2022-07-05T06:40:14.081Z] at CopyCommon.testPermuteBuffers(CopyCommon.java:453)
[2022-07-05T06:40:14.081Z] at CopyCommon.testElemSize(CopyCommon.java:484)
[2022-07-05T06:40:14.081Z] at CopyCommon.testSmallCopy(CopyCommon.java:505)
[2022-07-05T06:40:14.081Z] at CopySwap.testPositive(CopySwap.java:41)
[2022-07-05T06:40:14.081Z] at CopySwap.test(CopySwap.java:141)
[2022-07-05T06:40:14.081Z] at CopySwap.main(CopySwap.java:147)
[2022-07-05T06:40:14.081Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[2022-07-05T06:40:14.081Z] at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[2022-07-05T06:40:14.081Z] at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
[2022-07-05T06:40:14.081Z] at java.base/java.lang.Thread.run(Thread.java:1573)
[2022-07-05T06:40:14.081Z] Caused by: java.lang.IllegalArgumentException
[2022-07-05T06:40:14.081Z] at java.base/jdk.internal.misc.Unsafe.invalidInput(Unsafe.java:5861)
[2022-07-05T06:40:14.081Z] at java.base/jdk.internal.misc.Unsafe.copySwapMemoryChecks(Unsafe.java:6184)
[2022-07-05T06:40:14.081Z] at java.base/jdk.internal.misc.Unsafe.copySwapMemory(Unsafe.java:1403)
[2022-07-05T06:40:14.081Z] at CopyCommon.testCopyGeneric(CopyCommon.java:357)
[2022-07-05T06:40:14.081Z] at CopyCommon.testBufferPair(CopyCommon.java:422)
[2022-07-05T06:40:14.081Z] ... 10 more
[2022-07-05T06:40:14.081Z]
[2022-07-05T06:40:14.081Z] JavaTest Message: Test threw exception: java.lang.RuntimeException
[2022-07-05T06:40:14.081Z] JavaTest Message: shutting down test
[2022-07-05T06:40:14.081Z]
[2022-07-05T06:40:14.081Z] STDOUT:
[2022-07-05T06:40:14.081Z] testPermuteBuffers(buffers, 32, 2, true)
[2022-07-05T06:40:14.081Z]
[2022-07-05T06:40:14.081Z] TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: testBufferPair: src=GenericPointer(o={null}, offset=0x7f02fc004d20) dst=GenericPointer(o={null}, offset=0x7f02fc003cb0) elemSize=0x2 copyBytes=0x2 srcOffset=0x2 dstOffset=0x10 swap=true
[2022-07-05T06:40:14.081Z] --------------------------------------------------
[2022-07-05T06:40:49.362Z] Test results: passed: 815; failed: 2
[2022-07-05T06:40:56.104Z] Report written to /home/jenkins/workspace/Test_openjdk19_j9_sanity.openjdk_x86-64_linux_testList_1/jvmtest/openjdk/report/html/report.html
[2022-07-05T06:40:56.104Z] Results written to /home/jenkins/workspace/Test_openjdk19_j9_sanity.openjdk_x86-64_linux_testList_1/aqa-tests/TKG/output_16570025117470/jdk_lang_0/work
[2022-07-05T06:40:56.104Z] Error: Some tests failed or other problems occurred.
[2022-07-05T06:40:56.104Z]
[2022-07-05T06:40:56.104Z] jdk_lang_0_FAILED
```
50x grinder - job/Grinder/25564/ - passed
| test | jdk internal misc unsafe copyswap java runtimeexception testbufferpair failure link from an internal build job test sanity openjdk linux testlist openjdk version beta ibm semeru runtime open edition build beta eclipse vm build master jre linux bit compressed references jit enabled aot enabled omr jcl based on jdk change target to run only the failed test targets optional info failure output captured from console output variation xdump system none xdump heap none xdump system events gpf abort traceassert corruptcache xx jitservertechpreviewmessage jvm options xdump system none xdump heap none xdump system events gpf abort traceassert corruptcache xx jitservertechpreviewmessage xx usecompressedoops test jdk internal misc unsafe copyswap java stderr java lang runtimeexception testbufferpair src genericpointer o null offset dst genericpointer o null offset elemsize copybytes srcoffset dstoffset swap true at copycommon testbufferpair copycommon java at copycommon testpermutebuffers copycommon java at copycommon testelemsize copycommon java at copycommon testsmallcopy copycommon java at copyswap testpositive copyswap java at copyswap test copyswap java at copyswap main copyswap java at java base jdk internal reflect directmethodhandleaccessor invoke directmethodhandleaccessor java at java base java lang reflect method invoke method java at com sun javatest regtest agent mainactionhelper agentvmrunnable run mainactionhelper java at java base java lang thread run thread java caused by java lang illegalargumentexception at java base jdk internal misc unsafe invalidinput unsafe java at java base jdk internal misc unsafe copyswapmemorychecks unsafe java at java base jdk internal misc unsafe copyswapmemory unsafe java at copycommon testcopygeneric copycommon java at copycommon testbufferpair copycommon java more javatest message test threw exception java lang runtimeexception javatest message shutting down test stdout testpermutebuffers buffers true test result failed execution failed main threw exception java lang runtimeexception testbufferpair src genericpointer o null offset dst genericpointer o null offset elemsize copybytes srcoffset dstoffset swap true test results passed failed report written to home jenkins workspace test sanity openjdk linux testlist jvmtest openjdk report html report html results written to home jenkins workspace test sanity openjdk linux testlist aqa tests tkg output jdk lang work error some tests failed or other problems occurred jdk lang failed grinder job grinder passed | 1 |
306,322 | 26,457,874,192 | IssuesEvent | 2023-01-16 15:28:06 | GeorgievaSilvia/Help-a-Paw | https://api.github.com/repos/GeorgievaSilvia/Help-a-Paw | opened | Write a comment | positive test case | Pre-conditions:
1.The user must be connected to the Internet.
2.The user is logged on the application.
Steps:
1
Tap to "Red paw" icon on the map
Expected result
Is redirected to details of the reported signal
2
Navigate to "Commet" field
Input data
enter comment
Expected result
Comment is presented
3
Tap to "Send" button
Expected result
The comment is submitted successfully | 1.0 | Write a comment - Pre-conditions:
1.The user must be connected to the Internet.
2.The user is logged on the application.
Steps:
1
Tap to "Red paw" icon on the map
Expected result
Is redirected to details of the reported signal
2
Navigate to "Commet" field
Input data
enter comment
Expected result
Comment is presented
3
Tap to "Send" button
Expected result
The comment is submitted successfully | test | write a comment pre conditions the user must be connected to the internet the user is logged on the application steps tap to red paw icon on the map expected result is redirected to details of the reported signal navigate to commet field input data enter comment expected result comment is presented tap to send button expected result the comment is submitted successfully | 1 |
22,273 | 3,951,625,160 | IssuesEvent | 2016-04-29 02:43:38 | EclectickEclipse/PingStats | https://api.github.com/repos/EclectickEclipse/PingStats | opened | V0.09 Has memory leak performance issues during long runtimes. | bug bug report major bugfix needs .isu Needs bug testing Needs reviewing new Potential security risk | I ran a several hour long ping, and it resulted in 3.34 gigs of memory for the application.
I imagine this was from holding lines for a several hour long output log.
This is pretty massive of a flaw. | 1.0 | V0.09 Has memory leak performance issues during long runtimes. - I ran a several hour long ping, and it resulted in 3.34 gigs of memory for the application.
I imagine this was from holding lines for a several hour long output log.
This is pretty massive of a flaw. | test | has memory leak performance issues during long runtimes i ran a several hour long ping and it resulted in gigs of memory for the application i imagine this was from holding lines for a several hour long output log this is pretty massive of a flaw | 1 |
75,703 | 20,961,082,158 | IssuesEvent | 2022-03-27 20:10:38 | mfem/mfem | https://api.github.com/repos/mfem/mfem | closed | Install mumps using the lapack and scalapack of intel mkl. | usage building linalg | Hello,
Because I install mumps using the lapack and scalapack libraries of intel mkl. I set the configure of lapack and scalapack in defaults.mk using the following commands:
LAPACK = $(if $(NOTMAC),-lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -framework Accelerate)
SCALAP = -L$(MKLROOT) -lmkl_scalapack_lp64 $(LAPACK)
MUMPS_DIR = @MFEM_DIR@/../MUMPS_5.3.5
MUMPS_OPT = -I$(MUMPS_DIR)/include
MUMPS_LIB = $(XLINKER)-rpath,$(MUMPS_DIR)/lib -L$(MUMPS_DIR)/lib -ldmumps\
-lmumps_common -lpord $(SCALAP) $(LAPACK) $(MPI_FORTRAN_LIB)
I can successfully compile and generate the “libmfem.a” file. However, when compiling the example, the error occurs.
ld: ana_AMDMF.F:(.text+0x327c): undefined reference to `for_write_seq_lis_xmit'
ld: ../../MUMPS_5.3.5/lib/libmumps_common.a(estim_flops.o): in function `mumps_print_still_active_':
estim_flops.F:(.text+0x66d): undefined reference to `for_write_seq_fmt'
ld: ../../MUMPS_5.3.5/lib/libmumps_common.a(sol_common.o): in function `mumps_sol_rhsmapinfo_':
sol_common.F:(.text+0x77b): undefined reference to `for_check_mult_overflow64'
ld: sol_common.F:(.text+0x80c): undefined reference to `for_alloc_allocatable'
......
Can you help me solve this problem?
Thanks very much!
Zhengguang. | 1.0 | Install mumps using the lapack and scalapack of intel mkl. - Hello,
Because I install mumps using the lapack and scalapack libraries of intel mkl. I set the configure of lapack and scalapack in defaults.mk using the following commands:
LAPACK = $(if $(NOTMAC),-lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -framework Accelerate)
SCALAP = -L$(MKLROOT) -lmkl_scalapack_lp64 $(LAPACK)
MUMPS_DIR = @MFEM_DIR@/../MUMPS_5.3.5
MUMPS_OPT = -I$(MUMPS_DIR)/include
MUMPS_LIB = $(XLINKER)-rpath,$(MUMPS_DIR)/lib -L$(MUMPS_DIR)/lib -ldmumps\
-lmumps_common -lpord $(SCALAP) $(LAPACK) $(MPI_FORTRAN_LIB)
I can successfully compile and generate the “libmfem.a” file. However, when compiling the example, the error occurs.
ld: ana_AMDMF.F:(.text+0x327c): undefined reference to `for_write_seq_lis_xmit'
ld: ../../MUMPS_5.3.5/lib/libmumps_common.a(estim_flops.o): in function `mumps_print_still_active_':
estim_flops.F:(.text+0x66d): undefined reference to `for_write_seq_fmt'
ld: ../../MUMPS_5.3.5/lib/libmumps_common.a(sol_common.o): in function `mumps_sol_rhsmapinfo_':
sol_common.F:(.text+0x77b): undefined reference to `for_check_mult_overflow64'
ld: sol_common.F:(.text+0x80c): undefined reference to `for_alloc_allocatable'
......
Can you help me solve this problem?
Thanks very much!
Zhengguang. | non_test | install mumps using the lapack and scalapack of intel mkl hello because i install mumps using the lapack and scalapack libraries of intel mkl i set the configure of lapack and scalapack in defaults mk using the following commands lapack if notmac lmkl intel lmkl intel thread lmkl core framework accelerate scalap l mklroot lmkl scalapack lapack mumps dir mfem dir mumps mumps opt i mumps dir include mumps lib xlinker rpath mumps dir lib l mumps dir lib ldmumps lmumps common lpord scalap lapack mpi fortran lib i can successfully compile and generate the “libmfem a” file however when compiling the example the error occurs ld ana amdmf f text undefined reference to for write seq lis xmit ld mumps lib libmumps common a estim flops o in function mumps print still active estim flops f text undefined reference to for write seq fmt ld mumps lib libmumps common a sol common o in function mumps sol rhsmapinfo sol common f text undefined reference to for check mult ld sol common f text undefined reference to for alloc allocatable can you help me solve this problem thanks very much zhengguang | 0 |
266,375 | 28,321,074,235 | IssuesEvent | 2023-04-11 01:13:48 | snykiotcubedev/arangodb-3.7.6 | https://api.github.com/repos/snykiotcubedev/arangodb-3.7.6 | closed | CVE-2016-10744 (Medium) detected in select2-3.4.5.min.js - autoclosed | Mend: dependency security vulnerability | ## CVE-2016-10744 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>select2-3.4.5.min.js</b></p></summary>
<p>Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.min.js">https://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.min.js</a></p>
<p>Path to vulnerable library: /js/apps/system/_admin/aardvark/APP/frontend/js/lib/select2.min.js</p>
<p>
Dependency Hierarchy:
- :x: **select2-3.4.5.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/snykiotcubedev/arangodb-3.7.6/commit/fce8f85f1c2f070c8e6a8e76d17210a2117d3833">fce8f85f1c2f070c8e6a8e76d17210a2117d3833</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Select2 through 4.0.5, as used in Snipe-IT and other products, rich selectlists allow XSS. This affects use cases with Ajax remote data loading when HTML templates are used to display listbox data.
<p>Publish Date: 2019-03-27
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-10744>CVE-2016-10744</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10744">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10744</a></p>
<p>Release Date: 2019-03-27</p>
<p>Fix Resolution: select2 - 4.0.8</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-2016-10744 (Medium) detected in select2-3.4.5.min.js - autoclosed - ## CVE-2016-10744 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>select2-3.4.5.min.js</b></p></summary>
<p>Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.min.js">https://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.min.js</a></p>
<p>Path to vulnerable library: /js/apps/system/_admin/aardvark/APP/frontend/js/lib/select2.min.js</p>
<p>
Dependency Hierarchy:
- :x: **select2-3.4.5.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/snykiotcubedev/arangodb-3.7.6/commit/fce8f85f1c2f070c8e6a8e76d17210a2117d3833">fce8f85f1c2f070c8e6a8e76d17210a2117d3833</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Select2 through 4.0.5, as used in Snipe-IT and other products, rich selectlists allow XSS. This affects use cases with Ajax remote data loading when HTML templates are used to display listbox data.
<p>Publish Date: 2019-03-27
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-10744>CVE-2016-10744</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10744">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10744</a></p>
<p>Release Date: 2019-03-27</p>
<p>Fix Resolution: select2 - 4.0.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in min js autoclosed cve medium severity vulnerability vulnerable library min js is a jquery based replacement for select boxes it supports searching remote data sets and infinite scrolling of results library home page a href path to vulnerable library js apps system admin aardvark app frontend js lib min js dependency hierarchy x min js vulnerable library found in head commit a href found in base branch main vulnerability details in through as used in snipe it and other products rich selectlists allow xss this affects use cases with ajax remote data loading when html templates are used to display listbox data 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 step up your open source security game with mend | 0 |
39,175 | 10,311,632,754 | IssuesEvent | 2019-08-29 17:51:01 | microsoft/appcenter | https://api.github.com/repos/microsoft/appcenter | closed | During builds, prefix environment variables with USER_DEFINED_ instead of USER-DEFINED_ | build feature request | **Describe the solution you'd like**
When building with custom environment variables, do not prefix them with a string that contains an invalid character, such as `USER-DEFINED_`
**Describe alternatives you've considered**
Instead, prefix it with the string `USER_DEFINED_`
**Additional context**
see https://github.com/MicrosoftDocs/appcenter-docs/issues/488#issuecomment-470832814
and https://unix.stackexchange.com/questions/23659/can-shell-variable-include-character/23714#23714 | 1.0 | During builds, prefix environment variables with USER_DEFINED_ instead of USER-DEFINED_ - **Describe the solution you'd like**
When building with custom environment variables, do not prefix them with a string that contains an invalid character, such as `USER-DEFINED_`
**Describe alternatives you've considered**
Instead, prefix it with the string `USER_DEFINED_`
**Additional context**
see https://github.com/MicrosoftDocs/appcenter-docs/issues/488#issuecomment-470832814
and https://unix.stackexchange.com/questions/23659/can-shell-variable-include-character/23714#23714 | non_test | during builds prefix environment variables with user defined instead of user defined describe the solution you d like when building with custom environment variables do not prefix them with a string that contains an invalid character such as user defined describe alternatives you ve considered instead prefix it with the string user defined additional context see and | 0 |
735,014 | 25,374,894,718 | IssuesEvent | 2022-11-21 13:24:26 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.tradingview.com - desktop site instead of mobile site | browser-firefox priority-important engine-gecko | <!-- @browser: Firefox 107.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/114305 -->
**URL**: https://www.tradingview.com/chart/moCXQsvt/
**Browser / Version**: Firefox 107.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Opera
**Problem type**: Desktop site instead of mobile site
**Description**: Desktop site instead of mobile site
**Steps to Reproduce**:
trading view site tool bar missing last time the stock selection was missed now its resolved and tool got missed
request you kindly test this site with other browser before releasing as one thing fixed the other working item get disappear
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2022/11/c6c3526d-d74d-4863-92e5-78a0fd9b958b.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.tradingview.com - desktop site instead of mobile site - <!-- @browser: Firefox 107.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/114305 -->
**URL**: https://www.tradingview.com/chart/moCXQsvt/
**Browser / Version**: Firefox 107.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Opera
**Problem type**: Desktop site instead of mobile site
**Description**: Desktop site instead of mobile site
**Steps to Reproduce**:
trading view site tool bar missing last time the stock selection was missed now its resolved and tool got missed
request you kindly test this site with other browser before releasing as one thing fixed the other working item get disappear
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2022/11/c6c3526d-d74d-4863-92e5-78a0fd9b958b.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | desktop site instead of mobile site url browser version firefox operating system windows tested another browser yes opera problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce trading view site tool bar missing last time the stock selection was missed now its resolved and tool got missed request you kindly test this site with other browser before releasing as one thing fixed the other working item get disappear view the screenshot img alt screenshot src browser configuration none from with ❤️ | 0 |
332,358 | 10,091,936,050 | IssuesEvent | 2019-07-26 15:22:53 | minio/minio | https://api.github.com/repos/minio/minio | closed | Kubernetes: no persistent volumes available for this claim and no storage class is set | community priority: medium | <!--- Provide a general summary of the issue in the Title above -->
I'm following the instructions from https://docs.min.io/docs/deploy-minio-on-kubernetes.html to install Minio on a single-node Kubernetes cluster. When I run the command
`kubectl create -f https://github.com/minio/minio/blob/master/docs/orchestration/kubernetes/minio-standalone-pvc.yaml?raw=true`
the command executes successfully, but running `kubectl describe pvc minio-pv-claim` shows that the PVC is failing with the error `no persistent volumes available for this claim and no storage class is set`.
I'm not sure if I have to manually create a specific persistent volume and storage class in Kubernetes, but I don't think that is the case as the documentation doesn't mention that as a prerequisite or state that I need to configure that myself. (In any case, my cluster does have a persistent volume and storage class set up separately).
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
`minio-pv-claim` successfully binds to a persistent volume as intended.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
`minio-pv-claim` stalls forever with the message `no persistent volumes available for this claim and no storage class is set`
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1. Set up a Kubernetes cluster and install kubectl
2. Run the command `kubectl create -f https://github.com/minio/minio/blob/master/docs/orchestration/kubernetes/minio-standalone-pvc.yaml?raw=true`
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
I am not able to proceed through the installation due to this issue.
## Regression
<!-- Is this issue a regression? (Yes / No) --> No
<!-- If Yes, optionally please include minio version or commit id or PR# that caused this regression, if you have these details. -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used (`minio version`): 2.5.2
* Environment name and version (e.g. nginx 1.9.1): Kubernetes 1.15
* Server type and version: Ubuntu 18.04
* Operating System and version (`uname -a`):
`Linux macallan 4.18.0-25-generic #26~18.04.1-Ubuntu SMP Thu Jun 27 07:28:31 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux`
* Link to your project:
| 1.0 | Kubernetes: no persistent volumes available for this claim and no storage class is set - <!--- Provide a general summary of the issue in the Title above -->
I'm following the instructions from https://docs.min.io/docs/deploy-minio-on-kubernetes.html to install Minio on a single-node Kubernetes cluster. When I run the command
`kubectl create -f https://github.com/minio/minio/blob/master/docs/orchestration/kubernetes/minio-standalone-pvc.yaml?raw=true`
the command executes successfully, but running `kubectl describe pvc minio-pv-claim` shows that the PVC is failing with the error `no persistent volumes available for this claim and no storage class is set`.
I'm not sure if I have to manually create a specific persistent volume and storage class in Kubernetes, but I don't think that is the case as the documentation doesn't mention that as a prerequisite or state that I need to configure that myself. (In any case, my cluster does have a persistent volume and storage class set up separately).
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
`minio-pv-claim` successfully binds to a persistent volume as intended.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
`minio-pv-claim` stalls forever with the message `no persistent volumes available for this claim and no storage class is set`
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1. Set up a Kubernetes cluster and install kubectl
2. Run the command `kubectl create -f https://github.com/minio/minio/blob/master/docs/orchestration/kubernetes/minio-standalone-pvc.yaml?raw=true`
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
I am not able to proceed through the installation due to this issue.
## Regression
<!-- Is this issue a regression? (Yes / No) --> No
<!-- If Yes, optionally please include minio version or commit id or PR# that caused this regression, if you have these details. -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used (`minio version`): 2.5.2
* Environment name and version (e.g. nginx 1.9.1): Kubernetes 1.15
* Server type and version: Ubuntu 18.04
* Operating System and version (`uname -a`):
`Linux macallan 4.18.0-25-generic #26~18.04.1-Ubuntu SMP Thu Jun 27 07:28:31 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux`
* Link to your project:
| non_test | kubernetes no persistent volumes available for this claim and no storage class is set i m following the instructions from to install minio on a single node kubernetes cluster when i run the command kubectl create f the command executes successfully but running kubectl describe pvc minio pv claim shows that the pvc is failing with the error no persistent volumes available for this claim and no storage class is set i m not sure if i have to manually create a specific persistent volume and storage class in kubernetes but i don t think that is the case as the documentation doesn t mention that as a prerequisite or state that i need to configure that myself in any case my cluster does have a persistent volume and storage class set up separately expected behavior minio pv claim successfully binds to a persistent volume as intended current behavior minio pv claim stalls forever with the message no persistent volumes available for this claim and no storage class is set possible solution steps to reproduce for bugs set up a kubernetes cluster and install kubectl run the command kubectl create f context i am not able to proceed through the installation due to this issue regression no your environment version used minio version environment name and version e g nginx kubernetes server type and version ubuntu operating system and version uname a linux macallan generic ubuntu smp thu jun utc gnu linux link to your project | 0 |
64,273 | 6,898,017,879 | IssuesEvent | 2017-11-24 07:24:26 | rh-messaging/cli-proton-python | https://api.github.com/repos/rh-messaging/cli-proton-python | opened | Timeouts for tests | enhancement test | I highly recommended add some default timeout for every test case.
Useful link: [pypi package timeout-decorator](https://pypi.python.org/pypi/timeout-decorator) | 1.0 | Timeouts for tests - I highly recommended add some default timeout for every test case.
Useful link: [pypi package timeout-decorator](https://pypi.python.org/pypi/timeout-decorator) | test | timeouts for tests i highly recommended add some default timeout for every test case useful link | 1 |
65,162 | 16,113,870,589 | IssuesEvent | 2021-04-28 03:21:58 | spack/spack | https://api.github.com/repos/spack/spack | opened | Installation issue: GCC@10.3.0 | build-error | I ran the command `spack install gcc %gcc@7.3.1`. I'm using that compiler because the gcc@9.2 seems to be corrupted and I don't have root permissions on this computer. The OS is linux Fedora26. Everything installs well but when GCC is in the build phase this happens:
```
>> 4043 /tmp/cdelv/spack-stage/spack-stage-gcc-10.3.0-wfiatze7uyjw5bcvybyzkgogjwypoh6r/spack-src/spack build/./gcc/xgcc: error wh
ile loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
4044 make[3]: *** [Makefile:2090: specs] Error 127
```
The build log shows the following:
```
make[3]: Leaving directory '/tmp/cdelv/spack-stage/spack-stage-gcc-10.3.0-wfiatze7uyjw5bcvybyzkgogjwypoh6r/spack-src/spack-build/gcc'
make[2]: *** [Makefile:4743: all-stage1-gcc] Error 2
make[2]: Leaving directory '/tmp/cdelv/spack-stage/spack-stage-gcc-10.3.0-wfiatze7uyjw5bcvybyzkgogjwypoh6r/spack-src/spack-build'
make[1]: *** [Makefile:23252: stage1-bubble] Error 2
make[1]: Leaving directory '/tmp/cdelv/spack-stage/spack-stage-gcc-10.3.0-wfiatze7uyjw5bcvybyzkgogjwypoh6r/spack-src/spack-build'
make: *** [Makefile:999: all] Error 2
```
The compilers.yaml file:
```
- compiler:
spec: gcc@7.3.1
paths:
cc: /usr/lib64/ccache/gcc
cxx: /usr/lib64/ccache/g++
f77: /usr/bin/gfortran
fc: /usr/bin/gfortran
flags: {}
operating_system: fedora26
target: x86_64
modules: []
environment: {}
extra_rpaths: []
```
| 1.0 | Installation issue: GCC@10.3.0 - I ran the command `spack install gcc %gcc@7.3.1`. I'm using that compiler because the gcc@9.2 seems to be corrupted and I don't have root permissions on this computer. The OS is linux Fedora26. Everything installs well but when GCC is in the build phase this happens:
```
>> 4043 /tmp/cdelv/spack-stage/spack-stage-gcc-10.3.0-wfiatze7uyjw5bcvybyzkgogjwypoh6r/spack-src/spack build/./gcc/xgcc: error wh
ile loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
4044 make[3]: *** [Makefile:2090: specs] Error 127
```
The build log shows the following:
```
make[3]: Leaving directory '/tmp/cdelv/spack-stage/spack-stage-gcc-10.3.0-wfiatze7uyjw5bcvybyzkgogjwypoh6r/spack-src/spack-build/gcc'
make[2]: *** [Makefile:4743: all-stage1-gcc] Error 2
make[2]: Leaving directory '/tmp/cdelv/spack-stage/spack-stage-gcc-10.3.0-wfiatze7uyjw5bcvybyzkgogjwypoh6r/spack-src/spack-build'
make[1]: *** [Makefile:23252: stage1-bubble] Error 2
make[1]: Leaving directory '/tmp/cdelv/spack-stage/spack-stage-gcc-10.3.0-wfiatze7uyjw5bcvybyzkgogjwypoh6r/spack-src/spack-build'
make: *** [Makefile:999: all] Error 2
```
The compilers.yaml file:
```
- compiler:
spec: gcc@7.3.1
paths:
cc: /usr/lib64/ccache/gcc
cxx: /usr/lib64/ccache/g++
f77: /usr/bin/gfortran
fc: /usr/bin/gfortran
flags: {}
operating_system: fedora26
target: x86_64
modules: []
environment: {}
extra_rpaths: []
```
| non_test | installation issue gcc i ran the command spack install gcc gcc i m using that compiler because the gcc seems to be corrupted and i don t have root permissions on this computer the os is linux everything installs well but when gcc is in the build phase this happens tmp cdelv spack stage spack stage gcc spack src spack build gcc xgcc error wh ile loading shared libraries libiconv so cannot open shared object file no such file or directory make error the build log shows the following make leaving directory tmp cdelv spack stage spack stage gcc spack src spack build gcc make error make leaving directory tmp cdelv spack stage spack stage gcc spack src spack build make error make leaving directory tmp cdelv spack stage spack stage gcc spack src spack build make error the compilers yaml file compiler spec gcc paths cc usr ccache gcc cxx usr ccache g usr bin gfortran fc usr bin gfortran flags operating system target modules environment extra rpaths | 0 |
243,011 | 20,357,123,734 | IssuesEvent | 2022-02-20 05:15:43 | TukuToi/tukutoi-plugin-generator | https://api.github.com/repos/TukuToi/tukutoi-plugin-generator | closed | Update version of "Tested up to" | good first issue ready_for_testing | `$file_contents = str_replace( 'Tested up to: 5.7', 'Tested up to: ' . $new_data['plugin_tested'], $file_contents );`, `tukutoi-plugin-generator/public/class-tkt-plugin-generator-public.php:314`
This will not replace because the BPBP `Tested up to:` is 5.9... | 1.0 | Update version of "Tested up to" - `$file_contents = str_replace( 'Tested up to: 5.7', 'Tested up to: ' . $new_data['plugin_tested'], $file_contents );`, `tukutoi-plugin-generator/public/class-tkt-plugin-generator-public.php:314`
This will not replace because the BPBP `Tested up to:` is 5.9... | test | update version of tested up to file contents str replace tested up to tested up to new data file contents tukutoi plugin generator public class tkt plugin generator public php this will not replace because the bpbp tested up to is | 1 |
176,102 | 13,627,340,874 | IssuesEvent | 2020-09-24 12:28:01 | ArielisGT/the-game | https://api.github.com/repos/ArielisGT/the-game | opened | Test logical structure | game logic testing | - Test paddle movement
- Test ball start movement
- Test ball movement
- Test changes of direction
- Test initial speed
- Test increment of speed
- Test state of game when one player wins
- Test score update
- Test finish of the game
- Test match result
| 1.0 | Test logical structure - - Test paddle movement
- Test ball start movement
- Test ball movement
- Test changes of direction
- Test initial speed
- Test increment of speed
- Test state of game when one player wins
- Test score update
- Test finish of the game
- Test match result
| test | test logical structure test paddle movement test ball start movement test ball movement test changes of direction test initial speed test increment of speed test state of game when one player wins test score update test finish of the game test match result | 1 |
90,347 | 15,856,117,376 | IssuesEvent | 2021-04-08 01:33:45 | sdellenb/play-sound-mplayer | https://api.github.com/repos/sdellenb/play-sound-mplayer | opened | CVE-2020-8203 (High) detected in lodash-4.17.11.tgz | security vulnerability | ## CVE-2020-8203 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.11.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz</a></p>
<p>Path to dependency file: /play-sound-mplayer/package.json</p>
<p>Path to vulnerable library: play-sound-mplayer/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- mocha-6.0.2.tgz (Root Library)
- yargs-unparser-1.5.0.tgz
- :x: **lodash-4.17.11.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20.
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p>
<p>Release Date: 2020-07-23</p>
<p>Fix Resolution: lodash - 4.17.19</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-8203 (High) detected in lodash-4.17.11.tgz - ## CVE-2020-8203 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.11.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz</a></p>
<p>Path to dependency file: /play-sound-mplayer/package.json</p>
<p>Path to vulnerable library: play-sound-mplayer/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- mocha-6.0.2.tgz (Root Library)
- yargs-unparser-1.5.0.tgz
- :x: **lodash-4.17.11.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20.
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p>
<p>Release Date: 2020-07-23</p>
<p>Fix Resolution: lodash - 4.17.19</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in lodash tgz cve high severity vulnerability vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file play sound mplayer package json path to vulnerable library play sound mplayer node modules lodash package json dependency hierarchy mocha tgz root library yargs unparser tgz x lodash tgz vulnerable library vulnerability details prototype pollution attack when using zipobjectdeep in lodash before publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution lodash step up your open source security game with whitesource | 0 |
145,398 | 5,575,075,543 | IssuesEvent | 2017-03-28 00:23:51 | projectcalico/calico | https://api.github.com/repos/projectcalico/calico | closed | Remove Docker Vagrant-Ubuntu Guide | area/demo content/out-of-date priority/P1 size/S | I don't think we really need to be maintaining 2 vagrant guides. Let's stick with CoreOS guide to match the k8s guide. | 1.0 | Remove Docker Vagrant-Ubuntu Guide - I don't think we really need to be maintaining 2 vagrant guides. Let's stick with CoreOS guide to match the k8s guide. | non_test | remove docker vagrant ubuntu guide i don t think we really need to be maintaining vagrant guides let s stick with coreos guide to match the guide | 0 |
278,383 | 24,150,458,391 | IssuesEvent | 2022-09-21 23:45:35 | IntellectualSites/PlotSquared | https://api.github.com/repos/IntellectualSites/PlotSquared | opened | It is not possible to remove the Villager interact flag with the correct permissions | Requires Testing | ### Server Implementation
Paper
### Server Version
1.19
### Describe the bug
Players have no permission to remove the villager-interact flag with /plot flag remove villager-interact, despite having the correct permission.
Permission: plots.set.flag.villager-interact.*
With other flags it works without problems.
### To Reproduce
Give a player the permission plots.set.flag.villager-interact.* and try to remove the villager-interact flag.
### Expected behaviour
You can remove the flag.
### Screenshots / Videos
_No response_
### Error log (if applicable)
_No response_
### Plot Debugpaste
https://athion.net/ISPaster/paste/view/e1708b8335954d319a813ea08468d4c8
### PlotSquared Version
PlotSquared 6.9.2-Premium
### Checklist
- [X] I have included a Plot debugpaste.
- [X] I am using the newest build from https://www.spigotmc.org/resources/77506/ and the issue still persists.
### Anything else?
_No response_ | 1.0 | It is not possible to remove the Villager interact flag with the correct permissions - ### Server Implementation
Paper
### Server Version
1.19
### Describe the bug
Players have no permission to remove the villager-interact flag with /plot flag remove villager-interact, despite having the correct permission.
Permission: plots.set.flag.villager-interact.*
With other flags it works without problems.
### To Reproduce
Give a player the permission plots.set.flag.villager-interact.* and try to remove the villager-interact flag.
### Expected behaviour
You can remove the flag.
### Screenshots / Videos
_No response_
### Error log (if applicable)
_No response_
### Plot Debugpaste
https://athion.net/ISPaster/paste/view/e1708b8335954d319a813ea08468d4c8
### PlotSquared Version
PlotSquared 6.9.2-Premium
### Checklist
- [X] I have included a Plot debugpaste.
- [X] I am using the newest build from https://www.spigotmc.org/resources/77506/ and the issue still persists.
### Anything else?
_No response_ | test | it is not possible to remove the villager interact flag with the correct permissions server implementation paper server version describe the bug players have no permission to remove the villager interact flag with plot flag remove villager interact despite having the correct permission permission plots set flag villager interact with other flags it works without problems to reproduce give a player the permission plots set flag villager interact and try to remove the villager interact flag expected behaviour you can remove the flag screenshots videos no response error log if applicable no response plot debugpaste plotsquared version plotsquared premium checklist i have included a plot debugpaste i am using the newest build from and the issue still persists anything else no response | 1 |
239,550 | 19,900,843,901 | IssuesEvent | 2022-01-25 07:42:15 | OpenSID/OpenSID | https://api.github.com/repos/OpenSID/OpenSID | closed | [PREMIUM] Bug/error: Pengelompokan Rumah Tangga Tersimpan Record Data Kosong yang ikut dihitung sebagai Rekap Jumlah Data Rumah Tangga | bug Tester | ### Jelaskan error yg dialami
Pengelompokan Rumah Tangga Tersimpan Record Data Kosong pada akhir (Baris Kosong) sehingga data kosong ini juga hitung menjadi Rekap Data, ada perbedaan jumlah data yg tampil di dasboard misal 200 data, saat data di unduh hanya terdapat 199 data.
### Cara untuk mereplikasi errornya
1. Lihat Tampilan Data Pada Dasboard.
2. Buka Fitur Rumah Tangga --> Browsing hingga ke bagian akhir data paling bawah atau unduh data
### Hasil yg diharapkan
Agar tidak ada rekaman rekord kosong di akhir record data.
### Tangkapan layar dan log error



### Rilis Versi OpenSID
Rilis Premium
### Versi OpenSID
Premium (v22.01-Pasca Tester)
### Tema Yang Digunakan
default
### Informasi tambahan
_No response_ | 1.0 | [PREMIUM] Bug/error: Pengelompokan Rumah Tangga Tersimpan Record Data Kosong yang ikut dihitung sebagai Rekap Jumlah Data Rumah Tangga - ### Jelaskan error yg dialami
Pengelompokan Rumah Tangga Tersimpan Record Data Kosong pada akhir (Baris Kosong) sehingga data kosong ini juga hitung menjadi Rekap Data, ada perbedaan jumlah data yg tampil di dasboard misal 200 data, saat data di unduh hanya terdapat 199 data.
### Cara untuk mereplikasi errornya
1. Lihat Tampilan Data Pada Dasboard.
2. Buka Fitur Rumah Tangga --> Browsing hingga ke bagian akhir data paling bawah atau unduh data
### Hasil yg diharapkan
Agar tidak ada rekaman rekord kosong di akhir record data.
### Tangkapan layar dan log error



### Rilis Versi OpenSID
Rilis Premium
### Versi OpenSID
Premium (v22.01-Pasca Tester)
### Tema Yang Digunakan
default
### Informasi tambahan
_No response_ | test | bug error pengelompokan rumah tangga tersimpan record data kosong yang ikut dihitung sebagai rekap jumlah data rumah tangga jelaskan error yg dialami pengelompokan rumah tangga tersimpan record data kosong pada akhir baris kosong sehingga data kosong ini juga hitung menjadi rekap data ada perbedaan jumlah data yg tampil di dasboard misal data saat data di unduh hanya terdapat data cara untuk mereplikasi errornya lihat tampilan data pada dasboard buka fitur rumah tangga browsing hingga ke bagian akhir data paling bawah atau unduh data hasil yg diharapkan agar tidak ada rekaman rekord kosong di akhir record data tangkapan layar dan log error rilis versi opensid rilis premium versi opensid premium pasca tester tema yang digunakan default informasi tambahan no response | 1 |
385,239 | 26,626,324,968 | IssuesEvent | 2023-01-24 14:47:57 | Programmiermethoden/Dungeon | https://api.github.com/repos/Programmiermethoden/Dungeon | opened | [DSL] Document DSL concepts | documentation | Document all existing (and planned) concepts expressed by the DSL and how they are expressed syntactically and semantically in a DSL program.
#### Requirements for each concept
- description of the concept
- why is it needed?
- examples snippets
#Time: ~5 WiMi Std. | 1.0 | [DSL] Document DSL concepts - Document all existing (and planned) concepts expressed by the DSL and how they are expressed syntactically and semantically in a DSL program.
#### Requirements for each concept
- description of the concept
- why is it needed?
- examples snippets
#Time: ~5 WiMi Std. | non_test | document dsl concepts document all existing and planned concepts expressed by the dsl and how they are expressed syntactically and semantically in a dsl program requirements for each concept description of the concept why is it needed examples snippets time wimi std | 0 |
161,080 | 20,120,394,270 | IssuesEvent | 2022-02-08 01:14:43 | arohablue/BlockDockServer | https://api.github.com/repos/arohablue/BlockDockServer | closed | CVE-2019-8331 (Medium) detected in bootstrap-3.3.6.js - autoclosed | security vulnerability | ## CVE-2019-8331 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.6.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.js</a></p>
<p>Path to vulnerable library: /BlockDockServer/grails-app/assets/javascripts/bootstrap.js</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-3.3.6.js** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible in the tooltip or popover data-template attribute.
<p>Publish Date: 2019-02-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-8331>CVE-2019-8331</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://github.com/twbs/bootstrap/pull/28236">https://github.com/twbs/bootstrap/pull/28236</a></p>
<p>Release Date: 2019-02-20</p>
<p>Fix Resolution: bootstrap - 3.4.1,4.3.1;bootstrap-sass - 3.4.1,4.3.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-8331 (Medium) detected in bootstrap-3.3.6.js - autoclosed - ## CVE-2019-8331 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.6.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.js</a></p>
<p>Path to vulnerable library: /BlockDockServer/grails-app/assets/javascripts/bootstrap.js</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-3.3.6.js** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible in the tooltip or popover data-template attribute.
<p>Publish Date: 2019-02-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-8331>CVE-2019-8331</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://github.com/twbs/bootstrap/pull/28236">https://github.com/twbs/bootstrap/pull/28236</a></p>
<p>Release Date: 2019-02-20</p>
<p>Fix Resolution: bootstrap - 3.4.1,4.3.1;bootstrap-sass - 3.4.1,4.3.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in bootstrap js autoclosed cve medium severity vulnerability vulnerable library bootstrap js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to vulnerable library blockdockserver grails app assets javascripts bootstrap js dependency hierarchy x bootstrap js vulnerable library vulnerability details in bootstrap before and x before xss is possible in the tooltip or popover data template attribute 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 bootstrap bootstrap sass step up your open source security game with whitesource | 0 |
41,720 | 5,394,015,149 | IssuesEvent | 2017-02-27 00:25:15 | pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas | opened | TST: a tiny bit more integration testing in pandas for gbq | IO Google Testing | after #15484
just need to have a full on write-table (which we do), and read (which we do), but need to do a proper comparison. | 1.0 | TST: a tiny bit more integration testing in pandas for gbq - after #15484
just need to have a full on write-table (which we do), and read (which we do), but need to do a proper comparison. | test | tst a tiny bit more integration testing in pandas for gbq after just need to have a full on write table which we do and read which we do but need to do a proper comparison | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.